Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Redirection url in Adobe Analytics

New Here ,
Oct 24, 2019 Oct 24, 2019

I have a simple html page in order to test locally the Adobe Analytics.

I try to implement analytics for url.

I have a simple url with onClick event like this:

<a href="https://www.youtube.com/" onClick="s.tl(this,'e','youtube')">Youtube</a>

Using the official at page 223 I found the following variables:

s.referrer="https://www.youtube.com/"s.pageURL="https://www.youtube.com/"

I add them to my code but the problem persists again. What can I do in order to fix the server call problem?

Solved using this:

<a href="https://www.youtube.com/" onClick="s.tl(this,'e','youtube',null,'navigate');return false">Youtube</a>

 

 

TOPICS
CC FAQ
386
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation