@adtrackify/at-tracking-event-types 3.0.68 → 3.0.70

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.
@@ -80,7 +80,7 @@ export interface KlaviyoConfiguration extends UserDestinationConfiguration {
80
80
  }
81
81
  export interface SendlaneConfiguration extends UserDestinationConfiguration {
82
82
  apiAccessToken: string;
83
- sendlaneToken: string;
83
+ customIntegrationToken: string;
84
84
  }
85
85
  export interface OutbrainConfiguration extends UserDestinationConfiguration {
86
86
  pixelId: string;
@@ -1,4 +1,5 @@
1
1
  import { AddressInfo } from '../../common/address';
2
+ import { AdClickInfo } from './event-context';
2
3
  export interface EventIdentity {
3
4
  identityId?: string;
4
5
  traits?: EventIdentityTraits;
@@ -14,4 +15,5 @@ export interface EventIdentityTraits {
14
15
  emails?: string[];
15
16
  addresses?: AddressInfo[];
16
17
  shopifyYIds?: string[];
18
+ click?: AdClickInfo;
17
19
  }
@@ -135,7 +135,6 @@ export interface AdClickInfo {
135
135
  ttclid?: string;
136
136
  ttclidCollectedAt?: string;
137
137
  ttp?: string;
138
- ttpCollectedAt?: string;
139
138
  kx?: string;
140
139
  kxCollectedAt?: string;
141
140
  }
@@ -80,7 +80,7 @@ export interface KlaviyoConfiguration extends UserDestinationConfiguration {
80
80
  }
81
81
  export interface SendlaneConfiguration extends UserDestinationConfiguration {
82
82
  apiAccessToken: string;
83
- sendlaneToken: string;
83
+ customIntegrationToken: string;
84
84
  }
85
85
  export interface OutbrainConfiguration extends UserDestinationConfiguration {
86
86
  pixelId: string;
@@ -1,4 +1,5 @@
1
1
  import { AddressInfo } from '../../common/address';
2
+ import { AdClickInfo } from './event-context';
2
3
  export interface EventIdentity {
3
4
  identityId?: string;
4
5
  traits?: EventIdentityTraits;
@@ -14,4 +15,5 @@ export interface EventIdentityTraits {
14
15
  emails?: string[];
15
16
  addresses?: AddressInfo[];
16
17
  shopifyYIds?: string[];
18
+ click?: AdClickInfo;
17
19
  }
@@ -135,7 +135,6 @@ export interface AdClickInfo {
135
135
  ttclid?: string;
136
136
  ttclidCollectedAt?: string;
137
137
  ttp?: string;
138
- ttpCollectedAt?: string;
139
138
  kx?: string;
140
139
  kxCollectedAt?: string;
141
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.0.68",
3
+ "version": "3.0.70",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"