Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
SOLVED

Youtube Video Tracking - Adobe Launch

Avatar

Level 7

Hi ,

I am trying to track YouTube engagement on the site , is there any documentation which clearly explains YouTube tracking  in adobe analytics?

 

Currently following: https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/youtube/overview.h... but there is a slight flickering issue.

 

Thanks,

 

Pradeep

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

When the extension loads, it updates all of your YouTube videos to ensure that they have the required parameters in the "src" URLs. Doing so causes your browser to reload the videos with the new URLs. That reload causes the flicker.

The only way to avoid that is to ensure that your YouTube URLs contain the "?enablejsapi=1" parameter already (and preferably the "origin" parameter too).

View solution in original post

2 Replies

Avatar

Employee Advisor

@pradeep_07  This extension is used to track data and send it adobe analytics, not sure why this would cause a flickering issue, can you please ensure this embed iframe tag is implemented as per this documentation 

https://developers.google.com/youtube/player_parameters#Manual_IFrame_Embeds

 

Avatar

Correct answer by
Community Advisor

When the extension loads, it updates all of your YouTube videos to ensure that they have the required parameters in the "src" URLs. Doing so causes your browser to reload the videos with the new URLs. That reload causes the flicker.

The only way to avoid that is to ensure that your YouTube URLs contain the "?enablejsapi=1" parameter already (and preferably the "origin" parameter too).