• Resolved trungpc

    (@trungpc)


    hi,
    I use Google Ads (MCC) and it’s only use new Event snippet
    https://support.google.com/google-ads/answer/7305793?hl=en

    Event snippet

    <script>
      gtag('event', 'page_view', {
        'send_to': 'AW-123456789',
        'value': 'replace with value',
        'items': [{
          'id': 'replace with value',
          'google_business_vertical': 'retail'
        }]
      });
    </script>

    Sample event snippet for retail

    <script>
    gtag('event','view_item', {
      'value': 998.55,
      'items': [
        {
          'id': 1234, 
          'google_business_vertical': 'retail'
        }]
    });
    </script>

    Can your plugin support for that?
    thanks,

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Google Ads tag with New Event snippet’ is closed to new replies.