Youtube Video Tracking - Adobe Launch | Community
Skip to main content
pradeep_07
Level 4
August 20, 2021
Solved

Youtube Video Tracking - Adobe Launch

  • August 20, 2021
  • 2 replies
  • 1582 views

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.html?lang=en but there is a slight flickering issue.

 

Thanks,

 

Pradeep

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

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).

2 replies

VaniBhemarasetty
Adobe Employee
Adobe Employee
August 21, 2021

@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

 

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
August 22, 2021

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).