Skip to content
Advertisement

Demographics report setting enabled but not capture age and gender information

I enabled settings in Google Analytics as follows

  1. Enable Demographics and Interest Reports – On
  2. Advertising Reporting Features – On

and added the below code to my website to capture Google Analytics

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXX-X"</script>

<script>
   window.dataLayer = window.dataLayer || [];
   function gtag(){dataLayer.push(arguments);}
   gtag('js', new Date());
   gtag('config', 'UA-XXXXXXXX-X');
</script>

But for some reason my report doesn’t show the age & gender information. Could you please advise which step I missed out?

Advertisement

Answer

Socio-demographic information is based on a part of users, so especially if you have few daily visits you have to wait until you have acquired some data in the next days.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement