We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbe101 commit 8024808Copy full SHA for 8024808
src/connections/destinations/catalog/google-tag-manager/index.md
@@ -55,7 +55,7 @@ analytics.track('Article Completed', {
55
});
56
```
57
58
-When you make a Track call in with GTM enabled through Segment, the event data is pushed to the GTM `dataLayer`.
+When you make a `track` call with GTM enabled through Segment, the event data is pushed to the GTM `dataLayer`.
59
60
For example, if you make this `track` call:
61
@@ -66,7 +66,7 @@ analytics.track('Played Video', {
66
})
67
68
69
-Segment it to the `dataLayer` as an object like this:
+Segment sends it to the `dataLayer` as an object like this:
70
71
```json
72
{
0 commit comments