@adtrackify/at-tracking-event-types 1.1.27 → 1.1.29
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/index.d.ts
CHANGED
|
@@ -588,6 +588,11 @@ declare module '@adtrackify/at-tracking-event-types/types/tracking-events/tracki
|
|
|
588
588
|
mktMedium?: string;
|
|
589
589
|
mktTerm?: string;
|
|
590
590
|
mktContent?: string;
|
|
591
|
+
mktClickParam?: string;
|
|
592
|
+
mktClickId?: string;
|
|
593
|
+
mktClickNetwork?: string;
|
|
594
|
+
isMobile?: boolean;
|
|
595
|
+
isWirelessCarrier?: boolean;
|
|
591
596
|
ipLookupResponse?: LookupResponse;
|
|
592
597
|
}
|
|
593
598
|
export interface AdClickInfo {
|
package/package.json
CHANGED
|
@@ -32,6 +32,11 @@ export interface Enrichment {
|
|
|
32
32
|
mktMedium?: string;
|
|
33
33
|
mktTerm?: string;
|
|
34
34
|
mktContent?: string;
|
|
35
|
+
mktClickParam?: string;
|
|
36
|
+
mktClickId?: string;
|
|
37
|
+
mktClickNetwork?: string;
|
|
38
|
+
isMobile?: boolean;
|
|
39
|
+
isWirelessCarrier?: boolean;
|
|
35
40
|
ipLookupResponse?: LookupResponse;
|
|
36
41
|
}
|
|
37
42
|
export interface AdClickInfo {
|