• Resolved faiezmaaloul

    (@faiezmaaloul)


    Hi,

    After migrating our site to a new sever, the 3rd party cookies doesn’t function anymore

    I desactivated the cache, autoptimize plugin and others. I reinstalled GDPR plugin but the problem is not solved

    Could you help?

    thank you

    Faïez

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

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

    (@mooveagency)

    Hi @faiezmaaloul,

    Thanks for using our plugins.

    We have tested your site, and it seems the GTM script is injected properly, we recommend to remove the “async” from the script and check the implementation again.

    If you have autoptimize plugin installed, you can try add the main,js to the exclude section, but it seem the autoptimize is not installed on the current site.

    Instead of this:
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXXX-Y\">
    Try this one:
    <script src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXXX-Y\">

    Hope this helps

    Thread Starter faiezmaaloul

    (@faiezmaaloul)

    Hi,

    Thank you for your answer but the problem is not solved

    Faïez

    Plugin Author Moove Agency

    (@mooveagency)

    Hi @faiezmaaloul,

    Could you please send us more details about the issue?

    We have a section in the FAQ section related the issues like repoted:

    Pasted code is not visible when view-source page is viewed.
    Our plugin loads the script with Javascript, and that’s why you can’t find it in the view-source page.
    You can use the developer console in Chrome browser (Inspect Element feature) and find the scripts
    .

    You can check if the Google Tag Manager script working properly by enabling the preview on your GTM account, and refresh the page.

    Hope this helps

    Thread Starter faiezmaaloul

    (@faiezmaaloul)

    Hello,

    You are right

    In fact, I looked for the tag in the script in the source-view page. that’s why I did not find it 🙂

    Thank you

    Faïez

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Scripts not showing when inserted in Head section’ is closed to new replies.