You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purchase request failed to submit: fired when user clicks on the send request button the the /checkout page but does not successfully submit an inquiry. If we start displaying errors (state not added), we might want to gather those in a property eventually -- we do that for other "fail" events, eg. registration_failed_to_submit for auctions
Clicked "Back to Browsing" purchase flow: fires when user clicks the Back to Browsing button on the /thank-you page
Sent Artwork Inquiry: send when user successfully sends an inquiry from the purchase flow
Created account: fires when the user creates an account during the purchase flow
properties: {
context: purchase flow
user_id: similarly, will have to force the user_id -- this is already done for the account creation events from modals
}
The text was updated successfully, but these errors were encountered:
@1aurabrown @anipetrov Please elaborate on requirements
experiment_id: purchase_flow,
experiment_name: purchase_flow,
variation_id: [purchase, control],
variation_name: [purchase, control],
nonInteraction:1
}
artwork_id: artwork._id,
context_type: sidebar
}
artwork_id: artwork._id,
context_type: sidebar
}
send request
button the the /checkout page but does not successfully submit an inquiry. If we start displaying errors (state not added), we might want to gather those in a property eventually -- we do that for other "fail" events, eg.registration_failed_to_submit
for auctionsBack to Browsing
button on the /thank-you pageartwork_id: artwork._id,
artwork_slug: artwork.id,
inquiry_id: inquiry_request.id
user_id: user.id -> grabbed after signup
}
context: purchase flow
user_id: similarly, will have to force the user_id -- this is already done for the account creation events from modals
}
The text was updated successfully, but these errors were encountered: