Okay. PHP is definitely not my expertise. I had taken Java in high school and had taken C programming in college--just about a year ago.
If you're familiar with AwStats, you'll understand my basic thoughts here.
Now, I want to make a new section under "Analyze" called "Individual Keywords." I don't just want to see phrases but also the combined conversion and searches of each keyword.
For example, let's say I have 250 searches for "free ringtones" with 25 conversions, and 100 searches for "free realtones" with 5 conversions.
"Individual Keywords" would read:
free, 350 searches, 30 conversions
ringtones, 250 searches, 25 conversions
realtones, 100 searches, 5 conversions
This section would also show the ROI for each "individual" keyword.
This is a very simple example, but this would help me determine which keywords should be negated with large keyword lists (i.e., realtones would be negated if it had a negative ROI).
Do you have any advice on where to start? I assume I should edit and make a new file based on sort_keywords.php.
I haven't really gotten crazy with analyzing all of P202's source code yet, but I assume I'll do that if no one has any "pseudo" code ideas.
If you're familiar with AwStats, you'll understand my basic thoughts here.
Now, I want to make a new section under "Analyze" called "Individual Keywords." I don't just want to see phrases but also the combined conversion and searches of each keyword.
For example, let's say I have 250 searches for "free ringtones" with 25 conversions, and 100 searches for "free realtones" with 5 conversions.
"Individual Keywords" would read:
free, 350 searches, 30 conversions
ringtones, 250 searches, 25 conversions
realtones, 100 searches, 5 conversions
This section would also show the ROI for each "individual" keyword.
This is a very simple example, but this would help me determine which keywords should be negated with large keyword lists (i.e., realtones would be negated if it had a negative ROI).
Do you have any advice on where to start? I assume I should edit and make a new file based on sort_keywords.php.
I haven't really gotten crazy with analyzing all of P202's source code yet, but I assume I'll do that if no one has any "pseudo" code ideas.