@adtrackify/at-tracking-event-types 4.66.4 → 4.66.6
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.
|
@@ -32,6 +32,13 @@ export interface RealtimeActiveVisitor {
|
|
|
32
32
|
lastName?: string;
|
|
33
33
|
referrer?: string;
|
|
34
34
|
userAgent?: string;
|
|
35
|
+
utmCampaign?: string;
|
|
36
|
+
utmSource?: string;
|
|
37
|
+
utmMedium?: string;
|
|
38
|
+
utmTerm?: string;
|
|
39
|
+
utmContent?: string;
|
|
40
|
+
latitude?: number;
|
|
41
|
+
longitude?: number;
|
|
35
42
|
}
|
|
36
43
|
export interface RealtimeGeoCount {
|
|
37
44
|
country: string;
|
|
@@ -113,6 +120,8 @@ export interface RealtimeIngressMessage {
|
|
|
113
120
|
state?: string;
|
|
114
121
|
regionCode?: string;
|
|
115
122
|
postalCode?: string;
|
|
123
|
+
latitude?: number;
|
|
124
|
+
longitude?: number;
|
|
116
125
|
exitPage?: string;
|
|
117
126
|
pageScore?: number;
|
|
118
127
|
refrSource?: string;
|
|
@@ -32,6 +32,13 @@ export interface RealtimeActiveVisitor {
|
|
|
32
32
|
lastName?: string;
|
|
33
33
|
referrer?: string;
|
|
34
34
|
userAgent?: string;
|
|
35
|
+
utmCampaign?: string;
|
|
36
|
+
utmSource?: string;
|
|
37
|
+
utmMedium?: string;
|
|
38
|
+
utmTerm?: string;
|
|
39
|
+
utmContent?: string;
|
|
40
|
+
latitude?: number;
|
|
41
|
+
longitude?: number;
|
|
35
42
|
}
|
|
36
43
|
export interface RealtimeGeoCount {
|
|
37
44
|
country: string;
|
|
@@ -113,6 +120,8 @@ export interface RealtimeIngressMessage {
|
|
|
113
120
|
state?: string;
|
|
114
121
|
regionCode?: string;
|
|
115
122
|
postalCode?: string;
|
|
123
|
+
latitude?: number;
|
|
124
|
+
longitude?: number;
|
|
116
125
|
exitPage?: string;
|
|
117
126
|
pageScore?: number;
|
|
118
127
|
refrSource?: string;
|