API Graph versión

Business Managed Businesses

Lectura

No puedes realizar esta operación en este extremo.

Creación

No puedes realizar esta operación en este extremo.

Actualizando

You can update a Business by making a POST request to /{business_id}/managed_businesses.

Parámetros

ParámetroDescripción
child_business_external_id
string

child_business_external_id

existing_client_business_id
numeric string

Existing client business id provided by the client

name
string

Client business name that's managed by the aggregator business

sales_rep_email
string

Email of sales representative of the business that's managed by the aggregator business

survey_business_type
enum {AGENCY, ADVERTISER, APP_DEVELOPER, PUBLISHER}

Business type of surveyed business that's managed by the aggregator business

survey_num_assets
int64

Number of assets surveyed of business that's managed by the aggregator business

survey_num_people
int64

Number of people surveyed of business that's managed by the aggregator business

timezone_id
int64

Timezone id of business that's managed by the aggregator business

vertical
enum {NOT_SET, ADVERTISING, AUTOMOTIVE, CONSUMER_PACKAGED_GOODS, ECOMMERCE, EDUCATION, ENERGY_AND_UTILITIES, ENTERTAINMENT_AND_MEDIA, FINANCIAL_SERVICES, GAMING, GOVERNMENT_AND_POLITICS, MARKETING, ORGANIZATIONS_AND_ASSOCIATIONS, PROFESSIONAL_SERVICES, RETAIL, TECHNOLOGY, TELECOM, TRAVEL, NON_PROFIT, RESTAURANT, HEALTH, LUXURY, OTHER}

Business vertical of business that's managed by the aggregator business

Return Type

This endpoint supports read-after-write and will read the node represented by id in the return type.
Struct {
id: numeric string,
name: string,
}

Error Codes

ErrorDescripción
42004You couldn't create the client business on behalf your client successfully
100Invalid parameter
200Permissions error
190Invalid OAuth 2.0 Access Token

Eliminando

No puedes realizar esta operación en este extremo.