Provides a list of information required to configure banners. The API response is divided into three types according to the Request Body type_banner value.
small: Delivers information required for general banners, notices, and rolling banners together.
great: Delivers only the information required for full-screen banners.
rolling: Delivers only the information required for rolling banners.
Response (Request Body type_banner value is small: general banner, notice, rolling banner)
Field name
Description
Type
Required
result_code
Response code
200: Validation successful
Others: Failure
Integer
Y
result_message
Response message
String
Y
count
Number of banners
Integer
Y
banner
Banner list If no banners are registered, the array is empty ([])
Array
Y
ㄴ pid
Promotion campaign ID
String
N
ㄴ image
Campaign banner image URL
String
N
ㄴ link
URL to move to when clicking the campaign banner
String
N
ㄴ image_direction
Image direction information
landscape: Horizontal
portrait: Vertical
String
N
ㄴ start_date
Campaign start time
String
N
ㄴ end_date
Campaign end time
String
N
ㄴ start_unixtimestamp
Campaign start time (Unix timestamp)
Integer
N
ㄴ end_unixtimestamp
Campaign end time (Unix timestamp)
Integer
N
ㄴ type_link
Type of move when clicking the campaign banner (selected when registering a campaign in Hive Console)
webview: Move to internal link
webbrowser: Move to external link
market: Move to market (app store)
notice: Move to Hive notice
text: Move to promotion text notice
interwork: Move to a path specified in the game
none: No move
String
N
ㄴ interwork_data
Provides API and parameters to move to a specific location in the game (if no information, NULL)
Object
N
ㄴㄴ api
API URI
String
N
ㄴㄴ param
Query string parameter value to use in API URI
String
N
ㄴ type_banner
Campaign banner type
small: General banner
rolling: Rolling banner
String
N
ㄴ type_camp
Promotion campaign type
event: Event type
notice: Notice type
permit: Review banner
cross: Cross banner
String
N
ㄴ badge
Badge information that notifies imminent event end and gift collection period. Only general banners return this field value. Rolling banners always return NULL. If there is no badge information set in Hive Console period notification badge, general banners also return NULL. Notices do not have this field at all.
Object
N
ㄴㄴ title
Badge text
String
N
ㄴㄴ type
Badge type displayed
shutdown: Imminent event end badge
gift: Gift collection period notification badge
String
N
ㄴㄴ start_date
Badge display start date (ISO-8601 format)
String
N
ㄴㄴ end_date
Badge display end date (ISO-8601 format)
String
N
ㄴㄴ start_unixtimestamp
Badge display start time (Unix TimeStamp)
Integer
N
ㄴㄴ end_unixtimestamp
Badge display end time (Unix TimeStamp)
Integer
N
notice_count
Number of notices
Integer
Y
notice
Notice post information
Array
Y
ㄴ nid
Notice post ID
String
N
ㄴ notice_type
Notice post type
String
N
ㄴ title
Notice post title
String
N
ㄴ link
Notice post link URL
String
N
ㄴ start_date
Post display start time
String
N
ㄴ end_date
Post display end time
String
N
ㄴ start_unixtimestamp
Post display start time (Unix timestamp)
String
N
ㄴ end_unixtimestamp
Post display end time (Unix timestamp)
String
N
ㄴ view_count
Post view count
String
N
ㄴ game_index
Post game index information
String
N
ㄴ language
Post setting language code (ISO 639-1 standard)
String
N
rolling_count
Number of rolling banners
Integer
Y
rolling
Rolling banner information
Array
Y
ㄴ pid
Promotion campaign ID
String
N
ㄴ image
Campaign banner image URL
String
N
ㄴ link
URL to move to when clicking the banner
String
N
ㄴ image_direction
Image direction information
landscape: Horizontal
portrait: Vertical
String
N
ㄴ start_date
Campaign start time
String
N
ㄴ end_date
Campaign end time
String
N
ㄴ start_unixtimestamp
Campaign start time (Unix timestamp)
String
N
ㄴ end_unixtimestamp
Campaign end time (Unix timestamp)
String
N
ㄴ type_link
Type of move when clicking the campaign banner (selected when registering a campaign in Hive Console)
webview: Move to internal link
webbrowser: Move to external link
market: Move to market (app store)
notice: Move to Hive notice
text: Move to promotion text notice
interwork: Move to a path specified in the game
none: No move
String
N
ㄴ type_banner
Campaign banner type
small: General banner
rolling: Rolling banner
String
N
ㄴ type_camp
Promotion campaign type
event: Event type
notice: Notice type
permit: Review banner
cross: Cross banner
String
N
ㄴ interwork_data
Provides API and parameters to move to a specific location in the game (if no information, NULL)
Object
N
ㄴㄴ api
API URI
String
N
ㄴㄴ param
Query string parameter value to use in API URI
String
N
Result code
Code
Message
Description
200
Success
Data delivered successfully
Response example (general banner, notice, rolling banner)