Kakao MomentAd View management
This document describes how to use the Ad View management APIs.
| Method | URL | Authorization |
|---|
GET | https://apis.moment.kakao.com/openapi/v4/adViews | |
Returns a list of Ad Views.
You can use the retrieved Ad View information to set as a landing to or a landing type when you create a creative under the 'Kakao Bizboard' type of a campaign.
| Name | Description | Required |
|---|
| Authorization | Business token as a type of user authentication.
Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} | O |
| adAccountId | Ad account's ID.
adAccountId: ${AD_ACCOUNT_ID} | O |
| Name | Type | Description |
|---|
| - | AdView[] | List of Ad View information. |
| Name | Type | Description |
|---|
| id | Long | Ad View's ID. |
| name | String | Ad View's name. |
| type | Enum | Ad View's type.
FULL: Full view
COMPACT: Compact view
|
| templateType | Enum | Template type.
IMAGE: Image
VIDEO: Video
CAROUSEL: Carousel (Compact view only)
SCROLL: Scroll (Full view only)
|
| Method | URL | Authorization |
|---|
GET | https://apis.moment.kakao.com/openapi/v4/adViews/${ID} | |
Returns detailed information about the specified Ad View.
| Name | Description | Required |
|---|
| Authorization | Business token as a type of user authentication.
Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} | O |
| adAccountId | Ad account's ID.
adAccountId: ${AD_ACCOUNT_ID} | O |
| Name | Type | Description | Required |
|---|
| ID | Long | Ad View's ID. | O |
| Name | Type | Description |
|---|
| id | Long | Ad View's ID. |
| name | String | Ad View's name. |
| type | Enum | Ad View's type.
FULL: Full view
COMPACT: Compact view
|
| templateType | Enum | Template type.
IMAGE: Image
VIDEO: Video
CAROUSEL: Carousel (Compact view only)
SCROLL: Scroll (Full view only)
|
| Method | URL | Authorization |
|---|
DELETE | https://apis.moment.kakao.com/openapi/v4/adViews/${ID} | |
Deletes an Ad View.
| Name | Description | Required |
|---|
| Authorization | Business token as a type of user authentication.
Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} | O |
| adAccountId | Ad account's ID.
adAccountId: ${AD_ACCOUNT_ID} | O |
| Name | Type | Description | Required |
|---|
| ID | Long | Ad View's ID. | O |