Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

Integrating with Vimeo and Google Analytics

Avatar

Not applicable

Vimeo offer the option to track performance of videos embedded on websites into Google Analytics. I have the instructions for setting up with Google Tag Manager but struggling to convert this to work in Adobe Launch. Has anyone come across this before or made sense of the below? Many thanks.

 

https://help.vimeo.com/hc/en-us/articles/115002859607-Integrating-with-Google-Tag-Manager

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

So Vimeo's library offered in that link is made specifically for Google Analytics which sends events.

 

Easier solution:

Very ugly workaround but what you can do is listen to those Google post events (more details here: https://stackoverflow.com/questions/48806235/listening-google-events)

 

Harder solution:

I, unfortunately, don't have a Vimeo premium account to see the Google Analytics library.js file but you would want to read how that library works, figure out and find their listeners, copy that code and install the library or copy the bits of the code that is necessary and have it work to fire a direct call or some kind of event for Adobe Launch to listen to in event rules.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

So Vimeo's library offered in that link is made specifically for Google Analytics which sends events.

 

Easier solution:

Very ugly workaround but what you can do is listen to those Google post events (more details here: https://stackoverflow.com/questions/48806235/listening-google-events)

 

Harder solution:

I, unfortunately, don't have a Vimeo premium account to see the Google Analytics library.js file but you would want to read how that library works, figure out and find their listeners, copy that code and install the library or copy the bits of the code that is necessary and have it work to fire a direct call or some kind of event for Adobe Launch to listen to in event rules.

Avatar

Level 10
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?