Emission info
The endpoints were designed to return detailed information about the emission advertising payer. They return key data such as the advertiser’s name, advertiser’s company name, tax identification number and seller identifiers.
For both types of advertisement, the response format is:
HTTP/1.1 200
Content-Type: application/json;charset=utf-8
{
"sellerName": "string",
"advertiserName": "string",
"companyName": "string",
"taxNumber": "string",
"sellerIds": "string[]"
}Sponsored products
Field sellerName is filled in only for sponsored offers. This is the value of the seller_name field from the product feed.
POST https://dispatcher.ahevds.com/v1/dsa/emissionInfo HTTP/2
Content-Type: application/json
{
"showId": "{showId}"
}curl --location --request POST 'https://dispatcher.ahevds.com/v1/dsa/emissionInfo' \
--header 'Content-Type: application/json' \
--data '{
"showId": "{showId}"
}'Display
POST https://dispatcher.ahevds.com/v1/banner/dsa/emissionInfo HTTP/2
Content-Type: application/json
{
"showId": "{showId}"
}curl --location --request POST 'https://dispatcher.ahevds.com/v1/banner/dsa/emissionInfo' \
--header 'Content-Type: application/json' \
--data '{
"showId": "{showId}"
}'