android - How to extract engagement flow data using google analytics reporting api -


i building android app uses google analytics record various events , screens throughout app. engagement flow dashboard quite striking i'd export data , play on own. how can write app can extract data used in engagement flow dashboard using google core reporting api?

currently, using sendevent , sendview track events , screens respectively in engagement flow. i'm guessing approach working because report works correctly in google analytics ui, can't data out using core reporting api android. confident doable because i've been able access data using query explorer our website ga:previouspagepath , ga:pagepath dimensions (see screenshot below), same thing not work android sdk. can data out using undocumented ga:screenname dimension, corresponding ga:previousscreenname (and permutation thereof) not exist. thoughts?

enter image description here

for worth, others have had similar questions in case useful:

according google-analytics, of feature not available.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -