revolunet / angular-google-analytics

Google Analytics tracking for your AngularJS apps
MIT License
652 stars 172 forks source link

Queries on account and retrieve of data #170

Closed pallaviMN closed 6 years ago

pallaviMN commented 8 years ago

Hi Team,

1)How can i create an account for tracking? 2)If i use it in my mobile app, will i be able to see those user activity log in my application like facebook?

Toxantron commented 8 years ago

Please refer to offical documentation. Once you have an account you can follow the tutorial created in #169.

  1. Yes, if you set it up correctly, it should show user actions within the app.
pallaviMN commented 8 years ago

Hi Team,

Is there any API to retrieve user actions with in the app, Please suggest

Toxantron commented 8 years ago

You mean like user events in Analytics? Scroll towards the bottom of the README.

pallaviMN commented 8 years ago

Yes, when i click on any view, i must be able to have any API at client side to get those events done by him. Even if i, quit & relaunch the app then i must be able to see all those events

Toxantron commented 8 years ago

Where do you want to see them? In Google Analytics? Have you checked the README and Analytics documentation.

pallaviMN commented 8 years ago

Nope, not in Google Analytics. Inside our app.

justinsa commented 6 years ago

This library is for sending tracking events to GA, not for fetching those events from GA. The GA script does not provide such functionality and this library is a convenient wrapper for AngularJS around the GA scripts to send data to GA, not fetch data from it.