clientAccountLeadGrossProfitMicros property

String? clientAccountLeadGrossProfitMicros
getter/setter pair

Client account lead gross profit is the profit you made from products sold as a result of advertising the same product, minus cost of goods sold (COGS).

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 the advertised and sold products match, then the revenue you made from these sales minus the cost of goods sold is your lead gross profit. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and has a cost of goods sold value of $3. The lead gross profit of this order is $7 = $10 - $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? clientAccountLeadGrossProfitMicros;