• Resolved keshavgupta

    (@keshavgupta)


    Hi

    I am having some trouble to find google analytic code in my dilsedeshi.com website.

    After checking from a chrome add-on website have to tracking codes so i want to remove one code from site.

    One code is available in header.php but not able to find another.

    Please help me.

    Thanks
    Keshav

Viewing 13 replies - 1 through 13 (of 13 total)
  • Theme Author Richie KS

    (@rkcorp)

    did you add it manually? in header.php or customizer->advertisement->ad location->header code?

    Thread Starter keshavgupta

    (@keshavgupta)

    I added a code in header.php.
    but another code is working on website.

    Theme Author Richie KS

    (@rkcorp)

    not quite understand, what code you want to remove? if its the googla analystic code, its in header.php you added.

    is the other code auto added by one of your plugin?

    Thread Starter keshavgupta

    (@keshavgupta)

    Yes may be the code auto added. but i am not able to find that code.

    Theme Author Richie KS

    (@rkcorp)

    what plugin that related to analytic in your wp-admin->appeareace->plugin?

    Thread Starter keshavgupta

    (@keshavgupta)

    I think Google Sitemap by BestWebSoft

    Theme Author Richie KS

    (@rkcorp)

    is it the verification code. if yes add this to functions.php

    remove_action( ‘wp_head’, ‘gglstmp_add_verification_code’,20 );

    Thread Starter keshavgupta

    (@keshavgupta)

    HI

    I checked all plugins but code is not there.

    Now Can i put this code in functions.php?

    Thanks Richie , great tips

    Theme Author Richie KS

    (@rkcorp)

    @keshavgupta
    you keep saying code but what code exactly you need to remove??
    is the google analystic code, verification code etc…..please be more clear.

    first, you already added your ga code in header.php, and for some reason other plugin also add ga code right? is this the situation?

    ga* google analystic

    I checked all plugins but code is not there.
    Now Can i put this code in functions.php?

    is it the verification code. if yes add this to functions.php
    remove_action( ‘wp_head’, ‘gglstmp_add_verification_code’,20 );

    Thread Starter keshavgupta

    (@keshavgupta)

    Hi Richie,

    I found the error. I have had added a widget so another google analytic tracking code working there.

    Now issue has been solved.

    Thank you so much for your support.


    Keshav

    Theme Author Richie KS

    (@rkcorp)

    seem like the wp google analystic dashboard plugin. some user also experience this. should have know if i know you had that plugin installed. glad it work out.

    modablogmanagement

    (@modablogmanagement)

    I am using the google analytics dashboard plugin as well and have noticed that my analytics account is not properly tracking page views. Could this be attributed to the plugin and the issues you mentioned that some other users experience?

    I think the issue I’ve discovered using a debugger tool is that there are somehow two tracking codes installed on my page. I did not add any code manually – only through a plugin. Any tips on how to remove the unnecessary tracking code?

    https://ruthieridleyblog.com

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘How to remove google analytics code from website’ is closed to new replies.