Tagging REST API: TrackAPICall

Overview

Instructions to register an APICall made to the service.

Step-by-step guide

Service Name

APICall

Service URL

  • URL_TAGGING/INSTANCE_ID/APICall?INPUT_PARAMETERS

Input parameters

ParameterDescriptionData TypeMandatory
productIdID of the product that triggered the call to the APIList<String>(error)
endpointTODO (question)String(tick)
langValue incoming in the given 'lang' filterString(tick)
scopeValue incoming in the given 'scope' filterString(tick)
storeValue incoming in the given 'store' filterString(tick)
catalogTODO (question)String(tick)
originTODO (question)String(tick)
user_typeType of the user who made the request, being this value either new, recurrent, or ignoredString(error)
spellcheckCheck whether the term has been through spellcheck or notString(error)
filteredCheck whether the term has been through filtering or notString(error)
contextualizeCheck whether the term has been through contextualizeString(error)
jsonCallbackName of the callback that will be executed after the requestShort(error)

*This parameters are not mandatory for the service but necessary for the statistics

Additional to these parameters, when the setup begins you will be notified about additional parameters you must include in this request. This parameters should be lang, store or portal with different values.


Output

This method returns nothing or the wrapper used as jsonCallback.