Thank you. I see the file names now. If I need to give a more friendly file name or group similar files, is there an easy way to do it?
Use a search and replace filter for your View and rewrite or group the Events Labels as you wish.
I am trying to build out the Shopping Behavior funnel in Google analytics? Currently, the funnel (Sessions –> Product views –> Added to Cart –> Checkout) metrics are not populated (except for Sessions)? Can you recommend a solution?
That’s normal, since you are not loading the eCommerce plugin nor tracking product data. You’ll need to customize the tracking code using the data retrieved from your eCommerce plugin. GADWP provides the necessary hooks to customize the tracking code as needed. For example ga_dash_addtrackingcode will allow to add code in the tracking code, right before the send command.