I am getting a customer segment from aquia lift and I need to run this ...:
我从aquia lift获得了一个客户群,我需要运行这个...:
jQuery(document).bind('acquiaLiftWebSegments', function (event, segments, currentCapture) {
jQuery(document).bind('acquiaLiftWebSegments',function(event,segments,currentCapture){
... before the tag manager runs. But the tag manager is running first.
...在标签管理器运行之前。但标签管理器首先运行。
How can I make the tag manager run after that event?
如何在该事件之后运行标记管理器?
1 个解决方案
#1
0
As I understand, you want to fire some tags after this event because running empty container has no sense. So you can push some event to dataLayer and use this event as a firing rule in your tag's trigger.
据我所知,你想在这个事件之后发一些标签,因为运行空容器是没有意义的。因此,您可以将某个事件推送到dataLayer,并将此事件用作标记触发器中的触发规则。
#1
0
As I understand, you want to fire some tags after this event because running empty container has no sense. So you can push some event to dataLayer and use this event as a firing rule in your tag's trigger.
据我所知,你想在这个事件之后发一些标签,因为运行空容器是没有意义的。因此,您可以将某个事件推送到dataLayer,并将此事件用作标记触发器中的触发规则。