@adtrackify/at-tracking-event-types 4.66.2 → 4.66.4
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.
|
@@ -26,6 +26,12 @@ export interface RealtimeActiveVisitor {
|
|
|
26
26
|
deviceType?: string;
|
|
27
27
|
browser?: string;
|
|
28
28
|
os?: string;
|
|
29
|
+
ipAddress?: string;
|
|
30
|
+
email?: string;
|
|
31
|
+
firstName?: string;
|
|
32
|
+
lastName?: string;
|
|
33
|
+
referrer?: string;
|
|
34
|
+
userAgent?: string;
|
|
29
35
|
}
|
|
30
36
|
export interface RealtimeGeoCount {
|
|
31
37
|
country: string;
|
|
@@ -125,4 +131,8 @@ export interface RealtimeFeedEvent {
|
|
|
125
131
|
timestamp: number;
|
|
126
132
|
_storedAt: number;
|
|
127
133
|
rawEvent?: TrackingEvent;
|
|
134
|
+
deviceType?: string;
|
|
135
|
+
browser?: string;
|
|
136
|
+
os?: string;
|
|
137
|
+
ipAddress?: string;
|
|
128
138
|
}
|
|
@@ -26,6 +26,12 @@ export interface RealtimeActiveVisitor {
|
|
|
26
26
|
deviceType?: string;
|
|
27
27
|
browser?: string;
|
|
28
28
|
os?: string;
|
|
29
|
+
ipAddress?: string;
|
|
30
|
+
email?: string;
|
|
31
|
+
firstName?: string;
|
|
32
|
+
lastName?: string;
|
|
33
|
+
referrer?: string;
|
|
34
|
+
userAgent?: string;
|
|
29
35
|
}
|
|
30
36
|
export interface RealtimeGeoCount {
|
|
31
37
|
country: string;
|
|
@@ -125,4 +131,8 @@ export interface RealtimeFeedEvent {
|
|
|
125
131
|
timestamp: number;
|
|
126
132
|
_storedAt: number;
|
|
127
133
|
rawEvent?: TrackingEvent;
|
|
134
|
+
deviceType?: string;
|
|
135
|
+
browser?: string;
|
|
136
|
+
os?: string;
|
|
137
|
+
ipAddress?: string;
|
|
128
138
|
}
|