Product String Extension | Community
Skip to main content
April 22, 2022
Solved

Product String Extension

  • April 22, 2022
  • 2 replies
  • 1233 views

Any thoughts on which would be a good and easy-to-use extension to utilize for setting up the product string (s.product) instead of custom coding?

 

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 Alexis_Cazes_

I usually prefer to use custom code, it is faster and easier to maintain in my opinion.

 

If you really want to use one of the extension I would advise you to add it and make sure to check which code is being added to the launch library by loading the adobe launch library without the .min, so replace .mi.js by .js.

We have seen third party extension adding code that could have performance or security issues so we now decided not to use any third party extensions.

2 replies

yuhuisg
Community Advisor
Community Advisor
April 23, 2022

I've used the AA Product String Builder  by Search Discovery with no issues. For it to be used easily, its major requirement is that you set your products in an array in the format that it requires.

SumitK4
Adobe Champion
Adobe Champion
April 26, 2022

+1 to AA product string builder. You just need the datalayer in event driven format for this to work.

Alexis_Cazes_
Alexis_Cazes_Accepted solution
Level 10
April 26, 2022

I usually prefer to use custom code, it is faster and easier to maintain in my opinion.

 

If you really want to use one of the extension I would advise you to add it and make sure to check which code is being added to the launch library by loading the adobe launch library without the .min, so replace .mi.js by .js.

We have seen third party extension adding code that could have performance or security issues so we now decided not to use any third party extensions.