For the complete documentation index, see llms.txt. This page is also available as Markdown.

Keyword Boosting Management

🔗View API >BOKeyword Boosting Detail LookupProvides functionality to assign weight (boosting) so that, when searching with a specific keyword, products belonging to the specified display category or brand appear at the top of the search results. You can specify multiple target objects (display category/brand) per keyword, and when a registered keyword is searched, products belonging to that target are given priority exposure.


Key Features

  • Keyword Boosting List Lookup

    • You can look up registered boosting information by keyword, boosting type (category/brand), site, and use status conditions.

  • Keyword Boosting Registration/Modification

    • Specify the keyword and site, and select multiple target objects (display category, brand) to register. Clicking the boosting number in the list opens the detail screen for modification.

  • Keyword Boosting Deletion

    • You can bulk-delete boosting information selected in the list.

  • Validation

    • Validates keyword duplication within the same site and display category validity. When a subcategory is selected, its parent category cannot be selected at the same time.

Process Definition

1

Keyword Boosting Management

On the Products > Search Term Management > Keyword Boosting Management screen, look up the list of boosting entries.

2

Keyword Boosting Registration/Modification Screen

Clicking the register button or a boosting number moves to the registration/modification screen. Enter the keyword, site, and use status, and add target information (display category, brand).

3

API Server Call

Lookup: Calls keyword boosting list/detail lookup. Save: Calls keyword boosting registration/modification/deletion after validation.

API Function List

API
Description
Server
Method
Remarks

Keyword Boosting List Lookup

This is an API for looking up the list of keyword boosting information.

BO

GET

Keyword Boosting Detail Lookup

This is an API for looking up keyword boosting detail information.

BO

GET

Keyword Boosting Validation

This is an API for validating keyword duplication and display category validity.

BO

POST

Keyword Boosting Information Registration

This is an API for registering keyword boosting information.

BO

POST

Keyword Boosting Detail Modification

This is an API for modifying keyword boosting detail information.

BO

PUT

Keyword Boosting Information Deletion

This is an API for deleting keyword boosting information by boosting number.

BO

DELETE

Terminology

Term
Description

Boosting Type

The type of target object — category, brand. Both types can be specified together for a single keyword

Target Information

The list of display categories/brands to which the keyword boosting applies (multiple selection allowed)

Boosting Number

The identification number assigned when a keyword boosting entry is registered

User Configuration Screen