Custom measurement data is not displayed in analytics (using Google Tag Manager)

I follow numerous guides on the implementation of this function and still do not see the final result. What I'm trying to do is very standard: add a custom dimension called User type to UA. My site uses Google Tag Manager.

Here are my implementation steps:

  • Created a custom dimension in UA enter image description here

  • Data layer created Variable name userType enter image description here

  • Added size to Google Analytics Page View Tag

enter image description here

  1. The following code has been added to load the page:

var dimensionValue =$('#user_type').data('type');
dataLayer.push({'userType': dimensionValue});
Run codeHide result
  1. Tag Manager Changes Published

  2. When debugging through the tag manager, I see the following output:

enter image description here

  1. Does everything look legal? So why, why, when I go to my custom report, I see the following:

enter image description here

, .

,

Uri

+4
1

, , , .

0

All Articles