Subscription Reference
These subscriptions stream an entire product feed as a single HTTP response. Use them when you need all products from a feed without manually paginating through the query API.
Only one product feed can be extracted at a time.
shoppingProductCatalog
Returns: Shopping!
Stream an advertiser's entire Shopping product feed.
| Argument | Type | Description |
|---|---|---|
companyId | ID! | Required. Your CJ Company ID (cid). |
adId | ID! | Required. The Ad ID of the product feed to stream. |
includeDeletedProducts | Boolean | Include deleted products in the stream when true. |
financeProductCatalog
Returns: FinanceProduct!
Stream an advertiser's entire Finance product feed.
| Argument | Type | Description |
|---|---|---|
companyId | ID! | Required. Your CJ Company ID (cid). |
adId | ID! | Required. The Ad ID of the product feed to stream. |
includeDeletedProducts | Boolean | Include deleted products in the stream when true. |
travelExperienceProductCatalog
Returns: TravelExperience!
Stream an advertiser's entire Travel Experience product feed.
| Argument | Type | Description |
|---|---|---|
companyId | ID! | Required. Your CJ Company ID (cid). |
adId | ID! | Required. The Ad ID of the product feed to stream. |
includeDeletedProducts | Boolean | Include deleted products in the stream when true. |
productFeedsFromApplication
Returns: ProductFeedsResult!
Stream Shopping product feeds for multiple advertisers. For CJ registered applications only. Contact the CJ Developer Experience Group ([email protected]) to discuss access.
| Argument | Type | Description |
|---|---|---|
companyIds | [ID!]! | Required. Array of CJ Company IDs (cids) to stream feeds for. |
adIds | [ID] | Restrict results to these specific Ad IDs. If omitted, all feeds for the specified companies are returned. |
sinceLastUpdated | String | Stream only product feeds updated since this date. |
checksumFromApplication
Returns: IdChecksum!
For CJ registered applications only. Contact the CJ Developer Experience Group ([email protected]) to discuss access.
| Argument | Type | Description |
|---|---|---|
advertiserId | ID! | Required. The advertiser that owns the product feed. |
adId | ID! | Required. The Ad ID of the product feed. |
Updated 11 days ago
