@adtrackify/at-tracking-event-types 3.0.61 → 3.0.62
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
|
@@ -23,6 +23,9 @@ export interface AdTrackifySendlaneDestination extends Destination {
|
|
|
23
23
|
export interface AdTrackifyOutboxDestination extends Destination {
|
|
24
24
|
configuration: OutbrainConfiguration;
|
|
25
25
|
}
|
|
26
|
+
export interface AdTrackifyGoogleAdsV2Destination extends Destination {
|
|
27
|
+
configuration: GoogleAdsV2Configuration;
|
|
28
|
+
}
|
|
26
29
|
export interface FacebookPixelConfiguration extends UserDestinationConfiguration {
|
|
27
30
|
apiAccessToken?: string;
|
|
28
31
|
enableConversionAPI: boolean;
|
|
@@ -82,6 +85,11 @@ export interface SendlaneConfiguration extends UserDestinationConfiguration {
|
|
|
82
85
|
export interface OutbrainConfiguration extends UserDestinationConfiguration {
|
|
83
86
|
pixelId: string;
|
|
84
87
|
}
|
|
88
|
+
export interface GoogleAdsV2Configuration extends UserDestinationConfiguration {
|
|
89
|
+
accountId: string;
|
|
90
|
+
merchantCenterId: string;
|
|
91
|
+
conversionId: string;
|
|
92
|
+
}
|
|
85
93
|
export declare enum CustomHTMLLocation {
|
|
86
94
|
HEADER = "header",
|
|
87
95
|
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":";;;AAuHA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
|
@@ -23,6 +23,9 @@ export interface AdTrackifySendlaneDestination extends Destination {
|
|
|
23
23
|
export interface AdTrackifyOutboxDestination extends Destination {
|
|
24
24
|
configuration: OutbrainConfiguration;
|
|
25
25
|
}
|
|
26
|
+
export interface AdTrackifyGoogleAdsV2Destination extends Destination {
|
|
27
|
+
configuration: GoogleAdsV2Configuration;
|
|
28
|
+
}
|
|
26
29
|
export interface FacebookPixelConfiguration extends UserDestinationConfiguration {
|
|
27
30
|
apiAccessToken?: string;
|
|
28
31
|
enableConversionAPI: boolean;
|
|
@@ -82,6 +85,11 @@ export interface SendlaneConfiguration extends UserDestinationConfiguration {
|
|
|
82
85
|
export interface OutbrainConfiguration extends UserDestinationConfiguration {
|
|
83
86
|
pixelId: string;
|
|
84
87
|
}
|
|
88
|
+
export interface GoogleAdsV2Configuration extends UserDestinationConfiguration {
|
|
89
|
+
accountId: string;
|
|
90
|
+
merchantCenterId: string;
|
|
91
|
+
conversionId: string;
|
|
92
|
+
}
|
|
85
93
|
export declare enum CustomHTMLLocation {
|
|
86
94
|
HEADER = "header",
|
|
87
95
|
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":"AAuHA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
|