Removed Content Keys

This page provides information about the removed content key set in the Displayable Content Export (DCE).

Introduction

On a daily basis Bazaarvoice will generate incremental data sets that include changes to your data since the last data set was generated. During that period some content in your datastore may change from being displayable to non-displayable. For example, a previously approved review may be rejected, or a syndication relationship may change. We will communicate this occurrence with removed content type data sets. These data sets indicate content that should be removed from your data store.

Examples

The following are generalized example. Continue to the Fields section for information on each field.

Removed review key

Path: client-name/contents/incremental/2016-01-01/v2/removed-review-keys/part-1-r-00000

{  
  "cgcId":"5d3b81e6-b311-4e4c-bc1b",  
  "cgcType":"review",  
  "catalogId":"271",  
  "catalogType":"product"  
}

Removed comment key

Path: client-name/contents/incremental/2016-01-01/v2/removed-comment-keys/part-1-r-00000

{  
  "cgcId":"5d3b81e6-b311-4e4c-bc1b",  
  "cgcType":"comment",  
  "catalogId":"271",  
  "catalogType":"product"  
}

Removed question key

Path: client-name/contents/incremental/2016-01-01/v2/removed-question-keys/part-1-r-00000

{  
  "cgcId":"4jf88d9d-j4j4-949j-f99f",  
  "cgcType":"question",  
  "catalogId":"271",  
  "catalogType":"product"  
}

Removed answer key

Path: client-name/contents/incremental/2016-01-01/v2/removed-answer-keys/part-1-r-00000

{  
  "cgcId":"2473bf3a-663e-5db0-8656",  
  "cgcType":"answer",  
  "catalogId":"271",  
  "catalogType":"product"  
}

Relationships

A removed content type key relates directly to one other piece of content.

The following diagram depicts the relationship between a removed content key and the corresponding content:

Fields

CGC ID

"cgcId":"5d3b81e6-b311-4e4c-bc1b"

Universally unique value identifying item. This ID is generated by Bazaarvoice. This corresponds with the Id property on each content type.


CGC type

"cgcType":"review"

The content type. Value will be one of:

  • review
  • comment
  • question
  • answer

Catalog ID

"catalogId":"271"

catalogId corresponds with a product or category as specified by the catalogType field.


Catalog type

"catalogType":"product"

The type of catalog item. Value will be one of:

  • product
  • category