Google Analytics set up in Launch - help | Community
Skip to main content
Level 2
January 27, 2021
Solved

Google Analytics set up in Launch - help

  • January 27, 2021
  • 1 reply
  • 1047 views

Hello. The company I worked with is using both AA and GA, however, one of the offices would like to change something in the report of GA and I would like to implement a new code within the GA tag which is the way bounce rate is taken, I was wondering how can I integrate this - should I add this as part of the actions in the GA rule created?

 

setTimeout(“ga(‘send’,’event’,’No Rebote’,’ Más de 30 segundos’)”,30000);

 

thank you

Isabelle

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

Looks like you want to send a GA Event after 30 seconds. I suggest doing it with the DOM Ready rule, because I assume you want to start counting that 30 seconds after the browser has finished loading the page's structure, which normally includes enough content for the user to start consuming.

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
January 27, 2021

Looks like you want to send a GA Event after 30 seconds. I suggest doing it with the DOM Ready rule, because I assume you want to start counting that 30 seconds after the browser has finished loading the page's structure, which normally includes enough content for the user to start consuming.

Level 2
January 27, 2021
Thank you for your answer. As I am new to Adobe Launch I am not very how to use DOM ready, I am trying to find documentation but it doesn't fullfil my needs. The tag I would like to add will just work updating the analytics code, however Adobe Launch is a bit tricky for me in this sense. Is there any recommendations?