Expand my Community achievements bar.

SOLVED

Product variable config in Launch

Avatar

Level 2

In the implementation guide, the product variable is complex. Is this the case with Launch? For tracking product views, sku#s, price, etc. should these all be different props/evars? or one product variable? Please help me understand the best practice for this use case. Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 2

maybe too late for you, but for anyone else check this extension out Adobe Analytics Product String Launch Extension

View solution in original post

7 Replies

Avatar

Level 10

Currently, the products variable must be set via the custom code section in Launch. I don't know if we have a guide for Launch yet, but i did find one for DTM. The process should be very similar - Marketing Cloud Help | How do I set s.products in DTM? 

Avatar

Level 2

On launch, it works only if I select s.t() but if I select s.tl() when sending beacon, the s.products is not sent out.

Avatar

Correct answer by
Level 2

maybe too late for you, but for anyone else check this extension out Adobe Analytics Product String Launch Extension

Avatar

Level 2

If you have a single product to pass then you can use the extension in Launch but if you have multiple products then the option is not there. You can use custom code in that case. You can get a brief idea from here

Avatar

Level 2

Custom code for s.products does not work in Launch. Even extensions have some issues. I am exploring solution. Will share it once found.

Avatar

Level 3

I know it's just replied the 18th, but any luck with finding anything?

Avatar

Level 2

Hi Edward,

Yes, i found the solution.  In Adobe launch, you have to specify products variable in s.linkTrackVars like below

s.linkTrackVars="products";

Then the set up for s.products variable would work.

However is DTM, you don't need to specify the products variable.

Hope this would help resolve the issue. I am not using any launch product string extensions as custom set up works with above.