사이드 메뉴
Getting started
Kakao Developers
Login
Communication
Advertisement
- Concepts
- Ad creation: Ad account
- Ad creation: Campaign
- Ad creation: Ad group
- Targeting for ad group
- Custom audience targeting for ad group
- Ad creation: Creative common
- Ad creation: Display creative
- Ad creation: Message creative
- Ad creation: Personalized message creative
- Bizboard landing settings
- Report
- Message management
- Personalized message management
- Message ad management
- Message ad operation
- Ad View management
- Business Form+ management
- Business Form linkage management
- Pixel & SDK linkage management
- Audience management
- Engagement targeting management
- Customer file management
- Friend group management
- Ad account management
- Reference
- Type information
- Error code
Engagement targeting management
This document describes how to use the engagement targeting management APIs.
The engagement targeting can be used as targeting information when creating or editing an ad group. The targeting information is created based on a combination of clicks, plays, and conversions to your ads.
The Kakao Moment Ads provide a variety of ad engagement data according to your campaign's goal and type. Depending on users' choices, various engagement data is collected and used to make ad engagement target. The types of engagement data that you can use may vary depending on your campaign's type.
Engagement response targets can be created and used regardless of the ad type (DISPLAY, MESSAGE). However, the scope of some campaign types and ad response data varies depending on the ad type. For the details, see the table below.
| Creatable campaign types | Usable engagement response data |
|---|---|
| Kakao Bizboard Kakao Bizboard CPT Kakao Bizboard Chat tab CPT Display Video Focus board Profile full view | Click (클릭), Conversion (전환), Play (재생) |
| Product catalog Reach pop all day | Click (클릭), Conversion (전환) |
| Kakao Talk Channel Personalized message | Open (열람), Click (클릭), Conversion (전환), Play (재생) |
Each ad type has a different definition of available ad response data.
| Type | Click (클릭) | Play (재생) | Conversion (전환) | Open (열람) |
|---|---|---|---|---|
| DISPLAY | Users who have clicked at least one area in clickable areas of the ad. | Users who have played the video of the message for over 3 seconds or over 25% (May include users who have clicked or converted). |
| - |
| MESSAGE | Users who have clicked at least one area in clickable areas of the message the users have viewed. | Users who have played the video of the message for over 3 seconds (May include users who have clicked). |
| Users who opened the Kakao Talk Channel's chat and read a message. |
Ad response data is available for the following operations.
| Ad response data | Operation |
|---|---|
| Click(All) | operation: ONLY firstIndicator: CLICK |
| Play(All) | operation: ONLY firstIndicator: PLAY |
| Conversion(All) | operation: ONLY firstIndicator: CONVERSION |
| Open(All) | operation: ONLY firstIndicator: OPEN |
| Click-Play | operation: MINUS firstIndicator: CLICK secondIndicator: PLAY |
| Play-Click | operation: MINUS firstIndicator: PLAY secondIndicator: CLICK |
| Click-Conversion | operation: MINUS firstIndicator: CLICK secondIndicator: CONVERSION |
| Open-Click-Play | operation: MINUS firstIndicator: OPEN secondIndicator: CLICK thirdIndicator: PLAY |
| Open-Conversion | operation: MINUS firstIndicator: OPEN secondIndicator: CONVERSION |
| Click&Play | operation: AND firstIndicator: PLAY secondIndicator: CLICK |
| Method | URL | Authorization |
|---|---|---|
GET | https://apis.moment.kakao.com/openapi/v4/targetings/cohort/list | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Returns a list of engagement targets you can use as a targeting option when creating or editing an ad group.
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description |
|---|---|---|
| - | CohortTarget[] | List of engagement targets. |
| Name | Type | Description |
|---|---|---|
| id | Long | Engagement target's ID. |
| audienceType | String | Engagement target's type. One of DISPLAY, MESSAGE or ALL. |
| name | String | Engagement target's name. |
| baseAds | BaseAd[] | List of engagement data. |
| collectDuration | Integer | 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. |
| cohortStatus | String | Status of target population. One of the followings:
|
| popultaionScore | Long | Target population that is normally extracted when target population's status is AVAILABLE.After requesting the creation of an ad response target based on the estimated reach of Kakao users who interacted with the selected ad, the audience extraction is completed within one hour, and the audience is updated in real-time. A target in the WAITING state is in the pre-extraction stage and cannot be used for targeting. |
| 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. |
Request
curl -X GET "https://apis.moment.kakao.com/openapi/v4/targetings/cohort/list" \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}"
Response
// HTTP/1.1 200 OK// Content-Type: application/json;charset=UTF-8[{"adAccountId": 1234,"id": 1,"audienceType": "MESSAGE","name": "first_engagement_target","baseAds": [{"campaign": {"id": 5678,"name": "first_campaign","campaignTypeGoal": {"campaignType": "TALK_CHANNEL","goal": "REACH"}},"adGroup": {"id": 20425,"name": "first_ad_group"},"operation": "ONLY","firstIndicator": "OPEN"}],"collectDuration": 90,"cohortStatus": "AVAILABLE","createdDate": "2020-01-01 00:00:00","lastModifiedDate": "2020-01-01 00:00:00"}]
| Method | URL | Authorization |
|---|---|---|
GET | https://apis.moment.kakao.com/openapi/v4/targetings/cohort/${ID} | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Returns detailed information about the specified engagement target.
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| ID | Long | Engagement target's ID. | O |
| Name | Type | Description |
|---|---|---|
| id | Long | Engagement target's ID. |
| audienceType | String | Engagement target's type. One of DISPLAY, MESSAGE or ALL. |
| adAccountId | Long | Ad account's ID. |
| name | String | Engagement target's name. |
| baseAds | BaseAd[] | List of engagement data. |
| collectDuration | Integer | 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. |
| cohortStatus | String | Status of target population. One of the followings:
|
| popultaionScore | Long | Target population that is normally extracted when target population's status is AVAILABLE.After requesting the creation of an ad response target based on the estimated reach of Kakao users who interacted with the selected ad, the audience extraction is completed within one hour, and the audience is updated in real-time. A target in the WAITING state is in the pre-extraction stage and cannot be used for targeting. |
| 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. |
Request
curl -X GET 'https://apis.moment.kakao.com/openapi/v4/targetings/cohort/${ID}' \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}"
Response
// HTTP/1.1 200 OK// Content-Type: application/json;charset=UTF-8{"adAccountId": 65721,"id": 100943,"collectDuration": 90,"cohortStatus": "WAITING","name": "first_engagement_target","audienceType": "MESSAGE","baseAds": [{"campaign": {"id": 82141,"name": "first_campaign","campaignTypeGoal": {"campaignType": "TALK_CHANNEL","goal": "REACH"}},"adGroup": {"id": 101326,"name": "first_ad_group"},"operation": "ONLY","firstIndicator": "OPEN"},{"messageAd": {"id": "msg-ad-1336211109228568577"},"operation": "ONLY","firstIndicator": "OPEN"}],"populationScore": 0,"createdDate": "2025-04-15T13:27:57.603841","lastModifiedDate": "2025-04-15T13:27:57.60384","populationUpdateDate": null}
| Method | URL | Authorization |
|---|---|---|
GET | https://apis.moment.kakao.com/openapi/v4/targetings/cohort/creatables | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Returns a list of ad groups and campaigns under an ad account required when you create an engagement target.
Only ad group information for campaign's Type X Goal that allow ad reaction target creation can be retrieved. The campaign types that can be created can be found in Criteria by engagement target type.
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| campaignType | CampaignType | Campaign type you want to retrieve. | O |
| goal | Goal | Campaign goal you want to retrieve. | O |
| searchKeyword | String | Campaign's name you want to retrieve. | O |
| Name | Type | Description |
|---|---|---|
| - | AdGroupAndCampaign[] | List of ad groups and campaigns. |
Request
curl -X GET "https://apis.moment.kakao.com/openapi/v4/targetings/cohort/creatables?campaignType=DISPLAY&goal=VISITING&searchKeyword=HG" \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}" \-d '{"campaignType": "DISPLAY","goal": "VISITING","searchKeyword":"HG"}'
Response
// HTTP/1.1 200 OK// Content-Type: application/json;charset=UTF-8[{"campaign": {"id": 1234,"name": "first_campaign","campaignTypeGoal": {"campaignType": "DISPLAY","goal": "VISITING"}},"adGroup": [{"id": 56,"name": "first_ad_group"},{"id": 78,"name": "second_ad_group"}]}]
| Method | URL | Authorization |
|---|---|---|
POST | https://apis.moment.kakao.com/openapi/v4/targetings/cohort | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Creates a new engagement target.
You can create up to 50 engagement targets per ad account. Engagement targeting can be used as targeting information when creating or editing an ad group. The targeting information is created based on a combination of clicks, plays, and engagement data to your ads.
Refer to Engagement targeting for the criteria by engagement target type, engagement criteria by campaign type, and available operation and engagement types by Type X Goal.
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| name | String | Engagement target's name. Allowed characters: Korean, English, special characters, space Character limits: 50 characters | O |
| baseAds | BaseAd[] | List of engagement data. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| adGroup | AdGroup | Information of the ad group. | O |
| campaign | Campaign | Information of the campaign. | O |
| operation | Operation | Operation type. Refer to Available operation and engagement types by Type X Goal. | O |
| firstIndicator | Indicator | First response type. Refer to Available operation and engagement types by Type X Goal. | O |
| secondIndicator | Indicator | Second response type. Refer to Available operation and engagement types by Type X Goal. | X |
| thirdIndicator | Indicator | Third response type. Refer to Available operation and engagement types by Type X Goal. | X |
| Name | Type | Description |
|---|---|---|
| id | Long | Engagement target's ID. |
| adAccountId | Long | Ad account's ID. |
| name | String | Engagement target's name. |
| collectDuration | Integer | 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. |
| baseAds | BaseAd[] | List of engagement data. |
| cohortStatus | String | Status of target population. One of the followings:
|
| 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. |
Request
curl -X POST "https://apis.moment.kakao.com/openapi/v4/targetings/cohort" \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}" \-d '{"name": "first_ad_response","audienceType": "MESSAGE","baseAds": [{"campaign": {"id": 56,"campaignTypeGoal": {"campaignType": "TALK_CHANNEL"}},"adGroup": {"id": 78},"firstIndicator": "OPEN","operation": "ONLY"}]}'
Response
// HTTP/1.1 200 OK// Content-Type: application/json;charset=UTF-8{"adAccountId": 1234,"id": 1,"audienceType": "MESSAGE","collectDuration": 90,"cohortStatus": "WAITING","name": "first_ad_response","baseAds": [{"campaign": {"id": 56,"name": "first_campaign","campaignTypeGoal": {"campaignType": "TALK_CHANNEL","goal": "REACH"}},"adGroup": {"id": 78,"name": "first_ad_group"},"operation": "ONLY","firstIndicator": "OPEN"}],"createdDate": "2020-01-01 00:00:00","lastModifiedDate": "2020-01-01 00:00:00"}
| Method | URL | Authorization |
|---|---|---|
PUT | https://apis.moment.kakao.com/openapi/v4/targetings/cohort/name | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Edits the name of an engagement target.
- An engagement target that has already been deleted cannot be edited
- The new name cannot duplicate the name of an existing engagement target
This API limits the number of calls you can make to every 10 seconds per user account.
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| id | Long | Engagement target's ID. | O |
| name | String | Engagement target's name. Allowed characters: Korean, English, special characters, space Character limits: 50 characters | O |
| Name | Type | Description |
|---|---|---|
| adAccountId | Long | Ad account's ID. |
| id | Long | Engagement target's ID. |
| audienceType | String | Engagement target's type. One of DISPLAY, MESSAGE or ALL. |
| name | String | Engagement target's name. |
| collectDuration | Integer | 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. |
| baseAds | BaseAd[] | List of engagement data. |
| cohortStatus | String | Status of target population. One of the followings:
|
| 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. |
Request
curl -X PUT "https://apis.moment.kakao.com/openapi/v4/targetings/cohort/name" \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}" \-d '{"id": 1,"name": "edit_engagement_target_name"}'
Response
// HTTP/1.1 200 OK// Content-Type: application/json;charset=UTF-8{"adAccountId": 1234,"id": 1,"audienceType": "MESSAGE","collectDuration": 90,"cohortStatus": "WAITING","name": "edit_engagement_target_name","baseAds": [{"campaign": {"id": 56,"name": "first_campaign","campaignTypeGoal": {"campaignType": "TALK_CHANNEL","goal": "REACH"}},"adGroup": {"id": 78,"name": "first_ad_group"},"operation": "ONLY","firstIndicator": "OPEN"}],"createdDate": "2020-01-01 00:00:00","lastModifiedDate": "2020-01-01 12:00:00"}
| Method | URL | Authorization |
|---|---|---|
PUT | https://apis.moment.kakao.com/openapi/v4/targetings/cohort | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Enables you to edit the data of the engagement target.
- Retrieve the existing information with the View engagement target API, then pass both the fields to edit and those not to edit. To retain engagement target information, pass the existing values for fields you do not want to edit
- The engagement target name cannot be edited
- The target is updated within one hour after the edit
- Until the edit is complete, the ad group uses the previous target population. After completion, it switches to the edited target
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| id | Long | Engagement target's ID. | O |
| baseAds | BaseAd[] | List of engagement data. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| adGroup | AdGroup | Information of the ad group. | O |
| campaign | Campaign | Information of the campaign. | O |
| operation | Operation | Operation type. One of ONLY,MINUS, or AND.Refer to Available operation and engagement types by Type X Goal. | O |
| firstIndicator | Indicator | First response type. One of PLAY, CLICK, OPEN, or CONVERSION.Refer to Available operation and engagement types by Type X Goal. | O |
| secondIndicator | Indicator | Second response type. One of PLAY, CLICK, or CONVERSION.Refer to Available operation and engagement types by Type X Goal. | X |
| Name | Type | Description |
|---|---|---|
| id | Long | Engagement target's ID. |
| audienceType | String | Engagement target's type. One of DISPLAY, MESSAGE or ALL. |
| adAccountId | Long | Ad account's ID. |
| name | String | Engagement target's name. |
| collectDuration | Integer | 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. |
| baseAds | BaseAd[] | List of engagement data. |
| cohortStatus | String | Status of target population. One of the followings:
|
| 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. |
Request
curl -X PUT "https://apis.moment.kakao.com/openapi/v4/targetings/cohort" \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}" \-d '{"id": 1234,"name": "edit_engagement_target_data","baseAds": [{"campaign": {"id": 56,"campaignTypeGoal": {"campaignType": "TALK_CHANNEL"}},"adGroup": {"id": 78},"firstIndicator": "OPEN","operation": "ONLY"}]}'
Response
// HTTP/1.1 200 OK// Content-Type: application/json;charset=UTF-8{"adAccountId": 1234,"id": 1,"audienceType": "MESSAGE","collectDuration": 90,"cohortStatus": "WAITING","name": "edit_engagement_target_data","baseAds": [{"campaign": {"id": 56,"name": "first_campaign","campaignTypeGoal": {"campaignType": "TALK_CHANNEL","goal": "REACH"}},"adGroup": {"id": 78,"name": "first_ad_group"},"operation": "ONLY","firstIndicator": "OPEN"}],"createdDate": "2020-01-01 00:00:00","lastModifiedDate": "2020-01-01 15:00:00"}
| Method | URL | Authorization |
|---|---|---|
DELETE | https://apis.moment.kakao.com/openapi/v4/targetings/cohort/${ID} | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Deletes an engagement target.
- Engagement targets that have already been deleted or are in use cannot be deleted
This API limits the number of calls you can make to every second per user account.
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| ID | Long | Engagement target's ID. | O |
Request
curl -v -X DELETE "https://apis.moment.kakao.com/openapi/v4/targetings/cohort/${ID}" \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}"
Response
HTTP/1.1 200 OKContent-Type: application/json;charset=UTF-8
| Method | URL | Authorization |
|---|---|---|
DELETE | https://apis.moment.kakao.com/openapi/v4/targetings/cohort | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Deletes multiple engagement targets at once.
The deletion conditions are the same as Conditions for use for deleting an engagement target.
This API limits the number of calls you can make to every second per user account.
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| cohortIds | String | Engagement target's ID. To pass multiple Engagement target IDs, separate them with a comma(,). | O |
Request
curl -v -X DELETE "https://apis.moment.kakao.com/openapi/v4/targetings/cohort?cohortIds=${COHORT_ID},${COHORT_ID}" \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}"
Response
// HTTP/1.1 200 OK// Content-Type: application/json;charset=UTF-8{"successCount": 1,"failCount": 1,"errorMessages": ["타겟을 사용 중인 오디언스가 있습니다."]}
| Method | URL | Authorization |
|---|---|---|
GET | https://apis.moment.kakao.com/openapi/v4/targetings/cohort/usages/${ID} | Business token |
| Permission | Prerequisite | Business Authentication | Business consent items |
|---|---|---|---|
| Required: Request permission | Switch to a Biz app Set Business redirect URI Business consent items | Required | Required |
Returns the usage list for the designated engagement target.
| Name | Description | Required |
|---|---|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID}Ad account's ID. | O |
| Name | Type | Description | Required |
|---|---|---|---|
| ID | Long | Engagement target's ID. | O |
| Name | Type | Description |
|---|---|---|
| - | AdGroupAndCampaign[] | List of ad groups and campaigns using the engagement target. |
| Name | Type | Description |
|---|---|---|
| adGroup | AdGroup | Information of the ad group. |
| campaign | Campaign | Information of the campaign. |
| messageAd | MessageAd | Information of the message. |
Request
curl -X GET "https://apis.moment.kakao.com/openapi/v4/targetings/cohort/usages/${ID}" \-H "Authorization: Bearer ${BUSINESS_ACCESS_TOKEN}" \-H "adAccountId: ${AD_ACCOUNT_ID}"
Response
// HTTP/1.1 200 OK// Content-Type: application/json;charset=UTF-8[{"adGroup": {"id": 105488,"name": "first_ad_group","adGroupStatus": ["LIVE"],"adGroupType": "DISPLAY"},"campaign": {"id": 62286,"name": "first_campaign","campaignTypeGoal": {"campaignType": "DISPLAY","goal": "VISITING"}}},{"messageAd": {"id": "msg-ad-1362737813386051585","name": "first_message","opStatus": ["READY"]}}]