@adtrackify/at-tracking-event-types 3.1.85 → 3.1.87
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 +2 -2
- package/dist/cjs/types/event/context/event-context.d.ts +2 -0
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +2 -2
- package/dist/esm/types/event/context/event-context.d.ts +2 -0
- package/package.json +1 -1
|
@@ -106,8 +106,8 @@ export interface GoogleAdsV2Configuration extends UserDestinationConfiguration {
|
|
|
106
106
|
conversionId: string;
|
|
107
107
|
}
|
|
108
108
|
export interface YotpoConfiguration extends UserDestinationConfiguration {
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
appKey: string;
|
|
110
|
+
secretKey: string;
|
|
111
111
|
apiAccessToken?: string;
|
|
112
112
|
}
|
|
113
113
|
export declare enum CustomHTMLLocation {
|
|
@@ -166,6 +166,8 @@ export interface AdClickInfo {
|
|
|
166
166
|
sendlaneCidCollectedAt?: string;
|
|
167
167
|
omnisendCid?: string;
|
|
168
168
|
omnisendCidCollectedAt?: string;
|
|
169
|
+
yotpoWtbae?: string;
|
|
170
|
+
yotpoWtbaeCollectedAt?: string;
|
|
169
171
|
}
|
|
170
172
|
export interface GoogleClientInfo {
|
|
171
173
|
id: string;
|
|
@@ -106,8 +106,8 @@ export interface GoogleAdsV2Configuration extends UserDestinationConfiguration {
|
|
|
106
106
|
conversionId: string;
|
|
107
107
|
}
|
|
108
108
|
export interface YotpoConfiguration extends UserDestinationConfiguration {
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
appKey: string;
|
|
110
|
+
secretKey: string;
|
|
111
111
|
apiAccessToken?: string;
|
|
112
112
|
}
|
|
113
113
|
export declare enum CustomHTMLLocation {
|
|
@@ -166,6 +166,8 @@ export interface AdClickInfo {
|
|
|
166
166
|
sendlaneCidCollectedAt?: string;
|
|
167
167
|
omnisendCid?: string;
|
|
168
168
|
omnisendCidCollectedAt?: string;
|
|
169
|
+
yotpoWtbae?: string;
|
|
170
|
+
yotpoWtbaeCollectedAt?: string;
|
|
169
171
|
}
|
|
170
172
|
export interface GoogleClientInfo {
|
|
171
173
|
id: string;
|