Skip to content
New issue

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

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

Already on GitHub? # to your account

Google analytic returns trackview results is (not set) in Behavior panel #572

Open
vinhnguyenambition opened this issue Jan 2, 2020 · 1 comment

Comments

@vinhnguyenambition
Copy link

I used the following configuration for the ionic 4-based application to track page views.

this.googleAnalytics.startTrackerWithId('2056xxxxx')
.then(() => {
      console.log('Google analytics is ready now');
      this.googleAnalytics.trackView('Test Page Title', window.location.href);
}).catch(e => console.log('Error starting GoogleAnalytics', e));

But the result shown in google analytic behavior overview panel is (not set).
Screen Shot 2020-01-02 at 09 48 53

Can everybody tell me the reason and how to solve this problem?

@kappawng
Copy link

I have the same problem :-(

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

No branches or pull requests

2 participants