Google Analytics · Example Payload

Admin Api Property Example

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Admin Api Property Example is an example object payload from Google Analytics, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountcreateTimecurrencyCodedeleteTimedisplayNameexpireTimeindustryCategorynameparentpropertyType

Example Payload

Raw ↑
{
  "account": "example_value",
  "createTime": "2026-04-17T12:00:00Z",
  "currencyCode": "USD",
  "deleteTime": "2026-04-17T12:00:00Z",
  "displayName": "Example Analytics Property",
  "expireTime": "2026-04-17T12:00:00Z",
  "industryCategory": "ONLINE_COMMUNITIES",
  "name": "Example Analytics Property",
  "parent": "example_value",
  "propertyType": "PROPERTY_TYPE_SUBPROPERTY"
}