@adtrackify/at-tracking-event-types 4.66.19 → 4.66.20
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 +9 -0
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/cjs/types/event/context/event-context.d.ts +4 -0
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +9 -0
- package/dist/esm/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/esm/types/event/context/event-context.d.ts +4 -0
- package/package.json +1 -1
|
@@ -43,6 +43,10 @@ export interface AdTrackifyPostHogDestination extends Destination {
|
|
|
43
43
|
export interface AdTrackifyLoopsDestination extends Destination {
|
|
44
44
|
configuration: LoopsConfiguration;
|
|
45
45
|
}
|
|
46
|
+
export interface AdTrackifyRedditDestination extends Destination {
|
|
47
|
+
destination: DESTINATION.REDDIT;
|
|
48
|
+
configuration: RedditPixelConfiguration;
|
|
49
|
+
}
|
|
46
50
|
export interface FacebookHealthWellnessConfig {
|
|
47
51
|
enabled: boolean;
|
|
48
52
|
enableDomainAlias?: boolean;
|
|
@@ -61,6 +65,11 @@ export interface TiktokPixelConfiguration extends UserDestinationConfiguration {
|
|
|
61
65
|
enableConversionAPI: boolean;
|
|
62
66
|
pixelId: string;
|
|
63
67
|
}
|
|
68
|
+
export interface RedditPixelConfiguration extends UserDestinationConfiguration {
|
|
69
|
+
pixelId: string;
|
|
70
|
+
enableConversionAPI: boolean;
|
|
71
|
+
apiAccessToken?: string;
|
|
72
|
+
}
|
|
64
73
|
export interface GoogleAnalytics4Configuration extends UserDestinationConfiguration {
|
|
65
74
|
apiSecret: string;
|
|
66
75
|
measurementId: string;
|
|
@@ -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":";;;AAkNA,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,2BAAS,CAAA;IACT,2BAAS,CAAA;AACX,CAAC,EAHW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAGzB;AA4BD,IAAY,aAYX;AAZD,WAAY,aAAa;IACvB,uCAAsB,CAAA;IACtB,yCAAwB,CAAA;IACxB,uCAAsB,CAAA;IACtB,4CAA2B,CAAA;IAC3B,wCAAuB,CAAA;IACvB,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;IACvC,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;IACjB,oCAAmB,CAAA;IACnB,8BAAa,CAAA;AACf,CAAC,EAZW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAYxB;AAkDD,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
|
@@ -187,6 +187,10 @@ export interface AdClickInfo {
|
|
|
187
187
|
sendlaneCidCollectedAt?: string;
|
|
188
188
|
omnisendCid?: string;
|
|
189
189
|
omnisendCidCollectedAt?: string;
|
|
190
|
+
redditCid?: string;
|
|
191
|
+
redditCidCollectedAt?: string;
|
|
192
|
+
redditUuid?: string;
|
|
193
|
+
redditUuidCollectedAt?: string;
|
|
190
194
|
}
|
|
191
195
|
export interface GoogleClientInfo {
|
|
192
196
|
id: string;
|
|
@@ -43,6 +43,10 @@ export interface AdTrackifyPostHogDestination extends Destination {
|
|
|
43
43
|
export interface AdTrackifyLoopsDestination extends Destination {
|
|
44
44
|
configuration: LoopsConfiguration;
|
|
45
45
|
}
|
|
46
|
+
export interface AdTrackifyRedditDestination extends Destination {
|
|
47
|
+
destination: DESTINATION.REDDIT;
|
|
48
|
+
configuration: RedditPixelConfiguration;
|
|
49
|
+
}
|
|
46
50
|
export interface FacebookHealthWellnessConfig {
|
|
47
51
|
enabled: boolean;
|
|
48
52
|
enableDomainAlias?: boolean;
|
|
@@ -61,6 +65,11 @@ export interface TiktokPixelConfiguration extends UserDestinationConfiguration {
|
|
|
61
65
|
enableConversionAPI: boolean;
|
|
62
66
|
pixelId: string;
|
|
63
67
|
}
|
|
68
|
+
export interface RedditPixelConfiguration extends UserDestinationConfiguration {
|
|
69
|
+
pixelId: string;
|
|
70
|
+
enableConversionAPI: boolean;
|
|
71
|
+
apiAccessToken?: string;
|
|
72
|
+
}
|
|
64
73
|
export interface GoogleAnalytics4Configuration extends UserDestinationConfiguration {
|
|
65
74
|
apiSecret: string;
|
|
66
75
|
measurementId: string;
|
|
@@ -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":"AAkNA,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,2BAAS,CAAA;IACT,2BAAS,CAAA;AACX,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB;AA4BD,MAAM,CAAN,IAAY,aAYX;AAZD,WAAY,aAAa;IACvB,uCAAsB,CAAA;IACtB,yCAAwB,CAAA;IACxB,uCAAsB,CAAA;IACtB,4CAA2B,CAAA;IAC3B,wCAAuB,CAAA;IACvB,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;IACvC,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;IACjB,oCAAmB,CAAA;IACnB,8BAAa,CAAA;AACf,CAAC,EAZW,aAAa,KAAb,aAAa,QAYxB;AAkDD,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
|
|
@@ -187,6 +187,10 @@ export interface AdClickInfo {
|
|
|
187
187
|
sendlaneCidCollectedAt?: string;
|
|
188
188
|
omnisendCid?: string;
|
|
189
189
|
omnisendCidCollectedAt?: string;
|
|
190
|
+
redditCid?: string;
|
|
191
|
+
redditCidCollectedAt?: string;
|
|
192
|
+
redditUuid?: string;
|
|
193
|
+
redditUuidCollectedAt?: string;
|
|
190
194
|
}
|
|
191
195
|
export interface GoogleClientInfo {
|
|
192
196
|
id: string;
|