google-analytics-plugin icon indicating copy to clipboard operation
google-analytics-plugin copied to clipboard

Can I track several Google Analytics properties?

Open reynaldocartana opened this issue 10 years ago • 11 comments

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!

reynaldocartana avatar Apr 30 '14 19:04 reynaldocartana

+1 for this

dotnetwise avatar May 05 '14 17:05 dotnetwise

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

danwilson avatar May 22 '14 14:05 danwilson

+1

manzapanza avatar Jan 12 '15 22:01 manzapanza

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..

PetterDK avatar Feb 18 '15 15:02 PetterDK

+1

pesimeao avatar Nov 19 '15 14:11 pesimeao

+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.

sohitri avatar Jun 15 '16 04:06 sohitri

Any PR on this are welcome

victorsosa avatar Jul 19 '16 15:07 victorsosa

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

satish0563 avatar Dec 13 '16 13:12 satish0563

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.

PetterDK avatar Jan 25 '17 10:01 PetterDK

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

victorsosa avatar Apr 03 '17 18:04 victorsosa

follow #397

victorsosa avatar May 03 '17 21:05 victorsosa