データレイヤーとイベント
この記事では、Tealium Shopifyアプリによって追跡されるデータレイヤー変数とイベントについて説明します。
TealiumデータレイヤーとUniversal Data Objectについての詳細は、データレイヤーへの導入とUniversal Data Objectを参照してください。
サポートされている変数
以下のユニバーサルデータレイヤー変数がTealium Shopifyアプリでサポートされています:
変数 | 説明 |
---|---|
cart_total_items |
整数 |
cart_total_value |
浮動小数点数 |
country_code |
文字列 |
customer_city |
文字列 |
customer_country |
文字列 |
customer_email |
文字列 |
customer_first_name |
文字列 |
customer_id |
文字列 |
customer_last_name |
文字列 |
customer_logged_in |
ブール値 |
customer_state |
文字列 |
customer_zip |
文字列 |
language_code |
文字列 |
order_currency |
文字列 |
order_discount_amount |
文字列 |
order_id |
文字列 |
order_shipping |
浮動小数点数 |
order_subtotal |
浮動小数点数 |
order_tax |
浮動小数点数 |
order_total |
浮動小数点数 |
page_name |
文字列 |
page_type |
文字列 |
payment_gateway |
文字列 |
product_brand |
リスト |
product_category |
リスト |
product_currency |
文字列 |
product_id |
リスト |
product_image_url |
リスト |
product_main_id |
リスト |
product_name |
リスト |
product_normal_price |
リスト |
product_on_page |
リスト |
product_one_variant |
リスト |
product_price |
リスト |
product_quantity |
リスト |
product_sku |
リスト |
product_unit_price |
リスト |
product_url |
リスト |
search_keyword |
文字列 |
search_results |
整数 |
site_section |
文字列 |
tealium_event |
文字列 |
tealium_from_checkout |
整数 |
tealium_visitor_id |
文字列 |
以下のセクションでは、特定のイベントの例を示します。
page_viewとcategory_viewイベントの例
変数 | 例の値 |
---|---|
cart_total_items |
“0” |
cart_total_value |
“0.00” |
customer_logged_in |
“false” |
language_code |
“en” |
page_name |
“女性の服” |
page_type |
“page” |
product_on_page |
[“40586935271479”, “40586935664695”, “40586935599159”, “40586935402551”, “40586935762999”,…] |
site_section |
“collection” |
product_viewイベントの例
変数 | 例の値 |
---|---|
cart_total_items |
“0” |
cart_total_value |
“0.00” |
customer_logged_in |
“false” |
language_code |
“en” |
page_name |
“女性の靴” |
page_type |
“product” |
product_brand |
[“XYZ Shoes”] |
product_id |
[“6933873000503”] |
product_name |
[“フラットシューズ”] |
product_price |
[“600.00”] |
product_sku |
[""] |
site_section |
“product” |
tealium_event |
“product_view” |
tealium_visitor_id |
“01902bf47c7200111b70236f67ee0506f004b06700fbe” |
cart_add / cart_removeの例
変数 | 例の値 |
---|---|
cart_total_items |
“0” |
cart_total_value |
“0.00” |
customer_logged_in |
“false” |
language_code |
“en” |
page_name |
“女性の服” |
page_type |
“product” |
product_brand |
[“XYZ Clothing”] |
product_category |
[""] |
product_currency |
“CAD” |
product_id |
[“40586935402551”] |
product_image_url |
[""] |
product_main_id |
[6933873000503] |
product_name |
[“XYZ女性用フラットシューズ”] |
product_normal_price |
[600] |
product_one_variant |
[true] |
product_quantity |
[1] |
product_unit_price |
[600] |
product_url |
["/products/the-collection-snowboard-hydrogen?variant=40586935402551"] |
tealium_visitor_id |
“01902bf47c7200111b70236f67ee0506f004b06700fbe” |
検索イベントの例
変数 | 例の値 |
---|---|
cart_total_items |
“0” |
cart_total_value |
“0.00” |
customer_logged_in |
“false” |
language_code |
“en” |
search_keyword |
“靴” |
search_results |
12 |
site_section |
“search” |
page_name |
“検索: "靴"の結果12件” |
product_on_page |
[“40586935009335”, “40586935566391”, “40586935500855”, “40586934976567”, “40586935402551”,…] |
購入イベントの例
変数 | 例の値 |
---|---|
site_section |
“order” |
tealium_from_checkout |
1 |
customer_country |
“US” |
customer_state |
“CA” |
customer_city |
“サンディエゴ” |
customer_zip |
“92121” |
customer_id |
“6691629760567” |
customer_logged_in |
“false” |
customer_email |
“user.name@example.com” |
customer_first_name |
“user” |
customer_last_name |
“name” |
country_code |
“US” |
order_id |
“5853792796727” |
order_subtotal |
2400 |
order_total |
2400 |
order_currency |
“USD” |
order_tax |
0 |
order_shipping |
0 |
order_discount_amount |
"" |
payment_gateway |
“shopify_payments” |
product_id |
[“6933873000503”] |
product_on_page |
[“6933873000503”] |
product_quantity |
[4] |
product_unit_price |
[2400] |
product_name |
[“XYZ女性用フラットシューズ”] |
product_sku |
[“40586935402551”] |
page_name |
“情報 - Tealiumapp - チェックアウト” |
cart_total_items |
1 |
cart_total_value |
2400 |
page_type |
“order” |
tealium_event |
“purchase” |
tealium_visitor_id |
“01902bf47c7200111b70236f67ee0506f004b06700fbe” |
最終更新日 :: 2024年October月30日