Look at app/lib/googleAnalytics.js to see additional events that can be fired. The following is a sample event:
analytics.fireAnalyticsEvent({
category : _L('Basket'),
action : _L('Add All To Basket'),
label : currentProduct.getName() + ' (' + productIds.join(', ') + ')'
});
Option | Description |
---|---|
To see | Go to |
what version my stores are using | Audience > App Version |
which stores are using Endless Aisle | Behavior -> Overview -> Event Category -> Store -> Login |
which associates have logged in | Behavior -> Overview -> Event Action -> Associate Login -> Users |
which customers to search for | Behavior -> Overview -> Event Category -> Search -> Customer Search |
common search strings | Behavior -> Overview -> Event Category -> Search -> Product Search |
which products are being viewed | Behavior -> Overview -> Event Category -> Products -> Product View |
which products have been added to basket | Behavior -> Overview -> Event Category -> Basket -> Add to Basket |
which customers have been added by associates using Endless Aisle | Behavior -> View full report for Event Category -> Customer -> Create New User |
all transaction data | Conversion -> Ecommerce -> Transactions |
© Copyright 2000-2021, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners. |
Show URL | Submit Feedback | Privacy Policy |