unitsSold property

double? unitsSold
getter/setter pair

Units sold is the total number of products sold from orders attributed to your ads.

How it works: You report conversions with cart data for completed purchases on your website. Units sold is the total number of products sold from all orders attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The units sold in this order is 3. This metric is only available if you report conversions with cart data.

Implementation

core.double? unitsSold;