Products report not visible in report suite
Hi,
I am trying to implement Adobe Analytics via GTM for a client. The data layer is not currently implemented on their website and I am pushing the data via custom data layer push in our demo website. The initial setup is working fine and I have tested all events and evars flowing into the report suite. However, when trying to run the tag with the s.products call, the default product variables are not visible in the report suite. I have attached the screenshot of the call and the code for the custom HTML tag in GTM. Since all other data except the default product variables is getting populated, I am not sure how to proceed with resolving this. Any help is much appreciated!
<script>
s.linkTrackVars = "products,events";
s.linkTrackEvents = "event1";
s.events = "event1";
s.products = "travel money card;travel money card;;45.17";
s.t();
</script>
P.S. - I have tried sending both Page View and Link calls.