SiteCatalyst users, I am curious to know which plugins you found useful to pull over into a javascript extension vs. which ones got dropped and are no longer needed?

Gold Contributor
Gold Contributor
e.g. the getQueryParam plugin Omniture would give you in the s_code is not needed when you use Tealium.
5 REPLIES 5

SiteCatalyst users, I am curious to know which plugins you found useful to pull over into a javascript extension vs. which ones got dropped and are no longer needed?

Employee Emeritus
Hey Joseph, Usually when I set up a client's s_code I will leave all the plugins intact. This creates a more seamless integration when going from the legacy code into Tealium. However, you are correct some plugins can be replaced by the ever impressive Tealium technology, like getQueryParam, getPageName, channelManager and getPreviousValue. Some that I would keep in place would be: CrossVisitParticipation DaysSinceLastVisit getNewRepeat getValOnce getVisitNumber Hope this helps.

SiteCatalyst users, I am curious to know which plugins you found useful to pull over into a javascript extension vs. which ones got dropped and are no longer needed?

Employee Emeritus
Love this Q Joe!

SiteCatalyst users, I am curious to know which plugins you found useful to pull over into a javascript extension vs. which ones got dropped and are no longer needed?

Gold Contributor
Gold Contributor
I like the idea of cleanup as well/reducing redundant code. Any tips on how to refactor plugins like getQueryParam within the s_code, since I'm assuming the code depends on it? I just know that coming from the outside (not originating the s_code) makes me feel a little uneasy making changes. Thoughts?

SiteCatalyst users, I am curious to know which plugins you found useful to pull over into a javascript extension vs. which ones got dropped and are no longer needed?

Employee Emeritus
Sam, Can you clarify what you mean by "refactor plugins"? Are you asking how to replace getQueryParam using Tealium's functionality instead of the s_code? Thanks

SiteCatalyst users, I am curious to know which plugins you found useful to pull over into a javascript extension vs. which ones got dropped and are no longer needed?

Gold Contributor
Gold Contributor
Sorry, that might've been a poor word choice. I'm not looking to refactor plugins or rewrite them but really remove the ones that can be considered duplicates of Tealium's built in extensions. I was thinking just do global searches within s_code and any related extensions (since I've broken SiteCatalyst code plugins into extensions) to see where the dependencies were, but wanted to know if anyone saw any dangers with this.
Public