@adtrackify/at-tracking-event-types 3.0.66 → 3.0.68
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-contact-acquisition-configs.d.ts +1 -0
- package/dist/cjs/types/event/context/event-context.d.ts +9 -0
- package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.d.ts +1 -0
- package/dist/esm/types/event/context/event-context.d.ts +9 -0
- package/package.json +1 -1
|
@@ -120,15 +120,24 @@ export interface Enrichment {
|
|
|
120
120
|
}
|
|
121
121
|
export interface AdClickInfo {
|
|
122
122
|
fbp?: string;
|
|
123
|
+
fbpCollectedAt?: string;
|
|
123
124
|
fbc?: string;
|
|
125
|
+
fbcCollectedAt?: string;
|
|
124
126
|
fbclid?: string;
|
|
127
|
+
fbclidCollectedAt?: string;
|
|
125
128
|
gclid?: string;
|
|
129
|
+
gclidCollectedAt?: string;
|
|
126
130
|
googleClientInfos?: GoogleClientInfo[];
|
|
127
131
|
gbraid?: string;
|
|
132
|
+
gbraidCollectedAt?: string;
|
|
128
133
|
wbraid?: string;
|
|
134
|
+
wbraidCollectedAt?: string;
|
|
129
135
|
ttclid?: string;
|
|
136
|
+
ttclidCollectedAt?: string;
|
|
130
137
|
ttp?: string;
|
|
138
|
+
ttpCollectedAt?: string;
|
|
131
139
|
kx?: string;
|
|
140
|
+
kxCollectedAt?: string;
|
|
132
141
|
}
|
|
133
142
|
export interface GoogleClientInfo {
|
|
134
143
|
id: string;
|
|
@@ -120,15 +120,24 @@ export interface Enrichment {
|
|
|
120
120
|
}
|
|
121
121
|
export interface AdClickInfo {
|
|
122
122
|
fbp?: string;
|
|
123
|
+
fbpCollectedAt?: string;
|
|
123
124
|
fbc?: string;
|
|
125
|
+
fbcCollectedAt?: string;
|
|
124
126
|
fbclid?: string;
|
|
127
|
+
fbclidCollectedAt?: string;
|
|
125
128
|
gclid?: string;
|
|
129
|
+
gclidCollectedAt?: string;
|
|
126
130
|
googleClientInfos?: GoogleClientInfo[];
|
|
127
131
|
gbraid?: string;
|
|
132
|
+
gbraidCollectedAt?: string;
|
|
128
133
|
wbraid?: string;
|
|
134
|
+
wbraidCollectedAt?: string;
|
|
129
135
|
ttclid?: string;
|
|
136
|
+
ttclidCollectedAt?: string;
|
|
130
137
|
ttp?: string;
|
|
138
|
+
ttpCollectedAt?: string;
|
|
131
139
|
kx?: string;
|
|
140
|
+
kxCollectedAt?: string;
|
|
132
141
|
}
|
|
133
142
|
export interface GoogleClientInfo {
|
|
134
143
|
id: string;
|