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
요소가 삭제되었습니다. w3.org XMLSchema 버전 관리를 참조하기 위해 xmlns:vc
요소가 추가되었습니다. 스키마 위치는 2.3 xsd로 업데이트되어야 합니다.
스키마 버전
이제 스키마 버전이 헤더 뒤에 포함됩니다.
<version>2.3</version>
게시자 정보
게시자 정보 섹션이 감소되었습니다. 저자, 제목, 부제목, 게시됨, 권리, ID, 링크 및 로고가 삭제되었으며, 게시자 이름과 아이콘이 포함된 애그리게이터 및 게시자를 대신하여 광고를 게재했습니다. 단일 판매자 피드에는 애그리게이터 요소가 필요하지 않습니다.
버전 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>
Full_length 속성이 삭제되었습니다.<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:product>
개가 있는<pr:products>
이 이제<product>
이 있는<products>
입니다. <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>
요소가 하위 요소<pro>
개가 있는<pros>
요소임 - 이제
<pr:cons>
요소가 하위 요소<con>
개가 있는<cons>
요소임 <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에서 더 이상 지원되지 않습니다. 다음 피드에 포함하지 않는 리뷰를 삭제합니다.