Expandir la barra de logros de la comunidad.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

debugging "alien" beacon being fired

Avatar

Level 1

Hello,

I am completing a tagging implementation and during testing I came across a strange problem: I see that not one, but two Adobe Analytics beacons are fired on page load, and the second is NOT a duplicate. One of the beacons matches the rules and Adobe Analytics variables I set up in Launch, but the other one has different tags and I have no idea where they come from! They might come from a previous iteration of rules that have been deleted.

How do I get rid of the second beacon containing incorrect tags?

Any help would be deeply appreciated.

1 solución aceptada

Avatar

Respuesta correcta de
Community Advisor

This looks like ClickMap / Activity Map.  In your Adobe Analytics Extension, de-select `Enable ClickMap`, then Save, Build, and Test.

Screen Shot 2018-10-30 at 9.53.03 AM.png

Ver la solución en mensaje original publicado

4 Respuestas

Avatar

Level 9

Do you by chance have any Page Bottom Rule in place? I had some similar issue where I didn't even have the _satellite.pageBottom() method in my code, but the rule got fired anyway.

Is the second beacon also an s.t() or an s.tl(). if the later, you should see a "pe=lnk_o" and a "pev2" parameter whit which value you would have a bigger chance to see what rule was fired.

Avatar

Community Advisor

You might also try using Launch Monitoring Hooks as described in this excellent blog post: https://medium.com/launch-by-adobe/launch-library-monitoring-hooks-8495dd91b57

-Stew

Avatar

Level 1

I don't have any bottom page rules, but indeed on the second beacon I have these parametres:

    1. Object Id (oid): Search
    2. Object Id Tag (oidt): 3
    3. Object Tag (ot): SUBMIT
  1. Page Information (17)
    1. .a:
    2. .activitymap:
    3. .c:
    4. Link Name (pev2): link clicked
    5. Link Type (pe): lnk_o

So it seems this beacon is triggered by the click on the submit button, but so is the "legit" beacon... I have the impression the second beacon comes from a rule I cannot see!

Avatar

Respuesta correcta de
Community Advisor

This looks like ClickMap / Activity Map.  In your Adobe Analytics Extension, de-select `Enable ClickMap`, then Save, Build, and Test.

Screen Shot 2018-10-30 at 9.53.03 AM.png