Hi,

This is very sad. Comrade 泉 正 太 asked about this opportunity more than a 
year ago.

It's not very clear how to work with this?

Do we need to parse the web interface in order to get and understand the 
balance that remains?

среда, 4 апреля 2018 г., 17:13:55 UTC+3 пользователь Nadine Sundquist 
(AdWords API Team) написал:
>
> Greetings!
>
> Thanks for taking the time to try that out. I'm sorry to hear that it 
> didn't match exactly what you needed. I appreciate the screenshots. That's 
> really helpful. In order to get what you're asking for, you would need the 
> BudgetOrderService 
> <https://developers.google.com/adwords/api/docs/reference/v201802/BudgetOrderService>.
>  
> However, there's a catch. It's only supported in the API if you have 
> consolidated billing set up. Otherwise, that information can't be retrieved 
> through the API. I've already put in a feature request to make this 
> supported for all other kinds of billing in the future because I think that 
> would be helpful.There isn't a date as to when something like that would be 
> available.
>
> Best,
> Nadine, AdWords API Team
>
> On Wednesday, April 4, 2018 at 4:50:06 AM UTC-4, kisl...@gmail.com 
> <javascript:> wrote:
>>
>> Hello, thanks for answer
>>
>> We tried to use the "Budget Performance Report", but this is not what we 
>> need. This method returns the budget from the "Shared Budget"
>>
>> Url interface: 
>> https://adwords.google.com/aw/sharedbudgets?ocid=254362058&__c=8977077242&authuser=0&__u=6415393025
>> Screen: http://take.ms/yCCkQ
>>
>> But we have a task to receive a budget from the section "Billing & 
>> payments" -> "Account budgets"
>> Url: 
>> https://adwords.google.com/aw/billing/budgets?ocid=254362058&billingId=433291332&__c=8977077242&authuser=0&__u=6415393025
>> Screen: http://take.ms/BW4g9
>>
>> We want to get the "Budget ammount" field (104$ on screenshot)
>>
>> How can I get this field? 
>>
>> вторник, 13 февраля 2018 г., 1:55:36 UTC+3 пользователь Nadine Sundquist 
>> (AdWords API Team) написал:
>>>
>>> Hello,
>>>
>>> Could you do me a huge favor in the future? When you notice that a 
>>> thread is much older, could you start a new thread and just reference the 
>>> old forum post with a link? That makes it much easier in case the questions 
>>> are a little different. In your case, you do have a few different 
>>> questions. In order to save you a bit of time, I won't ask you to start a 
>>> new thread this time, but I'll just answer it here. 
>>>
>>> 1) any news about this question?
>>> We took this question offline and worked with the user to determine if 
>>> they were qualified to use the BudgetOrderSerivce. In order to even be 
>>> considered, your whole account structure needs to be set up for 
>>> consolidated 
>>> billing <https://support.google.com/adwords/answer/2375371?hl=en>. 
>>>
>>> 2)  i see budget in adwords interface, but i have guest (not manager) 
>>> account. How get budget by  API  via budgetOrderService?
>>> The BudgetOrderService is a whitelisted service, so you would have to 
>>> have a manager account set up with consolidated billing. There are more 
>>> details about how all of this works in our Budget Order Service guide 
>>> <https://developers.google.com/adwords/api/docs/guides/budget-order>. 
>>> It sounds like in your case that you're not set up for that.
>>>
>>> 3) it would be logical,  if i can see budget in interface (from browser) 
>>> , then I should be able to read it by api 
>>> You do have other options for getting information about your budget. For 
>>> example, you can use the Budget Performance Report 
>>> <https://developers.google.com/adwords/api/docs/appendix/reports/budget-performance-report>
>>>  to 
>>> retrieve most of the data that you see in the browser. 
>>>
>>> 4)  maybe exist some other api methods to get budget or  something 
>>> similar  money  param, like money limit, etc?
>>> For your situation, I think the best place would be to look at reporting 
>>> <https://developers.google.com/adwords/api/docs/appendix/reports/all-reports>
>>>  such 
>>> as the Budget Performance Report 
>>> <https://developers.google.com/adwords/api/docs/appendix/reports/budget-performance-report>.
>>>  
>>> There are many different kinds of reports 
>>> <https://developers.google.com/adwords/api/docs/appendix/reports> that 
>>> can link that to where your budget is being used.
>>>
>>> Please give that a try to see if that works for you.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Monday, February 12, 2018 at 3:01:31 PM UTC-5, kisl...@gmail.com 
>>> wrote:
>>>>
>>>> UP
>>>>
>>>> 1) any news about this question?
>>>>
>>>> 2)  i see budget in adwords interface, but i have guest (not manager) 
>>>> account. How get budget by  API  via budgetOrderService?
>>>>
>>>> 3) it would be logical,  if i can see budget in interface (from 
>>>> browser) , then I should be able to read it by api 
>>>>
>>>> 4)  maybe exist some other api methods to get budget or  something 
>>>> similar  money  param, like money limit, etc?
>>>>
>>>> четверг, 19 января 2017 г., 6:35:33 UTC+3 пользователь 泉正太 написал:
>>>>>
>>>>> Hello,
>>>>>
>>>>> Thank you for your reply. Then, I would like to try applying for a 
>>>>> whitelist. 
>>>>> Sorry... where can I check how to apply for a 
>>>>> budgetOrderService whitelist?
>>>>> If there is a way please tell me the link of the document.
>>>>>
>>>>> Best regards,
>>>>> shorta izumi
>>>>>
>>>>> 2017年1月19日木曜日 4時13分54秒 UTC+9 Vishal Vinayak (Adwords API Team):
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> From AdWords API standpoint, you can use BudgetOrderService 
>>>>>> <https://developers.google.com/adwords/api/docs/reference/v201609/BudgetOrderService>
>>>>>>  to 
>>>>>> retrieve budgets for an account. A BudgetOrder 
>>>>>> <https://developers.google.com/adwords/api/docs/reference/v201609/BudgetOrderService.BudgetOrder>
>>>>>>  is 
>>>>>> an authorization for a particular client AdWords account to spend a 
>>>>>> certain 
>>>>>> amount of money over a certain period of time. The 
>>>>>> BudgetOrderService.get 
>>>>>> <https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201609-BudgetOrderService>
>>>>>>  method 
>>>>>> can be used to fetch the spendingLimit 
>>>>>> <https://developers.google.com/adwords/api/docs/reference/v201609/BudgetOrderService.BudgetOrder#spendinglimit>
>>>>>>  of 
>>>>>> the client account. Please note that BudgetOrderService is available 
>>>>>> only 
>>>>>> to white-listed AdWords manager accounts.  
>>>>>>
>>>>>> For questions related to AdWords Scripts, I would recommend posting 
>>>>>> your queries on the AdWords Scripts Forum 
>>>>>> <https://groups.google.com/forum/#!forum/adwords-scripts>. 
>>>>>>
>>>>>> Regards,
>>>>>> Vishal, 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/99b0ab80-308e-45a0-b3b2-c835b2143e89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: How to get... kislovpb
    • Re: How t... 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
      • Re: H... kislovpb
      • Re: H... kislovpb
        • R... 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
          • ... 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum

Reply via email to