Google Analytics · Example Payload

Admin Api Conversion Event Example

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

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

Top-level fields

countingMethodcreateTimecustomdefaultConversionValuedeletableeventNamename

Example Payload

Raw ↑
{
  "countingMethod": "CONVERSION_COUNTING_METHOD_UNSPECIFIED",
  "createTime": "2026-04-17T12:00:00Z",
  "custom": true,
  "defaultConversionValue": {
    "currencyCode": "USD",
    "value": 149.99
  },
  "deletable": true,
  "eventName": "Example Name",
  "name": "Example Name"
}