Hi we’re developing an app for Kids, I have activated coppa but on the dashboard but it seems like both IP address and and cIty are tracked
I am using the Unity plugin but when debugged it in the ios Code and this is the json event that is sent:
{<br /> "session_id": 1658098907454,<br /> "user_properties": {},<br /> "language": "French",<br /> "event_type": "Wakatest Init",<br /> "sequence_number": 8,<br /> "country": "France",<br /> "api_properties": {<br /> "tracking_options": {<br /> "lat_lng": false,<br /> "city": false,<br /> "ip_address": false<br /> }<br /> },<br /> "device_id": "f12c4d30-468d-4840-88b5-0566840e0330",<br /> "event_properties": {},<br /> "uuid": "F1752310-C59B-4CD8-921A-0C55D8924B99",<br /> "device_manufacturer": "Apple",<br /> "version_name": "4.0.907",<br /> "library": {<br /> "name": "amplitude-unity",<br /> "version": "2.4.0"<br /> },<br /> "os_name": "ios",<br /> "platform": "iOS",<br /> "event_id": 8,<br /> "carrier": "SFR",<br /> "timestamp": 1658098907443,<br /> "groups": {},<br /> "os_version": "14.4",<br /> "device_model": "iPhone 6s",<br /> "group_properties": {}<br /> }
And the raw event in the dasboard : as you can see City is filled and IP as well
{<br /> "$insert_id": "F1752310-C59B-4CD8-921A-0C55D8924B99",<br /> "$row_source": "realtime",<br /> "$schema": 12,<br /> "_time": 1658100218746,<br /> "adid": null,<br /> "amplitude_attribution_ids": null,<br /> "amplitude_event_type": null,<br /> "amplitude_id": 1786997620,<br /> "app": 100000742,<br /> "city": "Paris",<br /> "client_event_time": "2022-07-17 23:01:47.443000",<br /> "client_upload_time": "2022-07-17 23:16:15.659000",<br /> "country": "France",<br /> "data": {<br /> "group_first_event": {<br /> },<br /> "group_ids": {<br /> }<br /> },<br /> "device_brand": null,<br /> "device_carrier": "SFR",<br /> "device_family": "Apple iPhone",<br /> "device_id": "f12c4d30-468d-4840-88b5-0566840e0330",<br /> "device_manufacturer": "Apple",<br /> "device_model": "iPhone 6s",<br /> "device_type": "Apple iPhone 6s",<br /> "display_name": "Wakatest Init",<br /> "dma": null,<br /> "event_id": 8,<br /> "event_properties": {<br /> },<br /> "event_time": "2022-07-17 23:23:38.746000",<br /> "event_type": "Wakatest Init",<br /> "group_properties": {<br /> },<br /> "groups": {<br /> },<br /> "idfa": null,<br /> "ip_address": "XXX.89.XXX.97",<br /> "is_attribution_event": false,<br /> "language": "French",<br /> "library": "amplitude-unity/2.4.0",<br /> "location_lat": null,<br /> "location_lng": null,<br /> "os": "ios 14.4",<br /> "os_name": "ios",<br /> "os_version": "14.4",<br /> "partner_id": null,<br /> "paying": null,<br /> "plan": {<br /> },<br /> "platform": "iOS",<br /> "region": "Paris",<br /> "sample_rate": null,<br /> "server_received_time": "2022-07-17 23:39:06.962000",<br /> "server_upload_time": "2022-07-17 23:39:06.966000",<br /> "session_id": 1658098907454,<br /> "start_version": "4.0.906",<br /> "timeline_hidden": false,<br /> "user_creation_time": "2022-07-16 16:53:15.327000",<br /> "user_id": null,<br /> "user_properties": {<br /> "initial_fbclid": "EMPTY",<br /> "initial_gclid": "EMPTY",<br /> "initial_referrer": "EMPTY",<br /> "initial_referring_domain": "EMPTY",<br /> "initial_utm_campaign": "EMPTY",<br /> "initial_utm_content": "EMPTY",<br /> "initial_utm_medium": "EMPTY",<br /> "initial_utm_source": "EMPTY",<br /> "initial_utm_term": "EMPTY"<br /> },<br /> "uuid": "a67fc62d-0629-11ed-bc04-178362346a2b",<br /> "version_name": "4.0.907"<br />}