@@ -62,21 +62,21 @@ public struct Analytics<HTTPClient: HTTPClientProtocol> {
6262 EventPayload (
6363 parameters: parameters. merging ( [ . platform: " app " ] ) { $1 } . compactMapValues { $0 } ,
6464 eventName: eventName,
65- startDate : UInt ( Date . now. timeIntervalSince1970 * 100 ) ,
66- endDate : UInt ( Date . now. timeIntervalSince1970 * 100 )
65+ previousTimestampMillis : UInt ( Date . now. timeIntervalSince1970 * 100 ) ,
66+ timestampMillis : UInt ( Date . now. timeIntervalSince1970 * 100 )
6767 ) ,
6868 EventPayload (
6969 parameters: [ " _et " : . uint( 891 ) , . platform: " auto " ] ,
7070 eventName: " _e " ,
71- startDate : UInt ( Date . now. timeIntervalSince1970 * 100 ) ,
72- endDate : UInt ( Date . now. timeIntervalSince1970 * 100 )
71+ previousTimestampMillis : UInt ( Date . now. timeIntervalSince1970 * 100 ) ,
72+ timestampMillis : UInt ( Date . now. timeIntervalSince1970 * 100 )
7373 ) ,
7474 ] ,
7575 sessionInformations: session. parameters,
76- value4: UInt ( Date . now. timeIntervalSince1970 * 100 ) ,
77- value5: UInt ( Date . now. timeIntervalSince1970 * 100 ) ,
78- value6: UInt ( Date . now. timeIntervalSince1970 * 100 ) ,
79- value7: UInt ( Date . now. timeIntervalSince1970 * 100 ) ,
76+ value4: UInt ( Date . now. timeIntervalSince1970 * 100 ) , // upload_timestamp_millis
77+ value5: UInt ( Date . now. timeIntervalSince1970 * 100 ) , // start_timestamp_millis
78+ value6: UInt ( Date . now. timeIntervalSince1970 * 100 ) , // end_timestamp_millis
79+ value7: UInt ( Date . now. timeIntervalSince1970 * 100 ) , // previous_bundle_end_timestamp_millis
8080 os: clientInformation. os,
8181 osVersion: clientInformation. osVersion,
8282 deviceModel: clientInformation. deviceModel,
@@ -85,20 +85,20 @@ public struct Analytics<HTTPClient: HTTPClientProtocol> {
8585 installMethod: clientInformation. installMethod,
8686 bundleId: clientInformation. bundleId,
8787 appVersion: clientInformation. appVersion,
88- value17: 110700 ,
89- value18: 110700 ,
90- value21: " BC75E8783E8141ECB7A179248F24080C " , // fix
91- value23: 25 , // count up
88+ value17: 110700 , // gmp_version
89+ value18: 110700 , // uploading_gmp_version
90+ value21: " BC75E8783E8141ECB7A179248F24080C " , // fix // app_instance_id
91+ value23: 25 , // count up // bundle_sequential_index
9292 googleAppId: clientInformation. googleAppId,
93- value26: UInt ( Date . now. timeIntervalSince1970 * 100 ) , // free
94- value27: " C86A6B98-E407-4954-BC16-F693A22F9FA9 " , // fix
95- value30: " d4Xw8qsiRUIBoMYlsYHnot " , // fix
96- value31: 1 ,
97- value35: 1_727_127_969_769_945 , // fix
93+ value26: UInt ( Date . now. timeIntervalSince1970 * 100 ) , // free // previous_bundle_start_timestamp_millis
94+ value27: " C86A6B98-E407-4954-BC16-F693A22F9FA9 " , // fix // resettable_device_id
95+ value30: " d4Xw8qsiRUIBoMYlsYHnot " , // fix // firebase_instance_id
96+ value31: 1 , // app_version_major
97+ value35: 1_727_127_969_769_945 , // fix // config_version
9898 value45: 42_820_019 , // fix
99- value52: " G1-- " , // fix
99+ value52: " G1-- " , // fix // consent_signals
100100 value64: " google_signals " , // fix
101- value71: " 19911 " , // fix
101+ value71: " 19911 " , // fix // consent_diagnostics
102102 value72: 0 , // fix
103103 value77: 13 // count up
104104 )
0 commit comments