@metarouter/ajs-starter-kit 1.0.70 → 1.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dist/google-ads/kit.etag.json +1 -1
- package/.dist/google-ads/metadata.json +4 -0
- package/.dist/google-ads/playbook.etag.json +1 -1
- package/.dist/google-ads/playbook.json +11 -11
- package/.dist/media-math/kit.etag.json +1 -1
- package/.dist/media-math/metadata.json +7 -3
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"e9d4a0b957a700a9e5e7527a9ab3856a"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"11ff4e34a02203e6cbe54646441ea36d"
|
|
@@ -4,14 +4,6 @@
|
|
|
4
4
|
{
|
|
5
5
|
"name": "CUSTOMER_ID",
|
|
6
6
|
"exampleValue": "customer-id"
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"name": "PAGE_CONVERSION_ACTION",
|
|
10
|
-
"defaultValue": "page-conversion-action"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"name": "ORDER_COMPLETED_CONVERSION_ACTION",
|
|
14
|
-
"defaultValue": "order-completed-conversion-action"
|
|
15
7
|
}
|
|
16
8
|
],
|
|
17
9
|
"default": {
|
|
@@ -48,7 +40,15 @@
|
|
|
48
40
|
"mappings": [
|
|
49
41
|
{
|
|
50
42
|
"inputKey": "context.providers.googleGtag.data.gclid",
|
|
51
|
-
"outputKey": "gclid"
|
|
43
|
+
"outputKey": "gclid",
|
|
44
|
+
"transforms": [
|
|
45
|
+
{
|
|
46
|
+
"expression": {
|
|
47
|
+
"lang": "lua",
|
|
48
|
+
"body": "if input.context.providers.googleGtag.data.gclid then\n return SPLIT(input.context.providers.googleGtag.data.gclid, \".\",3)[3]\nend"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"inputKey": "input",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"transforms": [
|
|
92
92
|
{
|
|
93
93
|
"expression": {
|
|
94
|
-
"body": "return \"customers/$$CUSTOMER_ID$$/conversionActions
|
|
94
|
+
"body": "return \"customers/$$CUSTOMER_ID$$/conversionActions/ADD_CONVERSION_ACTION_ID_HERE\"",
|
|
95
95
|
"lang": "lua"
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"transforms": [
|
|
108
108
|
{
|
|
109
109
|
"expression": {
|
|
110
|
-
"body": "return \"customers/$$CUSTOMER_ID$$/conversionActions
|
|
110
|
+
"body": "return \"customers/$$CUSTOMER_ID$$/conversionActions/ADD_CONVERSION_ACTION_ID_HERE\"",
|
|
111
111
|
"lang": "lua"
|
|
112
112
|
}
|
|
113
113
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"05fbbb7990c0e0d235d4a1b116a6bdf0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"isDraft":
|
|
2
|
+
"isDraft": true,
|
|
3
3
|
"isBeta": false,
|
|
4
4
|
"friendlyName": "Media Math",
|
|
5
5
|
"description": "Media Math give marketers the tools to execute smart marketing at scale and to drive truly incremental business value.",
|
|
@@ -18,11 +18,15 @@
|
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"date": "2021-06-28T00:00:00.000Z",
|
|
21
|
-
"note": "Setting isDraft to false"
|
|
21
|
+
"note": "Setting `isDraft` to `false`."
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"date": "2022-11-16T00:00:00.000Z",
|
|
25
|
-
"note": "Add isBeta field"
|
|
25
|
+
"note": "Add `isBeta` field."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "2023-09-12T00:00:00.000Z",
|
|
29
|
+
"note": "Hide kit from the UI by setting `isDraft` to `true`."
|
|
26
30
|
}
|
|
27
31
|
]
|
|
28
32
|
}
|