@adtrackify/at-tracking-event-types 1.2.3 → 1.2.5
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.
|
@@ -84,6 +84,9 @@ export interface IPDataResponse {
|
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
86
|
export interface Enrichment {
|
|
87
|
+
landingHostname?: string;
|
|
88
|
+
landingPath?: string;
|
|
89
|
+
landingSearch?: string;
|
|
87
90
|
refrMedium?: string;
|
|
88
91
|
refrSource?: string;
|
|
89
92
|
refrTerm?: string;
|
|
@@ -98,6 +101,7 @@ export interface Enrichment {
|
|
|
98
101
|
isMobile?: boolean;
|
|
99
102
|
isWirelessCarrier?: boolean;
|
|
100
103
|
ipLookupResponse?: IPDataResponse;
|
|
104
|
+
deviceInfo?: DeviceInfo;
|
|
101
105
|
}
|
|
102
106
|
export interface AdClickInfo {
|
|
103
107
|
fbp?: string;
|
|
@@ -84,6 +84,9 @@ export interface IPDataResponse {
|
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
86
|
export interface Enrichment {
|
|
87
|
+
landingHostname?: string;
|
|
88
|
+
landingPath?: string;
|
|
89
|
+
landingSearch?: string;
|
|
87
90
|
refrMedium?: string;
|
|
88
91
|
refrSource?: string;
|
|
89
92
|
refrTerm?: string;
|
|
@@ -98,6 +101,7 @@ export interface Enrichment {
|
|
|
98
101
|
isMobile?: boolean;
|
|
99
102
|
isWirelessCarrier?: boolean;
|
|
100
103
|
ipLookupResponse?: IPDataResponse;
|
|
104
|
+
deviceInfo?: DeviceInfo;
|
|
101
105
|
}
|
|
102
106
|
export interface AdClickInfo {
|
|
103
107
|
fbp?: string;
|