Retrieve e-commerce signal events for a domain. Detects online revenue and transaction volume changes (month-over-month, quarter-over-quarter, year-over-year) and bucket transitions. Data is monthly, released ~6th of the following month. Without date parameters, returns the latest available snapshot.
Possible output fields:
domain: Domain the signal was detected for (e.g., shopify.com)
metric: E-commerce metric the event applies to. online_revenue = estimated online revenue in USD; online_transactions = estimated number of online transactions per month
type: Kind of event. changed = month-over-month value change on the metric; newly_reached = the metric just crossed into a new value bucket
direction: Direction of change for changed events: grew or declined. Omitted for newly_reached
period: Comparison period for changed events: qoq, mom, or yoy. Omitted for newly_reached
previous_metric_value: Bucketed metric value before the event (e.g., $5M - $10M). Empty for newly_reached events
new_metric_value: Bucketed metric value after the event (e.g., $10M - $25M)
message: Human-readable summary of the event
event_date: Date the signal event occurred (YYYY-MM-DD)