[FIG(quote)[
[FIGCAPTION[
[1] [CITE@ja[RSS 1.0 仕様 - Google Merchant Center ヘルプ]]
([TIME[2015-10-09 21:03:36 +09:00]] 版)
<https://support.google.com/merchants/answer/160590?hl=ja>
]FIGCAPTION]

> Google Merchant Center のネームスペースでのみ定義される属性を使用する場合は、次のネームスペース宣言が必要です。
> xmlns:g="http://base.google.com/ns/1.0"
> Google Merchant Center のネームスペース宣言に加えて、すべての属性タグ内に接頭辞を含める必要もあります。この接頭辞を属性に追加するのは、ネームスペース内で定義されている属性と Atom 1.0 内で定義されている要素とを区別するためです。この ネームスペース宣言用に選択した接頭辞は「g」です。 
> <g:image_link>http://www.google.com/images/google_sm.gif</g:image_link>

]FIG]


[FIG(quote)[
[FIGCAPTION[
[2] [CITE@ja[RSS 1.0 仕様 - Google Merchant Center ヘルプ]]
([TIME[2015-10-09 21:04:15 +09:00]] 版)
<https://support.google.com/merchants/answer/160590?hl=ja>
]FIGCAPTION]

> 
> <g:image_link>http://www.example.com/image1.jpg</g:image_link>
> <g:price>2500</g:price>
> <g:condition>新品</g:condition>
> <g:id>1a </g:id>

]FIG]


[FIG(quote)[
[FIGCAPTION[
[3] [CITE@ja[RSS 2.0 仕様 - Google Merchant Center ヘルプ]]
([TIME[2015-10-09 21:05:27 +09:00]] 版)
<https://support.google.com/merchants/answer/160589?hl=ja&ref_topic=2473799&vid=0-635799889565279917-3087528647>
]FIGCAPTION]

> 
> <g:image_link>http://www.example.com/image1.jpg</g:image_link>
> <g:price>2500</g:price>
> <g:condition>新品</g:condition>
> <g:id>1a</g:id>

]FIG]


[4] [CITE@ja[Atom 1.0 仕様 - Google Merchant Center ヘルプ]]
([TIME[2015-10-09 21:06:17 +09:00]] 版)
<https://support.google.com/merchants/answer/160593?hl=ja&ref_topic=2473799&vid=0-635799889565279917-3087528647>

[5] [CITE@ja[Atom 0.3 仕様 - Google Merchant Center ヘルプ]]
([TIME[2015-10-09 21:07:14 +09:00]] 版)
<https://support.google.com/merchants/answer/160598?hl=ja&ref_topic=2473799&vid=0-635799889565279917-3087528647>

[FIG(quote)[
[FIGCAPTION[
[6] [CITE@ja[Product Catalog Setup - Marketing API]]
([TIME[2016-03-19 18:11:13 +09:00]] 版)
<https://developers.facebook.com/docs/marketing-api/dynamic-product-ads/product-catalog>
]FIGCAPTION]

> <?xml version="1.0"?>
> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0">
>     <title>Test Store</title>
>     <link rel="self" href="http://www.example.com"/>
>     <entry>
>         <g:id>DB_1</g:id>
>         <g:title>Dog Bowl In Blue</g:title>
>         <g:description>Solid plastic Dog Bowl in marine blue color</g:description>
>         <g:link>http://www.example.com/bowls/db-1.html</g:link>
>         <g:image_link>http://images.example.com/DB_1.png</g:image_link>
>         <g:brand>Example</g:brand>
>         <g:condition>new</g:condition>
>         <g:availability>in stock</g:availability>
>         <g:price>9.99 GBP</g:price>
>         <g:shipping>
>             <g:country>UK</g:country>
>             <g:service>Standard</g:service>
>             <g:price>4.95 GBP</g:price>
>         </g:shipping>
>         <g:google_product_category>Animals &gt; Pet Supplies</g:google_product_category>
>         <g:custom_label_0>Made in Waterford, IE</g:custom_label_0>    
>     </entry>
> </feed>

]FIG]
