jyounus / TiAdwords

AdWords SDK for Titanium
Other
8 stars 2 forks source link

Does this module track App Installs? #2

Open yozef opened 7 years ago

yozef commented 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.

I'm guessing in the Module, it's the startup event?

Would it be possible to have this included in the module?