Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1139405

    Hi there,

    We are looking for a way to connect our own plugins to the Enfold Consent Management.

    In particular we try to figure out whether a consent for Google Maps was given before rendering our own maps include and Code.

    The documentation does not mention any way to do this. But it would not make sense to have multiple consent solutions on a single page, so hooking into the Enfold one seems logical to us.

    Is there a way?

    Thanks and Best Regards,

    Jan

    #1139863

    Hey Jan,

    Cookies from enfold start with avia.

    aviaCookieConsent is set when user has clicked the accept button, if this is missing it is a new visitor or he refused cookies at all.
    aviaPrivacyRefuseCookiesHideBar AND aviaPrivacyEssentialCookiesEnabled have to be set if user allows to use cookies and services.

    Enfold saves opt out cookies for services (corresponding to the toggles):

    aviaPrivacyGoogleTrackingDisabled
    aviaPrivacyGoogleMapsDisabled
    aviaPrivacyGoogleReCaptchaDisabled
    aviaPrivacyGoogleWebfontsDisabled
    aviaPrivacyVideoEmbedsDisabled

    aviaPrivacyMustOptInSetting is used to store if you selected option “User must opt in” in backend.
    aviaCookieSilentConsent is used when you selected option “All cookies and services accepted” in backend.

    Hope this helps you.
    We will add this also to tbe docs.

    Best regards,
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.