Question Parent Keys
This page provides information about the question parent key data set in the Displayable Content Export (DCE).
Example
The following is an example a question parent key. Continue to the Fields section for information on each field.
{
"cgcId":"0ee4e239-1bc2-48d8-8593-435cbe56cda7",
"cgcType":"question",
"catalogId":"98798798",
"catalogType":"product"
}
Relationships
Questions are children of products. Each question parent key represents the relationship between one question and one product. A question can be associated with more than one product. As a result, a question may appear in more than one question parent key.
The following diagram depicts the relationship between a question and a product:
Fields
CGC ID
"cgcId":"0ee4e239-1bc2-48d8-8593-435cbe56cda7"
cgcId
corresponds to the question ID field.
CGC type
"cgcType":"question"
The type of the consumer generated content.
Catalog ID
"catalogId":"98798798"
catalogId
corresponds with a product or category as specified by the catalogType
field. (Questions at the category level are not supported on our Conversations platform, but are included for clients who still have data in that format).
Catalog type
"catalogType":"product"
The type of catalog item.
Updated 11 months ago