Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for cordova application #6

Open
ScreamZ opened this issue Nov 23, 2016 · 3 comments
Open

Support for cordova application #6

ScreamZ opened this issue Nov 23, 2016 · 3 comments
Assignees
Milestone

Comments

@ScreamZ
Copy link
Owner

ScreamZ commented Nov 23, 2016

Will be implemented, but for now see :

@ScreamZ ScreamZ added the W.I.P. label Nov 23, 2016
@ScreamZ ScreamZ added this to the 1.2 milestone Nov 23, 2016
@ScreamZ ScreamZ self-assigned this Nov 23, 2016
@ScreamZ ScreamZ removed the W.I.P. label Dec 27, 2016
@ScreamZ ScreamZ modified the milestones: 1.3, 1.2 Dec 27, 2016
@aswinkp
Copy link

aswinkp commented May 8, 2017

ga('set', 'checkProtocolTask', function(data) {
    data.set('location', 'http://whatever.host.I.want.com');
});

I added above lines below Vue.use(VueAnalytics{...}) . As specified in the stackoverflow post above. but still does not seem to work in cordova. When I run in web browser it works perfectly. Any clue what and where I should do this ? I use quasar-framework.org.

I also tried

ga('set','anonymizeIp',true);
ga('set','forceSSL',true);```

 But nothing seems to work.

@ScreamZ
Copy link
Owner Author

ScreamZ commented May 9, 2017

Hi,

target is windows app or android ?

@aswinkp
Copy link

aswinkp commented May 10, 2017

android application built with quasar-framework .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants