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

setCampaignFromUrl() not working #7

Open
okanari2 opened this issue Jun 13, 2015 · 2 comments
Open

setCampaignFromUrl() not working #7

okanari2 opened this issue Jun 13, 2015 · 2 comments

Comments

@okanari2
Copy link

Plugin works very well, pushes data to GA, but I neet to set campaing tracking variables (like utm_source etc) and I am using setCampaignFromUrl() methot to send campaign URL to GA. Nothing changes, there is no campaign data in GA(Google Anayitcs)

Could you please check the issue?

@philecom
Copy link

Yeah, I am also facing the same issue. @okanari2 Where you able to resolve it?

@miqmago
Copy link
Collaborator

miqmago commented Oct 27, 2016

Sorry for late response, have had an unmantained time...

Is your campaign url like this one?

String campaignData = "http://examplepetstore.com/index.html?" +
    "utm_source=email&utm_medium=email_marketing&utm_campaign=summer" +
    "&utm_content=email_variation_1";

Normally it should work, but if there is a builder which does not implement setCampaignParamsFromUrl method, then it will fail. Which method are you trying to track with campaign url? (is it an event, an screen view, etc...)

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