Liquid M · Example Payload

Liquid M Visual Report Response

CompanyAdvertisingAdTechDemand-Side PlatformProgrammatic AdvertisingMobile AdvertisingReportingAnalyticsCampaign ManagementOpenRTB

Liquid M Visual Report Response is an example object payload from Liquid M, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

columnsdimensionsrows

Example Payload

Raw ↑
{
  "columns": [
    {
      "id": "country",
      "name": "Country"
    },
    {
      "id": "ais",
      "name": "AIs"
    },
    {
      "id": "clicks",
      "name": "Clicks"
    }
  ],
  "dimensions": [
    "country"
  ],
  "rows": [
    {
      "ais": {
        "formatted_value": "81",
        "value": 81
      },
      "clicks": {
        "formatted_value": "1",
        "value": 1
      },
      "country": {
        "name": "COUNTRY1",
        "value": 98
      }
    }
  ]
}