s.products in DTM | Community
Skip to main content
AliMaleki
New Participant
October 16, 2015
Solved

s.products in DTM

  • October 16, 2015
  • 2 replies
  • 959 views

Try as I might, I can't figure out how to assign values to products variable in DTM.

Is this supported in DTM?

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 andrew_r-GrfLbX

In the adobe analytics section of a rule select custom page code and in the editor insert: 

s.products = ";xxxx";

xxxx=the product name

2 replies

andrew_r-GrfLbX
andrew_r-GrfLbXAccepted solution
New Participant
October 16, 2015

In the adobe analytics section of a rule select custom page code and in the editor insert: 

s.products = ";xxxx";

xxxx=the product name

AliMaleki
AliMalekiAuthor
New Participant
October 16, 2015

Thanks!