post https://koddi.io/console/v1/member_groups//advertisers
Recipes
🦉
Creating an Advertiser
Open Recipe
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 |
is_demo | bool | The is demo int flag |
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_phone | string | The contract phone |
contact_email | string | The contact email |
deleted | bool | The deleted flag |
status | string | The status. |
is_demo | bool | the is demo flag |
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 |
entity_count | int | The entity count of the advertiser |
advertiser_group_id | int | The advertiser group id |
billing | object | The billing object |
invoice_method_id | int | The invoice method id |
name | string | The billing name |
string | The billing email | |
address | string | The billing address |
address_line_2 | string | The billing address line 2 |
city | string | The billing city |
country | string | The billing country |
state | string | The billing state |
zip | string | The billing zipcode |
metadata | string | The advertiser metadata that is associated with the advertiser being created. This is an open input object, and must be in JSON format. |
entities_filter | array of objects | The list of applied filters that the automated entity assignment process will adhere to when assigning entities to the advertiser. Filters on multiple entity attributes can be applied to a single advertiser |
entities_filter.field | string | The name of the entity attribute being filtered on for the automated entity assignment process |
entities_filter.operation | bool | The operator for the configured filter |
entities_filter.value | array of strings | The value of the entity attribute to be filtered on |
additional_entities_filter | array of strings | The list of specific entities that will be added to the ad group in the automated entity assignment process. Entities from the filters and an explicit list of entities will be included in the automated entity assignment process if both arrays are included when creating the advertiser |