跳转到内容

使用目录管理器 (Catalog Manager) 配置动态广告

术语表

术语定义
目录A catalog holds the products you intend to sell. AppLovin recommends that you have only one catalog for all your products.
款式Variants are individual SKUs to sell. Every SKU should be its own variant. The catalog manager considers variants that have the same itemId to be variants of the same item. For example, a Red Small Shirt, Red Large Shirt, and Blue Large Shirt by the same brand are each their own variant but share the same itemId.

开始使用

如果您是通过 Shopify 应用集成像素代码 (Pixel),请联系您的客户经理。 否则,请采取下列步骤:

  1. 验证您的像素代码是否能发送 item_variant_id
  2. 下载 Catalog CSV 模板 并在其中填写您的产品目录信息。确保所有字段中都不包含逗号 (逗号只能用于分隔字段)。
  3. 将 CSV 上传至可公开访问的位置。请参阅此示例
  4. 与您的 AppLovin 代表分享 CSV 下载链接。
  5. 如有变更,请及时更新上传的 CSV。AppLovin 会在 UTC 每天 18:00 时自动同步新的变更至您的产品目录。

Variant 对象

字段类型是否必要?描述
additionalImageUrlsString[]与该款式关联的附加图片。有效的扩展名包括 .jpg.jpeg 以及 .png。请使用分号而非逗号来分隔此数组中的各项。
additionalVideoUrlsString[]与该款式关联的附加视频。有效的扩展名为 mp4。请使用分号而非逗号来分隔此数组中的各项。
ageGroupStringADULTSALL_AGESINFANTKIDSNEWBORNTODDLER 之一
brandString存在带有相同 itemId 的另一个款式时会被忽略。不能超过 256 个字符。
categoryIdIntegerGoogle 类别 ID
descriptionString款式的简短描述。描述应简明扼要、信息完整,且不得超过 8192 个字符。
genderStringFEMALEMALEUNISEX 之一
idString款式 ID。必须与像素代码中的 item_variant_id 相匹配。不能超过 64 个字符。
isAvailableBoolean款式是否有货或缺货
isBundleBoolean此款式是否为多个商品的组合套装销售。
itemIdString商品不同款式共用的 ID。必须与像素代码中的 item_id 相匹配。不能超过 64 个字符。
multipackQuantityNumber单独一包中相同物品的数量
nameString款式的名称。不能超过 1024 个字符。
numberOfReviewsNumber该款式的评论总数
priceDecimal款式的价格。如果该商品款式正在促销,价格应填写促销前的原价。
primaryImageUrlStringThe primary image associated with the variant, shown by default when the variant displays. Valid extensions are .jpg, .jpeg, and .png. Must be no longer than 2048 characters.
primaryVideoUrlStringThe primary video associated with the variant, shown by default when the variant displays. Valid extension is mp4. Must be no longer than 2048 characters.
ratingDecimal款式的评分范围从 0 到 5。如果没有评分,则为 null
rewardEndDateDateTimeWhen the rewardPercent validity ends. Format this as a UTC time according to ISO-8601, without a time zone offset (for example: 2025-01-07T00:00:00). If rewardStartDate and rewardEndDate are both null, the rewardPercent is not active. If only rewardEndDate is null, the rewardPercent is active beginning at the rewardStartDate.
rewardPercentNumber客户因购买该款式而获得的奖励百分比以 0 - 100 之间的数字表示
rewardStartDateDateTimeWhen the rewardPercent begins to be valid. Format this as a UTC time according to ISO-8601, without a time zone offset (for example: 2025-01-01T00:00:00). If rewardStartDate and rewardEndDate are both null, the rewardPercent is not active. If only rewardEndDate is null, the rewardPercent is active beginning at the rewardStartDate.
salePriceDecimal该款式的促销价格。如果该款式未参与促销,则 null
salePriceEndDateDateTimesalePrice 有效期结束时间。请按照 ISO-8601 标准将其格式化为 UTC 时间,不包含时区偏移(例如:2025-01-07T00:00:00)。如果 salePriceStartDatesalePriceEndDate 均为 null,则 salePrice 处于非激活状态。如果只有 salePriceEndDatenull,则 salePricesalePriceStartDate 开始处于激活状态。
salePriceStartDateDateTimesalePrice 生效的时间。请按照 ISO-8601 标准将其格式化为 UTC 时间,不包含时区偏移(例如:2025-01-01T00:00:00)。如果 salePriceStartDatesalePriceEndDate 均为 null,则 salePrice 处于非激活状态。如果只有 salePriceStartDatenull,则 salePrice 将保持激活状态,直到 salePriceEndDate
webUrlString产品登陆页 URL。该页面必须运行像素代码并触发查看商品事件。