danwilson / google-analytics-plugin

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0
MIT License
693 stars 500 forks source link

Can I track several Google Analytics properties? #19

Open reynaldocartana opened 10 years ago

reynaldocartana commented 10 years ago

Hi, great plugin! It solves my problem!

But, I have to track the events in several Google Analytics Mobile properties.

I tried to put two calls to the start method:

    analytics.startTrackerWithId("UA-XXXXXXXX-2");
    analytics.startTrackerWithId("UA-XXXXXXXX-1");

But it seems not work.

Is there a way to do this?

Thanks a lot!

dotnetwise commented 10 years ago

+1 for this

danwilson commented 10 years ago

I am looking into this... thanks for the idea.

manzapanza commented 9 years ago

+1

PetterDK commented 9 years ago

Hi, very nice plugin!

We are currently working on an app were we need to send the tracking data to two different GA accounts. Before we start doing that, I just wanted to know whether or not this is something you have already completed or worked on.

If not, I would still very much like to hear your thoughts on this before we start developing..

pesimeao commented 8 years ago

+1

sohitri commented 8 years ago

+1 I am also working on a very similar thing as Petter. Would like to hear your thoughts on this. @PetterDK have you implemented, sending tracking data into different GA accounts? Would be very helpful, if you can share your method.

victorsosa commented 7 years ago

Any PR on this are welcome

satish0563 commented 7 years ago

hey i want to change tracking id dynamically but, i am getting tracing id after deviceready .can any one help how to change it dynamically

PetterDK commented 7 years ago

We did a custom plugin for this at one point, but it was not me personally that did it. I will try and get the author to contribute to this thread.

victorsosa commented 7 years ago

Hi @PetterDK I am the maintainer you can let me knoe any PR is welcome

victorsosa commented 7 years ago

follow #397