Advertisement
dusanmiha

Google Ads - Dynamic Remarketing - View item List

Oct 26th, 2021
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. dataLayer.push({
  3.   'event': 'view_item_list',
  4.   'value': 878.45, // sumarna vrednost SVIH proizvoda koji su prikazani na stranici kategorija
  5.   'items': [
  6.     {
  7.       'id': 1234,                           // id prvog proizvoda
  8.       'google_business_vertical': 'retail' //ovo je konstanta i ostaje uvek ovako
  9.     },
  10.     {
  11.       'id': 45678,                          // id drugog proizvoda
  12.       'google_business_vertical': 'retail'
  13.     },
  14.     {
  15.       'id': 34343,                          // id treceg proizvoda
  16.       'google_business_vertical': 'retail'
  17.     }
  18.   ]
  19. });
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement