Using Omniture with Google Tag Manager | Community
Skip to main content
Level 2
October 16, 2015
Solved

Using Omniture with Google Tag Manager

  • October 16, 2015
  • 1 reply
  • 1987 views

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!

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 Roman_Gazarek

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.

1 reply

Roman_Gazarek
Roman_GazarekAccepted solution
Level 3
October 16, 2015

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.