The LinkedIn ads platform allows advertisers to create multiple accounts for both Text Ads and Sponsored Content. Use the Ad Accounts API to create and manage accounts.
The ISO 4217 currency code of the account, such as 'USD' for United States Dollar. Note: Advertisers selecting BRL as a currency will see their account budget, advertising bids, and spend in BRL, but their account will be billed in USD. We recommend communicating this to advertisers in your application if they opt for BRL. Learn more
id
long
Unique internal ID representing the account.
name
string
A label for the account.
notifiedOnCampaignOptimization
boolean, default="false"
Indicates if the campaign contact is notified about campaign optimization opportunities.
notifiedOnCreativeApproval
boolean, default="false"
Indicates if the creative contact is notified when a creative has been reviewed and approved.
notifiedOnCreativeRejection
boolean, default="false"
Indicates if the creative contact is notified when a creative has been rejected due to content.
notifiedOnEndOfCampaign
boolean, default="false"
Indicates if the campaign contact is notified when an associated campaign has been completed.
notifiedOnNewFeaturesEnabled
boolean, default="false"
Indicates if the account owner is notified about new Campaign Manager features.
reference
optional URN
The entity on whose behalf the account advertises. Must either be in the format urn:li:person:{id} or urn:li:organization:{id}.
servingStatuses
string[], default="[]"
An array of enums with information about the account's system serving statuses. If an account is eligible for serving, then this array will have a single element:
RUNNABLE
Otherwise, this array will contain one or more reasons why the account is not servable:
STOPPED
BILLING_HOLD
ACCOUNT_TOTAL_BUDGET_HOLD
ACCOUNT_END_DATE_HOLD
RESTRICTED_HOLD
INTERNAL_HOLD
status
string, default="ACTIVE"
ACTIVE - Account is active; this is the default state
CANCELED - Account has been permanently canceled
DRAFT - Account is in draft status, meaning it's not yet fully set up and it is not serving
type
string
BUSINESS – This is the only value allowed when creating accounts through the API.
ENTERPRISE – This value cannot be used to create accounts through the API and is reserved for accounts created by LinkedIn's internal ad operations systems.
test
boolean, default="false"
Flag showing whether this account is marked as a test account. An account can be marked as test only during creation. This is an immutable field.
CREATE
POST https://api.linkedin.com/v2/adAccountsV2
Parameters
Field
Description
Format
Required
currency
The account's ISO-4217 currency code. Default is "USD".
string
No
name
A label for the account
string
Yes
notifiedOnCampaignOptimization
Indicates if campaign contact is notified about campaign optimization opportunities. Default is false.
boolean
No
notifiedOnCreativeApproval
Indicates if creative contact is notified when a creative has been reviewed and approved. Default is false.
boolean
No
notifiedOnCreativeRejection
Indicates if creative contact is notified when a creative has been rejected due to content. Default is false.
boolean
No
notifiedOnEndOfCampaign
Indicates if campaign contact is notified when an associated campaign has been completed. Default is false.
boolean
No
reference
The entity on whose behalf the account advertises. Must either be in the format urn:li:person:{id} or urn:li:company:{id}.
URN
No
type
The type of account. Must either be "PERSONAL" or "BUSINESS"