/preview/advertisers/{advertiser-id}/coupons/{id}/preview
Renders one coupon as preview HTML at the size asked for. The size must be one the coupon’s ad set supports, as listed by the supported-sizes operation.
GET
/preview/advertisers/{advertiser-id}/coupons/{id}/preview
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The advertiser identifier.
The Coupon identifier to preview.
Query Parameters
The height of the coupon to preview.
The width of the coupon to preview.
Response
The preview HTML of a specific Coupon is returned.
The response is of type string.