Hello
When I follow your tutorials to create the google analytics.
"Using the Google Analytics API"
I can get some dada form my app about base information.
but the eventpageshow not collect any information in google analytics.
I follow your tutorials,in my app first page add a device ready event like below.
initGA();
trackPage('firstpage');
and each page also add the following code.
trackPage('pagename');
did some step I do wrong?
or I have to follow another suggestion?
https://getsatisfaction.com/apperyio/...
thanks!!