自定义维度数据未在分析中显示(使用Google代码管理器)

时间:2021-08-30 15:13:04

I've been following numerous implementation guides on this feature and have yet to 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.

我一直在关注这个功能的许多实施指南,还没有看到最终的结果。我正在尝试做的非常标准:向UA添加一个名为User type的自定义维度。我的网站使用Google跟踪代码管理器

Here are my implementation steps:

以下是我的实施步骤:

  1. Created a custom dimension in UA 自定义维度数据未在分析中显示(使用Google代码管理器)

    在UA中创建了自定义维度

  2. Created a Data Layer Variable name userType 自定义维度数据未在分析中显示(使用Google代码管理器)

    创建了数据层变量名称userType

  3. Added the dimension to my Analytics page view tag

    已将维度添加到我的Google Analytics页面视图标记中

自定义维度数据未在分析中显示(使用Google代码管理器)

  1. Added the following code to page load:
  2. 在页面加载中添加了以下代码:

var dimensionValue =$('#user_type').data('type');
dataLayer.push({'userType': dimensionValue});

  1. Published the tag manager changes

    发布标签管理器更改

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

    通过标签管理器调试时,我看到以下输出:

自定义维度数据未在分析中显示(使用Google代码管理器)

  1. All looks legit right? So, why oh why, when I go to my custom report, do I see this:
  2. 一切看起来合法吗?所以,为什么哦,为什么,当我转到我的自定义报告时,我是否看到了这个:

自定义维度数据未在分析中显示(使用Google代码管理器)

I'd be grateful for any idea as to what the problem might be.

对于问题可能是什么,我感激不尽。

Thanks,

Uri

1 个解决方案

#1


You are trying to combine user based dimension and hit based metric. Try other metrics for your report

您正在尝试合并基于用户的维度和基于匹配的指标。尝试报告的其他指标

#1


You are trying to combine user based dimension and hit based metric. Try other metrics for your report

您正在尝试合并基于用户的维度和基于匹配的指标。尝试报告的其他指标