gpt4 book ai didi

merchant-account - Google Merchant 发出警告 "Unrecognized attribute"

转载 作者:行者123 更新时间:2023-12-01 03:35:17 26 4
gpt4 key购买 nike

我面临一个无法解释的问题:

当我使用英语以外的其他语言将供稿上传到 Google Merchant 时,报告告诉我有许多“无法识别的属性”应该是有效的,例如 标题 , 链接 , 说明 , gtin , 等等。

事实上,所有属性都被视为来自 Google 的警告。
但是只有当它不是英文时才会出现问题,所以我的提要似乎是正确的。

怎么了?你有什么想法?

感谢您的帮助。

这是我的导出转储(限制为一种产品):

<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
<channel>
<title>Google Shopping export for PrestaShop</title>
<item>
<g:id xmlns:g="http://base.google.com/ns/1.0">12345</g:id>
<title>
<![CDATA[ Basic title ]]>
</title>
<link>
<![CDATA[
https://www.example.com/test
]]>
</link>
<description>
<![CDATA[
This is a basic product
]]>
</description>
<g:quantity xmlns:g="http://base.google.com/ns/1.0">39</g:quantity>
<g:availability xmlns:g="http://base.google.com/ns/1.0">
<![CDATA[ in stock ]]>
</g:availability>
<g:price xmlns:g="http://base.google.com/ns/1.0">8.54 EUR</g:price>
<g:product_type xmlns:g="http://base.google.com/ns/1.0">
<![CDATA[ Ofertas > Ofertas ]]>
</g:product_type>
<g:google_product_category xmlns:g="http://base.google.com/ns/1.0">
<![CDATA[
Alimentaci&oacute;n, bebida y tabaco &gt; Bebidas &gt; Vino
]]>
</g:google_product_category>
<g:shipping_weight xmlns:g="http://base.google.com/ns/1.0">1.4 kg</g:shipping_weight>
<g:online_only xmlns:g="http://base.google.com/ns/1.0">n</g:online_only>
<g:condition xmlns:g="http://base.google.com/ns/1.0">new</g:condition>
<g:brand xmlns:g="http://base.google.com/ns/1.0">Angove Family Winemakers</g:brand>
<g:mpn xmlns:g="http://base.google.com/ns/1.0">23500023</g:mpn>
<g:gtin xmlns:g="http://base.google.com/ns/1.0"/>
<identifier_exists>FALSE</identifier_exists>
<g:image_link xmlns:g="http://base.google.com/ns/1.0">
<![CDATA[
http://example.com/test/images/1.jpg
]]>
</g:image_link>
<g:shipping xmlns:g="http://base.google.com/ns/1.0">
<g:country>ES</g:country>
<g:service>
<![CDATA[ ENVIALIA-72H ]]>
</g:service>
<g:price>24.2 EUR</g:price>
</g:shipping>
</item>
</channel>
</rss>

最佳答案

我猜你是把它作为 XML 上传。

你的 xml 编码正确吗?

如果您要提交使用 Latin-1 或 UTF-16 编码的 XML 文件,请确保在您的 XML 文件中指定此信息。为此,请将数据源的第一行从更改为:

对于拉丁语 1:
<?xml version="1.0" encoding="ISO-8859-1"?>
对于 UTF-16:
<?xml version="1.0" encoding="UTF-16"?>
我从这里读到这个:
https://support.google.com/merchants/answer/160079

另外,您是否尝试过使用 XML 转义工具?如http://www.freeformatter.com/xml-escape.html

我希望这有帮助!

关于merchant-account - Google Merchant 发出警告 "Unrecognized attribute",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35431142/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com