Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

how to fetch only custom dimension

Not applicable

Hi,

In Analytics -> custom report ->Dimension, we see common , custom and Advanced dimension . When I execute the API call …./v1/o/{orgname}/environments/{envname}/analytics/admin/schema?type=fact , it gives me list of all dimension .

Is there a API using which I can only see custom dimension ? Similarly API calls to see Common dimension only and only Advanced dimension ?

Thanks,

Suma

Solved Solved
2 8 631
1 ACCEPTED SOLUTION

Dear @Sumacv,

As already suggested above, the API ...v1/organizations/<org>/environments/<env>/analytics/admin/schemav2?type=fact can be used to check if the dimension is "custom" or not. It is a public API and you can use it.

However, as of now there is no API to determine if a dimension is Advanced or not. You will have to figure that from the UI.

View solution in original post

8 REPLIES 8