Method: properties.customDimensions.get
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This document provides a lookup for a single CustomDimension using a GET HTTP request.
The request uses gRPC Transcoding syntax and requires the name path parameter in the format properties/*/customDimensions/*.
The request body must be empty, and a successful response contains an instance of CustomDimension.
Authorization requires either the https://www.googleapis.com/auth/analytics.readonly or https://www.googleapis.com/auth/analytics.edit OAuth scope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["The core content describes how to retrieve a single CustomDimension. A `GET` request is made to a specific URL, structured using gRPC Transcoding syntax, with a required `name` path parameter specifying the CustomDimension to fetch. The request body must be empty. A successful response returns a `CustomDimension` instance. Authorization requires either the `analytics.readonly` or `analytics.edit` OAuth scope. The information is available via a URL and the `Try it!` functionality.\n"]]