miguelzakharia / aurelia-google-analytics

An Aurelia.io plugin that adds Google Analytics page tracking to your project.
MIT License
29 stars 23 forks source link

cross domain tracking #6

Open kiowa opened 8 years ago

kiowa commented 8 years ago

I would like to set up a linker to enable cross domain tracking with GA before sending a pageview.

      ga('create', 'UA-XXXXX-X', 'auto', {'allowLinker': true});
      ga('require', 'linker');
      ga('linker:autoLink', ['www.test.com']);
      ga('send', 'pageview');
miguelzakharia commented 8 years ago

I'll need to read up on that, but can't this week because I'm traveling. Any solutions/contributions/suggestions are welcome.

RMiethaner commented 5 years ago

Hi, I'm really interested in this feature but it seems like the PR was approved but never merged. Was there a reason or is there still a chance that it gets released?

miguelzakharia commented 5 years ago

Hi @RMiethaner, it has been a while since I looked at this project. I remember testing plugins was really difficult the last couple of times I needed to make a change. I don't have the time anymore to truly maintain this project so I can make you a contributor if you would like to take it on.

jeffdrumgod commented 4 years ago

@miguelzakharia did you can add me as a contributor?

miguelzakharia commented 4 years ago

@jeffdrumgod Done.