Google Analytics API - Retrieve Index/Name of Custom Dimension or how many used up -


I have a service that pushes data in GA custom dimension / variable before I push that I want to know what custom sizes are available to push and I do not want to duplicate, so if I have a unique name dimensions (because I will create unique name) I can check on that.

Does anyone know how this can be done? I have searched through API documents and it seems that it is not anywhere.

Any help would be appreciated! Thanks!

You can use the Core Reporting API to get the name of dimensions Then you can see if the price is already stored.

Ensure that you do not go with the normal Oauth2.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -