Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Using Omniture with Google Tag Manager

Avatar

Level 2

I'm wondering if anyone knows if moving the Omniture code to within Google Tag Manager will allow for all of the current functionality/reporting, etc that Omniture currently gives me.  

Thanks for any feedback about this!

1 Accepted Solution

Avatar

Correct answer by
Level 4

I have implemented the old JavaScript H.27.x library via custom script GTM tag (with document.write engine enabled) and it works fine. Unfortunately, Google Tag Manager tags are limited to 10,240 characters. My s_code.js script was due to advanced customization much larger. I remember we resolved it by loading s_code library from external script (js file placed on web server).

I would suggest to use Adobe Tag Manager.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

I have implemented the old JavaScript H.27.x library via custom script GTM tag (with document.write engine enabled) and it works fine. Unfortunately, Google Tag Manager tags are limited to 10,240 characters. My s_code.js script was due to advanced customization much larger. I remember we resolved it by loading s_code library from external script (js file placed on web server).

I would suggest to use Adobe Tag Manager.