Hi, 

When you do a get() on BudgetOrderService 
<https://developers.google.com/adwords/api/docs/reference/v201702/BudgetOrderService>,
 
the spendingLimit includes any adjustments that were made to your budget. 
Please read here 
<https://developers.google.com/adwords/api/docs/guides/budget-order#spending_limits_and_adjustments>
 for 
the detailed explanation. Regarding taxes, I would like to take a look at 
your account. Could you please *Reply privately to author* and share your 
client customer Id and the period for which you are checking? If you could 
include the SOAP logs (request/response) of the get() on BudgetOrderService 
for that period, it will also be helpful. 

*Does promo include in spendingLimit? *
The promo code should be part of your total adjustments. As mentioned 
earlier, API will include total adjustments in the spendingLimit. 

*How to calculate the remaining budget?*
The account budget will be (spendingLimit 
<https://developers.google.com/adwords/api/docs/reference/v201702/BudgetOrderService.BudgetOrder#spendingLimit>
 - 
totalAdjustments). Once you find out the spend, you should be able to find 
out the remaining budget. To calculate the spend, you may have to store the 
spendingLimit locally and then perform the calculation as : spent = 
(oldSpendingLimit - newSpendingLimit) + totalAdjustment.


Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a4b29352-ef4e-414a-bc03-1f51196a83b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • How does... Evgeniy Belov
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to