allowed_media_types not available as a column in the Seller Fill and Delivery Network report
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