用于扩展文本广告的广告定制器源

使用广告定制器,广告可以动态更新自身,以吸引特定客户。 它只需上传一个广告定制器源,告知我们在什么情况下你想要插入到广告中的信息。

注意

  • 在 2023 年 2 月 1 日之前,将展开的文本广告升级到响应式搜索广告。 在此日期之后,你将无法再创建新的或编辑现有的扩展文本广告。 有关详细信息,请参阅 关于响应式搜索广告
  • 有关响应式搜索广告的广告定制器的详细信息,请参阅 关于响应式搜索广告的广告定制器
  • 计划的源将继续运行,使用广告定制器源的现有扩展文本广告将继续提供。 你将能够查看其性能报告。
  • 你仍然可以暂停、运行或删除现有的广告定制器源。 否则,尝试为展开的文本广告创建或编辑现有广告定制器将导致 CustomerNotEligibleForAdCustomizersFeed 错误。
  • 详细了解此更改

为什么使用广告定制器源?

  • 节省时间。 将单个广告转换为数百个变体,而无需手动更新广告。
  • 更相关的广告。 根据客户搜索的内容、搜索时间、位置、使用的设备等自定义广告。
  • 更好的结果。 查看更高的点击率和转换率。

每个帐户可以有 100 个源, (此最大数量包括) 的所有源类型,每个帐户) (行的最大源项数为 500 万。

注意

只能使用批量服务创建、检索、更新和删除源和源项。 可以使用批量或市场活动管理服务管理广告和受众,例如再营销列表。

提示

有关代码示例,请参阅 GitHub 上的 C#JavaPython 存储库,即批量扩展文本广告示例演示如何创建和使用广告定制器源。

上传广告定制器源

可以使用批量服务上传广告定制器源和源项。

  • 记录定义相应源项允许的属性的名称和数据类型。
  • 源项记录定义有关产品或服务的其他信息,以及应在什么条件下将信息插入到广告中。 Microsoft Advertising 系统属性定义应在什么条件下将每个源项插入到广告中,而自定义属性定义要插入广告中的产品或服务的相关信息。 默认情况下,可以从 Microsoft Advertising 帐户中的所有广告引用广告定制器源项。 (可选)可以将每个源项限制为特定的市场活动或广告组。

注意

源项记录类型用于广告定制器源和页面源。 下载源和源项时,请务必检查“子类型”列,以确定数据是否适用于广告定制器源或页面源。

可以在表中可视化源列名称和字段值:

Column1_Name (DateTime) Column2_Name (Int64) Column3_Name (价格) Column4_Name (字符串)
2020/06/22 00:00:00 8 $24.99 Contoso 700
2020/06/22 01:00:00 10 $24.99 Contoso 800
2020/06/22 02:00:00 12 $24.99 Contoso 900

可以通过批量 API 上传广告定制器源和源项,如下所示:

Type,Status,Id,Parent Id,Sub Type,Keyword,Match Type,Name,Audience Id,Feed Name,Custom Attributes
Format Version,,,,,,,6,,,
Feed,Active,-21,,AdCustomizerFeed,,,,,MyAdCustomizerFeedName,"[{""name"":""Column1_Name"",""feedAttributeType"":""DateTime""},{""name"":""Column2_Name"",""feedAttributeType"":""Int64""},{""name"":""Column3_Name"",""feedAttributeType"":""Price""},{""name"":""Column4_Name"",""feedAttributeType"":""String""}]"
Feed Item,Active,,-21,,lightweight sunglasses,Broad,,,,"{""Column1_Name"":""2020/06/22 00:00:00"",""Column2_Name"":8,""Column3_Name"":""$24.99"",""Column4_Name"":""Contoso 700""}"
Feed Item,Active,,-21,,lightweight sunglasses,Broad,,,,"{""Column1_Name"":""2020/06/22 01:00:00"",""Column2_Name"":10,""Column3_Name"":""$24.99"",""Column4_Name"":""Contoso 800""}"
Feed Item,Active,,-21,,lightweight sunglasses,Broad,,,,"{""Column1_Name"":""2020/06/22 02:00:00"",""Column2_Name"":12,""Column3_Name"":""$24.99"",""Column4_Name"":""Contoso 900""}"

向展开的文本广告添加广告定制器

可以将广告定制器添加到除最终 URL 之外的任何扩展文本广告字段。

广告定制器将以以下语法显示在 Microsoft Advertising 中:{=FeedName.Attribute:DefaultText}。 因此,如果您的源名称为“Accessories”,您的属性名称为“Type”,并且默认文本为“太阳镜”,则语法将为 {=Accessories.Type:sunglasses}。

假设你销售太阳镜,并且你希望突出显示特定功能,具体取决于客户搜索的内容。 可按如下所示上传广告定制器源、源项和展开的文本广告:

Type,Status,Id,Parent Id,Sub Type,Keyword,Match Type,Name,Audience Id,Feed Name,Custom Attributes,Title Part 1,Title Part 2,Text,Text Part 2,Final Url,Path 1
Format Version,,,,,,,6,,,,,,,,,
Feed,Active,-21,,AdCustomizerFeed,,,,,MyAdCustomizerFeedName,"[{""name"":""Product"",""feedAttributeType"":""String""},{""name"":""Materials_Lightweight"",""feedAttributeType"":""String""},{""name"":""Description_Lightweight"",""feedAttributeType"":""String"",{""name"":""Finishes"",""feedAttributeType"":""Int64""},{""name"":""StartPrice"",""feedAttributeType"":""Price""}]",,,,,,
Feed Item,Active,,-21,,lightweight sunglasses,Broad,,,,"{""Product"":""Contoso 900"",""Materials_Lightweight"":""titanium or acetate"",""Description_Lightweight"":""Stylish, lightweight shades"",""Finishes"":8,""StartPrice"":""$24.99""}",,,,,,
Expanded Text Ad,Active,,AdGroupIdGoesHere,,,,,,,,The latest {=Sunglasses.Product}s,In {=Sunglasses.Materials_Lightweight},{=Sunglasses.Description_Lightweight} in {=Sunglasses.Finishes} finishes.,Starting at only {=Sunglasses.StartPrice}!,https://www.contoso.com,deals

在这种情况下,对于搜索“轻型太阳镜”的客户,广告可能如下所示:

按关键字 (keyword) 目标

现在假设你有一个再营销列表,这些客户在你的网站上查看了特定类型的太阳镜。 你可能上传了广告定制器源、源项和展开的文本广告,如下所示:

Type,Status,Id,Parent Id,Sub Type,Keyword,Match Type,Name,Audience Id,Feed Name,Custom Attributes,Title Part 1,Title Part 2,Text,Text Part 2,Final Url,Path 1
Format Version,,,,,,,6,,,,,,,,,
Feed,Active,-21,,AdCustomizerFeed,,,,,MyAdCustomizerFeedName,"[{""name"":""Type"",""feedAttributeType"":""String""},{""name"":""Product"",""feedAttributeType"":""String""},{""name"":""Discount"",""feedAttributeType"":""String""},{""name"":""Colors"",""feedAttributeType"":""Int64""}]",,,,,,
Feed Item,Active,,-21,,lightweight sunglasses,Broad,,12345678,,"{""Type"":""Polarized"",""Product"":""Contoso 800"",""Discount"":""25% off"",""Colors"":12}",,,,,,
Expanded Text Ad,Active,,AdGroupIdGoesHere,,,,,,,,{=Sunglasses.Type} sunglasses on sale,{=Sunglasses.Product} series,{=Sunglasses.Discount} if you order today!,Lenses come in {=Sunglasses.Colors} different colors.,https://www.contoso.com/{=Sunglasses.Type},OnSale

注意

源项的“受众 ID”字段设置为12345678,假设已存在一个 Microsoft Advertising 标识符为 12345678 的再营销列表。

在这种情况下,对于此再营销列表中的客户,广告可能如下所示:

按受众定位

另请参阅

响应式搜索广告的广告定制器源
展开的文本广告
页面源