Google Analytics · Example Payload

User Deletion Api User Deletion Request Example

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

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

Top-level fields

kindidwebPropertyIdfirebaseProjectIdpropertyIddeletionRequestTime

Example Payload

Raw ↑
{
  "kind": "example_value",
  "id": {
    "type": "CLIENT_ID",
    "userId": "123456"
  },
  "webPropertyId": "123456",
  "firebaseProjectId": "123456",
  "propertyId": "123456",
  "deletionRequestTime": "2026-04-17T12:00:00Z"
}