-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSPA Activity control support for api keys with v1 suffix #11903
MSPA Activity control support for api keys with v1 suffix #11903
Conversation
@PhreeMason we consider the v1 suffix simply incorrect. Do you have any resource suggesting otherwise? |
Stub` was correct and without suffices on sections 7+ before and after this PR one year ago. I am not sure why the sourcepoint documentation suggests an ongoing issue. Perhaps they are referring to another source? InteractiveAdvertisingBureau/Global-Privacy-Platform@8fa9953 This is the source of truth: https://github.com/InteractiveAdvertisingBureau/Global-Privacy-Platform/blob/main/Sections/Section%20Information.md |
Yeah in the IAB docs it is referred to as an api |
Those v1 strings remain incorrect. I am not sure we want to encourage poor cmp behavior when the GPP committee has been very clear these strings should not be expressed this way. |
The JS IABTL GPP library has a fix in progress. IABTechLab/iabgpp-es#24 and IABTechLab/iabgpp-es#54 . Instead of pulling on this project to accept the wrong value, why not fix the IABTL java repo? |
I see that there is already a fix in the Java repo. I gave it a +1. Since that also fixes the issue I will close this PR and simply get the latest from the Java repo once its merged. |
fwiw i only see the fix in the iabtl js repo, i cant find the java fix |
The U.S. National Privacy section currently has a discrepancy between the documented client side API prefix and how it is implemented via the GPP stub file.
Some sites use "usca" api prefix while others use "uscav1".
Sections Prefix table
Noted here , here, and here.
This can also be verified by running the following command to verify supported apis for gpp string.
Type of change
Description of change
Other information