Sitata / titanium-google-analytics

Google analytics for Appcelerator Titanium
MIT License
92 stars 47 forks source link

Do we need to install Google Configurations? #47

Closed gdblack closed 8 years ago

gdblack commented 9 years ago

Hello,

While following the google-analytics instructions for mobile implementation there is a button to generate and download configs for both android and ios. Do we need those for this module to function as expected? If so, can you provide some direction on where I need to place these files in my Ti project?

Thanks, Grant

astjohn commented 8 years ago

This shouldn't be necessary as the module will the tracker id that you give it through:

var tracker = GA.getTracker("UA-1234567-8");

Note that there's currently an issue with new versions of titanium and associated modules that will hopefully be resolved soon.