如何在 Google Ads 中跟踪页面中每次链接点击的转化?

Posted

技术标签:

【中文标题】如何在 Google Ads 中跟踪页面中每次链接点击的转化?【英文标题】:How to track conversion in Google Ads for every link click in a page? 【发布时间】:2021-10-29 18:15:19 【问题描述】:

我有一个 Wordpress 页面,我需要将所有点击作为 Google Ads 转化进行跟踪,因此我发现我可以使用以下代码将整个页面用作链接:

<html>
    <body onclick='window.location.href="http://google.com"'>
    </body>
</html>

然后我需要在每次点击时激活谷歌转化标签,转化脚本是:

<!-- Event snippet for Solicitar cotação 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-ID/AWID',
      'event_callback': callback
  );
  return false;

</script>

好的,请问,我怎样才能将每次点击都算作一次转化?

非常感谢。

【问题讨论】:

【参考方案1】:

你的 google sn-p 应该放在你的 &lt;head&gt;&lt;/head&gt; 标签之间。在您的子主题或活动主题中编辑您的 header.php 文件,您应该在其中找到 &lt;head&gt; 标记。我更喜欢在wp_head() 函数之前添加任何 sn-p。这是 header.php 的示例

<!doctype html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <!-- Event snippet for Solicitar cotação 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-ID/AWID',
        'event_callback': callback
    );
    return false;
    
    </script>    
    <?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>

详细了解如何为您的 Google Ads 帐户调整全局网站代码here

【讨论】:

您好 Martin,感谢您的意见。我已经在头部添加了全局标签,你说每次打开页面都会触发一次转换,但我只需要在点击发生时激活它。 点击什么?只需创建点击事件。将此单击事件添加到您要跟踪的元素,例如按钮、链接、图像。这是有关点击触发器和其他事件的更多信息support.google.com/tagmanager/answer/7679320?hl=en。

以上是关于如何在 Google Ads 中跟踪页面中每次链接点击的转化?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Google Ads API 中查询最近停用的广告系列

为 Android 应用设置 Google Ads 的步骤

如何跟踪 Google Adwords 的 onclick 转化?

如何使用 PHP 在重定向页面上使用 Google Analytics 进行跟踪?

如何在没有物理感谢页面的情况下执行 Google Adwords 转换跟踪

分支机构未跟踪 Google 广告 ID