体验类产品的优化指南

体验类商品可以在各种体验模块中投放 例如景点地图注点或活动上的地图,以及游览搜索结果中。 对 Feed 中的体验商品进行优化可提高 能够有效展示商品,并降低商品因 数据质量相关问题

尽可能以多种货币提供价格

如果着陆页上的商品可以使用不同币种进行交易, 您可以提供多个 Feed 中该产品使用的货币。准确的价格有助于:

  • 赢得用户信任
  • 提高用户到达页面后的转化率
  • 降低商品因价格差异过大而遭停用的可能性 着陆页与 Google 投放的内容之间有何关联。

您可以通过以下步骤实现对多种货币的支持:

  1. 查找您的商品支持的币种及其价格列表
  2. 在以下情况下,将币种作为默认币种: 选择的货币不受支持(我们强烈建议您使用 商品的本地货币,因为大多数用户都位于该国家/地区)
  3. 在商品 Feed 中,为每个 product/option 创建 price_option 列表 转换为 JSON 格式,以便: <ph type="x-smartling-placeholder">
      </ph>
    • 每个 price_option 条目包含不同币种的价格
    • 每个price_option都设置了国家/地区和币种的geo_criteria 与“ ”相关联(例如,AUD 与 AU 相关联,CHF 与 CH 相关联,EUR 代表所有欧元 )。
    • 最后一个price_option应为不含 已设置 geo_criteria

示例 JSON

"price_options": [
  {
    "id": "adult-usd",
    "title": "ADULT",
    "price": { "currencyCode": "USD", "units": "75" },
    "geo-criteria": [{ "country_code": "US", "is_negative": "false"}].   //geo-criteria must be used to show users from which country will see this price.
  },
  {
    "id": "adult-cny",
    "title": "ADULT",
    "price": { "currencyCode": "CNY", "units": "300" },
    "geo-criteria": [{"country_code": "CN", "is_negative": "false"}]
  },
  {
    "id": "adult-eur",   // Except for the last price_option, all other price options should have geocriteria set to limit which countries this currency should be used. This is an example of EU countries
    "title": "ADULT",
    "price": { "currencyCode": "EUR", "units": "70" },
    "geo-criteria": [{"country_code": "AT"}, {"country_code": "BE"}, {"country_code": "CY"}, {"country_code": "EE"}, {"country_code": "FI"}, {"country_code": "FR"}, {"country_code": "DE"}, {"country_code": "GR"}, {"country_code": "IE"}, {"country_code": "IT"}, {"country_code": "LV"}, {"country_code": "LT"}, {"country_code": "LU"},{"country_code": "MT"}, {"country_code": "NL"},{"country_code": "PT"}, {"country_code": "SK"}, {"country_code": "SI"}, {"country_code": "ES"}]
  },
  {
    "id": "adult-default",
    "title": "ADULT-USD",
    "price": { "currencyCode": "USD", "units": "75" }     // Last price_option should default, we recommend using currency from location of product.
  }
]

提供准确的地图注点信息

准确的地图注点信息有助于体验产品在 相关的 Google 地点信息表和各种特定于地点信息表的广告。对于产品 (或选项):

  • 必须使用 related_location 字段提供景点的位置
  • 营业地点的 relation_type 应设置为 如果商品包含该点的门票,则为 RELATION_TYPE_ADMISSION_TICKET 相关主题。

如果为体验类产品设置 related_location 字段正确,这样 Google 就可以知道 用户购买商品时是否提供景点门票 这样,当用户过滤包含 条目。

可以为符合以下条件的卡券类型产品提供多个相关的营业地点条目: 提供进入多个营业地点的权限。

以下示例 JSON 表示游览了两个地点的游览,其中 其中一个位置包含条目:

"related_locations": [
  {
    "location": {
      "location": {
        "place_info": {
          "name": "Colosseum",
          "phone_number": "+39 063 99 67 700",
          "website_url": "https://colosseo.it/",
          "coordinates": {
            "latitude": 41.8902102,
            "longitude": 12.4922309
          },
          "structured_address" {
            "street_address": "Piazza del Colosseo, 1",
            "locality": "Roma",
            "administrative_area": "RM",
            "postal_code": "00184",
            "country_code": "IT"
          }
        }
      }
    },
    "relation_type": "RELATION_TYPE_ADMISSION_TICKET"
  }, {
    "location": {
      "location": {
        "place_info": {
          "name": "Mutitjulu Waterhole",
          "coordinates": {
            "latitude": -25.3511774,
            "longitude": 131.0326859
          }
        }
      }
    },
    "relation_type": "RELATION_TYPE_RELATED_NO_ADMISSION"
  }
]

有关位置和地图注点在推荐活动中运作方式的更多详情 您可以在位置和地图注点部分找到相关信息。

确保已设置导览和其他类别标签

所有引导式体验产品的 guided-tours 都应设置为 某个选项类别字段这样,Google 就可以准确了解 这是一个引导式商品,可防止此商品意外展示 并导致产品被下架。

family-friendly”等其他标签也应设置为这些商品 因为 Google 会使用这些标签来选择要按特定类别显示的商品, 搜索查询和过滤器。

以下示例展示了如何以 JSON 格式设置商品类别:

  "option_categories": [
      {
          "label": "guided-tour"
      },
      {
          "label": "family-friendly"
      }
  ],

如需查看完整的商品类别列表,请参阅商品类别部分。

尽可能提供多张图片

体验类商品至少需要一张图片才能投放,但 建议尽可能提供多张图片。Google 使用 多种方式上传多张图片,包括:

  • 在轮播界面中显示多张图片
  • Google 可以选择质量最高的图片展示给用户, 提供更好的用户体验
  • 在下列情况下,Google 可以投放替代图片: <ph type="x-smartling-placeholder">
      </ph>
    • 某张图片不符合 Google 的准则,例如 过于模糊或不恰当
    • 避免与使用类似图片的其他商品发生冲突。

如需详细了解如何优化图片,请参阅 图片和摄影准则

添加可进一步处理用户体验并提高排名的字段

可选的信息字段,例如 fulfillment_typeconfirmation_type 在某些 surface 上会进行额外的界面处理。查看额外建议 信息可以建立用户信任、激发用户兴趣并改善 整体用户体验。所提供数据的完整性用作 我们的质量指标,在进行商品排名时会将此因素考虑在内。

以下字段对于“体验”类产品尤为重要:

  • 评分
  • fulfillment_type
  • confirmation_type
  • product_features
  • option_features(如未提供 product_features)
  • text_features
  • related_media(如果使用 TTD 广告,则为必需)

确保提供详细的商品说明

详细的产品说明会在 用户点击商品。高质量的商品说明可增加用户数量 互动并提高点击率。Google 还会将商品说明用于 确定产品是否应该针对某些分类搜索进行展示。

仅限 Restech:确保已设置 brand_name 字段

如果您需要发送不同品牌下销售的商品,请确保 product/brand_name 字段设置正确。推荐活动利用平台 如果向用户显示了卖方的名称,则使用此字段。

仅限 Restech:确保商品在适当情况下标记为 INVENTORY_TYPE_OPERATOR_DIRECT

如果您代表旅行社,请务必填写 inventory_types 字段 设置正确。对于直接深层链接到 体验的实际运营方 提供了 INVENTORY_TYPE_OPERATOR_DIRECT,以便获得特殊的用户体验 。

优化核对清单

以下核对清单总结了针对体验类商品的最佳做法

  • 一般优化:
  • 体验优化: