Re: Billing Summary - getting remaining credit using SOAP request

2020-07-07 Thread Inna Keegan
Danica, 

BudgetService 

 has 
nothing to do with the billing summary of the account.  It's an entity you 
may associate with a Campaign to limit daily spend of that campaign only. 

понедельник, 6 июля 2020 г. в 19:17:34 UTC+3, adsapiforumadvisor: 

> Hi Inna,
>
> The known budget is the amount of the budget in the local currency for the 
> account represented by the field "amount 
> "
>  
> in BudgetService 
> .
>  
> Please try subtracting the cost value from the amount value to get your 
> remaining credit.
>
>
> Regards,
> Danica, Google Ads API Team 
>
> ref:_00D1U1174p._5004Q21A9W0:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/89b711e7-a0ab-4275-99b7-8c7931551f14n%40googlegroups.com.


Re: Billing Summary - getting remaining credit using SOAP request

2020-07-07 Thread Inna Keegan
Danica, 

BudgetService 

 has 
nothing to billing summary of the account.  It's an entity you may 
associate with a Campaign to limit daily spend. 

My question is about how to get the remaining credit correctly. 
понедельник, 6 июля 2020 г. в 19:17:34 UTC+3, adsapiforumadvisor: 

> Hi Inna,
>
> The known budget is the amount of the budget in the local currency for the 
> account represented by the field "amount 
> "
>  
> in BudgetService 
> .
>  
> Please try subtracting the cost value from the amount value to get your 
> remaining credit.
>
>
> Regards,
> Danica, Google Ads API Team 
>
> ref:_00D1U1174p._5004Q21A9W0:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/001cb813-d24e-48aa-9d71-024a8955f5c1n%40googlegroups.com.


Re: Billing Summary - getting remaining credit using SOAP request

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hi Inna,

The known budget is the amount of the budget in the local currency for the 
account represented by the field "amount" in BudgetService. Please try 
subtracting the cost value from the amount value to get your remaining credit.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q21A9W0:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/JYuF_0QD22KO00CqXJ6FSWSmu1H3ed4VpV2Q%40sfdc.net.


Re: Billing Summary - getting remaining credit using SOAP request

2020-07-03 Thread Inna Keegan
Okay, so I have an account with 0.00 remaining credit on it. I see zero in 
Google Ads account.

What I've got from API: 

Money
*558521404*


Money
*830028*

*20160202* 121240 Europe/Moscow
20371231 105959 Europe/Moscow

And what I've got also from API:
"ACCOUNT_PERFORMANCE_REPORT (Feb 2, 2016-Jul 3, 2020)"
Cost
*5594879239565*
Total


So now I have three numbers:
spendingLimit = 558521404
totalAdjustments = 830028
Cost = 5594879239565

And I can't get more, cause I see only one BudgetOrder in that account for 
all time, only those numbers. 

Please, tell me, how to calculate the remaining credit now to get 0.00 I 
see in Google Ads account?

понедельник, 29 июня 2020 г. в 22:30:03 UTC+3, adsapiforumadvisor: 

> Hi Inna,
>
> Thank you for reaching out. It is not currently possible to directly 
> retrieve the remaining credit balance. A feature request regarding your 
> concern has already been created internally within our team. Please keep an 
> eye on our blog  for more details 
> related to this. As a workaround, you can compute the remaining balance by 
> subtracting the total Cost 
> 
>  of 
> the Account Performance Report 
> 
>  from 
> your known budget. Let us know if you need additional assistance.
>
> Regards,
> Danica, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5004Q21A9W0:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ee1b1ead-40d2-4de1-820b-661f4dcae298n%40googlegroups.com.


RE: Billing Summary - getting remaining credit using SOAP request

2020-06-29 Thread Google Ads API Forum Advisor Prod
Hi Inna,

Thank you for reaching out. It is not currently possible to directly retrieve 
the remaining credit balance. A feature request regarding your concern has 
already been created internally within our team. Please keep an eye on our blog 
for more details related to this. As a workaround, you can compute the 
remaining balance by subtracting the total Cost of the Account Performance 
Report from your known budget. Let us know if you need additional assistance.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q21A9W0:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/QvJA80QCPCTJ00Yu3kpU85SPWO-t7_869Log%40sfdc.net.