Details of an ad request to an ad server.
JSON representation |
---|
{ "uri": string, "requestMetadata": { object ( |
Fields | |
---|---|
uri |
The ad tag URI processed with integrated macros. |
requestMetadata |
The request metadata used to make the ad request. |
responseMetadata |
The response metadata received from the ad request. |
RequestMetadata
Metadata for an ad request.
JSON representation |
---|
{ "headers": { object } } |
Fields | |
---|---|
headers |
The HTTP headers of the ad request. |
ResponseMetadata
Metadata for the response of an ad request.
JSON representation |
---|
{ "error": string, "headers": { object }, "statusCode": string, "sizeBytes": integer, "duration": string, "body": string } |
Fields | |
---|---|
error |
Error message received when making the ad request. |
headers |
Headers from the response. |
statusCode |
Status code for the response. |
sizeBytes |
Size in bytes of the response. |
duration |
Total time elapsed for the response. A duration in seconds with up to nine fractional digits, ending with ' |
body |
The body of the response. |