@metarouter/ajs-starter-kit 1.0.53 → 1.0.54
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/adobe-analytics/connection.etag.json +1 -0
- package/.dist/adobe-analytics/connection.json +42 -0
- package/.dist/adobe-analytics/kit.etag.json +1 -0
- package/.dist/adobe-analytics/metadata.json +20 -0
- package/.dist/adobe-analytics/playbook.etag.json +1 -0
- package/.dist/adobe-analytics/playbook.json +71 -0
- package/.dist/adobe-id/connection.etag.json +1 -0
- package/.dist/adobe-id/connection.json +24 -0
- package/.dist/adobe-id/kit.etag.json +1 -0
- package/.dist/adobe-id/metadata.json +20 -0
- package/.dist/adobe-id/playbook.etag.json +1 -0
- package/.dist/adobe-id/playbook.json +74 -0
- package/.dist/miq-xandr/connection.etag.json +1 -0
- package/.dist/miq-xandr/connection.json +12 -0
- package/.dist/miq-xandr/kit.etag.json +1 -0
- package/.dist/miq-xandr/metadata.json +20 -0
- package/.dist/miq-xandr/playbook.etag.json +1 -0
- package/.dist/miq-xandr/playbook.json +79 -0
- package/.dist/nextdoor/connection.etag.json +1 -0
- package/.dist/nextdoor/connection.json +31 -0
- package/.dist/nextdoor/kit.etag.json +1 -0
- package/.dist/nextdoor/metadata.json +20 -0
- package/.dist/nextdoor/playbook.etag.json +1 -0
- package/.dist/nextdoor/playbook.json +111 -0
- package/.dist/pinterest-capi/connection.etag.json +1 -0
- package/.dist/pinterest-capi/connection.json +35 -0
- package/.dist/pinterest-capi/kit.etag.json +1 -0
- package/.dist/pinterest-capi/metadata.json +20 -0
- package/.dist/pinterest-capi/playbook.etag.json +1 -0
- package/.dist/pinterest-capi/playbook.json +288 -0
- package/.dist/podsights/connection.etag.json +1 -0
- package/.dist/podsights/connection.json +6 -0
- package/.dist/podsights/kit.etag.json +1 -0
- package/.dist/podsights/metadata.json +20 -0
- package/.dist/podsights/playbook.etag.json +1 -0
- package/.dist/podsights/playbook.json +132 -0
- package/.dist/tiktok/connection.etag.json +1 -0
- package/.dist/tiktok/connection.json +35 -0
- package/.dist/tiktok/kit.etag.json +1 -0
- package/.dist/tiktok/metadata.json +20 -0
- package/.dist/tiktok/playbook.etag.json +1 -0
- package/.dist/tiktok/playbook.json +346 -0
- package/.dist/yahoo-enhanced-attribution/connection.etag.json +1 -0
- package/.dist/yahoo-enhanced-attribution/connection.json +77 -0
- package/.dist/yahoo-enhanced-attribution/kit.etag.json +1 -0
- package/.dist/yahoo-enhanced-attribution/metadata.json +20 -0
- package/.dist/yahoo-enhanced-attribution/playbook.etag.json +1 -0
- package/.dist/yahoo-enhanced-attribution/playbook.json +96 -0
- package/.dist/yahoo-offline-conversion/connection.etag.json +1 -0
- package/.dist/yahoo-offline-conversion/connection.json +76 -0
- package/.dist/yahoo-offline-conversion/kit.etag.json +1 -0
- package/.dist/yahoo-offline-conversion/metadata.json +20 -0
- package/.dist/yahoo-offline-conversion/playbook.etag.json +1 -0
- package/.dist/yahoo-offline-conversion/playbook.json +267 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"db0e1e4e090a4feb2b39017aa3f051b9"
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "DATASTREAM_ID",
|
|
5
|
+
"defaultValue": "datastream-id"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "ACCESS_TOKEN",
|
|
9
|
+
"defaultValue": "access-token"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "ORG_ID",
|
|
13
|
+
"exampleValue": "org-id"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "API_KEY",
|
|
17
|
+
"exampleValue": "api-key"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"default": {
|
|
21
|
+
"endpoint": "https://server.adobedc.net/ee/v2/interact?dataStreamId=$$DATASTREAM_ID$$",
|
|
22
|
+
"method": "POST",
|
|
23
|
+
"headers": [
|
|
24
|
+
{
|
|
25
|
+
"key": "Authorization",
|
|
26
|
+
"value": "Bearer $$ACCESS_TOKEN$$"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"key": "x-gw-ims-org-id",
|
|
30
|
+
"value": "$$ORG_ID$$"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"key": "x-api-key",
|
|
34
|
+
"value": "$$API_KEY$$"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"key": "Content-Type",
|
|
38
|
+
"value": "application/json"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"d41d8cd98f00b204e9800998ecf8427e"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isBeta": true,
|
|
4
|
+
"friendlyName": "Adobe Analytics",
|
|
5
|
+
"description": "Adobe Analytics is a web and marketing analytics tool focused on in-depth reporting of customer web and marketing journeys.",
|
|
6
|
+
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
7
|
+
"color": "#2E204B",
|
|
8
|
+
"eventSource": {
|
|
9
|
+
"isAndroidApp": true,
|
|
10
|
+
"isIosApp": true,
|
|
11
|
+
"isWebApp": true
|
|
12
|
+
},
|
|
13
|
+
"inputSchema": "analytics_js",
|
|
14
|
+
"releaseNotes": [
|
|
15
|
+
{
|
|
16
|
+
"date": "2023-03-07T00:00:00.000Z",
|
|
17
|
+
"note": "Adobe Analytics initial release."
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"5e77d68e5bca1d0f425cc1bd53168dd7"
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "v0.0.1",
|
|
3
|
+
"default": {
|
|
4
|
+
"filters": [
|
|
5
|
+
{
|
|
6
|
+
"byEventNames": {
|
|
7
|
+
"action": "allow",
|
|
8
|
+
"events": [
|
|
9
|
+
""
|
|
10
|
+
]
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"global": {
|
|
16
|
+
"mappings": [
|
|
17
|
+
{
|
|
18
|
+
"inputKey": "input",
|
|
19
|
+
"outputKey": "event.xdm.identityMap.FPID",
|
|
20
|
+
"transforms": [
|
|
21
|
+
{
|
|
22
|
+
"expression": {
|
|
23
|
+
"body": "return {{ id = TO_SHA256_HASH(input.anonymousId), primary = true }}",
|
|
24
|
+
"lang": "lua"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"inputKey": "input",
|
|
31
|
+
"outputKey": "event.xdm.identityMap.Email_LC_SHA256",
|
|
32
|
+
"transforms": [
|
|
33
|
+
{
|
|
34
|
+
"expression": {
|
|
35
|
+
"body": "if (input.context.traits.email) then\n return {{ id = TO_SHA256_HASH(LOWER(TRIM(input.context.traits.email))), primary = false }}\nend\nreturn",
|
|
36
|
+
"lang": "lua"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"inputKey": "timestamp",
|
|
43
|
+
"outputKey": "event.xdm.timestamp"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"eventSpecific": {
|
|
48
|
+
"page": {
|
|
49
|
+
"enrichments": [
|
|
50
|
+
{
|
|
51
|
+
"outputKey": "event.xdm.eventType",
|
|
52
|
+
"staticString": "web.webpagedetails.pageViews"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"mappings": [
|
|
56
|
+
{
|
|
57
|
+
"inputKey": "context.page.url",
|
|
58
|
+
"outputKey": "event.xdm.web.webPageDetails.URL"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"inputKey": "context.page.title",
|
|
62
|
+
"outputKey": "event.xdm.web.webPageDetails.name"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"inputKey": "context.page.referrer",
|
|
66
|
+
"outputKey": "event.data.prop1"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"34e8d5ffd6714618c4098be2537f979d"
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "PARTNER_ID",
|
|
5
|
+
"exampleValue": "partner_id"
|
|
6
|
+
}
|
|
7
|
+
],
|
|
8
|
+
"default": {
|
|
9
|
+
"batchSize": 1,
|
|
10
|
+
"endpoint": "https://dpm.demdex.net/ibs",
|
|
11
|
+
"headers": [
|
|
12
|
+
{
|
|
13
|
+
"fromEventKey": "context.providers.adobe.aam_uuid",
|
|
14
|
+
"key": "demdex"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"method": "GET",
|
|
18
|
+
"queryEncoding": "use_path_escape_encoding",
|
|
19
|
+
"transform": {
|
|
20
|
+
"body": "request.url = REPLACE(request.url, \"?\", \":\")\nrequest.url = REPLACE(request.url, \"$$PARTNER_ID$$=\", \"$$PARTNER_ID$$%01\")\nreturn request",
|
|
21
|
+
"lang": "lua"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"d41d8cd98f00b204e9800998ecf8427e"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isBeta": true,
|
|
4
|
+
"friendlyName": "Adobe ID",
|
|
5
|
+
"description": "Send partner sync IDs to Adobe's match tables.",
|
|
6
|
+
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
7
|
+
"color": "#FA1200",
|
|
8
|
+
"eventSource": {
|
|
9
|
+
"isAndroidApp": true,
|
|
10
|
+
"isIosApp": true,
|
|
11
|
+
"isWebApp": true
|
|
12
|
+
},
|
|
13
|
+
"inputSchema": "analytics_js",
|
|
14
|
+
"releaseNotes": [
|
|
15
|
+
{
|
|
16
|
+
"date": "2023-03-07T00:00:00.000Z",
|
|
17
|
+
"note": "Adobe ID initial release."
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"3f597b969b276b30af4baa334709218e"
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "v0.0.1",
|
|
3
|
+
"params": [
|
|
4
|
+
{
|
|
5
|
+
"name": "PARTNER_ID",
|
|
6
|
+
"exampleValue": "partner_id"
|
|
7
|
+
}
|
|
8
|
+
],
|
|
9
|
+
"default": {
|
|
10
|
+
"filters": [
|
|
11
|
+
{
|
|
12
|
+
"byEventNames": {
|
|
13
|
+
"action": "allow",
|
|
14
|
+
"events": [
|
|
15
|
+
""
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"eventSpecific": {
|
|
22
|
+
"page": {
|
|
23
|
+
"filters": [
|
|
24
|
+
{
|
|
25
|
+
"byConditions": {
|
|
26
|
+
"action": "allow",
|
|
27
|
+
"when": {
|
|
28
|
+
"matchesAll": {
|
|
29
|
+
"conditions": [
|
|
30
|
+
{
|
|
31
|
+
"booleanEqual": {
|
|
32
|
+
"inputPath": "context.providers.adobe.fire_sync_chain",
|
|
33
|
+
"value": true
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"stringNotEqual": {
|
|
38
|
+
"ignoreCase": true,
|
|
39
|
+
"inputPath": "context.providers.adobe.aam_uuid"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"stringNotEqual": {
|
|
44
|
+
"ignoreCase": true,
|
|
45
|
+
"inputPath": "context.providers.XXXXXXXX.YYY"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"mappings": [
|
|
55
|
+
{
|
|
56
|
+
"inputKey": "context.providers.adobe.aam_uuid",
|
|
57
|
+
"outputKey": "d_uuid"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"inputKey": "input",
|
|
61
|
+
"outputKey": "d_cid",
|
|
62
|
+
"transforms": [
|
|
63
|
+
{
|
|
64
|
+
"expression": {
|
|
65
|
+
"body": "return $$PARTNER_ID$$ .. \"=\" .. input.context.providers.XXXXXXXX.YYY",
|
|
66
|
+
"lang": "lua"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"8245082fd9e11916f4419857aa9751d8"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"d41d8cd98f00b204e9800998ecf8427e"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isBeta": true,
|
|
4
|
+
"friendlyName": "MIQ (Xandr)",
|
|
5
|
+
"description": "Deliver ad campaigns that redefine marketing success.",
|
|
6
|
+
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
7
|
+
"color": "#FF3E00",
|
|
8
|
+
"eventSource": {
|
|
9
|
+
"isAndroidApp": true,
|
|
10
|
+
"isIosApp": true,
|
|
11
|
+
"isWebApp": true
|
|
12
|
+
},
|
|
13
|
+
"inputSchema": "analytics_js",
|
|
14
|
+
"releaseNotes": [
|
|
15
|
+
{
|
|
16
|
+
"date": "2023-03-07T00:00:00.000Z",
|
|
17
|
+
"note": "MIQ (Xandr) initial release."
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"ab8e4ee1fa8bb7179980fc25aa7ba052"
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "v0.0.1",
|
|
3
|
+
"params": [
|
|
4
|
+
{
|
|
5
|
+
"name": "PAGE_CONVERSION_ID",
|
|
6
|
+
"defaultValue": "page-conversion-id"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"name": "PAGE_SEGMENT_ID",
|
|
10
|
+
"defaultValue": "page-segment-id"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "PRODUCT_ADDED_CONVERSION_ID",
|
|
14
|
+
"defaultValue": "product-added-conversion-id"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "PRODUCT_ADDED_SEGMENT_ID",
|
|
18
|
+
"defaultValue": "product-added-segment-id"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "ORDER_COMPLETED_CONVERSION_ID",
|
|
22
|
+
"defaultValue": "order-completed-conversion-id"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "ORDER_COMPLETED_SEGMENT_ID",
|
|
26
|
+
"defaultValue": "order-completed-segment-id"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"default": {
|
|
30
|
+
"filters": [
|
|
31
|
+
{
|
|
32
|
+
"byEventNames": {
|
|
33
|
+
"action": "allow",
|
|
34
|
+
"events": [
|
|
35
|
+
""
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"eventSpecific": {
|
|
42
|
+
"page": {
|
|
43
|
+
"enrichments": [
|
|
44
|
+
{
|
|
45
|
+
"outputKey": "id",
|
|
46
|
+
"staticString": "$$PAGE_CONVERSION_ID$$"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"outputKey": "seg",
|
|
50
|
+
"staticString": "$$PAGE_SEGMENT_ID$$"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"product_added": {
|
|
55
|
+
"enrichments": [
|
|
56
|
+
{
|
|
57
|
+
"outputKey": "id",
|
|
58
|
+
"staticString": "$$PRODUCT_ADDED_CONVERSION_ID$$"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"outputKey": "seg",
|
|
62
|
+
"staticString": "$$PRODUCT_ADDED_SEGMENT_ID$$"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
"order_completed": {
|
|
67
|
+
"enrichments": [
|
|
68
|
+
{
|
|
69
|
+
"outputKey": "id",
|
|
70
|
+
"staticString": "$$ORDER_COMPLETED_CONVERSION_ID$$"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"outputKey": "seg",
|
|
74
|
+
"staticString": "$$ORDER_COMPLETED_SEGMENT_ID$$"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"8453a7604fd59632c28fc2d86abe7b73"
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "ACCESS_TOKEN",
|
|
5
|
+
"exampleValue": "access-token"
|
|
6
|
+
}
|
|
7
|
+
],
|
|
8
|
+
"default": {
|
|
9
|
+
"batchSize": 1,
|
|
10
|
+
"endpoint": "https://ads.nextdoor.com/graphql/api/v1",
|
|
11
|
+
"headers": [
|
|
12
|
+
{
|
|
13
|
+
"key": "Content-Type",
|
|
14
|
+
"value": "application/json"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"key": "Accept-Encoding",
|
|
18
|
+
"value": "application/json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"key": "Authorization",
|
|
22
|
+
"value": "Bearer $$ACCESS_TOKEN$$"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"transform": {
|
|
27
|
+
"body": "request.body = {\n query = \"mutation CreateConversion($conversionEvents: ConversionEventInput!) {\\n createConversion(conversionEvents: $conversionEvents) {\\n success\\n reason\\n }\\n}\",\n variables = {\n conversionEvents = { events = batch }\n }\n}\nreturn request",
|
|
28
|
+
"lang": "lua"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"d41d8cd98f00b204e9800998ecf8427e"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isBeta": true,
|
|
4
|
+
"friendlyName": "Nextdoor",
|
|
5
|
+
"description": "Turn neighbors into customers with Nextdoor Ads built for small businesses with big goals.",
|
|
6
|
+
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
7
|
+
"color": "#B9EC51",
|
|
8
|
+
"eventSource": {
|
|
9
|
+
"isAndroidApp": true,
|
|
10
|
+
"isIosApp": true,
|
|
11
|
+
"isWebApp": true
|
|
12
|
+
},
|
|
13
|
+
"inputSchema": "analytics_js",
|
|
14
|
+
"releaseNotes": [
|
|
15
|
+
{
|
|
16
|
+
"date": "2023-03-07T00:00:00.000Z",
|
|
17
|
+
"note": "Nextdoor initial release."
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"d3dec54a84a38ee734d0f6d69c721523"
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "v0.0.1",
|
|
3
|
+
"params": [
|
|
4
|
+
{
|
|
5
|
+
"name": "PIXEL_ID",
|
|
6
|
+
"defaultValue": "pixel-id"
|
|
7
|
+
}
|
|
8
|
+
],
|
|
9
|
+
"default": {
|
|
10
|
+
"filters": [
|
|
11
|
+
{
|
|
12
|
+
"byEventNames": {
|
|
13
|
+
"action": "allow",
|
|
14
|
+
"events": [
|
|
15
|
+
""
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"global": {
|
|
22
|
+
"enrichments": [
|
|
23
|
+
{
|
|
24
|
+
"outputKey": "pixelId",
|
|
25
|
+
"staticString": "$$PIXEL_ID$$"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"outputKey": "eventTime",
|
|
29
|
+
"timestamp": "milliseconds"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"filters": [
|
|
33
|
+
{
|
|
34
|
+
"byConditions": {
|
|
35
|
+
"action": "deny",
|
|
36
|
+
"when": {
|
|
37
|
+
"stringNotEqual": {
|
|
38
|
+
"inputPath": "context.providers.nextdoor.ndclid"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"mappings": [
|
|
45
|
+
{
|
|
46
|
+
"inputKey": "context.providers.nextdoor.ndclid",
|
|
47
|
+
"outputKey": "eventId"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"defaultString": "",
|
|
51
|
+
"inputKey": "context.page.referrer",
|
|
52
|
+
"outputKey": "referer"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"defaultString": "",
|
|
56
|
+
"inputKey": "context.page.url",
|
|
57
|
+
"outputKey": "eventSource"
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"eventSpecific": {
|
|
62
|
+
"cart_viewed": {
|
|
63
|
+
"enrichments": [
|
|
64
|
+
{
|
|
65
|
+
"outputKey": "eventName",
|
|
66
|
+
"staticString": "START_CHECKOUT"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"order_completed": {
|
|
71
|
+
"enrichments": [
|
|
72
|
+
{
|
|
73
|
+
"outputKey": "eventName",
|
|
74
|
+
"staticString": "PURCHASE"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
"page": {
|
|
79
|
+
"enrichments": [
|
|
80
|
+
{
|
|
81
|
+
"outputKey": "eventName",
|
|
82
|
+
"staticString": "PAGE_VIEW"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"product_added": {
|
|
87
|
+
"enrichments": [
|
|
88
|
+
{
|
|
89
|
+
"outputKey": "eventName",
|
|
90
|
+
"staticString": "ADD_TO_CART"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"product_viewed": {
|
|
95
|
+
"enrichments": [
|
|
96
|
+
{
|
|
97
|
+
"outputKey": "eventName",
|
|
98
|
+
"staticString": "VIEW_CONTENT"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"signed_up": {
|
|
103
|
+
"enrichments": [
|
|
104
|
+
{
|
|
105
|
+
"outputKey": "eventName",
|
|
106
|
+
"staticString": "SIGN_UP"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"2b8c9abb2463569630f4bfa8399f20c2"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "AD_ACCOUNT_ID",
|
|
5
|
+
"exampleValue": "add-account-id"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "ACCESS_TOKEN",
|
|
9
|
+
"exampleValue": "access-token"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"default": {
|
|
13
|
+
"endpoint": "https://api.pinterest.com/v5/ad_accounts/$$AD_ACCOUNT_ID$$/events?test=true",
|
|
14
|
+
"headers": [
|
|
15
|
+
{
|
|
16
|
+
"key": "Content-Type",
|
|
17
|
+
"value": "application/json"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"key": "Accept",
|
|
21
|
+
"value": "application/json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"key": "Authorization",
|
|
25
|
+
"value": "Bearer $$ACCESS_TOKEN$$"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"method": "POST",
|
|
29
|
+
"batchSize": 100,
|
|
30
|
+
"transform": {
|
|
31
|
+
"lang": "lua",
|
|
32
|
+
"body": "request.body = { data = batch }\nreturn request"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"d41d8cd98f00b204e9800998ecf8427e"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isBeta": false,
|
|
4
|
+
"friendlyName": "Pinterest CAPI",
|
|
5
|
+
"description": "A visual discovery social network where advertisers can reach audiences as they look for new, exciting and inspiring ideas for their projects.",
|
|
6
|
+
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
7
|
+
"color": "#e0394f",
|
|
8
|
+
"eventSource": {
|
|
9
|
+
"isAndroidApp": true,
|
|
10
|
+
"isIosApp": true,
|
|
11
|
+
"isWebApp": true
|
|
12
|
+
},
|
|
13
|
+
"inputSchema": "analytics_js",
|
|
14
|
+
"releaseNotes": [
|
|
15
|
+
{
|
|
16
|
+
"date": "2023-03-07T00:00:00.000Z",
|
|
17
|
+
"note": "Pinterest CAPI initial release."
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"ecce4d5c86fecfc77c801718c5e8fd3c"
|