We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CMP may need to keep record of user consent decision on the server side, that requires passing the userId and pageId to the consent endpoint.
Option #1: Make variable substitution a generic support feature in amp-consent, protect with an allowed list.
Option #2: Limit the support to CLIENT_ID(AMP-CONSENT), PAGE_VIEW_ID and PAGE_VIEW_ID_64.
CLIENT_ID(AMP-CONSENT)
PAGE_VIEW_ID
PAGE_VIEW_ID_64
The text was updated successfully, but these errors were encountered:
zhouyx
Successfully merging a pull request may close this issue.
CMP may need to keep record of user consent decision on the server side, that requires passing the userId and pageId to the consent endpoint.
Option #1: Make variable substitution a generic support feature in amp-consent, protect with an allowed list.
Option #2: Limit the support to
CLIENT_ID(AMP-CONSENT)
,PAGE_VIEW_ID
andPAGE_VIEW_ID_64
.The text was updated successfully, but these errors were encountered: