filipr27

Google ads - view item

Aug 28th, 2023 (edited)
1,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. dataLayer.push({
  3.   'event': 'ads_view_item',
  4.   'value': 78.45, // vrednost proizvoda koji je pregledan
  5.   'items' : [{
  6.     'id': '1234',  // id proizvoda, treba da se poklapa sa ID-em proizvoda iz feeda proizvoda koji se importuju u Google Ads.
  7.     'google_business_vertical': 'custom' //ovo je konstanta i uvek ostaje ovako
  8.   }]
  9. });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment