crossSellCostOfGoodsSoldMicros property

String? crossSellCostOfGoodsSoldMicros
getter/setter pair

Cross-sell cost of goods sold (COGS) is the total cost of products sold as a result of advertising a different product.

How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase 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 these products don't match then this is considered cross-sell. Cross-sell cost of goods sold is the total cost of the products sold that weren't advertised. 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 cross-sell cost of goods sold for this order is $5. 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? crossSellCostOfGoodsSoldMicros;