Field mapping between the structure and the UI
Overview of the result in the UI
This section will describe where these fields will be displayed in the UI.
Note: A full list of fields usable by the API is available here: Talkwalker fields
Fields for reviews
Field | Description |
---|---|
url | URL of the review. Should be unique as it’s the primary key in our DB. |
parent_url | Should be the top level of conversation. If the review is the 1st item of conversation, The value should be the same as the URL. Note: If not set, the threaded view will not work. |
title | Title of the review. |
content | |
rating | Score between 0 and 10 (10 represents the 5 stars). |
source_type | Media type code. Possible codes: source-type-options. If not set, default value is OTHER . |
extra_source_attributes | Information about the server where the review was posted. Generally, the name and the location are expected. If not set, it will be deducted from the review URL. Details: extra-source-attributes-object |
extra_author_attributes | Information about the author. Generally, the name is expected Details: extra-author-attributes-object |
label (object array) | Can be considered as a tag for categorisation. Type is the name of the tag. Id is the value of the tag which will be displayed. |
custom.xxx | Values for the Custom fields defined in your dataset. |