IOS phonegap app中的Google ConversionTracking

时间:2015-12-17 15:37:50

标签: ios xcode cordova google-analytics conversion-tracking

我正在尝试为ios安装Google转换跟踪SDK。 https://developers.google.com/app-conversion-tracking/ios/#incorporate_the_sdk

我刚刚将应用更新为Xcode 7.2,应用程序兼容性为ios 7.1。

完成Google指南中的步骤。添加sdk文件夹并将此行(使用正确的ID)添加到“Classes-folder”中的AppDelegate.m:

[ACTConversionReporter reportWithConversionID:@"MY_ID" label:@"MY_LABEL" value:@"MY_VALUE" isRepeatable:NO];

但Xcode因错误而失败: 使用未清除标识符'ACTConversionReporter'

我一直在使用小时但没有运气,maby这是建立带有phonegap的问题吗?

0 个答案:

没有答案