在 Google Ads 中制作动态再营销广告时,我们会使用商品数据的链接 [link] 属性所提供的着陆页网址。如果您需要使用其他网址,或者需要以其他方式跟踪该网址,可使用下面某个选项。
为动态广告系列使用其他网址
如果您需要在动态再营销广告系列中使用其他网址,请使用展示广告的链接 [display_ads_link] 属性。如果要添加此属性,请仔细查看技术规范,然后按以下说明修改您的商品数据:
- 如果使用 TXT 商品数据源 - 只需添加标题为 display_ads_link 的列,然后在此列下每件商品的旁边粘贴您要使用的新网址即可。这些网址必须为未编码格式。
- 如果使用 XML 商品数据源 - 请使用
<g:display_ads_link>insert new unencoded landing page url</g:display_ads_link>进行更新- 同时,请检查 XML 文件顶部声明的命名空间,该命名空间目前可能位于以下位置:
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
请更新为:
<rss xmlns:g="http://base.google.com/ns/1.0" xmlns:c="http://base.google.com/cns/1.0" version="2.0">
- 同时,请检查 XML 文件顶部声明的命名空间,该命名空间目前可能位于以下位置:
- 如果使用 API 请求 - 请使用
<sc:attribute name="display_ads_link">insert new unencoded landing page url</sc:attribute>进行更新
注意:如果您使用展示广告的链接
[display_ads_link] 属性,这只会为动态广告替换您的所有网址,包括广告重定向 [ads_redirect] 属性。购物广告链接不会受到影响,并将继续使用原始链接 [link] 网址,或广告重定向 [ads_redirect](如果存在)。如果您使用 ValueTrack 参数,网址必须为未编码格式并作为字符串读取,否则 ValueTrack 参数将不起作用。将以上说明修改为:
- 如果使用 TXT 商品数据源 - 只需添加标题为 display_ads_link 的列,然后在此列下每件商品的旁边粘贴您要使用的新网址即可。这些网址必须为未编码格式。
- 如果使用 XML 商品数据源 - 请使用
<g:display_ads_link>insert new unencoded landing page url</g:display_ads_link>进行更新 - 如果使用 API 请求 - 请使用
<sc:attribute name="display_ads_link">insert new unencoded landing page url</sc:attribute>进行更新