@adtrackify/at-tracking-event-types 3.1.23 → 3.1.24
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-integration-configs.d.ts +19 -0
- package/dist/cjs/types/api/destinations/third-party-integration-configs.js.map +1 -1
- package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +19 -0
- package/dist/esm/types/api/destinations/third-party-integration-configs.js.map +1 -1
- package/package.json +1 -1
|
@@ -5,6 +5,9 @@ export interface ContactAcquisitonIntegration extends Destination {
|
|
|
5
5
|
export interface FacebookIntegration extends Destination {
|
|
6
6
|
configuration: FacebookIntegrationConfiguration;
|
|
7
7
|
}
|
|
8
|
+
export interface GoogleAdsIntegration extends Destination {
|
|
9
|
+
configuration: GoogleAdsIntegrationConfiguration;
|
|
10
|
+
}
|
|
8
11
|
export interface ContactAcquisitionIntegrationConfiguration extends UserDestinationConfiguration {
|
|
9
12
|
mergeToIdentityTraitsEnabled?: boolean;
|
|
10
13
|
}
|
|
@@ -39,3 +42,19 @@ export declare enum FacebookIntegrationConfigurationAdAttribution {
|
|
|
39
42
|
SEVEN_DAY_CLICK_SEVEN_DAY_VIEW = "sevenDayClickSevenDayView",
|
|
40
43
|
SEVEN_DAY_CLICK_ONE_DAY_VIEW = "sevenDayClickOneDayView"
|
|
41
44
|
}
|
|
45
|
+
export interface GoogleAdsIntegrationConfiguration extends UserDestinationConfiguration {
|
|
46
|
+
accessToken: string;
|
|
47
|
+
authUser: string;
|
|
48
|
+
expiresIn: string;
|
|
49
|
+
prompt: string;
|
|
50
|
+
refreshToken: string;
|
|
51
|
+
scope: string;
|
|
52
|
+
tokenType: string;
|
|
53
|
+
updateTrackingParameters: boolean;
|
|
54
|
+
adAccounts: GoogleAdsIntegrationConfigurationAdAccount[];
|
|
55
|
+
}
|
|
56
|
+
export interface GoogleAdsIntegrationConfigurationAdAccount {
|
|
57
|
+
id: string;
|
|
58
|
+
resourceName: string;
|
|
59
|
+
selected: boolean;
|
|
60
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":";;;AA4CA,IAAY,6CAMX;AAND,WAAY,6CAA6C;IACvD,8EAA6B,CAAA;IAC7B,kFAAiC,CAAA;IACjC,qGAAoD,CAAA;IACpD,6GAA4D,CAAA;IAC5D,yGAAwD,CAAA;AAC1D,CAAC,EANW,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAMxD"}
|
|
@@ -5,6 +5,9 @@ export interface ContactAcquisitonIntegration extends Destination {
|
|
|
5
5
|
export interface FacebookIntegration extends Destination {
|
|
6
6
|
configuration: FacebookIntegrationConfiguration;
|
|
7
7
|
}
|
|
8
|
+
export interface GoogleAdsIntegration extends Destination {
|
|
9
|
+
configuration: GoogleAdsIntegrationConfiguration;
|
|
10
|
+
}
|
|
8
11
|
export interface ContactAcquisitionIntegrationConfiguration extends UserDestinationConfiguration {
|
|
9
12
|
mergeToIdentityTraitsEnabled?: boolean;
|
|
10
13
|
}
|
|
@@ -39,3 +42,19 @@ export declare enum FacebookIntegrationConfigurationAdAttribution {
|
|
|
39
42
|
SEVEN_DAY_CLICK_SEVEN_DAY_VIEW = "sevenDayClickSevenDayView",
|
|
40
43
|
SEVEN_DAY_CLICK_ONE_DAY_VIEW = "sevenDayClickOneDayView"
|
|
41
44
|
}
|
|
45
|
+
export interface GoogleAdsIntegrationConfiguration extends UserDestinationConfiguration {
|
|
46
|
+
accessToken: string;
|
|
47
|
+
authUser: string;
|
|
48
|
+
expiresIn: string;
|
|
49
|
+
prompt: string;
|
|
50
|
+
refreshToken: string;
|
|
51
|
+
scope: string;
|
|
52
|
+
tokenType: string;
|
|
53
|
+
updateTrackingParameters: boolean;
|
|
54
|
+
adAccounts: GoogleAdsIntegrationConfigurationAdAccount[];
|
|
55
|
+
}
|
|
56
|
+
export interface GoogleAdsIntegrationConfigurationAdAccount {
|
|
57
|
+
id: string;
|
|
58
|
+
resourceName: string;
|
|
59
|
+
selected: boolean;
|
|
60
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"third-party-integration-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-integration-configs.ts"],"names":[],"mappings":"AA4CA,MAAM,CAAN,IAAY,6CAMX;AAND,WAAY,6CAA6C;IACvD,8EAA6B,CAAA;IAC7B,kFAAiC,CAAA;IACjC,qGAAoD,CAAA;IACpD,6GAA4D,CAAA;IAC5D,yGAAwD,CAAA;AAC1D,CAAC,EANW,6CAA6C,KAA7C,6CAA6C,QAMxD"}
|