This document describes how to use the Targeting for ad group APIs.
Targeting for ad group APIs provide ad group's information for the targeting settings as a list. You can use these APIs to check the required parameter values before you create or edit an ad group.
Category code of the Network placement. When creating or editing an ad group, set the adServingCategories field to code as an array. In this case, name is not required.
Retrieves a list of section categories you can select when you create or edit an ad group.
You can select a section category only when the campaign type is 'Kakao Bizboard', 'Display', 'Video', or 'Product catalog' and placements is set to KAKAO_TALK.
Request
Header
Name
Description
Required
Authorization
Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} Business token as a type of user authentication.
Code of section category. When you create or edit ad group, use this code for the sectionCategories field as an array. In this case, name is not required.
List of engagement targets that can be used for custom audience targeting.
CohortAvailable
Name
Type
Description
id
Long
Engagement target's ID. Pass this value through cohortId as the array of targeting.cohortTargetings when creating or editing an ad group.
audienceType
String
Engagement target's type. Either DISPLAY or MESSAGE. When you create or edit an ad group or Audience, you need to use the available Audience type between Display and Message according to its campaign Type X Goal.
Collecting period. User data collected during this period from today is used for the ad targeting. If no one responded to your ad during this period, data may not exist even though you have run ads before.
status
String
Status of target population. One of the followings:
WAITING: Preparing for extracting target population.
AVAILABLE_ERROR: Error in extracting target population.
AVAILABLE: Target population has been extracted from a customer file.
SEED_NOT_ENOUGH: Insufficient target population.
DELETE: Deleted or deleting.
ERROR: Other errors.
populationScore
Long
Target population.
createdDate
String
Date and time of creation in yyyy-MM-dd'T'HH:mm:ss format.
lastModifiedDate
String
Date and time of modification in yyyy-MM-dd'T'HH:mm:ss format.
List of customer files information that can be used for custom audience targeting.
CustomerFile
Name
Type
Description
id
Long
Customer file's ID.
adAccountId
Long
Ad account's ID.
name
String
Customer file's name.
adidListKey
String
Customer file's registration key.
status
String
Status. One of the followings:
WAITING: Waiting for extracting target population
COMPLETE: Target population has been extracted from a customer file.
DELETE: Deleted or deleting.
ERROR: Other abnormal cases.
populationScore
String
Target population. The number of Kakao users extracted from the registered customer file. If a customer file's status is WAITING, you cannot use the customer file for targeting because population has not been extracted yet. Population is extracted within 6 hours after a customer file is registered.
ready
Boolean
Whether it is ready or not.
createdDate
String
Date and time of target creation in yyyy-MM-dd'T'HH:mm:ss format.
lastModifyRequestDate
String
Date and time of target modification in yyyy-MM-dd'T'HH:mm:ss format.