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

Data layer created Variable name userType

Added size to Google Analytics Page View Tag

- The following code has been added to load the page:
var dimensionValue =$('#user_type').data('type');
dataLayer.push({'userType': dimensionValue});
Run codeHide resultTag Manager Changes Published
When debugging through the tag manager, I see the following output:

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

, .
,
Uri