Hi,
I’m trying to understand if the admob plugin implemented, supports the iOS conversion tracking option. if it did, where should I place the unique codes for the app?
[GoogleConversionPing pingWithConversionId:@"***myIdHere***" label:@"***myLabelHere***" value:@“0” isRepeatable:NO];
(this code, which normally is called from application:didFinishLaunchingWithOptions method, should probably be taking values from the build.settings file somewhere)
Thanks,
Adi