Showing
1 changed file
with
2 additions
and
2 deletions
@@ -177,8 +177,8 @@ class AutoTrackQueue { | @@ -177,8 +177,8 @@ class AutoTrackQueue { | ||
177 | '\$device_id': AutoTrackConfigManager.instance.deviceId, | 177 | '\$device_id': AutoTrackConfigManager.instance.deviceId, |
178 | '\$timezone_offset': getZoneOffset(), | 178 | '\$timezone_offset': getZoneOffset(), |
179 | "\$manufacturer": manufacturer, | 179 | "\$manufacturer": manufacturer, |
180 | - "\$screen_width": size.width, | ||
181 | - "\$screen_height": size.height, | 180 | + "\$screen_width": size.width.toInt(), |
181 | + "\$screen_height": size.width.toInt(), | ||
182 | "\$app_id": AutoTrackConfigManager.instance.pkgName, | 182 | "\$app_id": AutoTrackConfigManager.instance.pkgName, |
183 | "\$lib_version": "6.0.0", | 183 | "\$lib_version": "6.0.0", |
184 | "\$network_type": map[connectivityResult], | 184 | "\$network_type": map[connectivityResult], |
-
Please register or login to post a comment