@metarouter/ajs-starter-kit 1.0.41 → 1.0.42

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.
Files changed (35) hide show
  1. package/.dist/amazon-redshift-v2/connection.etag.json +1 -1
  2. package/.dist/amazon-redshift-v2/connection.json +6 -6
  3. package/.dist/amazon-redshift-v2/kit.etag.json +1 -1
  4. package/.dist/blob/connection.etag.json +1 -1
  5. package/.dist/blob/connection.json +3 -2
  6. package/.dist/blob/kit.etag.json +1 -1
  7. package/.dist/gcs/connection.etag.json +1 -1
  8. package/.dist/gcs/connection.json +2 -1
  9. package/.dist/gcs/kit.etag.json +1 -1
  10. package/.dist/google-analytics-4/connection.etag.json +1 -0
  11. package/.dist/google-analytics-4/connection.json +26 -0
  12. package/.dist/google-analytics-4/kit.etag.json +1 -0
  13. package/.dist/google-analytics-4/metadata.json +19 -0
  14. package/.dist/google-analytics-4/playbook.etag.json +1 -0
  15. package/.dist/google-analytics-4/playbook.json +229 -0
  16. package/.dist/google-bigquery-streaming/connection.etag.json +1 -1
  17. package/.dist/google-bigquery-streaming/connection.json +4 -4
  18. package/.dist/google-bigquery-streaming/kit.etag.json +1 -1
  19. package/.dist/google-cm360/connection.etag.json +1 -1
  20. package/.dist/google-cm360/connection.json +2 -2
  21. package/.dist/google-cm360/kit.etag.json +1 -1
  22. package/.dist/google-pubsub/connection.etag.json +1 -1
  23. package/.dist/google-pubsub/connection.json +3 -3
  24. package/.dist/google-pubsub/kit.etag.json +1 -1
  25. package/.dist/kafka/connection.etag.json +1 -1
  26. package/.dist/kafka/connection.json +3 -3
  27. package/.dist/kafka/kit.etag.json +1 -1
  28. package/.dist/kinesis/connection.etag.json +1 -1
  29. package/.dist/kinesis/connection.json +4 -4
  30. package/.dist/kinesis/kit.etag.json +1 -1
  31. package/.dist/snowflake/connection.etag.json +1 -1
  32. package/.dist/snowflake/connection.json +6 -6
  33. package/.dist/snowflake/kit.etag.json +1 -1
  34. package/index.js +12 -0
  35. package/package.json +1 -1
@@ -1 +1 @@
1
- "621d4a3a07d3fc98a67cd327984bc2a8"
1
+ "eeda0ad0e6e29b0e4c74a37861e207d4"
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "amazon_redshift_v2": {
3
3
  "load_cadence": "6h",
4
- "user": "",
5
- "password": "",
6
- "host": "",
7
- "port": "",
8
- "database": "",
9
- "schema": "",
4
+ "user": "my-user",
5
+ "password": "my-password",
6
+ "host": "my-host",
7
+ "port": "my-port",
8
+ "database": "my-database",
9
+ "schema": "my-schema",
10
10
  "s3": {
11
11
  "region": "us-east-1",
12
12
  "bucket": "my-bucket",
@@ -1 +1 @@
1
- "bf9f7b55dc45b6de47101e2c2d2a549a"
1
+ "6d323e4952237cb48cfbb7040ce194f3"
@@ -1 +1 @@
1
- "83af040c9fbe27294cb6e640836d86a9"
1
+ "effd705a412c9b2e98fa8757d3b1bb35"
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "blob": {
3
3
  "bucket": "my-bucket",
4
- "account_name": "",
5
- "account_key": ""
4
+ "account_name": "my-account-name",
5
+ "account_key": "my-account-key",
6
+ "compression": 1
6
7
  }
7
8
  }
@@ -1 +1 @@
1
- "b780797ffd3f3483f777fed2345702df"
1
+ "3344542df7dcf66d2a464f8e6fca4507"
@@ -1 +1 @@
1
- "0490a662849bf984df137fab0f23985a"
1
+ "dadbbdd67d38c698b4419983c67bb315"
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "gcs": {
3
3
  "bucket": "my-bucket",
4
- "credentialJSON": ""
4
+ "credentialJSON": "my-credential-json",
5
+ "compression": 1
5
6
  }
6
7
  }
@@ -1 +1 @@
1
- "89e543417dd939b99808512e5c2d7c98"
1
+ "1f870ec5355cd062e09df40e558a9faa"
@@ -0,0 +1 @@
1
+ "861bbf3e2f69d82bc666d311ea580f62"
@@ -0,0 +1,26 @@
1
+ {
2
+ "default": {
3
+ "endpoint": "https://www.google-analytics.com/mp/collect?api_secret=$$API_SECRET$$&measurement_id=$$MEASUREMENT_ID$$",
4
+ "method": "POST",
5
+ "headers": [
6
+ {
7
+ "key": "Content-Type",
8
+ "value": "application/json"
9
+ },
10
+ {
11
+ "key": "Accept-Encoding",
12
+ "value": "application/json"
13
+ }
14
+ ]
15
+ },
16
+ "params": [
17
+ {
18
+ "name": "API_SECRET",
19
+ "exampleValue": "my-api-secret"
20
+ },
21
+ {
22
+ "name": "MEASUREMENT_ID",
23
+ "exampleValue": "my-measurement-id"
24
+ }
25
+ ]
26
+ }
@@ -0,0 +1 @@
1
+ "5587ad5d495a3cc4f186cb0d2db82ade"
@@ -0,0 +1,19 @@
1
+ {
2
+ "isDraft": false,
3
+ "friendlyName": "Google Analytics 4",
4
+ "description": "Google Analytics gives you tools to help you better understand your customers so you can improve your website and drive better results.",
5
+ "logo": "https://cdn.metarouter.io/logo.svg",
6
+ "color": "#ff7600",
7
+ "eventSource": {
8
+ "isAndroidApp": true,
9
+ "isIosApp": true,
10
+ "isWebApp": true
11
+ },
12
+ "inputSchema": "analytics_js",
13
+ "releaseNotes": [
14
+ {
15
+ "date": "2022-08-11T00:00:00.000Z",
16
+ "note": "Google Analytics 4 initial release."
17
+ }
18
+ ]
19
+ }
@@ -0,0 +1 @@
1
+ "acae0bf04ebb5b3ad40ee925f9750b9a"
@@ -0,0 +1,229 @@
1
+ {
2
+ "version": "v0.0.1",
3
+ "global": {
4
+ "mappings": [
5
+ {
6
+ "inputKey": "userId",
7
+ "outputKey": "user_id"
8
+ },
9
+ {
10
+ "inputKey": "input",
11
+ "outputKey": "client_id",
12
+ "transforms": [
13
+ {
14
+ "expression": {
15
+ "body": "local value = input.context.providers.google_gtag.data.ga\nif value == nil then value = input.anonymousId end\nreturn value",
16
+ "lang": "lua"
17
+ }
18
+ }
19
+ ]
20
+ },
21
+ {
22
+ "inputKey": "input",
23
+ "outputKey": "timestamp_micros",
24
+ "transforms": [
25
+ {
26
+ "expression": {
27
+ "body": "return TO_STRING(MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(input.timestamp)\n* 1000)",
28
+ "lang": "lua"
29
+ }
30
+ }
31
+ ]
32
+ }
33
+ ]
34
+ },
35
+ "eventSpecific": {
36
+ "page": {
37
+ "mappings": [
38
+ {
39
+ "inputKey": "input",
40
+ "outputKey": "events",
41
+ "transforms": [
42
+ {
43
+ "expression": {
44
+ "body": "local event_details = {}\nevent_details.name = 'page_view'\nlocal params = {}\nparams.page_title = input.properties.title\nparams.page_location = SPLIT(input.properties.url, \"?\", 1)[1] or \"\"\nparams.page_referrer = SPLIT(input.properties.referrer, \"?\", 1)[1] or \"\"\nparams.page_type = input.properties.pageType\nparams.page_sub_category = input.properties.subCategory2\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
45
+ "lang": "lua"
46
+ }
47
+ }
48
+ ]
49
+ }
50
+ ]
51
+ },
52
+ "products_searched": {
53
+ "mappings": [
54
+ {
55
+ "inputKey": "input",
56
+ "outputKey": "events",
57
+ "transforms": [
58
+ {
59
+ "expression": {
60
+ "body": "local event_details = {}\nevent_details.name = 'search'\nlocal params = {}\nparams.search_term = input.properties.query\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
61
+ "lang": "lua"
62
+ }
63
+ }
64
+ ]
65
+ }
66
+ ]
67
+ },
68
+ "product_list_viewed": {
69
+ "mappings": [
70
+ {
71
+ "inputKey": "input",
72
+ "outputKey": "events",
73
+ "transforms": [
74
+ {
75
+ "expression": {
76
+ "body": "local event_details = {}\nevent_details.name = 'view_item_list'\nlocal params = {}\nparams.item_list_id = input.properties.list_id\nparams.item_list_name = input.properties.category\nparams.items = input.properties.products\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
77
+ "lang": "lua"
78
+ }
79
+ }
80
+ ]
81
+ }
82
+ ]
83
+ },
84
+ "promotion_viewed": {
85
+ "mappings": [
86
+ {
87
+ "inputKey": "input",
88
+ "outputKey": "events",
89
+ "transforms": [
90
+ {
91
+ "expression": {
92
+ "body": "local event_details = {}\nevent_details.name = 'view_promotion'\nlocal params = {}\nparams.promotion_id = input.properties.promotion_id\nparams.creative_name = input.properties.creative\nparams.promotion_name = input.properties.name\nparams.creative_slot = input.properties.position\nparams.items = input.properties.items\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
93
+ "lang": "lua"
94
+ }
95
+ }
96
+ ]
97
+ }
98
+ ]
99
+ },
100
+ "promotion_clicked": {
101
+ "mappings": [
102
+ {
103
+ "inputKey": "input",
104
+ "outputKey": "events",
105
+ "transforms": [
106
+ {
107
+ "expression": {
108
+ "body": "local event_details = {}\nevent_details.name = 'select_promotion'\nlocal params = {}\nparams.promotion_id = input.properties.promotion_id\nparams.creative_name = input.properties.creative\nparams.promotion_name = input.properties.name\nparams.creative_slot = input.properties.position\nparams.items = input.properties.items\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
109
+ "lang": "lua"
110
+ }
111
+ }
112
+ ]
113
+ }
114
+ ]
115
+ },
116
+ "product_clicked": {
117
+ "mappings": [
118
+ {
119
+ "inputKey": "input",
120
+ "outputKey": "events",
121
+ "transforms": [
122
+ {
123
+ "expression": {
124
+ "body": "local event_details = {}\nevent_details.name = 'select_item'\nlocal params = {}\nparams.items = {}\nlocal item = {}\nitem.item_id = input.properties.product_id\nitem.item_name = input.properties.name\nitem.coupon = input.properties.coupon\nitem.currency = input.properties.currency\nitem.item_brand = input.properties.brand\nitem.item_category = input.properties.category\nitem.item_price = input.properties.price\nitem.item_quantity = input.properties.quantity\nparams.items[1] = item\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
125
+ "lang": "lua"
126
+ }
127
+ }
128
+ ]
129
+ }
130
+ ]
131
+ },
132
+ "product_viewed": {
133
+ "mappings": [
134
+ {
135
+ "inputKey": "input",
136
+ "outputKey": "events",
137
+ "transforms": [
138
+ {
139
+ "expression": {
140
+ "body": "local event_details = {}\nevent_details.name = 'view_item'\nlocal params = {}\nparams.items = {}\nlocal item = {}\nitem.item_id = input.properties.product_id\nitem.item_name = input.properties.name\nitem.coupon = input.properties.coupon\nitem.currency = input.properties.currency\nitem.item_brand = input.properties.brand\nitem.item_category = input.properties.category\nitem.item_price = input.properties.price\nitem.item_quantity = input.properties.quantity\nparams.items[1] = item\nparams.currency = input.properties.currency\nparams.value = input.properties.value\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
141
+ "lang": "lua"
142
+ }
143
+ }
144
+ ]
145
+ }
146
+ ]
147
+ },
148
+ "product_added": {
149
+ "mappings": [
150
+ {
151
+ "inputKey": "input",
152
+ "outputKey": "events",
153
+ "transforms": [
154
+ {
155
+ "expression": {
156
+ "body": "local event_details = {}\nevent_details.name = 'add_to_cart'\nlocal params = {}\nparams.items = {}\nlocal item = {}\nitem.item_id = input.properties.product_id\nitem.item_name = input.properties.name\nitem.coupon = input.properties.coupon\nitem.currency = input.properties.currency\nitem.item_brand = input.properties.brand\nitem.item_category = input.properties.category\nitem.item_price = input.properties.price\nitem.item_quantity = input.properties.quantity\nparams.items[1] = item\nparams.currency = input.properties.currency\nparams.value = input.properties.value\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
157
+ "lang": "lua"
158
+ }
159
+ }
160
+ ]
161
+ }
162
+ ]
163
+ },
164
+ "product_removed": {
165
+ "mappings": [
166
+ {
167
+ "inputKey": "input",
168
+ "outputKey": "events",
169
+ "transforms": [
170
+ {
171
+ "expression": {
172
+ "body": "local event_details = {}\nevent_details.name = 'remove_from_cart'\nlocal params = {}\nparams.items = {}\nlocal item = {}\nitem.item_id = input.properties.product_id\nitem.item_name = input.properties.name\nitem.coupon = input.properties.coupon\nitem.currency = input.properties.currency\nitem.item_brand = input.properties.brand\nitem.item_category = input.properties.category\nitem.item_price = input.properties.price\nitem.item_quantity = input.properties.quantity\nparams.items[1] = item\nparams.currency = input.properties.currency\nparams.value = input.properties.value\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
173
+ "lang": "lua"
174
+ }
175
+ }
176
+ ]
177
+ }
178
+ ]
179
+ },
180
+ "cart_viewed": {
181
+ "mappings": [
182
+ {
183
+ "inputKey": "input",
184
+ "outputKey": "events",
185
+ "transforms": [
186
+ {
187
+ "expression": {
188
+ "body": "local event_details = {}\nevent_details.name = 'view_cart'\nlocal params = {}\nparams.currency = input.properties.currency\nparams.value = 0\nparams.items = {}\nfor inputIndex, product in pairs(input.properties.products) do\n local item = {}\n item.item_id = product.product_id\n item.item_name = product.name\n item.coupon = product.coupon\n item.item_brand = product.brand\n item.item_category = product.category\n item.item_price = product.price\n item.item_quantity = product.quantity\n params.items[inputIndex] = item\n params.value = params.value + (product.price * product.quantity)\nend\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
189
+ "lang": "lua"
190
+ }
191
+ }
192
+ ]
193
+ }
194
+ ]
195
+ },
196
+ "order_completed": {
197
+ "mappings": [
198
+ {
199
+ "inputKey": "input",
200
+ "outputKey": "events",
201
+ "transforms": [
202
+ {
203
+ "expression": {
204
+ "body": "local event_details = {}\nevent_details.name = 'purchase'\nlocal params = {}\nparams.currency = input.properties.currency\nparams.transaction_id = input.properties.checkout_id\nparams.value = input.properties.total\nparams.coupon = input.properties.coupon\nparams.shipping = input.properties.shipping\nparams.tax = input.properties.tax\nparams.items = {}\nfor inputIndex, product in pairs(input.properties.products) do\n local item = {}\n item.item_id = product.product_id\n item.item_name = product.name\n item.coupon = product.coupon\n item.item_brand = product.brand\n item.item_category = product.category\n item.item_price = product.price\n item.item_quantity = product.quantity\n params.items[inputIndex] = item\nend\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
205
+ "lang": "lua"
206
+ }
207
+ }
208
+ ]
209
+ }
210
+ ]
211
+ }
212
+ },
213
+ "default": {
214
+ "mappings": [
215
+ {
216
+ "inputKey": "input",
217
+ "outputKey": "events",
218
+ "transforms": [
219
+ {
220
+ "expression": {
221
+ "body": "local event_details = {}\nevent_details.name = input.event\nlocal params = input.properties\nlocal gclid = DECODE_URL_QUERY(input.context.page.url).gclid\nif gclid then params.gclid = gclid end\nlocal dclid = DECODE_URL_QUERY(input.context.page.url).dclid\nif dclid then params.dclid = dclid end\nparams.data_source = 'S2S'\nevent_details.params = params\nreturn { event_details }",
222
+ "lang": "lua"
223
+ }
224
+ }
225
+ ]
226
+ }
227
+ ]
228
+ }
229
+ }
@@ -1 +1 @@
1
- "ea300fed983440ede5454ea560402425"
1
+ "4a403d37d082fdcabaf3cccd48203c70"
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "googleBigqueryStreaming": {
3
- "credentials": "",
4
- "dataset": "",
5
- "project_id": "",
6
- "region": ""
3
+ "credentials": "my-credentials",
4
+ "dataset": "my-dataset",
5
+ "project_id": "my-project-id",
6
+ "region": "my-region"
7
7
  }
8
8
  }
@@ -1 +1 @@
1
- "4aea3381f25801cb9de610a1adc967a2"
1
+ "4da0f3e5220f6c90e72061a32408a758"
@@ -1 +1 @@
1
- "ec9db60dc6e9bcefd824ceaf42dce99a"
1
+ "e65a3facc63d436efa068c81da8ab5a2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "googleCM360": {
3
- "profileID": 0,
4
- "credentialsJSON": ""
3
+ "profileID": 1,
4
+ "credentialsJSON": "my-credentials-json"
5
5
  }
6
6
  }
@@ -1 +1 @@
1
- "7c90ce3a5eff16111c550e6b50a1fea2"
1
+ "bd776be05a483898c2e44b12853c3c77"
@@ -1 +1 @@
1
- "d8653976c7ad5ce4c1718ec599603c3c"
1
+ "6e69f4bc6d4d7f1dde1c2418462d7094"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "googlePubsub": {
3
- "credentials": "",
4
- "projectID": "",
5
- "topic": ""
3
+ "credentials": "my-credentials",
4
+ "projectID": "my-project-id",
5
+ "topic": "my-topic"
6
6
  }
7
7
  }
@@ -1 +1 @@
1
- "c1f920c670ac0d2a62208ff0e709aafa"
1
+ "65d5f96f419b0892b7130032d08e086f"
@@ -1 +1 @@
1
- "f0b2e4b433711afd48b7a8d57c08c1ac"
1
+ "793c178fc25620bb5c62d34d5441fe58"
@@ -5,12 +5,12 @@
5
5
  "broker2:9092",
6
6
  "broker3:9092"
7
7
  ],
8
- "topic": "",
8
+ "topic": "my-topic",
9
9
  "tls": true,
10
10
  "saslScram": {
11
11
  "algorithm": "SHA_512",
12
- "username": "",
13
- "password": ""
12
+ "username": "my-username",
13
+ "password": "my-password"
14
14
  }
15
15
  }
16
16
  }
@@ -1 +1 @@
1
- "aff71de719c9f06714682a81c704c246"
1
+ "493c384f4a00509af725ac870e13d84e"
@@ -1 +1 @@
1
- "cad7676f9fa2868f627b21aa9226864a"
1
+ "301e7dca8012bb65edcf9b34c91759b8"
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "kinesis": {
3
- "region": "",
4
- "accessKey": "",
5
- "secretKey": "",
6
- "streamName": "",
3
+ "region": "my-region",
4
+ "accessKey": "my-access-key",
5
+ "secretKey": "my-secret-key",
6
+ "streamName": "my-stream-name",
7
7
  "backlogCount": 1000
8
8
  }
9
9
  }
@@ -1 +1 @@
1
- "80e11120018dd82645820c3e65572c52"
1
+ "c687ad311e3860405c6f6ee7243746fb"
@@ -1 +1 @@
1
- "1ad4f4b1414119951150c4db02749c2a"
1
+ "22ebc0d235967435421c801b901ee9bc"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "snowflake": {
3
- "user": "",
4
- "password": "",
5
- "account": "",
6
- "database": "",
7
- "warehouse": "",
8
- "privateKey": "",
3
+ "user": "my-user",
4
+ "password": "my-password",
5
+ "account": "my-account",
6
+ "database": "my-database",
7
+ "warehouse": "my-warehouse",
8
+ "privateKey": "my-private-key",
9
9
  "s3": {
10
10
  "region": "us-east-1",
11
11
  "bucket": "my-bucket",
@@ -1 +1 @@
1
- "f7db2583b61256334fabde9ce07eacfb"
1
+ "976cc977a0394dd4058a15e33325963c"
package/index.js CHANGED
@@ -123,6 +123,13 @@ exports['google-analytics'] = {
123
123
  metadata: require('./.dist/google-analytics/metadata.json')
124
124
  }
125
125
 
126
+ exports['google-analytics-4'] = {
127
+ connectionTemplate: connectionSchemas.properties.googleAnalytics4,
128
+ endpointSchema: require('./.dist/google-analytics-4/connection.json'),
129
+ playbook: require('./.dist/google-analytics-4/playbook.json'),
130
+ metadata: require('./.dist/google-analytics-4/metadata.json')
131
+ }
132
+
126
133
  exports['google-bigquery-streaming'] = {
127
134
  connectionTemplate: connectionSchemas.properties.googleBigqueryStreaming,
128
135
  playbook: require('./.dist/google-bigquery-streaming/playbook.json'),
@@ -366,6 +373,11 @@ exports.etags = {
366
373
  playbook: require('./.dist/google-analytics/playbook.etag.json'),
367
374
  kit: require('./.dist/google-analytics/kit.etag.json')
368
375
  },
376
+ 'google-analytics-4': {
377
+ endpointSchema: require('./.dist/google-analytics-4/connection.etag.json'),
378
+ playbook: require('./.dist/google-analytics-4/playbook.etag.json'),
379
+ kit: require('./.dist/google-analytics-4/kit.etag.json')
380
+ },
369
381
  'google-bigquery-streaming': {
370
382
  playbook: require('./.dist/google-bigquery-streaming/playbook.etag.json'),
371
383
  kit: require('./.dist/google-bigquery-streaming/kit.etag.json')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {