v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
Ad Targeting

Suggested bid and budget bounds

LinkedIn-only. Returns the suggested bid and bid limits for a targeting spec, plus the daily-budget bounds LinkedIn will accept. Use it before creating a campaign to pick a bid inside the allowed range and warn the user if their daily budget is below the minimum. Wraps LinkedIn's adBudgetPricing finder.

Non-LinkedIn accounts return available: false so clients can hide the pricing UI without treating it as a failure.

post/v1/ads/targeting/bid-pricing

Request body

accountIdstring required

Zernio social account ID (LinkedIn).

adAccountIdstring required

LinkedIn ad account ID (numeric).

campaignType'TEXT_AD' | 'SPONSORED_UPDATES' | 'SPONSORED_INMAILS'

Defaults to SPONSORED_UPDATES.

bidType'CPM' | 'CPC' | 'CPV'

Defaults to CPM.

matchType'EXACT' | 'AUDIENCE_EXPANDED'

Defaults to EXACT.

currencystring

ISO 4217, defaults to USD.

objectiveTypestring

LinkedIn objectiveType, e.g. WEBSITE_VISIT, LEAD_GENERATION, VIDEO_VIEW.

optimizationTargetTypestring

LinkedIn optimizationTargetType, e.g. MAX_CLICK, MAX_IMPRESSION.

dailyBudgetnumber

Optional daily budget in whole account-currency units. LinkedIn refines the suggested bid to this budget.

Response

Pricing insights

availableboolean required