• Resolved webgainsintegration

    (@webgainsintegration)


    Hi,

    I have created plugin which applies a cookie and I wanted to know how I check consent exists with your GDPR Cookie Compliance Plugin

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi @webgainsintegration

    Thanks for using our plugins.

    You can use these Javascript variables to check which cookies have been consented to.

    Our plugin has the following 3 consent variables implemented by default for each cookie category:

    gdpr_consent__strict => values: true or false
    gdpr_consent__thirdparty => values: true or false
    gdpr_consent__advanced => values: true or false

    You also have a single variable that includes all categories that the user accepted:

    gdpr_consent__cookies => values: strict|thirdparty|advanced or strict|thirdparty or strict|advanced

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘How to check cookie consent on GDPR Cookie Compliance from different plugin’ is closed to new replies.