Skip to content

Commit 5a564ce

Browse files
authored
Fix campaign fields supported for GUA (#3359)
* fix campaign fields supported for GUA * Update index.md
1 parent 536eda1 commit 5a564ce

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/google-analytics

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/google-analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Analytics.track(
625625

626626
If you want to send UTM parameters to Google Universal Analytics using one of the Segment server-side sources they need to be passed manually. The client-side Javascript library ([Analytics.js](/docs/connections/sources/catalog/libraries/website/javascript)) is highly recommended for collecting this data since it all happens automatically.
627627

628-
Your UTM params need to be passed in the `context` object in `context.campaign`. For Google Universal Analytics `campaign.name`, `campaign.source` and `campaign.medium` all need to be sent together for things to show up in reports. The other two params (`campaign.term` and `campaign.content`) are both optional, but will be forwarded to GA if you send them to Segment.
628+
Your UTM params need to be passed in the `context` object in `context.campaign`. For Google Universal Analytics `campaign.name`, `campaign.source` and `campaign.medium` all need to be sent together for things to show up in reports. The `campaign.content` param is optional, but will be forwarded to GA if you send it to Segment.
629629

630630
### Measurement Protocol Parameters
631631

0 commit comments

Comments
 (0)