get
https://koddi.io/console/v1/member_groups//advertisers
Response
| Field | Type | Description |
|---|---|---|
| advertiser_id | int | The advertiser ID |
| name | string | The advertiser name |
| member_id | int | The member ID |
| description | string | The advertiser’s description |
| ad_category | ad category object | The ad category of the advertiser |
| id | int | The ad category ID |
| name | string | The ad category name |
| parent_id | int | The ad category parent ID |
| child_id | int | The ad category child ID |
| agency_name | string | The agency name |
| timezone | timezone object | The timezone of the advertiser |
| id | int | The timezone ID |
| name | string | The timezone name |
| utc_offset | float | The timezone utc offset |
| utc_offset_dst | float | The timezone utc offset dst |
| currency | currency object | The currency of the advertiser |
| id | int | The currency ID |
| name | string | The currency name |
| code | string | The currency code |
| symbol | string | The currency symbol |
| contact_name | string | The contact name |
| contact_address1 | string | The contract address first line |
| contact_address2 | string | The contract address second line |
| contact_city | string | The contact city |
| contact_country | string | The contact country |
| contact_state | string | The contact state |
| contact_zip | string | The contact zip |
| contact_email | string | The contact email |
| deleted | bool | The deleted flag |
| status | string | The status. A new advertiser should always have a status of pending |
| is_demo | bool | the flag indicating whether the advertiser is a demo advertiser. Demo advertisers do not produce billable spend. |
| created_at | string | The date time the advertiser was created |
| last_modified | string | The date time the advertiser was last modified |
| last_edited_by | int | The ID of the user to last edit the advertiser |
| member_group_id | int | The member group ID the advertiser is in |
| entity_count | int | The count of entities in the advertiser |
| advertiser_group_id | int | The advertiser group ID |
