@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.
@@ -5,4 +5,5 @@ export interface KlaviyoContactAcquisition extends Destination {
5
5
  export interface KlaviyoContactAcquisitionConfiguration extends UserDestinationConfiguration {
6
6
  apiAccessToken: string;
7
7
  listId?: string;
8
+ reactivateListId?: string;
8
9
  }
@@ -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;
@@ -5,4 +5,5 @@ export interface KlaviyoContactAcquisition extends Destination {
5
5
  export interface KlaviyoContactAcquisitionConfiguration extends UserDestinationConfiguration {
6
6
  apiAccessToken: string;
7
7
  listId?: string;
8
+ reactivateListId?: string;
8
9
  }
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.66",
3
+ "version": "3.0.68",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"