costOfGoodsSoldMicros property

String? costOfGoodsSoldMicros
getter/setter pair

Cost of goods sold (COGS) is the total cost of the products you sold in orders attributed to your ads.

How it works: You can add a cost of goods sold value to every product in Merchant Center. If you report conversions with cart data, the products you sold are matched with their cost of goods sold value and this can be used to calculate the gross profit you made on each order. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The cost of goods sold for this order is $8 = $3 + $5. This metric is only available if you report conversions with cart data.

Implementation

core.String? costOfGoodsSoldMicros;