@metarouter/ajs-starter-kit 1.0.83 → 1.0.84
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"17ef964fcbef6304688889a7719ac649"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"9e06fa16441ccf9a0873bcb752ab1abb"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.1.0",
|
|
3
3
|
"global": {
|
|
4
4
|
"enrichments": [
|
|
5
5
|
{
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
]
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
"inputKey": "context.providers.
|
|
53
|
+
"inputKey": "context.providers.facebookTag._fbc",
|
|
54
54
|
"outputKey": "user_data.fbc"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"inputKey": "context.providers.
|
|
57
|
+
"inputKey": "context.providers.facebookTag._fbp",
|
|
58
58
|
"outputKey": "user_data.fbp"
|
|
59
59
|
}
|
|
60
60
|
]
|
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@ users visit, the actions they take on your property, and whether the user has be
|
|
|
7
7
|
previously.
|
|
8
8
|
## 2024-03
|
|
9
9
|
- Criteo (BETA)
|
|
10
|
+
- Facebook Pixel
|
|
10
11
|
|
|
11
12
|
## 2024-02
|
|
12
13
|
- Azure Blob
|
|
@@ -39,7 +40,6 @@ previously.
|
|
|
39
40
|
- Braze
|
|
40
41
|
- Convert (BETA)
|
|
41
42
|
- Customer.io
|
|
42
|
-
- Facebook Pixel
|
|
43
43
|
- Google Ads (BETA)
|
|
44
44
|
- Google Ads (BETA)
|
|
45
45
|
- Google Analytics
|
|
@@ -78,6 +78,7 @@ previously.
|
|
|
78
78
|
| Kit Name | Date | Latest Note |
|
|
79
79
|
|----------|------|-------------|
|
|
80
80
|
| Criteo (BETA) | 2024-03 | Migrated to Server to Server endpoint |
|
|
81
|
+
| Facebook Pixel | 2024-03 | Moved context.providors.facebookPixel to context.providers.facebookTag |
|
|
81
82
|
| Azure Blob | 2024-02 | Removed Identity |
|
|
82
83
|
| Commission Junction (BETA) | 2024-02 | Add order_canceled and order_updated. |
|
|
83
84
|
| Google Cloud Storage (BETA) | 2024-02 | Removed Identity |
|
|
@@ -104,7 +105,6 @@ previously.
|
|
|
104
105
|
| Braze | 2023-12 | Marked as stable version: 1.0.0 |
|
|
105
106
|
| Convert (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|
|
106
107
|
| Customer.io | 2023-12 | Marked as stable version: 1.0.0 |
|
|
107
|
-
| Facebook Pixel | 2023-12 | Marked as stable version: 1.0.0 |
|
|
108
108
|
| Google Ads (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|
|
109
109
|
| Google Ads (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|
|
110
110
|
| Google Analytics | 2023-12 | Marked as stable version: 1.0.0 |
|