รูปแบบ V1 เลิกใช้งานแล้ว ข้อมูลต่อไปนี้สรุปการเปลี่ยนแปลงจากฟีด V1 เป็นฟีด V2.3 ปัจจุบัน ดูตัวอย่างฟีดล่าสุด 2.3 ล่าสุดได้ที่ https://developers.google.com/product-review-feeds/sample/
ส่วนหัว
เวอร์ชัน 1
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:atom="http://www.w3.org/2005/Atom" xml:lang="en-US"
xmlns:pr="http://schemas.google.com/schemas/pr/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.gstatic.com/productsearch/static/reviews/product_reviews_v1.xsd”>
เวอร์ชัน 2.3
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"http://www.google.com/shopping/reviews/schema/product/2.3/product_reviews.xsd">
นําองค์ประกอบ xmlns:atom
และ xmlns:pr
ออกแล้ว เพิ่มเอลิเมนต์ xmlns:vc
เพื่ออ้างอิงการกําหนดเวอร์ชัน XMLSchema w3.org ควรอัปเดตตําแหน่งสคีมาเป็น 2.3 xsd
เวอร์ชันของสคีมา
เวอร์ชันของสคีมาจะรวมอยู่ในส่วนหัว
<version>2.3</version>
ข้อมูลผู้เผยแพร่
ลดส่วนข้อมูลผู้เผยแพร่โฆษณาแล้ว ผู้เขียน ชื่อเรื่อง ชื่อรอง สื่อเผยแพร่ สิทธิ์ รหัส ลิงก์ และโลโก้ ถูกนําออกแล้ว สําหรับผู้รวบรวมข้อมูลและผู้จัดพิมพ์ที่มีชื่อและไอคอนผู้เผยแพร่เนื้อหา องค์ประกอบคอมไพล์ไม่จําเป็นสําหรับฟีดผู้ขายเดี่ยว
เวอร์ชัน 1
<author>
<name>Sample Retailer</name>
<email>contact@example.com</email>
</author>
<title type="text">Product Reviews from Example.com </title>
<subtitle type="text">Camera Reviews - Example.com </subtitle>
<published>2007-12-10T15:13:31Z</published>
<rights>Copyright 2008, all rights reserved.</rights>
<id>12345678</id>
<link rel="related" type="text/html" href="http://www.example.com/index.html"/>
<logo>http://www.example.com/logo.jpg</logo>
เวอร์ชัน 2.3
<aggregator>
<name>Sample Reviews Aggregator (if applicable)</name>
</aggregator>
<publisher>
<name>Sample Retailer</name>
<favicon>http://www.example.com/favicon.png</favicon>
</publisher>
กลุ่มรีวิว
ก่อนหน้านี้รีวิวกําหนดโดยองค์ประกอบ <entry>
ที่ซ้ํากัน ในฟีด 2.3
องค์ประกอบ <review>
ได้แทนที่องค์ประกอบ <entry>
และจัดกลุ่มไว้ภายใต้องค์ประกอบระดับบนสุด <reviews>
เวอร์ชัน 1
<entry>
...
</entry>
เวอร์ชัน 2.3
<reviews>
<review>
...
</review>
</reviews>
ตรวจสอบข้อมูล
ลดความซับซ้อนของส่วนเนื้อหาของรีวิว เราได้แก้ไขช่องต่อไปนี้เพื่อให้การดําเนินการง่ายขึ้นนี้
ข้อมูลสรุป:
<id>
เปลี่ยนเป็น<review_id>
<published>
เปลี่ยนเป็น<review_timestamp>
- นำ
<pr:content_format>
ออกแล้ว <link>
เปลี่ยนเป็น<review_url>
เวอร์ชัน 1
<id>14295</id>
<published>2014-04-21T07:07:07Z</published>
<title type="text">Excellent camera</title>
<pr:content_format type="user_review"/>
<link rel="self" type="text/html" href="http://www.example.com/review_14295.html"/>
เวอร์ชัน 2.3
<review_id>14295</review_id>
...
<review_timestamp>2014-04-21T07:07:07Z</review_timestamp>
<title>Excellent camera</title>
...
<review_url type="singleton">http://www.example.com/review_14295.html</review_url>
ข้อมูลผู้เขียน:
<author>
เปลี่ยนชื่อเป็น<reviewer>
- แล้ว
<name>
รองรับแอตทริบิวต์is_anonymous
แล้ว- เพิ่ม
<reviewer_id>
แล้ว - นํา
<email>
,<pr:role>
,<pr:number_of_reviews>
และ<link>
ออกแล้ว <pr:author_rating>
เปลี่ยนชื่อเป็น<ratings>
แล้ว และไม่รวมอยู่ในองค์ประกอบผู้เขียน- ขณะนี้
<pr:attr name=”overall”>
เปลี่ยนชื่อเป็น<overall>
แล้ว แอตทริบิวต์value
เปลี่ยนเป็นเนื้อหาองค์ประกอบแล้ว - นําองค์ประกอบ
<pr:attr>
เพิ่มเติมออกแล้ว
- ขณะนี้
- นําแอตทริบิวต์เต็มความยาว
<content>
รายการออกแล้ว - นําแอตทริบิวต์ประเภท
<title>
ออกแล้ว
เวอร์ชัน 1
<author>
<name>Joe Smith</name>
<email>jsmith@example.com</email>
<pr:role>Consumer Electronics Editor</pr:role>
<pr:number_of_reviews>45</pr:number_of_reviews>
<link rel="related" href="http://www.example.com."/>
<pr:author_rating>
<pr:attr name="overall" max="5" min="1" value="4"></pr:attr>
<pr:attr name="funny"></pr:attr>
</pr:author_rating>
</author>
เวอร์ชัน 2.3
<reviewer>
<name is_anonymous="false">Joe Smith</name>
<reviewer_id>509769</reviewer_id>
</reviewer>
...
<ratings>
<overall min="1" max="5">4</overall>
</ratings>
ข้อมูลเนื้อหา:
- นําแอตทริบิวต์
<content>
ของfull_length
ออกแล้ว - นําองค์ประกอบ
<video>
และองค์ประกอบย่อยออกแล้ว - เพิ่มองค์ประกอบระดับบนสุด
<reviewer_images>
และองค์ประกอบย่อย<reviewer_image>
รายการแล้ว- องค์ประกอบ
<reviewer_image>
มีองค์ประกอบ<url>
สําหรับตําแหน่งของรูปภาพ
- องค์ประกอบ
เวอร์ชัน 1
<content full_length="3083">
Got it for a friend and he loved it.
</content>
<video>
<published>2008-07-31T04:13:31Z</published>
<title type="text">Digital Cameras in Action</title>
<link rel="related" href="http://www.youtube.com/watch?v=SdybCjJ5sCU"/>
<summary>Expert photog Jill Thompson takes the Canon XTi on the road</summary>
</video>
เวอร์ชัน 2.3
<content>Got it for a friend and he loved it.</content>
...
<review_url type="singleton">http://www.example.com/review_14295.html</review_url>
<reviewer_images>
<reviewer_image>
<url>https://example.com/test.jpg</url>
</reviewer_image>
<reviewer_image>
<url>https://example.com/test.gif</url>
</reviewer_image>
</reviewer_images>
ข้อมูลผลิตภัณฑ์:
- ตอนนี้
<pr:products>
ที่มีองค์ประกอบย่อย<pr:product>
รายการเปลี่ยนเป็น<products>
ที่มีเด็ก<product>
คนแล้ว - ขณะนี้องค์ประกอบ
<pr:product_id>
ที่มีแอตทริบิวต์contenttype
เป็นองค์ประกอบ<product_id>
ที่มีองค์ประกอบประเภทเนื้อหาเป็นองค์ประกอบย่อย (<gtins>
,<mpns>
,<skus>
) - ตอนนี้
<pr:brand>
เป็นองค์ประกอบย่อยภายใต้<product_id>
แล้ว <pr:product_name>
เปลี่ยนเป็น<product_name>
- นําองค์ประกอบ
<pr:product_category>
รายการออกแล้ว <link>
เปลี่ยนเป็น<product_url>
- นําองค์ประกอบ
<pr:number_of_reviews>
รายการออกแล้ว - นําองค์ประกอบย่อยทั้งหมด
<pr:average_rating>
รายการออกแล้ว
เวอร์ชัน 1
<pr:products>
<pr:product>
<pr:product_id contenttype="MPN">60101-10000</pr:product_id>
<pr:product_id contenttype="UPC">888884</pr:product_id>
<pr:product_id contenttype="base_docid">9876543</pr:product_id>
<pr:brand>Acme</pr:brand>
<pr:product_name>Tablet Sleeve</pr:product_name>
<pr:product_category level="1" category_id="123423">Consumer Electronics</pr:product_category>
<pr:product_category level="2" category_id="123423">Tablets</pr:product_category>
<pr:product_category level="3" category_id="123423">Cases</pr:product_category>
<link rel="canonical" type="text/html" href="http://www.example.com/product_6206.html"/>
<link rel="related" type="image/jpg" href="http://reviews.example.com/..."/>
<link rel="related" type="text/html" href="http://reviews.example.com/..."/>
<pr:number_of_reviews>5</pr:number_of_reviews>
<pr:average_rating>
<pr:attr name="overall" max="5" min="1" value="3.4"></pr:attr>
<pr:attr name="durability" max="5" min="1" value="3.7"></pr:attr>
<pr:attr name="ease_of_use" max="5" min="1" value="3.2"></pr:attr>
</pr:average_rating>
</pr:product>
</pr:products>
เวอร์ชัน 2.3
<products>
<product>
<product_ids>
<gtins>
<gtin>541710238425</gtin>
</gtins>
<mpns>
<mpn>60101-10000</mpn>
</mpns>
<skus>
<sku>6206</sku>
</skus>
<brands>
<brand>Acme</brand>
</brands>
</product_ids>
<product_name>Tablet Sleeve</product_name>
<product_url>http://www.example.com/product_6206.html</product_url>
</product>
</products>
ข้อมูลการให้คะแนน:
- ขณะนี้องค์ประกอบ
<pr:pros>
เป็นองค์ประกอบ<pros>
ที่มีองค์ประกอบ<pro>
ย่อย - ขณะนี้องค์ประกอบ
<pr:cons>
เป็นองค์ประกอบ<cons>
ที่มีองค์ประกอบ<con>
ย่อย - นําองค์ประกอบย่อยทั้งหมด
<pr:awards>
รายการออกแล้ว - นําองค์ประกอบ
<pr:overview>
รายการออกแล้ว - นําองค์ประกอบ
<pr:ratings>
รายการสําหรับการให้คะแนนแอตทริบิวต์แต่ละรายการออกแล้ว
เวอร์ชัน 1
<pr:pros>Sleek design</pr:pros>
<pr:pros>Protects the tablet well</pr:pros>
<pr:cons>Pricey</pr:cons>
<pr:overview> Best for well lit spaces, outdoor shots...</pr:overview>
<pr:awards>
<pr:award>
<pr:award_name>CBest Camera Award </pr:award_name>
<link rel="related" type="image/jpg" href="http://www.example.com/..."/>
</pr:award>
</pr:awards>
...
<pr:ratings>
<pr:attr name="overall" max="5" min="1" value="3"></pr:attr>
<pr:attr name="durability" max="5" min="1" value="3"></pr:attr>
<pr:attr name="ease_of_use" max="5" min="1" value="3"></pr:attr>
</pr:ratings>
เวอร์ชัน 2.3
<pros>
<pro>Sleek design</pro>
<pro>Protects the tablet well</pro>
</pros>
<cons>
<con>Pricey</con>
</cons>
ข้อมูลเพิ่มเติม:
- นําองค์ประกอบ
<pr:custom>
รายการและองค์ประกอบย่อยออกแล้ว - นําองค์ประกอบ
<pr:related_products>
รายการและองค์ประกอบย่อยออกแล้ว - เพิ่มองค์ประกอบ
<is_spam>
รายการแล้ว - เพิ่มองค์ประกอบ
<collection_method>
รายการแล้ว - เพิ่มองค์ประกอบ
<transaction_id>
รายการแล้ว
เวอร์ชัน 1
<pr:custom>
<pr:custom_title>
Recall Information
</pr:custom_title>
<pr:custom_description>
The batteries used with this camera are known to...
</pr:custom_description>
</pr:custom>
...
<pr:related_products>
<pr:related_product relate="complementary">
<pr:product_id contenttype="MPN">5454545454</pr:product_id>
<pr:product_id contenttype="UPC">4444456</pr:product_id>
<pr:product_id contenttype="base_docid">9876500</pr:product_id>
<pr:brand>Tamron</pr:brand>
<pr:product_name>Tamron Telephoto Zoom Lens</pr:product_name>
<pr:product_category level="1" category_id="123423">Consumer Electronics</pr:product_category>
<pr:product_category level="2" category_id="123423">Digital Camera</pr:product_category>
<pr:product_category level="3" category_id="123423">Digital SLR
Accessories</pr:product_category
<link rel="canonical" type="text/html" href="http://reviews.example.com/digital-cameras/tamron/id=2345670.html"/>
<link rel="related" type="text/html" href="http://www.tamron.com."/>
<link rel="related" type="text/html" href="http://reviews.example.com/digital-cameras/tamron/..."/>
</pr:related_product>
เวอร์ชัน 2.3
<is_spam>false</is_spam>
<collection_method>post_fulfillment</collection_method>
<transaction_id>fulfillment_transaction_11198373</transaction_id>
รีวิวที่ลบไปแล้ว
ข้อกําหนดของฟีดรีวิวไม่รองรับแอตทริบิวต์การลบอีกต่อไป หากต้องการลบรีวิว ให้ละเว้นรีวิวดังกล่าวจากฟีด ระบบจะลบรีวิวที่ส่งไปก่อนหน้านี้ซึ่งไม่ได้รวมอยู่ในฟีดถัดไป
เวอร์ชัน 1
<deleted_entry>
<id>34567</id>
</deleted_entry>
เวอร์ชัน 2
ระบบไม่รองรับเวอร์ชัน 2 แล้ว ลบรีวิวโดยการไม่รวมรีวิวไว้ในฟีดถัดไป