Open yozef opened 7 years ago
Add the app download conversion snippet
[ACTConversionReporter reportWithConversionID:@"MY_ID" label:@"MY_LABEL" value:@"MY_VALUE" isRepeatable:NO];
Add the snippet that was provided in your AdWords account to the application:didFinishLaunchingWithOptions:method, found in your app's AppDelegate.
application:didFinishLaunchingWithOptions:
I'm guessing in the Module, it's the startup event?
Would it be possible to have this included in the module?
Add the app download conversion snippet
[ACTConversionReporter reportWithConversionID:@"MY_ID" label:@"MY_LABEL" value:@"MY_VALUE" isRepeatable:NO];
Add the snippet that was provided in your AdWords account to the
application:didFinishLaunchingWithOptions:
method, found in your app's AppDelegate.I'm guessing in the Module, it's the startup event?
Would it be possible to have this included in the module?