I have notice that despite the platform actively soliciting impressions, I am winning none. I pulled my performance report. Here is a sampling of the report for my US East bidder.
{
"kind": "adexchangebuyer#performanceReport",
"calloutStatusRate": [
{
"value": 0.0,
"key": 1
},
{
"value": 0.0,
"key": 2
},
{
"value": 2.8561762748628246e-06,
"key": 5
},
{
"value": 227.7566984773161,
"key": 6
},
{
"value": 0.08333909244675217,
"key": 7
},
{
"value": 0.0,
"key": 9
},
{
"value": 8.453335173225371,
"key": 18
},
{
"value": 8.053341975010081,
"key": 20
}
],
"timestamp": "1406506500",
"region": "US_EAST",
"quotaConfiguredLimit": 9328.394516,
"latency50thPercentile": 6.062711454809087,
"latency85thPercentile": 14.48321554770318,
"outOfQuota": 0.0,
"creativeStatusRate": [
{
"value": 0.0,
"key": 1
},
{
"value": 0.0,
"key": 2
},
{
"value": 2.8561762748628246e-06,
"key": 5
},
{
"value": 227.7566984773161,
"key": 6
},
{
"value": 0.08333909244675217,
"key": 7
},
{
"value": 0.0,
"key": 9
},
{
"value": 8.453335173225371,
"key": 18
},
{
"value": 8.053341975010081,
"key": 20
}
],
"quotaThrottledLimit": 8716.598199,
"latency95thPercentile": 34.87388724035608
}
As we can observe, the 95th percentile of latency is quite low at only 34 (presumably) milliseconds.
Looking at the 'calloutStatusRate' in detailwe see that key 1 ("Callout successful") has a value of zero. This lines up with my observation that no impressions are being won.
[
{
"value": 0.0,
"key": 1
},
{
"value": 0.0,
"key": 2
},
{
"value": 2.8561762748628246e-06,
"key": 5
},
{
"value": 227.7566984773161,
"key": 6
},
{
"value": 0.08333909244675217,
"key": 7
},
{
"value": 0.0,
"key": 9
},
{
"value": 8.453335173225371,
"key": 18
},
{
"value": 8.053341975010081,
"key": 20
}
]
I am unsure about the units on the values, but I assume they are at least proportional to one another. That is to say, comparing their magnitudes is meaningful. The largest value is key 6 which is "Dropped because of selective callout." What does this mean? Also, what does key 18 mean ("All ads in response filtered.") ?