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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -