使用Adobe DTM检测复选框的问题

时间:2015-07-10 21:37:34

标签: adobe adobe-analytics

我正在尝试跟踪点击复选框的时间。我有一个基于事件的规则集如下:

  • 事件类型 - 单击
  • 元素或标签选择器 - 输入#ctlSignon_chkRememberMe
  • 冒泡 - 允许子元素上的事件冒泡

我正在做一些测试,我甚至没有看到DTM检测到复选框上的点击(调试打开)?下面是该元素实际页面上的代码。

<div class="icheckbox_minimal hover" style="position: relative;"> <input id="ctlSignon_chkRememberMe" type="checkbox" name="ctlSignon$chkRememberMe" style="position: absolute; opacity: 0;"> <ins class="iCheck-helper" style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px; opacity: 0; background: rgb(255, 255, 255);"> </ins></div>

我不知道为什么会发生这种情况或下一步该做什么?不幸的是,此代码尚未公开,因此我无法提供URL。仅供参考..复选框是表格的一部分

<form name="MainForm" method="post" action="Login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="MainForm" autocomplete="off" onreset="if (window.setTimeout) window.setTimeout('DES_OnReset(false);', 100);">

谢谢!

0 个答案:

没有答案