Leiste mit Community-Erfolgen erweitern.

Join our product experts for a live Ask Me Anything on November 12th at 8 AM PT about Experiences & Efficiency with AEP Agent Orchestrator & How Agentic AI is Fueling Smarter Testing and Growth!
GELÖST

Tags no firing

Avatar

Level 1

I am very frustrated as I implemented some Tags on Adobe and they are not firing.

I've check multiple times and the triggers are correct.

I also modified the tags to mimic other tags that are firing correctly, but even that doesn't work.

 

All has been published on Prod.

Any support on how to get this up and running ASAP?

Thanks.

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor and Adobe Champion

Hi @FernandaMo1 

can you please specify what kind of tags are not triggering.
Could this be related to a missing cookie consent?

Have you checked the logs (make sure to enable logging with _satellite.setDebug(true) and filtered for your rule names that are not triggering?
Typically this indicates whether a condition in your rule was not evaluated to true.
Unfortunately, it won't tell you which condition this was, but it is usually a good starting point.

Maybe as a word of wisdom, don't publish the tags to Prod before thorough testing next time 😉

Cheers from Switzerland!


Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Community Advisor and Adobe Champion

Hi @FernandaMo1 

can you please specify what kind of tags are not triggering.
Could this be related to a missing cookie consent?

Have you checked the logs (make sure to enable logging with _satellite.setDebug(true) and filtered for your rule names that are not triggering?
Typically this indicates whether a condition in your rule was not evaluated to true.
Unfortunately, it won't tell you which condition this was, but it is usually a good starting point.

Maybe as a word of wisdom, don't publish the tags to Prod before thorough testing next time 😉

Cheers from Switzerland!