camaraproject / DeviceLocation

Repository to describe, develop, document and test the DeviceLocation API family
Apache License 2.0
20 stars 33 forks source link

Revise Description to Meet GDPR Compliance - REMOVAL OF " Location-based advertising" in Documentation #135

Closed nickvenezia closed 5 months ago

nickvenezia commented 6 months ago

Problem Description

Remove "Location-based advertising" from YAML.

The API’s reference to location-based advertising is problematic for GDPR. There’s uncertainty about whether users have agreed to let their location data be used for targeted advertising.

Expected Action

I strongly urge the group to remove that specific use case from the YAML, "Location-based advertising, to trigger targeted advertising after verifying the user is in the area of interest" from the API documentation.

Additional Context

For GDPR this API does not meet the standards of data ethics and legal compliance.

GDPR concerns

jlurien commented 6 months ago

Interesting topic. GDPR does not forbid the targeted ads use case, as long as proper consent by the user s gathered. Indeed many of other use cases listed for location-retrieval, or other location based APIs, will need as well consent from the user, or at least some opt-out mechanism.

Consent gathering is a transversal topic to all CAMARA APIs, being discussed in Identity and Consent Management subproject. The process for consent gathering happens during the auth phase, and applies to all CAMARA APIs, prior to API invocation. Clients have to declare the purpose for API usage in order to get the access token, and users have to consent for it, and have the right to remove it at any time.

We can discuss the convenience to remove or nuance sensitive examples for the API doc, in order to avoid susceptibility, but it is wrong to assume that targeted advertisement is against GDPR, or that Device Location APIs may be used without proper consent management. Any suggestion to make this clear is welcome.

nickvenezia commented 6 months ago

"Location-based advertising, to trigger targeted advertising after verifying the user is in the area of interest"

Update to "Contextual-based advertising, to trigger advertising after verifying the device is in the area of interest."