How can I verify the Google consent signals?
What is the quickest way to confirm that analytics_storage, ad_storage, and the other Consent Mode v2 signals change correctly?
What is the quickest way to confirm that analytics_storage, ad_storage, and the other Consent Mode v2 signals change correctly?
Community posts reflect their authors' views and may be incomplete or outdated. They are not legal advice or official product documentation. Verify product behavior in the current documentation and consult qualified counsel about requirements that apply to your site.
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.