Syndication Source
This page provides information about the syndication source data set in the Displayable Content Export (DCE).
Example
The following is a generalized example. Actual syndication source objects will vary based on configurations. Continue to the Fields section for information on each field.
{
"catalogId": "product::98234hif982hfi",
"clientId": "syndication-r-us",
"clientLogo": "https://photos-us.bazaarvoice.com/photo/2/cGhvdG86YXR0cmlidXRpb25sb2dvMg/example-client%3Aproductname.gif",
"clientName": "syndication-r-us.com",
"contentLinks": {
"default":"http://syndication-r-us.com/product/productname/98234hif982hfi"
}
"type": "syndication-source"
}
Relationships
Review
Refer to the Review Reference to learn how to join syndication source objects and reviews.
Question
Refer to the Question Reference to learn how to join syndication source objects and questions.
Fields
Catalog ID
"catalogId": "product::98234hif982hfi"
catalogId
corresponds with a product or category. The combination of clientId
and catalogId
uniquely identify a syndication source object.
Client ID
"clientId": "syndication-r-us"
This value identifies the client from where the content originates. The combination of clientId
and catalogId
uniquely identify a syndication source object.
Client logo
"clientLogo": "https://photos-us.bazaarvoice.com/photo/2/cGhvdG86YXR0cmlidXRpb25sb2dvMg/example-client%3Aproductname.gif"
The graphic mark or emblem used by the client from where the syndicated content originates. You should display this graphic alongside the content. If there is no graphic available, then display the client name instead.
Client name
"clientName": "syndication-r-us.com"
The publicly displayable name used by the client from where the syndicated content originates. If there is no logo value, then you should display this value.
Content links
"contentLinks": {
"default": "http://syndication-r-us.com/product/productname/98234hif982hfi"
}
If this field exists, then you should use it to create an anchor tag wrapping the client logo so that clicking the logo will take the user to the content link. If there is no logo value, then you may display this value as a text link.
Type
"type": "syndication-source"
The content type.
Updated 9 months ago