Hello,

It seems like 
https://developers.google.com/google-ads/api/reference/rpc/v5/Invoice.AccountBudgetSummary
 
is missing information about adjustments (amount recredited for incorrect 
clics, etc.) *per customer.*

For example, say a consolidated invoice contains 2 customers :

   - customer A should be billed $100.00, but there are -$1 of adjustments 
   (for example, incorrect clics)
   so $99.00 billed in total for customer A
   - customer B  should be billed $200.00,  but there are -$2 of adjustments
   so $198.00 billed  in total for customer B

Then, invoice service ( 
https://developers.google.com/google-ads/api/reference/rpc/v5/Invoice ) 
will correctly return *subtotal_amount_micros = 300 000 000*, and 
*invoice_level_adjustments_micros 
= - 3 000 000. *However, invoice service doesn't provide any information 
about adjustment for each customer. That is to say, it's impossible to tell 
that customer A has -$1 of adjustments, and customer B has -$2 of 
adjustments. The only thing Google Ads API tells us, is that the *total *amount 
of adjustments for all customers is -$3.

However, when you download a consolidated invoice from Google Ads as CSV 
(not via API), you can see adjustments per each customer ... So it's seems 
like 
https://developers.google.com/google-ads/api/reference/rpc/v5/Invoice.AccountBudgetSummary
 should 
have an additional field, say *account_budget_level_adjustments_micros*

Will this information be available in the future versions of Google Ads API 
?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2fcd6288-5b0f-4707-8aab-236789fec99cn%40googlegroups.com.

Reply via email to