Track selling venue response in business details step (https://github.com/woocommerce/woocommerce-admin/pull/3847)

This commit is contained in:
Joshua T Flowers 2020-03-09 12:39:38 +01:00 committed by GitHub
parent 5946e8c855
commit 54d948cb2a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class BusinessDetails extends Component {
recordEvent( 'storeprofiler_store_business_details_continue', {
product_number: productCount,
already_selling: sellingVenues !== 'no',
already_selling: sellingVenues,
currency: currency.code,
revenue,
used_platform: otherPlatform,