Skip to content

Commit

Permalink
close #100 - deprecate sample feeds (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlove-bazaarvoice authored and condor723 committed Oct 23, 2017
1 parent 700cd2c commit 71cbe59
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NativeImport/ExampleNativeImportFeed.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
********************************************************************************************************************
*
* DEPRECATION NOTICE
*
* Bazaarvoice's sample feeds hosted on GitHub have been deprecated and will be removed on January 02, 2018.
*
* Please refer to Bazaarvoice's Conversations Knowledge Base to find the sample native content import feed:
* http://knowledge.bazaarvoice.com/wp-content/conversations/en_US/Collect/native_content_import.html#full-feed-examples
*
********************************************************************************************************************
This example shows the XML syntax (using the "StandardClientFeed" schema)
for providing native review content to Bazaarvoice.
Expand Down
12 changes: 12 additions & 0 deletions NativeImport/ExampleQuestionsAnswersNativeImportFeed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
********************************************************************************************************************
*
* DEPRECATION NOTICE
*
* Bazaarvoice's sample feeds hosted on GitHub have been deprecated and will be removed on January 02, 2018.
*
* Please refer to Bazaarvoice's Conversations Knowledge Base to find the sample native content import feed:
* http://knowledge.bazaarvoice.com/wp-content/conversations/en_US/Collect/native_content_import.html#full-feed-examples
*
********************************************************************************************************************
-->
<Feed xmlns="http://www.bazaarvoice.com/xs/PRR/StandardClientFeed/14.7" name="ExampleClient" extractDate="2016-11-21T22:44:33.179+01:00">
<Product id="1010">
<ExternalId>1010</ExternalId>
Expand Down
6 changes: 6 additions & 0 deletions NativeImport/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Sample Feeds Deprecation Notice

Bazaarvoice's sample feeds hosted on GitHub have been deprecated and will be removed on January 02, 2018.

Please refer to Bazaarvoice's Conversations Knowledge Base to find the sample native content import feed: http://knowledge.bazaarvoice.com/wp-content/conversations/en_US/Collect/native_content_import.html#full-feed-examples

# Legacy Content Imports - Authenticity Requirements for Syndication

* Every piece of content must have **IP Address, Original Submission Time, and Display Name** to syndicate one-time import
Expand Down
11 changes: 11 additions & 0 deletions PIEFeed/ExamplePIEFeed.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
************************************************************************************************************************
*
* DEPRECATION NOTICE
*
* Bazaarvoice's sample feeds hosted on GitHub have been deprecated and will be removed on January 02, 2018.
*
* Please refer to Bazaarvoice's Conversations Knowledge Base to find the sample PIE feed in TXT format:
* http://knowledge.bazaarvoice.com/wp-content/conversations/en_US/Collect/pie.html#txt-feeds
*
************************************************************************************************************************

2011-08-07 13:28:37.631 user1@example.com 1032957 111222 http://www.example.com/images/products/thumb/111222.jpg Beyond The Solar System Cards, set of 36
2011-08-07 13:29:40.894 user2@example.com 0193761 895110 http://www.example.com/images/products/thumb/895110.jpg Hydrion Regular pH Strips, Wide Range, pH 1-12 854959 http://www.example.com/images/products/thumb/854959.jpg Cobalt Chloride, Hexahydrate, Reagent Grade, 100 g 895511 http://www.example.com/images/products/thumb/895511.jpg Acid/Base Indicator Strips, Packg 100 Each
2011-08-07 13:30:12.138 user3@example.com 0296728 145564 http://www.example.com/images/products/thumb/145564.jpg Zebra Fish (Danios), Living, Male, Pack of 12 145566 http://www.example.com/images/products/thumb/145566.jpg Zebra Fish (Danios), Living, Female, Pack of 12
Expand Down
10 changes: 10 additions & 0 deletions PIEFeed/ExamplePIEFeed.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
********************************************************************************************************************
*
* DEPRECATION NOTICE
*
* Bazaarvoice's sample feeds hosted on GitHub have been deprecated and will be removed on January 02, 2018.
*
* Please refer to Bazaarvoice's Conversations Knowledge Base to find the sample PIE feed in XML format:
* http://knowledge.bazaarvoice.com/wp-content/conversations/en_US/Collect/pie.html#step-1-create-a-feed-file
*
********************************************************************************************************************
This example shows the XML syntax (using the "PostPurchaseFeed" schema)
for providing purchase transaction events to Bazaarvoice.
Expand Down
10 changes: 10 additions & 0 deletions ProductFeed/ExampleProductFeed.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
********************************************************************************************************************
*
* DEPRECATION NOTICE
*
* Bazaarvoice's sample feeds hosted on GitHub have been deprecated and will be removed on January 02, 2018.
*
* Please refer to Bazaarvoice's Conversations Knowledge Base to find the sample product feed in XML format:
* http://knowledge.bazaarvoice.com/wp-content/conversations/en_US/Collect/product_feed.html#example-xml-feed
*
********************************************************************************************************************
This example shows the XML syntax (using the "ProductFeed" schema)
for providing product, category, and brand information to Bazaarvoice.
Expand Down

0 comments on commit 71cbe59

Please sign in to comment.