Skip to content

Commit d4c130a

Browse files
authored
Apply suggestions from code review
1 parent 4128f96 commit d4c130a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/how-to-guides/cross-channel-tracking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ With these being optional:
108108

109109
* **utm\_term**: this is the parameter suggested for paid search to identify keywords for your ad. If you're using Google Adwords and have enabled "autotagging", then you don't need to worry about this. Otherwise, you can manually pass the keywords from your search terms through this parameter so that you can see which keywords convert the most. Note that this parameter is reserved explicitly for search. (Examples: "toast", "butter", "jam")
110110

111-
If you'd like UTM parameters to persist in subsequent calls, you will need to manually add those fields in the context.campaign object of your event call. For example:
111+
If you'd like UTM parameters to persist in subsequent calls, you'll need to manually add those fields in the `context.campaign` object of your event call. For example:
112112

113113
```js
114114
analytics.page("97980cfea0067", {}, {  campaign: {
@@ -121,7 +121,7 @@ analytics.page("97980cfea0067", {}, {  campaign: {
121121
});
122122
```
123123

124-
You could also store the values in cookies and/or localStorage and use [Analytics.js Middleware](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/middleware/){:target="_blank"} to enrich the payload for subsequent calls.
124+
You can also store the values in cookies and/or localStorage and use [Analytics.js Middleware](/docs/connections/sources/catalog/libraries/website/javascript/middleware/){:target="_blank"} to enrich the payload for subsequent calls.
125125

126126
[Learn more about the semantics with each UTM parameter.](https://docs.google.com/file/d/0By71e2L6SonANjViYWUyOTktOGQ2Ny00NWJmLThlY2MtMDU3MzJhNWU0MDg1/edit?hl=en){:target="_blank"} _The key isn't to stick with the definitions that closely, but to be consistent within your own analytics system._
127127

0 commit comments

Comments
 (0)