<!-- Event snippet for Compra conversion page
In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
<script>
function gtag_report_conversion(url) {
  var callback = function () {
    if (typeof(url) != 'undefined') {
      window.location = url;
    }
  };
  gtag('event', 'conversion', {
      'send_to': 'AW-16667969561/TmrTCL3hicoZEJmQ9Is-',
      'transaction_id': '',
      'event_callback': callback
  });
  return false;
}
</script>

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!


Comentários

Uma resposta para “Hello world!”

  1. Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *