我想找到两个事件之间的时差。(单击两次按钮) 计算出时差后,使用gtag方法将以分钟为单位的时间发送到GA。
事件“解决时间”实时显示。但是数据没有显示在“行为”选项卡下的“用户计时”选项卡中。 为什么GA不显示发送的数据?
class Meta(type(QtGui.QWidget), type(BaseClass)):
pass
class UI(QWidget, BaseClass, BaseWidget)
__metaclass__ = Meta
def __init__(self):
QtGui.QWidget.__init__(self)
BaseClass.__init__(self)
BaseWidget.__init__(self)
答案 0 :(得分:-1)
attach(google.parent.ga)
if parent = *time*
then ping [*host*]
那应该给你一些结果^