File tree 1 file changed +9
-8
lines changed
website/docs/destinations
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -96,14 +96,6 @@ ID</Link>.
96
96
debug: false,
97
97
include: ['globals'],
98
98
pageview: false,
99
- data: {
100
- map: {
101
- currency: {
102
- value: 'EUR',
103
- key: 'data.currency',
104
- },
105
- },
106
- },
107
99
server_container_url: 'https://server.example.com',
108
100
snakeCase: true,
109
101
transport_url: 'https://www.google-analytics.com/g/collect',
@@ -124,6 +116,15 @@ ID</Link>.
124
116
125
117
Properties with a ` * ` are required.
126
118
119
+ :::info
120
+
121
+ The ` data ` option is available at both, the config and event level. For
122
+ E-Commerce setup the required ` currency ` property can be set at the config level
123
+ by default with
124
+ ` data: { map: { currency: { value: 'EUR', key: 'data.currency' } } } `
125
+
126
+ :::
127
+
127
128
### CustomEvent
128
129
129
130
| Property | Type | Description |
You can’t perform that action at this time.
0 commit comments