Referensi model data Klaviyo
Halaman ini mencantumkan data yang ditransfer ke BigQuery saat Anda menjalankan transfer data Klaviyo. Data disusun dalam tabel yang mencantumkan setiap nama kolom, jenis data tujuan yang terkait, dan jalur JSON dari data sumber.
Akun
Informasi dan metadata akun Klaviyo.
- Nama tabel: Accounts
- Endpoint:
/accounts - Referensi Klaviyo API: Get Accounts
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu account). |
id |
STRING | $.id |
ID unik untuk akun. |
test_account |
STRING | $.attributes.test_account |
Menunjukkan apakah ini adalah akun percobaan. |
default_sender_name |
STRING | $.attributes.contact_information.default_sender_name |
Nama default yang digunakan sebagai pengirim untuk email. |
default_sender_email |
STRING | $.attributes.contact_information.default_sender_email |
Alamat email default yang digunakan sebagai pengirim. |
website_url |
STRING | $.attributes.contact_information.website_url |
URL situs organisasi. |
organization_name |
STRING | $.attributes.contact_information.organization_name |
Nama organisasi. |
address1 |
STRING | $.attributes.contact_information.street_address.address1 |
Baris alamat 1. |
address2 |
STRING | $.attributes.contact_information.street_address.address2 |
Baris alamat 2. |
city |
STRING | $.attributes.contact_information.street_address.city |
Kota organisasi. |
region |
STRING | $.attributes.contact_information.street_address.region |
Negara bagian, provinsi, atau wilayah. |
country |
STRING | $.attributes.contact_information.street_address.country |
Negara. |
zip |
STRING | $.attributes.contact_information.street_address.zip |
Kode pos. |
industry |
STRING | $.attributes.industry |
Vertikal industri akun. |
timezone |
STRING | $.attributes.timezone |
Setelan zona waktu untuk akun. |
preferred_currency |
STRING | $.attributes.preferred_currency |
Mata uang utama yang digunakan oleh akun. |
public_api_key |
STRING | $.attributes.public_api_key |
Kunci API publik (ID Situs) untuk integrasi sisi klien. |
locale |
STRING | $.attributes.locale |
Setelan lokal (misalnya, en-US). |
Kupon
Kupon untuk diskon dan promosi.
- Nama tabel: Kupon
- Endpoint:
/coupons - Referensi API Klaviyo: Get Coupons
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu coupon). |
id |
STRING | $.id |
ID internal unik untuk kupon. |
external_id |
STRING | $.attributes.external_id |
ID eksternal (sering kali sama dengan nama/ID). |
description |
STRING | $.attributes.description |
Deskripsi penawaran kupon. |
low_balance_threshold |
STRING | $.attributes.monitor_configuration.low_balance_threshold |
Ambang batas untuk memicu notifikasi saldo rendah. |
CouponCode
Kode unik individual yang dibuat untuk kupon tertentu.
- Nama tabel: CouponCode
- Endpoint:
/coupon-codes - Referensi Klaviyo API: Get Coupon Codes
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu coupon-code). |
id |
STRING | $.id |
ID unik untuk instance kode tertentu ini. |
unique_code |
STRING | $.attributes.unique_code |
String kode alfanumerik sebenarnya. |
expires_at |
TIMESTAMP | $.attributes.expires_at |
Stempel waktu saat kode ini berakhir masa berlakunya. |
status |
STRING | $.attributes.status |
Status kode (misalnya, DITETAPKAN, TIDAK DITETAPKAN). |
coupon_id |
STRING | $.relationships.coupon.data.id |
ID definisi Kupon induk. |
Acara
Peristiwa aktivitas yang dilacak untuk profil (misalnya, Pesanan yang Dilakukan, Produk yang Dilihat).
- Nama tabel: Events
- Endpoint:
/events - Referensi Klaviyo API: Get Events
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu event). |
id |
STRING | $.id |
ID unik untuk acara. |
timestamp |
FLOAT | $.attributes.timestamp |
Stempel waktu Unix saat peristiwa terjadi. |
event_properties |
JSON | $.attributes.event_properties |
Properti JSON kustom yang khusus untuk jenis peristiwa (misalnya, item dalam pesanan). |
datetime |
TIMESTAMP | $.attributes.datetime |
Stempel waktu ISO 8601 untuk peristiwa. |
uuid |
STRING | $.attributes.uuid |
ID Unik Universal untuk acara. |
profile_id |
STRING | $.relationships.profile.data.id |
ID profil (pelanggan) yang terkait dengan peristiwa. |
metric_id |
STRING | $.relationships.metric.data.id |
ID definisi metrik (jenis peristiwa). |
attribution_ids |
STRING BERULANG | $.relationships.attributions.data[*].id |
ID kampanye/alur yang diatribusikan ke peristiwa ini. |
Flow
Alur pemasaran otomatis yang dipicu oleh peristiwa atau kondisi tertentu.
- Nama tabel: Flows
- Endpoint:
/flows - Referensi Klaviyo API: Get Flows
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu flow). |
id |
STRING | $.id |
ID unik untuk alur. |
name |
STRING | $.attributes.name |
Nama alur. |
status |
STRING | $.attributes.status |
Status operasional (misalnya, aktif, draf). |
archived |
BOOLEAN | $.attributes.archived |
Apakah alur diarsipkan. |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu modifikasi terakhir. |
trigger_type |
STRING | $.attributes.trigger_type |
Mekanisme yang memicu alur (misalnya, Ditambahkan ke Daftar", "Metrik"). |
flow_actions_ids |
STRING BERULANG | $.relationships.flow-actions.data[*].id |
ID tindakan (langkah) dalam alur ini. |
tag_ids |
STRING BERULANG | $.relationships.tags.data[*].id |
ID tag yang ditetapkan ke alur ini. |
Formulir
Formulir pendaftaran untuk mengumpulkan informasi pelanggan.
- Nama tabel: Formulir
- Endpoint:
/forms - Referensi Klaviyo API: Get Forms
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu form). |
id |
STRING | $.id |
ID unik untuk formulir. |
name |
STRING | $.attributes.name |
Nama formulir. |
status |
STRING | $.attributes.status |
Status formulir (misalnya, aktif, draf). |
ab_test |
BOOLEAN | $.attributes.ab_test |
Apakah formulir menjalankan pengujian A/B. |
created_at |
TIMESTAMP | $.attributes.created_at |
Stempel waktu pembuatan. |
updated_at |
TIMESTAMP | $.attributes.updated_at |
Stempel waktu modifikasi terakhir. |
Gambar
Gambar yang diupload ke Klaviyo untuk digunakan dalam kampanye dan template.
- Nama tabel: Gambar
- Endpoint:
/images - Referensi Klaviyo API: Get Images
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu image). |
id |
STRING | $.id |
ID unik. |
name |
STRING | $.attributes.name |
Nama file atau nama gambar. |
image_url |
STRING | $.attributes.image_url |
URL publik untuk mengakses gambar. |
format |
STRING | $.attributes.format |
Format file gambar (misalnya, jpeg, png). |
size |
FLOAT | $.attributes.size |
Ukuran file dalam byte. |
hidden |
BOOLEAN | $.attributes.hidden |
Apakah gambar disembunyikan di UI. |
updated_at |
TIMESTAMP | $.attributes.updated_at |
Stempel waktu modifikasi terakhir. |
Daftar
Daftar statis kontak/profil.
- Nama tabel: Lists
- Endpoint:
/lists - Referensi Klaviyo API: Get Lists
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu list). |
id |
STRING | $.id |
ID unik untuk daftar. |
name |
STRING | $.attributes.name |
Nama daftar kontak. |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu modifikasi terakhir. |
opt_in_process |
STRING | $.attributes.opt_in_process |
Setelan keikutsertaan (misalnya, 'single_opt_in' atau 'double_opt_in'). |
tag_ids |
STRING BERULANG | $.relationships.tags.data[*].id |
ID tag yang ditetapkan ke daftar ini. |
flow_triggers_ids |
STRING BERULANG | $.relationships.flow-triggers.data[*].id |
ID alur yang dipicu dengan menambahkan profil ke daftar ini. |
Metrik
Jenis peristiwa yang dapat dilacak (misalnya, "Email Diterima").
- Nama tabel: Metrik
- Endpoint:
/metrics - Referensi Klaviyo API: Get Metrics
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu metric). |
id |
STRING | $.id |
ID unik (misalnya, Kode 6 karakter untuk UUID generik dan UUID panjang untuk kustom). |
name |
STRING | $.attributes.name |
Nama yang dapat dibaca manusia (misalnya, "Placed Order"). |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu modifikasi terakhir. |
integration |
JSON | $.attributes.integration |
Info tentang integrasi yang menyediakan metrik ini (misalnya, nama, kategori, gambar). |
flow_triggers_ids |
STRING BERULANG | $.relationships.flow-triggers.data[*].id |
ID alur yang dipicu oleh metrik ini. |
Profil
Profil pelanggan yang komprehensif yang berisi histori atribut dan aktivitas.
- Nama tabel: Profil
- Endpoint:
/profiles - Referensi Klaviyo API: Get Profiles
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu profile). |
id |
STRING | $.id |
ID Klaviyo unik untuk profil. |
email |
STRING | $.attributes.email |
Alamat email utama. |
phone_number |
STRING | $.attributes.phone_number |
Nomor telepon dalam format E.164. |
external_id |
STRING | $.attributes.external_id |
ID dari sistem eksternal. |
first_name |
STRING | $.attributes.first_name |
First name. |
last_name |
STRING | $.attributes.last_name |
Last name. |
organization |
STRING | $.attributes.organization |
Nama perusahaan atau organisasi. |
locale |
STRING | $.attributes.locale |
Setelan Lokalitas/Bahasa. |
title |
STRING | $.attributes.title |
Jabatan. |
image |
STRING | $.attributes.image |
URL gambar profil. |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan profil. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu update terakhir. |
last_event_date |
TIMESTAMP | $.attributes.last_event_date |
Stempel waktu peristiwa terbaru. |
address1 |
STRING | $.attributes.location.address1 |
Baris alamat 1. |
address2 |
STRING | $.attributes.location.address2 |
Baris alamat 2. |
city |
STRING | $.attributes.location.city |
Kota. |
country |
STRING | $.attributes.location.country |
Negara. |
latitude |
STRING | $.attributes.location.latitude |
Koordinat lintang. |
longitude |
STRING | $.attributes.location.longitude |
Koordinat bujur. |
region |
STRING | $.attributes.location.region |
Negara bagian atau wilayah. |
zip |
STRING | $.attributes.location.zip |
Kode pos. |
timezone |
STRING | $.attributes.location.timezone |
Zona waktu. |
ip |
STRING | $.attributes.location.ip |
alamat IP eksternal. |
properties |
JSON | $.attributes.properties |
Pasangan nilai kunci properti kustom. |
email_marketing_can_receive_email_marketing |
BOOLEAN | $.attributes.subscriptions.email.marketing.can_receive_email_marketing |
Apakah profil dapat menerima pemasaran email. |
email_marketing_consent |
STRING | $.attributes.subscriptions.email.marketing.consent |
Status izin (misalnya, SUBSCRIBED, UNSUBSCRIBED). |
email_marketing_consent_timestamp |
TIMESTAMP | $.attributes.subscriptions.email.marketing.consent_timestamp |
Waktu izin diberikan. |
email_marketing_last_updated |
TIMESTAMP | $.attributes.subscriptions.email.marketing.last_updated |
Kapan izin email terakhir diperbarui. |
email_marketing_method |
STRING | $.attributes.subscriptions.email.marketing.method |
Metode izin (misalnya, FORM). |
email_marketing_method_detail |
STRING | $.attributes.subscriptions.email.marketing.method_detail |
Sumber spesifik metode. |
email_marketing_custom_method_detail |
STRING | $.attributes.subscriptions.email.marketing.custom_method_detail |
Detail kustom untuk metode izin. |
email_marketing_double_optin |
BOOLEAN | $.attributes.subscriptions.email.marketing.double_optin |
Apakah keikutsertaan ganda telah selesai. |
sms_marketing_can_receive_sms_marketing |
BOOLEAN | $.attributes.subscriptions.sms.marketing.can_receive_sms_marketing |
Apakah profil dapat menerima pemasaran SMS. |
sms_marketing_consent |
STRING | $.attributes.subscriptions.sms.marketing.consent |
Status izin SMS. |
sms_marketing_consent_timestamp |
TIMESTAMP | $.attributes.subscriptions.sms.marketing.consent_timestamp |
Waktu izin SMS diberikan. |
sms_marketing_last_updated |
TIMESTAMP | $.attributes.subscriptions.sms.marketing.last_updated |
Kapan izin SMS terakhir diperbarui. |
sms_marketing_method |
STRING | $.attributes.subscriptions.sms.marketing.method |
Metode izin SMS. |
sms_marketing_method_detail |
STRING | $.attributes.subscriptions.sms.marketing.method_detail |
Detail metode izin SMS. |
sms_transactional_can_receive_sms_transactional |
BOOLEAN | $.attributes.subscriptions.sms.transactional.can_receive_sms_transactional |
Apakah profil dapat menerima SMS transaksional. |
sms_transactional_consent |
STRING | $.attributes.subscriptions.sms.transactional.consent |
Status izin SMS transaksional. |
sms_transactional_consent_timestamp |
TIMESTAMP | $.attributes.subscriptions.sms.transactional.consent_timestamp |
Saat izin transaksional diberikan. |
sms_transactional_last_updated |
TIMESTAMP | $.attributes.subscriptions.sms.transactional.last_updated |
Kapan status transaksi terakhir diperbarui. |
sms_transactional_method |
STRING | $.attributes.subscriptions.sms.transactional.method |
Metode SMS transaksional. |
sms_transactional_method_detail |
STRING | $.attributes.subscriptions.sms.transactional.method_detail |
Detail metode SMS transaksional. |
mobile_push_can_receive_push_marketing |
BOOLEAN | $.attributes.subscriptions.mobile_push.marketing.can_receive_push_marketing |
Apakah profil dapat menerima pemasaran push. |
mobile_push_consent |
STRING | $.attributes.subscriptions.mobile_push.marketing.consent |
Mendorong status izin. |
mobile_push_consent_timestamp |
TIMESTAMP | $.attributes.subscriptions.mobile_push.marketing.consent_timestamp |
Saat izin push diberikan. |
predictive_analytics_historic_number_of_orders |
FLOAT | $.attributes.predictive_analytics.historic_number_of_orders |
Total pesanan historis. |
predictive_analytics_predicted_number_of_orders |
FLOAT | $.attributes.predictive_analytics.predicted_number_of_orders |
Prediksi pesanan pada masa mendatang. |
predictive_analytics_average_days_between_orders |
FLOAT | $.attributes.predictive_analytics.average_days_between_orders |
Rata-rata hari di antara pesanan. |
predictive_analytics_average_order_value |
FLOAT | $.attributes.predictive_analytics.average_order_value |
Nilai pesanan rata-rata historis. |
predictive_analytics_historic_clv |
FLOAT | $.attributes.predictive_analytics.historic_clv |
Nilai Umur Pelanggan Historis. |
predictive_analytics_predicted_clv |
FLOAT | $.attributes.predictive_analytics.predicted_clv |
Prediksi Nilai Umur Pelanggan. |
predictive_analytics_total_clv |
FLOAT | $.attributes.predictive_analytics.total_clv |
CLV Historis + yang Diprediksi. |
predictive_analytics_churn_probability |
FLOAT | $.attributes.predictive_analytics.churn_probability |
Probabilitas churn (0-1). |
predictive_analytics_expected_date_of_next_order |
TIMESTAMP | $.attributes.predictive_analytics.expected_date_of_next_order |
Tanggal prediksi pesanan berikutnya. |
email_marketing_suppression_reason |
JSON BERULANG | $.attributes.subscriptions.email.marketing.suppression[*] |
Alasan peniadaan email (misalnya, email tidak terkirim). |
email_marketing_list_suppressions_reason |
JSON BERULANG | $.attributes.subscriptions.email.marketing.list_suppressions[*] |
Alasan peniadaan khusus daftar. |
push_tokens_ids |
STRING BERULANG | $.relationships.push-tokens.data[*].id |
ID token push terkait. |
Ulasan
Ulasan produk yang dikirimkan oleh pelanggan.
- Nama tabel: Ulasan
- Endpoint:
/reviews - Referensi Klaviyo API: Get Reviews
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu review). |
id |
STRING | $.id |
ID unik untuk ulasan. |
email |
STRING | $.attributes.email |
Email pengulas. |
value |
STRING | $.attributes.status.value |
Nilai status (misalnya, dipublikasikan, ditolak). |
reason |
STRING | $.attributes.status.rejection_reason.reason |
Alasan penolakan jika ada. |
status_explanation |
STRING | $.attributes.status.rejection_reason.status_explanation |
Penjelasan mendetail tentang status. |
verified |
BOOLEAN | $.attributes.verified |
Apakah pembelian diverifikasi. |
review_type |
STRING | $.attributes.review_type |
Jenis ulasan (misalnya, ulasan produk). |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu modifikasi terakhir. |
images |
STRING BERULANG | $.attributes.images[*] |
URL gambar yang dilampirkan ke ulasan. |
product_url |
STRING | $.attributes.product.url |
URL produk yang diulas. |
product_name |
STRING | $.attributes.product.name |
Nama produk. |
product_image_url |
STRING | $.attributes.product.image_url |
URL gambar produk. |
product_external_id |
STRING | $.attributes.product.external_id |
ID eksternal produk. |
rating |
INTEGER | $.attributes.rating |
Skor rating. |
author |
STRING | $.attributes.author |
Nama pengulas. |
content |
STRING | $.attributes.content |
Konten teks ulasan. |
title |
STRING | $.attributes.title |
Judul ulasan. |
smart_quote |
STRING | $.attributes.smart_quote |
Kutipan yang disoroti dari ulasan. |
public_reply_content |
STRING | $.attributes.public_reply.content |
Konten balasan publik penjual. |
public_reply_author |
STRING | $.attributes.public_reply.author |
Penulis balasan. |
public_reply_updated |
STRING | $.attributes.public_reply.updated |
Stempel waktu pembaruan balasan. |
event_ids |
STRING BERULANG | $.relationships.events.data[*].id |
ID acara terkait. |
Segmen
Grup profil dinamis berdasarkan kriteria tertentu.
- Nama tabel: Segmen
- Endpoint:
/segments - Referensi Klaviyo API: Get Segments
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu segment). |
id |
STRING | $.id |
ID unik untuk segmen. |
name |
STRING | $.attributes.name |
Nama segmen. |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu modifikasi terakhir. |
is_active |
BOOLEAN | $.attributes.is_active |
Apakah segmen aktif. |
is_processing |
BOOLEAN | $.attributes.is_processing |
Apakah segmen sedang diproses. |
is_starred |
BOOLEAN | $.attributes.is_starred |
Apakah segmen diberi bintang/difavoritkan. |
tag_ids |
STRING BERULANG | $.relationships.tags.data[*].id |
ID tag terkait. |
flow_triggers_ids |
STRING BERULANG | $.relationships.flow-triggers.data[*].id |
ID alur yang dipicu oleh segmen ini. |
condition_groups |
REPEATED RECORD | $.attributes.definition.condition_groups[*] |
Grup kondisi logika yang menentukan segmen. |
ConditionGroup
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
conditions |
Kondisi BERULANG | conditions[*] |
Daftar kondisi individual dalam grup. |
Kondisi
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | type |
Jenis kondisi (misalnya, profile-property). |
value |
JSON | N/A |
Nilai/konfigurasi kondisi. |
Tag
Tag digunakan untuk mengatur kampanye, alur, dan daftar.
- Nama tabel: Tag
- Endpoint:
/tags - Referensi Klaviyo API: Get Tags
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu tag). |
id |
STRING | $.id |
ID tag unik. |
name |
STRING | $.attributes.name |
Nama tag. |
tag_group_id |
STRING | $.relationships.tag-group.data.id |
ID grup tag tempat tag ini berada. |
Template
Template email dan pesan.
- Nama tabel: Template
- Endpoint:
/templates - Referensi Klaviyo API: Get Templates
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu template). |
id |
STRING | $.id |
ID unik. |
name |
STRING | $.attributes.name |
Nama template. |
editor_type |
STRING | $.attributes.editor_type |
Editor yang digunakan (misalnya, tarik lalu lepas). |
html |
STRING | $.attributes.html |
Konten HTML |
text |
STRING | $.attributes.text |
Versi teks template. |
| amp | STRING | $.attributes.amp |
Versi AMP template. |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu update terakhir. |
WebFeeds
Feed web yang digunakan untuk mengisi konten dalam pesan.
- Nama tabel: WebFeeds
- Endpoint:
/web-feeds - Referensi Klaviyo API: Get Web Feeds
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu web-feed). |
id |
STRING | $.id |
ID unik. |
name |
STRING | $.attributes.name |
Nama feed. |
url |
STRING | $.attributes.url |
URL Sumber Feed. |
request_method |
STRING | $.attributes.request_method |
Metode HTTP (GET/POST). |
content_type |
STRING | $.attributes.content_type |
Jenis konten (misalnya, JSON). |
status |
STRING | $.attributes.status |
Status feed. |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu update terakhir. |
DataSources
Sumber data yang terintegrasi ke dalam Klaviyo.
- Nama tabel: DataSources
- Endpoint:
/data-sources - Referensi Klaviyo API: Get Data Sources
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu data-source). |
id |
STRING | $.id |
ID unik. |
title |
STRING | $.attributes.title |
Judul sumber data. |
visibility |
STRING | $.attributes.visibility |
Tingkat visibilitas. |
description |
STRING | $.attributes.description |
Teks deskripsi. |
Kampanye
Kampanye pemasaran yang dikirim ke daftar atau segmen.
- Nama tabel: Kampanye
- Endpoint:
/campaigns - Referensi Klaviyo API: Get Campaigns
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu campaign). |
id |
STRING | $.id |
ID unik. |
name |
STRING | $.attributes.name |
Nama kampanye. |
status |
STRING | $.attributes.status |
Status kampanye (misalnya, Dikirim, Menjadwalkan). |
archived |
BOOLEAN | $.attributes.archived |
Apakah kampanye diarsipkan. |
included |
STRING BERULANG | $.attributes.audiences.included |
ID daftar/segmen yang disertakan. |
excluded |
STRING BERULANG | $.attributes.audiences.excluded |
ID daftar/segmen yang dikecualikan. |
send_options |
JSON | $.attributes.send_options |
Konfigurasi untuk pengiriman (misalnya, pengiriman cerdas). |
tracking_options |
JSON | $.attributes.tracking_options |
Konfigurasi untuk pelacakan (misalnya, parameter utm). |
send_strategy |
JSON | $.attributes.send_strategy |
Strategi untuk waktu pengiriman. |
created_at |
TIMESTAMP | $.attributes.created_at |
Stempel waktu pembuatan. |
scheduled_at |
TIMESTAMP | $.attributes.scheduled_at |
Waktu pengiriman kampanye dijadwalkan. |
updated_at |
TIMESTAMP | $.attributes.updated_at |
Stempel waktu update terakhir. |
send_time |
TIMESTAMP | $.attributes.send_time |
Waktu sebenarnya saat dikirim. |
tag_ids |
STRING BERULANG | $.relationships.tags.data[*].id |
ID tag terkait. |
campaign_message_ids |
STRING BERULANG | $.relationships.campaign-messages.data[*].id |
ID pesan yang ada dalam kampanye ini. |
CampaignMessages
Pesan individual (email/SMS) dalam kampanye.
- Nama tabel: CampaignMessages
- Endpoint:
/campaign-messages - Referensi Klaviyo API: Get Campaign Message
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource (selalu campaign-message). |
id |
STRING | $.id |
ID unik. |
definition |
JSON | $.attributes.definition |
Konten dan konfigurasi pesan. |
send_times |
JSON BERULANG | $.attributes.send_times[*] |
Waktu pengiriman terjadwal. |
created_at |
TIMESTAMP | $.attributes.created_at |
Stempel waktu pembuatan. |
updated_at |
TIMESTAMP | $.attributes.updated_at |
Stempel waktu update terakhir. |
campaign_id |
STRING | $.relationships.campaign.data.id |
ID kampanye induk. |
template_id |
STRING | $.relationships.template.data.id |
ID template yang digunakan. |
image_id |
STRING | $.relationships.image.data.id |
ID gambar terlampir. |
Kategori
Kategori produk dari katalog Anda.
- Nama tabel: Categories
- Endpoint:
/catalog-categories - Referensi Klaviyo API: Get Catalog Categories
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource. |
id |
STRING | $.id |
ID unik. |
name |
STRING | $.attributes.name |
Nama kategori. |
external_id |
STRING | $.attributes.external_id |
ID sistem eksternal. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu update terakhir. |
Item
Produk atau item individual dalam katalog Anda.
- Nama tabel: Item
- Endpoint:
/catalog-items - Referensi Klaviyo API: Get Catalog Items
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource. |
id |
STRING | $.id |
ID unik. |
external_id |
STRING | $.attributes.external_id |
ID sistem eksternal. |
title |
STRING | $.attributes.title |
Judul/nama item. |
description |
STRING | $.attributes.description |
Deskripsi tersedia. |
price |
FLOAT | $.attributes.price |
Harga item. |
url |
STRING | $.attributes.url |
URL ke item. |
image_full_url |
STRING | $.attributes.image_full_url |
URL gambar ukuran penuh. |
image_thumbnail_url |
STRING | $.attributes.image_thumbnail_url |
URL gambar thumbnail. |
images |
STRING BERULANG | $.attributes.images[*] |
Daftar URL gambar tambahan. |
custom_metadata |
JSON | $.attributes.custom_metadata |
Nilai kunci metadata kustom. |
published |
BOOLEAN | $.attributes.published |
Status publikasi. |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu update terakhir. |
variants_ids |
STRING BERULANG | $.relationships.variants.data[*].id |
ID varian untuk item ini. |
Varian
Varian tertentu dari item katalog (misalnya, ukuran, warna).
- Nama tabel: Varian
- Endpoint:
/catalog-variants - Referensi Klaviyo API: Get Catalog Variants
| Nama Kolom | Jenis | Jalur JSON | Deskripsi |
|---|---|---|---|
type |
STRING | $.type |
Jenis resource. |
id |
STRING | $.id |
ID unik. |
external_id |
STRING | $.attributes.external_id |
ID sistem eksternal. |
title |
STRING | $.attributes.title |
Judul varian. |
description |
STRING | $.attributes.description |
Deskripsi tersedia. |
sku |
STRING | $.attributes.sku |
Unit Penyimpanan Persediaan. |
inventory_policy |
FLOAT | $.attributes.inventory_policy |
Kebijakan untuk pengelolaan inventaris. |
inventory_quantity |
FLOAT | $.attributes.inventory_quantity |
Jumlah stok saat ini. |
price |
FLOAT | $.attributes.price |
Harga. |
url |
STRING | $.attributes.url |
URL ke varian. |
image_full_url |
BOOLEAN | $.attributes.image_full_url |
URL gambar lengkap tersedia (Boolean). |
image_thumbnail_url |
STRING | $.attributes.image_thumbnail_url |
URL gambar thumbnail. |
images |
STRING BERULANG | $.attributes.images[*] |
Daftar gambar. |
published |
BOOLEAN | $.attributes.published |
Status publikasi. |
created |
TIMESTAMP | $.attributes.created |
Stempel waktu pembuatan. |
updated |
TIMESTAMP | $.attributes.updated |
Stempel waktu update terakhir. |