I am still confused @davidcreason. To the best of my knowledge Adobe just has a Success Event section (not a Product Events section). I understood that the Product Level Events didn't need u.addEvent since they are capture when the s.event:"purchase" is fire :
First, lets assume I want to map an event that is in the first 100 in Adobe. So, I map PRODUCT_event5, will it map to event5 in Adobe automatically?
Now, lets assume I want to map event138 and I create a custom Product Level Event "PRODUCT_event138", Will it map it automatically to event 138 in Adobe? (my confusion is if this events are automatically map to the events in Adobe). I might be understanding incorrectly the function of Product Level Events. I thought that the variable mapped to the product event parameter populates this event parameter, but also that it created the s.products string (s.products=";prodA;1;25.12;event138=12.00;,;prodB;1;10.99;event138=12.00;") and that this Product Level Event (PRODUCT_event138 in this case) was fire (captures the data) everytime s.events:"purchase" or, in other words, the purchase event was fire. Since, I am trying to collect an E-Commerce variable this variable has been mapped to the E-Commerce Extension, and the variable (UDO) is in the same pages where the purchase event fires.
... View more