@adtrackify/at-tracking-event-types 3.1.26 → 3.1.27
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/cjs/types/api/destinations/third-party-destination-configs.d.ts +0 -3
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/cjs/types/event/context/event-context.d.ts +8 -2
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +0 -3
- package/dist/esm/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/esm/types/event/context/event-context.d.ts +8 -2
- package/package.json +1 -1
|
@@ -53,9 +53,6 @@ export interface GoogleAdsConfiguration extends UserDestinationConfiguration {
|
|
|
53
53
|
export interface HubspotPixelConfiguration extends UserDestinationConfiguration {
|
|
54
54
|
hubspotId: string;
|
|
55
55
|
}
|
|
56
|
-
export interface SnapchatPixelConfiguration extends UserDestinationConfiguration {
|
|
57
|
-
snapchatPixelId: string;
|
|
58
|
-
}
|
|
59
56
|
export interface TwitterPixelConfiguration extends UserDestinationConfiguration {
|
|
60
57
|
twitterPixelId: string;
|
|
61
58
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":";;;AAmIA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
|
@@ -150,8 +150,14 @@ export interface AdClickInfo {
|
|
|
150
150
|
ttclidCollectedAt?: string;
|
|
151
151
|
ttp?: string;
|
|
152
152
|
ttpCollectedAt?: string;
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
snapchatSCCid?: string;
|
|
154
|
+
snapchatSCCidCollectedAt?: string;
|
|
155
|
+
snapchatSCCookie?: string;
|
|
156
|
+
snapchatSCCookieCollectedAt?: string;
|
|
157
|
+
pinterestEpik?: string;
|
|
158
|
+
pinterestEpikCollectedAt?: string;
|
|
159
|
+
applovinAxwrt?: string;
|
|
160
|
+
applovinAxwrtCollectedAt?: string;
|
|
155
161
|
kx?: string;
|
|
156
162
|
kxCollectedAt?: string;
|
|
157
163
|
klaviyoCid?: string;
|
|
@@ -53,9 +53,6 @@ export interface GoogleAdsConfiguration extends UserDestinationConfiguration {
|
|
|
53
53
|
export interface HubspotPixelConfiguration extends UserDestinationConfiguration {
|
|
54
54
|
hubspotId: string;
|
|
55
55
|
}
|
|
56
|
-
export interface SnapchatPixelConfiguration extends UserDestinationConfiguration {
|
|
57
|
-
snapchatPixelId: string;
|
|
58
|
-
}
|
|
59
56
|
export interface TwitterPixelConfiguration extends UserDestinationConfiguration {
|
|
60
57
|
twitterPixelId: string;
|
|
61
58
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":"AAmIA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
|
|
@@ -150,8 +150,14 @@ export interface AdClickInfo {
|
|
|
150
150
|
ttclidCollectedAt?: string;
|
|
151
151
|
ttp?: string;
|
|
152
152
|
ttpCollectedAt?: string;
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
snapchatSCCid?: string;
|
|
154
|
+
snapchatSCCidCollectedAt?: string;
|
|
155
|
+
snapchatSCCookie?: string;
|
|
156
|
+
snapchatSCCookieCollectedAt?: string;
|
|
157
|
+
pinterestEpik?: string;
|
|
158
|
+
pinterestEpikCollectedAt?: string;
|
|
159
|
+
applovinAxwrt?: string;
|
|
160
|
+
applovinAxwrtCollectedAt?: string;
|
|
155
161
|
kx?: string;
|
|
156
162
|
kxCollectedAt?: string;
|
|
157
163
|
klaviyoCid?: string;
|