leadCostOfGoodsSoldMicros property

String? leadCostOfGoodsSoldMicros
getter/setter pair

Lead cost of goods sold (COGS) is the total cost of products sold as a result of advertising the same product.

How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the cost of these goods is counted under lead cost of goods sold. 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 lead cost of goods sold for this order is $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at PARAMETERS clause.

Implementation

core.String? leadCostOfGoodsSoldMicros;