averageCartSize property

double? averageCartSize
getter/setter pair

Average cart size is the average number of products in each order attributed to your ads.

How it works: You report conversions with cart data for completed purchases on your website. Average cart size is the total number of products sold divided by the total number of orders you received. Example: You received 2 orders, the first included 3 products and the second included 2. The average cart size is 2.5 products = (3+2)/2. This metric is only available if you report conversions with cart data.

Implementation

core.double? averageCartSize;