Skip to content
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

Do not auto-recognize Adwords / Doubleclick as campaigns, or at least let's make it configurable #9837

Open
peterbo opened this issue Feb 24, 2016 · 5 comments

Comments

@peterbo
Copy link
Contributor

peterbo commented Feb 24, 2016

Since #4261, Adwords / Doubleclick Referrers (or &gclid= parameter) are automatically attributed to Campaigns with default Name / Keyword.

However, this seems a bit out of line with the campaign logic. Usually, we recognize a campaign name and keyword by specific campaign parameters, which should be present in the target URL. This should also be the case when I drive traffic to my page via AdWords - when I tag the target URLs correctly, a campaign should be tracked - if not, no campaign should be tracked. Auto-attributing to default campaigns can cause a bit of confusion, even when this is a nice feature for the lower consumer market.

So I propose to a) not attribute a campaign based on the referrer information (doubleclick|googleads) or b) at least make that behavior configurable.

Let me know what you think about that and I'll send a PR.

Thank you & cheers
Peter

@tsteur
Copy link
Member

tsteur commented Feb 24, 2016

ping @mattab

@mattab
Copy link
Member

mattab commented Mar 15, 2016

Hi @peterbo

I made the change in Dec 2013 with the goal of measuring as many Google campaigns as possible. it is a bit of a "Magic feature" and a bit hidden, but it seems useful to track as campaign all Adwords campaigns that we can detect.

What is the use case where it is an issue to detect Adwords campaigns in the referrer, or detect as Adwords campaign any landing page url with a &gclib param? if there is legitimate use case (I'm sure there is since you need it) then +1 to propose a setting to disable this behavior (or alternatively, change the default behavior, but I think default behavior of tracking as many campaigns as possible may be useful for more users).

@mattab
Copy link
Member

mattab commented Mar 15, 2016

Actually we don't currently detect &gclid= as Adwords Campaign although it's suggested/requested in #4468

@peterbo
Copy link
Contributor Author

peterbo commented Mar 15, 2016

Hi @mattab,

thanks! - Indeed the gclid param is not yet used to recognize campaigns.

Our use case is to track special interest groups on a larger scale (Piwik as SaaS running for many customers) and need to be in full control of the campaign logic, since only "normal" campaigns (paameter triggered campaigns) are relevant for the KPI calculation. For Piwik as a "plug&play" solution, the feature makes absolute sense, but for advanced users, this should be configurable.

If you agree, I'll send a PR.

@mattab
Copy link
Member

mattab commented Mar 15, 2016

Sounds good to make this behaviour configurable, PR will be welcome!

@mattab mattab added this to the Mid term milestone Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants