Instrukcje dotyczące migracji z wersji 1 (wycofane) do wersji 2

Format V1 został wycofany. Poniżej opisujemy zmiany z kanału V1 na bieżący kanał V2.3. Pełny przykład najnowszego pliku danych 2.3 znajdziesz na stronie https://developers.google.com/product-review-feeds/sample/.

Wersja 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”>

Wersja 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">

Elementy xmlns:atom i xmlns:pr zostały usunięte. Dodano element xmlns:vc odwołujący się do wersji XML schema.org w3.org. Powinno ono zostać zmienione na 2.3 xsd.

Wersja schematu

Wersja schematu jest teraz dołączana za nagłówkiem

<version>2.3</version>

Informacje o wydawcy

Sekcja informacji o wydawcy została skrócona. Autor, tytuł, podtytuł, opublikowane, prawa, identyfikator, link oraz logo zostały usunięte na korzyść pośrednika i wydawcy z nazwą i ikoną wydawcy. Element agregatora nie jest wymagany w przypadku plików danych pojedynczego sprzedawcy.

Wersja 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>

Wersja 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>

Sprawdź grupę

Wcześniej opinie były oznaczane przez powtarzające się elementy <entry>. W wersji 2.3 elementy <review> zastąpiły elementy <entry> i są grupowane w elemencie nadrzędnym <reviews>.

Wersja 1

<entry>
...
</entry>

Wersja 2.3

    <reviews>
        <review>
...
        </review>
    </reviews>

Sprawdź informacje

Sekcja dotycząca opinii została znacznie uproszczona. Aby to uprościć, zmieniliśmy te pola:

Podsumowanie:

  • <id> to teraz <review_id>
  • <published> to teraz <review_timestamp>
  • Urządzenie <pr:content_format> zostało usunięte
  • <link> to teraz <review_url>

Wersja 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"/>

Wersja 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>

Informacje o autorze:

  • <author> to teraz <reviewer>
    • <name> obsługuje teraz atrybut is_anonymous
    • Dodano: <reviewer_id>
    • <email>, <pr:role>, <pr:number_of_reviews> i <link> zostali usunięci
    • <pr:author_rating> to teraz <ratings> i jest zawarty poza elementem autora
      • <pr:attr name=”overall”> to teraz <overall>. Atrybut value jest teraz zawartością elementu.
      • Usunięto dodatkowe elementy <pr:attr>
  • Atrybut <content> o pełnej długości został usunięty
  • Usunięto atrybut typu <title>

Wersja 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>

Wersja 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>

Informacje o treści:

  • Atrybut <content> full_length został usunięty
  • Element <video> i jego elementy podrzędne zostały usunięte
  • Dodano elementy nadrzędne <reviewer_images> i elementy podrzędne <reviewer_image>.
    • Elementy <reviewer_image> zawierają element <url>, który określa lokalizację obrazu.

Wersja 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>

Wersja 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>

Informacje o produkcie:

  • <pr:products> z <pr:product> elementami podrzędnymi to teraz <products> i <product> elementów podrzędnych
  • Elementy <pr:product_id> z atrybutami contenttype to teraz elementy <product_id> z elementami typu treści jako elementy podrzędne (<gtins>, <mpns>, <skus>)
  • Element <pr:brand> jest teraz elementem podrzędnym w stosunku do <product_id>
  • <pr:product_name> to teraz <product_name>
  • Elementy (<pr:product_category>) zostały usunięte
  • <link> to teraz <product_url>
  • Element <pr:number_of_reviews> został usunięty
  • Element <pr:average_rating> i wszystkie elementy podrzędne zostały usunięte

Wersja 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>

Wersja 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>

Informacje o ocenie:

  • Elementy <pr:pros> są teraz elementami <pros> z elementami podrzędnymi <pro>
  • Elementy <pr:cons> są teraz elementami <cons> z elementami podrzędnymi <con>
  • Element <pr:awards> i wszystkie elementy podrzędne zostały usunięte
  • Element <pr:overview> został usunięty
  • Usunięto elementy (<pr:ratings>) z ocenami poszczególnych atrybutów

Wersja 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>

Wersja 2.3

    <pros>
        <pro>Sleek design</pro>
        <pro>Protects the tablet well</pro>
    </pros>
    <cons>
        <con>Pricey</con>
    </cons>

Dodatkowe informacje:

  • Elementy <pr:custom> i ich elementy podrzędne zostały usunięte
  • Elementy <pr:related_products> i ich elementy podrzędne zostały usunięte
  • Element <is_spam> został dodany
  • Element <collection_method> został dodany
  • Element <transaction_id> został dodany

Wersja 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>

Wersja 2.3

      <is_spam>false</is_spam>
      <collection_method>post_fulfillment</collection_method>
      <transaction_id>fulfillment_transaction_11198373</transaction_id>

Usunięte opinie

Specyfikacja pliku danych o opiniach nie obsługuje już atrybutu usuwanie. Aby usunąć opinie, usuń je z pliku danych. Wszystkie wcześniejsze opinie, które nie zostały uwzględnione w następnym pliku danych, zostaną usunięte.

Wersja 1

  <deleted_entry>
    <id>34567</id>
  </deleted_entry>

Wersja 2

Nieobsługiwany w wersji 2. Aby usunąć opinie, nie dodawaj ich do następnego pliku danych.