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

    Hello,

    my company wants to use a WordPress Enfold Setup to publish different landingpages. For example:

    Every landingpage should have it’s own Google Analytics Property. Our marketing needs this kind of setup. For example:

    The Problem: We’re using the plugin Borlabs Cookies. In Borlabs we can only use Google Analytics Key(s) for the whole domain. We cannot define different cookies for different paths.

    The only solution I found was to manipulate the JavaScript-Settings. For example:

    • if (window.location.href.search(“/pizza-landingpage/”) >= 1) { // Property 1}
    • if (window.location.href.search(“/pasta-landingpage/”) >= 1) { // Property 2}
    • if (window.location.href.search(“/burger-landingpage/”) >= 1) { // Property 3}

    I do this within the Borlabs Settings in normal backend.

    It works. But it seems a bit fishy. Unfortunaly I don’t find a similar problem in web. Did anyone have an idea? Or isn’t it fishy and all is fine?

    I know, we could add Analytics snippets to single pages. But this will undermine the Borlabs Cookie Consent Banner an we come in trouble with the privace policy. Thats the problem I want to fix.

    Thank you!

    • This topic was modified 3 years, 11 months ago by gfnzit. Reason: Editor dont like my HTML-Breaks
    #1266198

    Hey gfnzit,

    I’m not sure we can help you out with this, since it doesn’t seem theme related. Could you try reaching out to the developers of Borlabs instead maybe?

    Best regards,
    Rikard

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