• Resolved studiostilla

    (@studiostilla)


    My first impression is very positive – thank you so much for developing the plugin!

    I have a very basic question. Under the ‘3rd Party Cookies’ tab, I should fill in a script. Could you give me an example script for Google Analytics, please? Then I’m sure it’s correct.

    Could you also tell me how I can find or make those scripts? I have a few other plugins that I should mention, such as Contact Form 7 and Simple Download Monitor.

    I’ve been looking around for documentation, but I cannot find it. I would be very happy and grateful if you can help me out.

    Cheers, Maaike

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Likewise, how / where will I find the scripts for the unclassified cookies I use on our site?

    tk_lr
    tk_or
    tk_r3d
    tk_tc

    MA

    (@gasparnemes)

    Hello there,

    You’ll find a GA sample script below, a similar should be added to the plugin settings if you want to manage the script which creates cookies by this plugin:

    <script type="text/javascript">
    
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-XXXXX-X']);
      _gaq.push(['_trackPageview']);
    
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    
    </script>

    You can identify the script by cookie name on google, and after the scripts are identified, you have to add it to the plugin settings.

    I hope this helps.

    Thanks, Gaspar.

    I tried searching for the scripts on Google but without success. Obviously I was using the wrong search terms.

    I used:
    script for tk_lr
    cookie script for tk_lr
    script for tk_lr cookie

    All that seems to come up is the standard script for the cookie consent box.

    MA

    (@gasparnemes)

    Hi Mike,

    It seems the cookies are created by www.remarpro.com, please read more about this here:
    https://en.support.wordpress.com/cookies/

    You can ask them about the cookies and probably they can provide you a script which disable the cookies above.

    I hope this helps.

    Thanks, Gaspar.

    Unfortunately, I tried that WordPress.com link and they said that as the site is not hosted on WordPress.com, they cannot help.

    They then said to try the www.remarpro.com forum – so I’ve come full circle!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Example scripts for 3rd Party Cookies, please!’ is closed to new replies.