cmackay / google-analytics-plugin

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

Feature/#64 multiple trackers #73

Closed petarov closed 7 years ago

petarov commented 7 years ago

Adds support for multiple trackers as discussed in issue #64.

I've tested the setTrackingId, setMultipleTrackingIds , sendAppView and get on both Android and iOS. I have not tested all API methods so far.

This also upgrades the iOS Google Analytics lib to v3.17.

petarov commented 7 years ago

@cmackay I had to do a minor tweak on iOS. Other than that, I tested with 2 trackingIds. Switching between 1 and 2, and also the send/set/get methods. Looks good so far. If you think it's alright, go ahead and merge it. ;)

cmackay commented 7 years ago

Thanks @petarov ! I greatly appreciate your contributions. I will take a look at this in more detail tomorrow, merge it, increment the version to 1.0 and get a release out. Thanks again!

-Craig

petarov commented 7 years ago

Awesome! 🍻