allowed_media_types not available as a column in the Seller Fill and Delivery Network report

Adel NAHAL 0 Reputation points
2024-07-18T09:22:46.59+00:00

Hello,

I'm trying to get the "allowed_media_types" column to the "Seller Fill and Delivery Network report" according to thisp page https://learn.microsoft.com/en-us/xandr/digital-platform-api/seller-fill-and-delivery-network-report#metrics but I always get the error that it is not avalaible for this report.

Is it a normal behaviour ? Am I doing something wrong ?

Here is my API call in case you need it to debug it :

curl --location 'https://api.appnexus.com/report' \

--header 'Content-Type: application/json' \

--header 'Authorization: Bearer authn:290682:89282b5fee073:ams3' \

--header 'Cookie: HBFAPI_SESSID=authn%3A290682%3A89282b5fee073%3Aams3; IBAPI_SESSID=authn%3A290682%3A89282b5fee073%3Aams3' \

--data '{

"report": {

    "report_type": "seller_fill_and_delivery_network",

    "start_date": "2024-07-15",

    "end_date": "2024-07-17",

    "format": "csv",

    "timezone": "Europe\/Paris",

    "columns": [

        "day",

        "call_type",

        "allowed_media_types",

        "imps_resold",

        "seller_revenue"

    ],

    "filters": [

        {

            "call_type": "/openrtb2"

        }

    ]

}

}'

Thanks for the answer

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,875 questions
0 comments No comments
{count} votes