% of the customers click the SignOff button/link at the end of their checkout | Community
Skip to main content
January 19, 2020
Solved

% of the customers click the SignOff button/link at the end of their checkout

  • January 19, 2020
  • 2 replies
  • 3158 views

I'm looking to track the percentage of customers that click the SignOff button at the end of their checkout. Currently im able to pull the amount of logged in customers for a given day but am having difficulty finding the metric to the answer I need. Any help is appreciated! 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by brentrad

You can probably create an s.event for this, with the variable triggered when the button is clicked. This will allow you to create a segment in which the s.event exists after a transaction, and another segment in which the s.event does not exist after a transaction.

2 replies

Level 2
January 20, 2020

Does the sign off button bring you to a signed out page? Can you get to the signed out page any other way? Dependant on answers you can then calculate visitor seeing signed out over a logged in page. You might need to tighten segment with link name to narrow to just those clicking the sign out button

brentradAccepted solution
Level 5
January 22, 2020

You can probably create an s.event for this, with the variable triggered when the button is clicked. This will allow you to create a segment in which the s.event exists after a transaction, and another segment in which the s.event does not exist after a transaction.