How to get "Apps usage activity" report via Google report api using program(c# nodejs) -
how "apps usage activity" report via google report api
"apps usage activity" under admin console\reports
you can follow first documentation know how set application's authorization. authorize requests documentation shows how set client's authorization using oauth 2.0 protocol. request must authorized authenticated user has access data when application requests private data.
you can check these so question , tutorial google analytics core reporting api c#. allows query report data. each query requires view (profile) id, start , end date, , @ least 1 metric. may supply additional query parameters such dimensions, filters, , segments refine query.
Comments
Post a Comment