I need to create multiple Google Analytics properties programmatically using the GA Admin API – https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties/create. It is about 300+ properties so also 300+ post requests with different request bodies. For that, I have an array with those 300+ objects. What would be the best practice in JS to perform all these requests? Can I just loop the array with
Tag: google-analytics-api
Accessing Google Analytics Data With API Key Only
I’m trying to use Google Analytics API in Javascript. I want to: Query Data for a specific website (under my control) Use the data to build an open-to-the-public dashboard Every example I can find requires you to use OAuth to authenticate before you can query data. Because I only want to query (not delete/modify), is there a way to use