Skip to content
0
Solved1 answers

How can I verify the Google consent signals?

Daniel Kimasked Mar 30, 2026

What is the quickest way to confirm that analytics_storage, ad_storage, and the other Consent Mode v2 signals change correctly?

google-consent-modetestingdebugging
1 Answers7 Views

Your Answer

1 Answer

0
Best answer

Test in a private session and inspect the page before and after each choice. Under an opt-in policy, the initial optional signals should be denied. After accepting or changing preferences, OptinStack sends an update matching its category mapping:

  • analytics_storage follows analytics.
  • ad_storage, ad_user_data, and ad_personalization follow marketing.
  • functionality_storage and personalization_storage follow preferences.
  • security_storage follows necessary and remains granted.

Use browser developer tools, GTM preview, or Google's Tag Assistant to inspect the consent state and event order. Also confirm that OptinStack appears before GTM in the document.

Documentation: Consent signal mapping and Install order.

OptinStack TeamTeam
Mar 30, 2026
How can I verify the Google consent signals? - OptinStack Community