Hi everyone,
We're implemented Google AdWords conversion tracking within our iPad app following the instructions here - https://developers.google.com/app-conversion-tracking/ios/
We copied the code snippet from AdWords and have placed that within our iPad application.
However, since releasing the app and testing this process we're not receiving any conversions in AdWords.
In trouble-shooting this, I noticed that our Conversion Label isn't being output in our debug console:
2015-08-19 14:17:50.065 Language Builder copy[1718:508609] <Google> ACTAutomatedUsageReporterPrivate: sending ping:https://www.googleadservices.com/pagead/conversion/976314236/?appversion=1&auto=1&bundleid=com.stage...
Whereas the documentation mentions numerous times that you should "pay attention to the label" in your debug output:
If you're tracking other conversion events in your app, you should see messages logged for those events each time they occur. Unlike downloads, which are tracked only once per app install, other in-app events are tracked each time the event occurs. Pay special attention to the labels that were provided to you when verifying your setup (e.g.,abCDEFG12hIJk3Lm4nO in the example shown above).
Can anyone confirm if our debug output is formatted correctly? Can anyone share theirs as a comparison?