Google Analytics · Example Payload

Measurement Protocol Validation Response Example

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Measurement Protocol Validation Response Example is an example object payload from Google Analytics, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

validationMessages

Example Payload

Raw ↑
{
  "validationMessages": [
    {
      "fieldPath": "/example/path",
      "description": "Example description",
      "validationCode": "VALUE_INVALID"
    }
  ]
}