2

我使用以下代码来跟踪转化:

AdWordsConversionReporter.reportWithConversionId(
                this.getApplicationContext(),
                "xxxxxxxxxx", "xxxxxxxxxxxxxxxxxx", "0.00", true);

它不会在 Adwords 中显示任何转化。自从我上次更新应用程序以来,它运行良好。我重新检查了conversionId 和Label。他们是正确的。顺便说一句,我在我的一项活动的 onResume() 中添加了这段代码。

还有没有其他方法可以在生产之前测试它(可能使用 adb)?

编辑:

我可以看到此消息记录在信息级别:

09-29 15:37:34.061: I/GoogleConversionReporter(3757): Pinging: https://www.googleadservices.com/pagead/conversion/1007040578/?bundleid=com.xxxxxxxx&appversion=3.1.0&osversion=4.2.1&sdkversion=ct-sdk-a-v2.1.0&gms=1&lat=0&timestamp=1411988.853&auto=1&usage_tracking_enabled=1&rdid=xxxxxxxxxxxxxxxxx
4

2 回答 2

1

没有错误,只是在仪表板中更新需要时间。

于 2014-11-02T06:34:22.193 回答
0

我得到了如下实现“谷歌转化跟踪”的日志。ACTAutomatedUsageReporterPrivate: sending ping: googleadservices.com/pagead/conversion/957130180/…. ping successful,但即使等待 24 小时后,我也无法在 Google Adwords 仪表板中看到任何更改。

由于 Google 的以下限制,iOS 应用程序的 @JPM 转换跟踪未反映在 Google Adwords 仪表板中"iOS conversion tracking is currently available only for ads that show in mobile apps on the Display Network"

Google Adwords 强制 iOS 应用使用“Google Display Network”。

https://www.en.adwords-community.com/t5/Tracking-Reporting/Mobile-App-Install-Campaigns-for-iOS-Tracking/m-p/440241#U440241
https://www.en.adwords-community.com/t5/Basics-for-New-Advertisers/Display-Network-Mobile-App-Install-Ads-where-are-they/td-p/419693

谷歌展示广告网络是指在指定网站上为 IOS App 提供广告。 http://www.google.co.in/ads/displaynetwork/

Google 展示广告网络 - 入门指南 - http://www.google.co.in/ads/displaynetwork/get-started/#tab=create-campaign

于 2015-07-02T09:38:34.023 回答