Create ad account
Create a new ad account. Different ad accounts can support different currencies, payment methods, etc. An ad account is needed to create campaigns, ad groups, and ads; other accounts (your employees or partners) can be assigned business access and appropriate roles to access an ad account.
You can set up up to 50 ad accounts per user. (The user must have a business account to create an ad account.) For more, see Create an advertiser account.
Request body
Country ID from ISO 3166-1 alpha-2.
Currency Codes from ISO 4217
Ad account name.
Advertiser's owning user ID.
The time zone of the ad account, in IANA format (e.g., "America/Los_Angeles"). Adding your local time zone lets you view your campaigns and ad reporting in your preferred time zone. Future reports will be available in both your local time zone and default UTC time zone. Historical data takes 1-2 months to backfill. Your billing and order lines will remain in UTC.
Example request
{
"time_zone": "America/Los_Angeles"
}Response
The request has succeeded.
Country ID from ISO 3166-1 alpha-2.
Creation time. Unix timestamp in seconds.
Currency Codes from ISO 4217
Ad account name.
The time zone of the ad account, in IANA format (e.g., "America/Los_Angeles"). Adding your local time zone lets you view your campaigns and ad reporting in your preferred time zone. Future reports will be available in both your local time zone and default UTC time zone. Historical data takes 1-2 months to backfill. Your billing and order lines will remain in UTC.
Example response
{
"time_zone": "America/Los_Angeles"
}