cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

Get tracker object. #33

Closed nvdcmptr closed 9 years ago

nvdcmptr commented 9 years ago

How can i get tracker object in non GAITrackedViewController? I want use "sendException: withNSException:" method.

I try

id tracker=[GAI sharedInstance].defaultTracker;

but not useful.

cmackay commented 9 years ago

Are you asking how to use the native api? Here is the site for the iOS native sdk docs.

https://developers.google.com/analytics/devguides/collection/ios/v3/ https://developers.google.com/analytics/help/