Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview

Instructions to use REST API TopClicked service.

Step-by-step guide

Service Name

topclicked

Service URL

URL_SEARCH/INSTANCE_ID/topclicked?INPUT_PARAMETERS

Input Parameters

ParameterDescriptionData TypeMandatory
langSet the language of the queryStringYes

*If additional params are required, please contact us


Output

Topclicked results

The service will return a json node containing the most clicked articles in the day before.


[
    {
        id: "ARTICLE_ID",
        name: "ARTICLE_NAME",
        url: "ARTICLE_URL",
        image: "IMAGE_NAME",
        *other_fields*: "FIELD_NAME"*
    },
...
]

*Depending on your product view. Here it is shown the common fields used.

  • No labels