8 API Reference‎ > ‎Resources‎ > ‎

Advertiser

Advertiser represents a local business, brand or online store that provides offers.

Common attributes:
  • id string.
  • name string.
  • categories list of Category.
  • description string.
  • redemption_locations list of Location.
  • logo Image.
  • website_url string.
  • public_phone string.
  • public_email string.
  • reviews list of Review.
Attributes used only in Submission API:
  • payee_name string.
  • payee_address Location.
  • payee_tax_id string.

Data Examples


JSON

{
    "id": "wkjerhtbwuryt2wr02b9wysrey103ybwy028",
    "name": "",
    "description": "",
    "categories": [Category, ...]
    "redemption_locations": [Location, ...]
    "logo": Image,
    "website_url": "http://mybizz.com",
    "public_phone": "",
    "public_email": "",
    "payee_name": "",
    "payee_address": Location,
    "payee_tax_id": "",
    "reviews": [Review, ...]
}

XML

<advertiser>
    <id></id>,
    <name></name>
    <description></description>
    <categories>
        <category>Category</category>
        ...
    </categories>
    <redemption_locations>
        <redemption_location>Location</redemption_location>
        ...
    </redemption_locations>
    <logo>Image</logo>
    <website_url></website_url>
    <public_phone></public_phone>
    <public_email></public_email>
    <payee_name></payee_name>
    <payee_address>Location</payee_address>
    <payee_tax_id></payee_tax_id>
    <reviews>
        <review>Review</review>
        ...
    </reviews>
</advertiser>

Actions

No actions supported.


Comments