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

Sending Through UTM Attributes #9

Open
davisbradleyj opened this issue Nov 30, 2022 · 3 comments
Open

Sending Through UTM Attributes #9

davisbradleyj opened this issue Nov 30, 2022 · 3 comments

Comments

@davisbradleyj
Copy link
Collaborator

The Google documentation for GA4 points to these fields being best supported through the url - you do not necessarily need to pass this information through the data layer:

https://support.google.com/analytics/answer/10917952?hl=en#cc-set-up&zippy=%2Cin-this-article

If you wanted the Page Load Started event to pass this information, we could account for it. We would need to know exactly which utm_* fields that you would intend to pass, with the understanding that fields could be blank if there are no UTMs available for collection.

@dirkkelly
Copy link

HI @davisbradleyj thanks for moving to issues, a great way of managing this.

I think we should send it through on the dataLayer to avoid rewriting page links to include the utm codes.

The attributes are:

  • utm_campaign
  • utm_medium
  • utm_source
  • utm_content
  • utm_term

@davisbradleyj
Copy link
Collaborator Author

Hi @dirkkelly

We can make this work - I will have these added today.

  • Brad

@dirkkelly
Copy link

Thanks

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

2 participants