avishaan / questionApp

0 stars 0 forks source link

Google AdWords - Integrate google tracking #468

Open avishaan opened 8 years ago

avishaan commented 8 years ago

Download and import this SDK into your Xcode project https://dl.google.com/googleadmobadssdk/googleconversiontrackingsdkios.zip

Make a call from the app that you'd like to track. Add the following code to your application:didFinishLaunchingWithOptions: method.

https://developers.google.com/app-conversion-tracking/docs/ios/using-sdk?hl=en_US.

// App Download // Google iOS Download tracking snippet // To track downloads of your app, add this snippet to your // application delegate's application:didFinishLaunchingWithOptions: method.

[ACTConversionReporter reportWithConversionID:@"896533751" label:@"sx6UCKCl_2AQ94nAqwM" value:@"0.00" isRepeatable:NO];