This document describes how to use the Ad account APIs.
There are two types of ad account — Business ad account and Personal ad account. An advertiser or an agency running ads for the advertiser can create a Business ad account.
Returns detailed information about a specific ad account.
Ad account type
There are two types of ad accounts: business and personal ad accounts.
Ad account
Business information
Business ad account
O
Personal ad account
X
Ad account status
The delivery status of an ad account is determined by the combination of ad account status (config), whether it is suspended by an administrator (isAdminStop), and whether its balance is insufficient (isOutOfBalance).
Current delivery status
Ad account status
Administrator suspension
Insufficient balance
Active
ON
false
false
Insufficient balance
ON
false
true
Suspended by administrator
ON
true
false
Suspended by administrator, insufficient balance
ON
true
true
User OFF
OFF
false
false
User OFF, insufficient balance
OFF
false
true
User OFF, suspended by administrator
OFF
true
false
User OFF, insufficient balance, suspended by administrator
OFF
true
true
Deleted
DEL
-
-
Rate limit
This API limits calls to once per second per user account and app ID.
Request
Header
Name
Description
Required
Authorization
Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} Business token as a type of user authentication.
Returns a list of authorized Pixel & SDKs by type and goal.
You can use the value of id passed in the response when you create a campaign with 'Display X Conversion' or 'Kakao Bizboard X Conversion. If the campaign is 'Display X Visit' or 'Kakao Bizboard X Visit', the id is used for conversion tracking.
What is Pixel & SDK?
When you install a Pixel & SDK on your website or app, Pixel & SDK collects event logs as you define. Collecting event logs is regardless of the inflows through ad click.
You can use the log data for the following purposes:
Used for a report by separating the inflow through ad clicks.
Used for re-targeting per event.
Used as data to help increase advertising efficiency. (Example: ctr, cvr).
Request
Header
Name
Description
Required
Authorization
Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} Business token as a type of user authentication.
Enables you to change the status of an ad account to ON or OFF.
Conditions for use
The ad account status can be changed only when it is ON or OFF.
The status cannot be changed while the ad account is being deleted.
When the ad account is changed to OFF, the delivery status of its Direct Message Ad creatives changes from ready to delivery ended, or from delivering to delivery paused.
Rate limit
This API limits the number of calls you can make to every second per user account.
Request
Header
Name
Description
Required
Authorization
Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} Business token as a type of user authentication.