-
Notifications
You must be signed in to change notification settings - Fork 164
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
Follow up from new custom action parameters #363
Comments
Hey @tsteur, thanks for bringing this one in. I wanted to check back, to make sure we get it correct this time. I am not sure if I clearly understand when the parameter should be sent and when it shouldn't. I am esp. curious about events we haven't implemented yet, e.g. media analytics and such. As the documentation isn't really explicit about this: Is there a definition on when these events should be sent and when not? In this implementation everything is an event. A page view, an e-commerce tracking event, an action ... Thanks a lot! |
Hi @brototyp in this case you basically only need to append it for an event tracking request. Not for any other kind of tracking requests. |
Thanks @tsteur |
Follow up from #355 and #354
We just realised that this new
ca=1
parameter should not be sent in goals and ecommerce tracking requests but only for events and optionally content tracking requests (if this is implemented).If I understand the PR right this is already the case but wanted to double check to make sure
&ca=1
is not sent for any goal tracking or ecommerce tracking request.Cheers
The text was updated successfully, but these errors were encountered: