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 b6fc324 commit 502775bCopy full SHA for 502775b
README.md
@@ -128,7 +128,7 @@ user's attribute when it changes.
128
[Attr.TRAFFIC_SOURCE_CONTENT]: 'banner_ad_1',
129
[Attr.TRAFFIC_SOURCE_CLID]: 'amazon_ad_123',
130
[Attr.TRAFFIC_SOURCE_CLID_PLATFORM]: 'amazon_ads',
131
- [Attr.APP_INSTALL_CHANNEL]: 'amazon_store',
+ [Attr.APP_INSTALL_CHANNEL]: 'amazon_store',
132
},
133
});
134
```
@@ -173,7 +173,7 @@ ClickstreamAnalytics.record({
173
name: 'view_item',
174
attributes: {
175
[Attr.VALUE]: 99,
176
- [Attr.CURRENCY]: 'USD',
+ [Attr.CURRENCY]: 'USD',
177
event_category: 'recommended',
178
179
items: [itemBook],
0 commit comments