• Resolved vitexio

    (@vitexio)


    What is the event label that should be placed according to the instructions for conversion of google ads?

    Example:

      gtag('event', 'conversion', {
          'send_to': 'AW-62123456/jfdlksfjadfjdjhfakfhkjd',
          'event_callback': callback
    

    Thanks

    • This topic was modified 4 years, 5 months ago by vitexio.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mihdan

    (@mihdan)

    Example:

    <script>
      gtag('event', 'conversion', {'send_to': 'AW-CONVERSION_ID/AW-CONVERSION_LABEL',
        'value': 1.0,
        'currency': 'USD'
      });
    </script>

    Thread Starter vitexio

    (@vitexio)

    I wanted to say that according to my example, the following goes in the label input?
    AW-62123456/jfdlksfjadfjdjhfakfhkjd

    Everything complete inside the quotes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event label for Google Ads’ is closed to new replies.