@adtrackify/at-tracking-event-types 3.1.83 → 3.1.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.
- package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +8 -0
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +8 -0
- package/dist/esm/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,9 @@ export interface AdTrackifyOmnisendDestination extends Destination {
|
|
|
32
32
|
export interface AdTrackifyAttentiveDestination extends Destination {
|
|
33
33
|
configuration: AttentiveConfiguration;
|
|
34
34
|
}
|
|
35
|
+
export interface AdTrackifyYotpoDestination extends Destination {
|
|
36
|
+
configuration: YotpoConfiguration;
|
|
37
|
+
}
|
|
35
38
|
export interface FacebookPixelConfiguration extends UserDestinationConfiguration {
|
|
36
39
|
apiAccessToken?: string;
|
|
37
40
|
enableConversionAPI: boolean;
|
|
@@ -102,6 +105,11 @@ export interface GoogleAdsV2Configuration extends UserDestinationConfiguration {
|
|
|
102
105
|
merchantCenterId: string;
|
|
103
106
|
conversionId: string;
|
|
104
107
|
}
|
|
108
|
+
export interface YotpoConfiguration extends UserDestinationConfiguration {
|
|
109
|
+
apiKey: string;
|
|
110
|
+
apiSecret: string;
|
|
111
|
+
apiAccessToken?: string;
|
|
112
|
+
}
|
|
105
113
|
export declare enum CustomHTMLLocation {
|
|
106
114
|
HEADER = "header",
|
|
107
115
|
FOOTER = "footer",
|
|
@@ -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":";;;AAgJA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
|
@@ -32,6 +32,9 @@ export interface AdTrackifyOmnisendDestination extends Destination {
|
|
|
32
32
|
export interface AdTrackifyAttentiveDestination extends Destination {
|
|
33
33
|
configuration: AttentiveConfiguration;
|
|
34
34
|
}
|
|
35
|
+
export interface AdTrackifyYotpoDestination extends Destination {
|
|
36
|
+
configuration: YotpoConfiguration;
|
|
37
|
+
}
|
|
35
38
|
export interface FacebookPixelConfiguration extends UserDestinationConfiguration {
|
|
36
39
|
apiAccessToken?: string;
|
|
37
40
|
enableConversionAPI: boolean;
|
|
@@ -102,6 +105,11 @@ export interface GoogleAdsV2Configuration extends UserDestinationConfiguration {
|
|
|
102
105
|
merchantCenterId: string;
|
|
103
106
|
conversionId: string;
|
|
104
107
|
}
|
|
108
|
+
export interface YotpoConfiguration extends UserDestinationConfiguration {
|
|
109
|
+
apiKey: string;
|
|
110
|
+
apiSecret: string;
|
|
111
|
+
apiAccessToken?: string;
|
|
112
|
+
}
|
|
105
113
|
export declare enum CustomHTMLLocation {
|
|
106
114
|
HEADER = "header",
|
|
107
115
|
FOOTER = "footer",
|
|
@@ -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":"AAgJA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
|