Programming/XML

[RSS] 구글 판매자 센터 수집을 위한 XML 예시 및 안내 페이지

DOTI 2022. 10. 28. 16:23
[RSS] 구글 판매자 센터 수집을 위한 XML 예시 및 안내 페이지
반응형

 

 

 

 

https://www.google.com/retail/solutions/merchant-center/

 

Google Merchant Center - 商品を広く知ってもらうためのサービス

新型コロナウイルスの影響でブランド関連の検索数が急増した Sharper Image は、トラフィックを同社のウェブサイトに向けることで、追加のリソースを割かずに需要を取り込むことを考えまし

www.google.com

 

 

구글 판매자 센터 수집을 위한 XML 예시

<?xml version="1.0"?>
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
<channel>
    <title>Example - Google Store</title>
    <link>https://store.google.com</link>
    <description>This is an example of a basic RSS 2.0 document containing a single item</description>
    <item>
        <g:id>TV_123456</g:id>
        <g:title>Google Chromecast with Google TV</g:title>
        <g:description>Chromecast with Google TV brings you the entertainment you love, in up to 4K HDR</g:description>
        <g:link>https://store.google.com/product/chromecast_google_tv</g:link> <g:image_link>https://images.example.com/TV_123456.png</g:image_link> <g:condition>new</g:condition>
        <g:availability>in stock</g:availability>
        <g:price>49.99 USD</g:price>
        <g:shipping>

        <g:country>US</g:country>
        <g:service>Standard</g:service>
        <g:price>7.99 USD</g:price>

        </g:shipping>
        <g:gtin>123456789123</g:gtin>
        <g:brand>Google</g:brand>

    </item>
</channel>
</rss>

 

 

참고 안내

https://support.google.com/merchants/answer/160589?hl=ko 

 

RSS 2.0 사양 - Google Merchant Center 고객센터

이 문서는 RSS 2.0 형식에서 XML 제품 데이터 피드를 만드는 가이드라인을 제공합니다. 예시에 나온 구성요소에 대한 추가 정보를 찾는 데 도움이 되도록 표준 속성을 공식 RSS 2.0 사양의 해당 섹션

support.google.com

 

반응형