Brand mentions

The brand-mention object

A brand mention is a single appearance of a tracked brand inside a response, recorded with its position in the answer and its sentiment score.

Fields

Field Type Description
id integer

The unique ID of the brand mention.

response_id integer

The numeric ID of the response the brand was mentioned in. You may pass this ID to the response_id filter on the list endpoint.

brand_id integer

The numeric ID of the brand that was mentioned. You may pass this ID to the brand_id filter on the list endpoint.

position integer

The one-indexed order in which the brand appeared in the response. A position of 1 means the brand was mentioned first.

sentiment_score integer

The sentiment score on a 0-100 scale, where 50 is neutral, 0 is strongly negative, and 100 is strongly positive.

response Response

The response the brand was mentioned in. Returned when requested via include=response or a deeper chain.

brand Brand

The brand that was mentioned. Returned when requested via include=brand.

created_at datetime

When the brand mention was recorded.

updated_at datetime

When the brand mention was last updated.