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: {
transaction_id:
value:
currency:
items: [
{
item_id:
item_name:
}]}});
</script> |
...