Hello, We use InvoiceService to download consolidated invoices automatically. In fact, we want to know how much money a customer costs us for a given month. The problem is, Invoice.AccountBudgetSummary <https://developers.google.com/google-ads/api/reference/rpc/v5/Invoice.AccountBudgetSummary> doesn't take into account coupons (promotional codes).
The total amount of coupons for a given invoice can be found in Invoice <https://developers.google.com/google-ads/api/reference/rpc/v5/Invoice> .invoice_level_adjustments_micros. But this gives only a total amount of coupons applied for a given month, and there's no way to retrieve the amount of coupons applied to each customer. This means that we don't know exactly how much a customer account costs us (total budget of all campaigns of a customer, minus incorrect clicks and adjustments, minus coupon codes). Information about coupon codes is missing. The only way to know how much money a customer has spent, is to download a consolidated billing in CSV format, from Google Ads website, manually. I can send in a PM a more detailed information (invoice number, customer IDs, and the actual and expected numbers). So, is it possible to know which coupons were applied for which customer, and what was their amount ? I think introducing property Invoice.AccountBudgetSummary.account_budget_level_adjustments_micros would solve the issue. Or, substracting coupons amount from Invoice.AccountBudgetSummary.subtotal_amount_micros would also be fine. Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6dfe7833-64f3-43c0-b5fe-c0d633fa9363n%40googlegroups.com.
