Definition#
A billing_method_selected
event is recorded when a visitor provides payment information during the checkout process on an e-commerce website.Usage#
This event is commonly used in e-commerce tracking setups to monitor the payment information entry process. When a visitor provides payment details such as credit card information, billing address, or payment method, a billing_method_selected
event is triggered.Common schema#
The event is accompanied by an detail
object containing information about the checkout products(s).
The detail
object must include the following properties:detail.currency
required
The currency in which the checkout value is expressed (e.g., EUR).
detail.value
required
The total value of the event, representing the sum resulting from the current price of each product multiplied by its quantity. (Use dot as decimal separator).
detail.products
required
An array containing details of the products in the checkout process. Each product detail is an object with a standard structure.
Expand product
object common schema
detail.shipping
required
The shipping details (e.g. Ground, Air, Next-day) selected for delivery of the purchased item.
Expand shipping
object common schema
detail.payments
required
The payment details selected.
Expand payment
object common schema
detail.coupons
optional
An array containing details of the coupons associated with the event.
Expand coupon
object common schema
Example#
Modified at 2025-05-29 10:45:23