AdAccount
The AdAccount model represents an advertising account that contains campaigns and manages billing information.
¶ Properties
| Property | Type | Description |
|---|---|---|
ad_account_id |
string | Unique ad account identifier |
name |
string | Ad account name |
country_code |
string | Country code of the ad account (ISO 3166-1 alpha-2) |
currency_code |
string | Currency code of the ad account (ISO 4217) |
billing |
Billing | Billing information for the ad account |
account_type |
string | Type of ad account. See values below. |
¶ Account Types
The account_type field indicates the kind of advertiser the ad account represents. Each type has different capabilities for creating campaigns - see Ad Products for the full capability matrix.
| Value | Description |
|---|---|
OFD |
Standard merchant ad account for restaurants on Uber Eats (online food delivery). |
USER_STORES_GROUP |
Ad account representing a group of user-managed stores. |
AGENCY |
Agency ad account used to manage other ad accounts. |
INTERNAL |
Internal Uber ad account used for system, testing, or operational purposes. |
UNKNOWN |
Account type is unspecified or has not been classified. |