v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

Poll for Queued Report Result

After a GUID has been generated by the Create Queued Report endpoint, append the GUID to retrieve the finished report. Some reports may take longer periods to finish, so the report will also contain a status code.

get/v1/report/queue/{GUID}

Path parameters

GUIDinteger required

The GUID from Create Queued Report

Response

200

Idstring
Statusinteger

Example response

{
  "Id": "b0e0v47-be95-4f4e-8d01-090xx55gg44",
  "Status": 2,
  "Result": {
    "TotalGMV": 34270.73,
    "TotalPurchases": 139,
    "TotalRevenue": 939.84,
    "TotalLTVOrders": 132.65,
    "TotalLTVSales": 3630.63,
    "TotalROAS": 2934.38,
    "TotalUnfilteredImpressions": 923938,
    "TotalRawBucketClicks": 9715,
    "TotalCPC": 0.923,
    "TotalUniqueCTR": 0.966948,
    "TotalTrueRevenue": 400.93,
    "TotalImpressions": 923938,
    "StartDate": "2024-05-10T00:00:00",
    "EndDate": "2024-05-13T00:00:00",
    "TotalCVR": 0.834,
    "TotalClicks": 8934,
    "TotalCTR": 0.966948,
    "ReportId": "00000000-0000-0000-0000-000000000000",
    "Grouping": [
      "day"
    ],
    "TotalUniqueBucketClicks": 8934,
    "StartDateISO": "2024-05-10T00:00:00.0000000",
    "EndDateISO": "2024-05-13T00:00:00.0000000",
    "TotalECPM": 1.234,
    "Critiera": [
      {
        "priorityId": 1234
      }
    ],
    "TotalDuplicateImpressionBucketClicks": 781,
    "Records": [
      {
        "UnfilteredImpressions": 141423,
        "CPC": 0.834,
        "LTVSales": 3630.63,
        "LTVOrders": 132.65,
        "GMV": 3151.46,
        "Events": {
          "1": 29,
          "2": 8
        },
        "UniqueCTR": 1.048627,
        "FirstDate": "2024-05-13T00:00:00Z",
        "LastDate": "2024-05-13T00:00:00Z",
        "DateType": "day",
        "Date": "2024-05-13T00:00:00Z",
        "Clicks": 1483,
        "ROAS": 923.394,
        "RawBucketClicks": 1606,
        "Purchases": 16,
        "Revenue": 200.3,
        "TrueRevenue": 200.3,
        "Impressions": 141423,
        "CVR": 0.834,
        "eCPM": 34.834,
        "CTR": 1.048627,
        "UniqueBucketClicks": 1483,
        "Details": [
          {
            "UnfilteredImpressions": 15,
            "CPC": 10.82,
            "LTVSales": 3630.63,
            "LTVOrders": 132.65,
            "GMV": 3151.46,
            "Events": {
              "1": 29,
              "2": 8
            },
            "Title": "Some Flight Name",
            "UniqueCTR": 0.834,
            "FirstDate": "2024-05-13T00:00:00Z",
            "LastDate": "2024-05-13T00:00:00Z",
            "Date": "2024-05-13T00:00:00Z",
            "Grouping": {
              "OptionId": 1234,
              "Flight": "Some Flight Name",
              "FlightStartDate": "2024-01-24 11:00:00",
              "FlightEndDate": "2025-01-01 00:00:00",
              "DateType": "day"
            },
            "ROAS": 34.38,
            "Revenue": 388.8483,
            "TrueRevenue": 388.8483,
            "Impressions": 15,
            "CVR": 0.343,
            "eCPM": 939.93,
            "CTR": 1.27
          }
        ]
      }
    ]
  }
}