-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Determine paid vs. organic traffic? #10
Comments
You can add in more checks for the search engine, or add a module searching for paid referrals. Iain On Jan 8, 2012, at 8:29, Tom Cocca [email protected] wrote:
|
What ad networks do you want to add? |
I am thinking the big ones to start maybe? Adwords, Double Click, Adsense, Bing Adsense. I'm not quite sure what the actual tracking would involve. I think it would just be regex matching on the referrer. |
I might do this in a new query interface when I modularize the project. |
for google you can use if referer is google.com/aclk or if google leaves his ?gclid in the page url |
Is it possible somehow to determine if referral traffic is paid (adwords, adsense, bing ads, etc...) vs. organic (similar to google analytics).
The text was updated successfully, but these errors were encountered: