• itdoesnttastelikechicken

    (@itdoesnttastelikechicken)


    Hi Everyone,

    I have been using google analytics, which has been working great. I used the plugin called “Google Analytics” to set this up, which was very easy, just enter in the web property id.

    I tried to next set up the demographic section of google analytics, but google is giving me the error “Some data in this report may have been removed when a threshold was applied”

    Does anyone know how to fix this so it runs properly?

    Thanks!
    Sam

Viewing 1 replies (of 1 total)
  • Open up the code and find the line

    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;

    edit it to be…

    ga.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’) + ‘stats.g.doubleclick.net/dc.js’;

Viewing 1 replies (of 1 total)
  • The topic ‘Google Analytics- how to set up demographics?’ is closed to new replies.