Klaviyo 数据模型参考文档
本页面列出了您运行 Klaviyo 数据转移时转移到 BigQuery 的数据。 数据整理到表格中,其中列出了每个字段名称、关联的目标数据类型以及源数据中的 JSON 路径。
账号
Klaviyo 账号信息和元数据。
- 表名称:Accounts
- 端点:
/accounts - Klaviyo API 参考文档:获取账号
| 字段名称 | 类型 | JSONPath | 说明 |
|---|---|---|---|
type |
STRING | $.type |
资源类型(始终为 account)。 |
id |
STRING | $.id |
相应账号的唯一标识符。 |
test_account |
STRING | $.attributes.test_account |
指明相应账号是否为测试账号。 |
default_sender_name |
STRING | $.attributes.contact_information.default_sender_name |
用作电子邮件发件人的默认名称。 |
default_sender_email |
STRING | $.attributes.contact_information.default_sender_email |
用作发件人的默认电子邮件地址。 |
website_url |
STRING | $.attributes.contact_information.website_url |
组织的网站网址。 |
organization_name |
STRING | $.attributes.contact_information.organization_name |
组织名称。 |
address1 |
STRING | $.attributes.contact_information.street_address.address1 |
街道地址第 1 行。 |
address2 |
STRING | $.attributes.contact_information.street_address.address2 |
街道地址第 2 行。 |
city |
STRING | $.attributes.contact_information.street_address.city |
组织的所在城市。 |
region |
STRING | $.attributes.contact_information.street_address.region |
州、省或区域。 |
country |
STRING | $.attributes.contact_information.street_address.country |
国家/地区。 |
zip |
STRING | $.attributes.contact_information.street_address.zip |
邮政编码。 |
industry |
STRING | $.attributes.industry |
相应账号的垂直行业。 |
timezone |
STRING | $.attributes.timezone |
账号的时区设置。 |
preferred_currency |
STRING | $.attributes.preferred_currency |
账号使用的主要币种。 |
public_api_key |
STRING | $.attributes.public_api_key |
用于客户端集成的公开 API 密钥(网站 ID)。 |
locale |
STRING | $.attributes.locale |
语言区域设置(例如 en-US)。 |
优惠券
用于折扣和促销活动的优惠券。
- 表名称:Coupons
- 端点:
/coupons - Klaviyo API 参考文档:Get Coupons
| 字段名称 | 类型 | JSONPath | 说明 |
|---|---|---|---|
type |
STRING | $.type |
资源类型(始终为 coupon)。 |
id |
STRING | $.id |
优惠券的唯一内部标识符。 |
external_id |
STRING | $.attributes.external_id |
外部标识符(通常与名称/ID 相同)。 |
description |
STRING | $.attributes.description |
优惠券优惠的说明。 |
low_balance_threshold |
STRING | $.attributes.monitor_configuration.low_balance_threshold |
触发余额不足提醒的阈值。 |
CouponCode
为特定优惠券生成的唯一代码。
- 表名称:CouponCode
- 端点:
/coupon-codes - Klaviyo API 参考文档: