Inhalt | ||
---|---|---|
|
...
Aktuell im DRUCKSHOP verfügbare Events:
Warengruppen
Event
view_item_list
Codeblock | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
<script> dataLayer.push({ ecommerce: null }); dataLayer.push({ event: "view_item_list", ecommerce: { item_list_id: item_list_name: items: [ item_id: item_name: }]}}); </script> |
...
Codeblock | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
<script> dataLayer.push({ ecommerce: null }); dataLayer.push({ event: "purchase", ecommerce: { value: currency: items: [ { item_id: "{$item.artikel.id}", item_name: "{$item.artikel.bezeichnung}", }]}}); </script> |
Zukünftige Events
...