Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

登录Google Ads后台,按以下参数配置转化追踪:
完成创建后点击“CREATE AND CONTINUE”进入下一步
theme.liquid文件中,将代码粘贴至<head>与</head>标签之间
{% if first_time_accessed %}
// 事件代码段
gtag('event', 'conversion', {
'send_to': 'AW-XXXXXXXXX/YYYYYYYYYYYY',
'value': {{ checkout.total_price | money_without_currency }},
'currency': '{{ shop.currency }}',
'transaction_id': '{{ order_number }}'
});
{% endif %}
{{ checkout.total_price | money_without_currency }}{{ checkout.subtotal_price | money_without_currency }}建议通过以下方式增强广告定位效果:
技术说明:
'currency': '{{ shop.currency }}''transaction_id': '{{ order_number }}'