Google 跟踪代码管理器触发器等于多个 类
Google Tag Manager Trigger equals multiple classes
我为一个变量设置了查找 table。
当我触发类似以下内容时有效:
Variable Name
等于 Lookup Table Value 1
但我需要的是:
Variable Name
等于 Lookup Table Value 1
或 Lookup Table Value 2
我尝试了:
Variable Name
等于 Lookup Table Value 1, Lookup Table Value 2
但这不起作用。
基本上有没有一种方法可以使用这样的变量为触发器执行 "or"?
而不是使用 Variable Name
等于 Lookup Table Value 1
或 Lookup Table Value 2
你应该使用 Variable Name
匹配正则表达式(忽略大小写) Lookup Table Value 1 | Lookup Table Value 2
注意 |
两个class A B
然后变量单击元素 => 匹配 css 选择器 => .A,.B 逗号分隔
我为一个变量设置了查找 table。
当我触发类似以下内容时有效:
Variable Name
等于 Lookup Table Value 1
但我需要的是:
Variable Name
等于 Lookup Table Value 1
或 Lookup Table Value 2
我尝试了:
Variable Name
等于 Lookup Table Value 1, Lookup Table Value 2
但这不起作用。
基本上有没有一种方法可以使用这样的变量为触发器执行 "or"?
而不是使用 Variable Name
等于 Lookup Table Value 1
或 Lookup Table Value 2
你应该使用 Variable Name
匹配正则表达式(忽略大小写) Lookup Table Value 1 | Lookup Table Value 2
注意 |
两个class A B
然后变量单击元素 => 匹配 css 选择器 => .A,.B 逗号分隔