@adtrackify/at-tracking-event-types 3.0.26 → 3.0.28
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 +6 -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 +1 -0
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +6 -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 +1 -0
- package/package.json +1 -1
|
@@ -11,6 +11,9 @@ export interface AdTrackifyGoogleAnalytics4Destination extends Destination {
|
|
|
11
11
|
export interface AdTrackifyPinterestDestination extends Destination {
|
|
12
12
|
configuration: PinterestConfiguration;
|
|
13
13
|
}
|
|
14
|
+
export interface AdTrackifyKlaviyoDestination extends Destination {
|
|
15
|
+
configuration: KlaviyoConfiguration;
|
|
16
|
+
}
|
|
14
17
|
export interface FacebookPixelConfiguration extends UserDestinationConfiguration {
|
|
15
18
|
apiAccessToken?: string;
|
|
16
19
|
enableConversionAPI: boolean;
|
|
@@ -55,6 +58,9 @@ export interface PinterestConfiguration extends UserDestinationConfiguration {
|
|
|
55
58
|
advertiserId?: string;
|
|
56
59
|
apiAccessToken?: string;
|
|
57
60
|
}
|
|
61
|
+
export interface KlaviyoConfiguration extends UserDestinationConfiguration {
|
|
62
|
+
apiAccessToken: string;
|
|
63
|
+
}
|
|
58
64
|
export declare enum CustomHTMLLocation {
|
|
59
65
|
HEADER = "header",
|
|
60
66
|
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":";;;AAmFA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
|
@@ -11,6 +11,9 @@ export interface AdTrackifyGoogleAnalytics4Destination extends Destination {
|
|
|
11
11
|
export interface AdTrackifyPinterestDestination extends Destination {
|
|
12
12
|
configuration: PinterestConfiguration;
|
|
13
13
|
}
|
|
14
|
+
export interface AdTrackifyKlaviyoDestination extends Destination {
|
|
15
|
+
configuration: KlaviyoConfiguration;
|
|
16
|
+
}
|
|
14
17
|
export interface FacebookPixelConfiguration extends UserDestinationConfiguration {
|
|
15
18
|
apiAccessToken?: string;
|
|
16
19
|
enableConversionAPI: boolean;
|
|
@@ -55,6 +58,9 @@ export interface PinterestConfiguration extends UserDestinationConfiguration {
|
|
|
55
58
|
advertiserId?: string;
|
|
56
59
|
apiAccessToken?: string;
|
|
57
60
|
}
|
|
61
|
+
export interface KlaviyoConfiguration extends UserDestinationConfiguration {
|
|
62
|
+
apiAccessToken: string;
|
|
63
|
+
}
|
|
58
64
|
export declare enum CustomHTMLLocation {
|
|
59
65
|
HEADER = "header",
|
|
60
66
|
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":"AAmFA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
|