Error summary: {'faultMessage': '[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]', 'requestId': '0005b95d4c0c95180aa78f3584032c96', 'serviceName': 'BudgetService', 'methodName': 'm

2021-01-20 Thread Monty808
95180aa78f3584032c96', 'serviceName': 'BudgetService', 'methodName': 'mutate', 'operations': '1', 'responseTime': '121'} import datetime import datetime import uuid from googleads import adwords def *main*(client

RE: 502 Bad Gateway on BudgetService

2020-09-30 Thread Google Ads API Forum Advisor Prod
Hi Albert, Thank you for reaching out to us. Could you provide us with the request and response logs for where this error occurs so that I may further investigate? You can reply by using the "reply privately to author" button. Thank you, Bryan Li Google Ads API Team ref:_00D1U1174p._5004Q25XzS

502 Bad Gateway on BudgetService

2020-09-29 Thread Albert Dapiton
Hello, Would like to ask for possible reason BudgetService.mutate() response with 502. I submit to create a budget for my ads after submitting the same data it return BudgetError.DUPLICATE_NAME it process my previous call but it return 502. Im working on a test account. It happens 1 days ago it

Re: (Avana)Re: BudgetService NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-03-08 Thread Maksat Mamytov
h/label/adwords_api >>>> https://developers.google.com/adwords/api/community/ >>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ >>>> >>>> Was your question answered? Please rate your experience with us by >>>> taking a short survey. >&

Re: (Avana)Re: BudgetService NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-03-08 Thread Maksat Mamytov
t;>>>> function. You could refer to this GitHub post >>>>>> <https://github.com/googleads/googleads-php-lib/issues/559> for more >>>>>> details. Let me know if this solves your problem. >>>>>> >>>>>> Regards, >

Re: BudgetService NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-03-07 Thread Maksat Mamytov
n our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > On 03/06/19 23:52:36 maks.mamy...@avana.asia wrote: > > Hi Support Team, > > I am having an issue with BudgetService mutate

RE: BudgetService NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-03-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
pi/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 03/06/19 23:52:36 maks.mamy...@avana.asia wrote: Hi Support Team, I am having an issue with BudgetService mutate. Details are as below: 1. I am using PHP 64 bit. 2. For conversion I am using number_format($amount, 0, '.', ''

BudgetService NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-03-06 Thread maks . mamytov
Hi Support Team, I am having an issue with BudgetService mutate. Details are as below: 1. I am using PHP 64 bit. 2. For conversion I am using number_format($amount, 0, '.', '') 3. Our account currency is IDR. Below SOAP request XML: http://schemas.xmlsoap.org/soap/en

Re: I'm get error about AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED when used BudgetService

2018-04-05 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings AdWordsians! First of all, I would like to give a big shout-out to the amazing community for helping each other out through this one! I also have some good news. As of now, you should no longer be seeing any more errors with BudgetOrderService. We are currently running an an internal

Re: I'm get error about AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED when used BudgetService

2018-04-05 Thread วรวุฒิ บุญตัน
I'm temporary fix by following this open issue. https://github.com/googleads/googleads-dotnet-lib/issues/160 IMO We both the same problem it should be related to request header. On Wednesday, 4 April 2018 21:56:52 UTC+7, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi, > > Could you please

Re: I'm get error about AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED when used BudgetService

2018-04-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Could you please reply back with complete SOAP request and response of any one failed request so that we can take a closer look? Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogsp

I'm get error about AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED when used BudgetService

2018-04-04 Thread วรวุฒิ บุญตัน
I'm get AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED when used BudgetService -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/

Re: empty "campain total" budgets in BudgetService

2017-08-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mdv, Are you saying that the value of amount <https://developers.google.com/adwords/api/docs/reference/v201708/BudgetService.Budget#amount> returned by the API using the BudgetService.get() <https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201708-BudgetServ

empty "campain total" budgets in BudgetService

2017-08-25 Thread MdV
Hi API team, I have a question regarding "campaign total" budgets. The BudgetService documentation states that the amount field is always greater than 1. With "Campaign total" budgets however this field's value is null, although the budget does has a value set. I

Re: INVALID_PREDICATE_ENUM_VALUE - can't filter budgets from BudgetService

2016-09-22 Thread rentcafedev1
Oh this works too. On Thursday, September 22, 2016 at 2:04:09 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > Could you change the predicate to the one below and retry the request? > >- Predicate.Equals(Budget.Fields.BudgetStatus, >BudgetBudgetStatus.ENABLED.ToString())

Re: INVALID_PREDICATE_ENUM_VALUE - can't filter budgets from BudgetService

2016-09-22 Thread rentcafedev1
1:46:01 AM UTC-7, rentca...@gmail.com wrote: > > Dim service As BudgetService = > CType(User.GetService(AdWordsService.v201607.BudgetService), BudgetService) > Dim selector As New Selector > > selector.fields = New String() { >Budget.Fields

Re: INVALID_PREDICATE_ENUM_VALUE - can't filter budgets from BudgetService

2016-09-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you change the predicate to the one below and retry the request? - Predicate.Equals(Budget.Fields.BudgetStatus, BudgetBudgetStatus.ENABLED.ToString()) The service expects the enum value to be a string. Let me know if this works. Thanks, Shwetha, AdWords API Team. -- -- =~=

INVALID_PREDICATE_ENUM_VALUE - can't filter budgets from BudgetService

2016-09-22 Thread rentcafedev1
Dim service As BudgetService = CType(User.GetService(AdWordsService.v201607.BudgetService), BudgetService) Dim selector As New Selector selector.fields = New String() { Budget.Fields.BudgetId, Budget.Fields.Amount } selector.predicates = New

Re: InternalApiErro after access BudgetService

2016-01-07 Thread Yin Niu
Hello, If you look more carefully in the error messages, there should be something more informative than InternalApiError. You could send the SOAP request and response. Just click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~

InternalApiErro after access BudgetService

2016-01-07 Thread Rapeepun Taesuriyajaroenkul
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] anyones else have problem about this error ? I've access BudgetService to select data but api return this error to me. and now i can't check my payment o

Re: BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
Please ignore! I figured it out. It was because of the flag set to true self.client.validate_only = "true" Once this was flipped back to false, it worked fine On Wednesday, July 22, 2015 at 3:03:43 PM UTC-7, mccaccou...@gmail.com wrote: > > Hello, > > selector used - {'predicates': [{'operator'

Re: BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
+personal email id On Wednesday, July 22, 2015 at 3:03:43 PM UTC-7, mccaccou...@gmail.com wrote: > > Hello, > > selector used - {'predicates': [{'operator': 'IN', 'field': > 'BudgetStatus', 'values': ['ENABLED', 'REMOVED', 'UNKNOWN']}], 'fields': > ['BudgetId', 'BudgetName', 'Period', 'Amount'

BudgetService get return empty response while using version 201502 and googleads client library

2015-07-22 Thread mccaccountpala...@gmail.com
Hello, selector used - {'predicates': [{'operator': 'IN', 'field': 'BudgetStatus', 'values': ['ENABLED', 'REMOVED', 'UNKNOWN']}], 'fields': ['BudgetId', 'BudgetName', 'Period', 'Amount', 'DeliveryMethod', 'BudgetReferenceCount', 'BudgetStatus']} When hitting version 201502 or 201506 with goog

Re: BudgetService

2014-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, For each service the API documentation shows the valid field names you can use in your *Selector*. https://developers.google.com/adwords/api/docs/appendix/selectorfields In your particular case, the fields you want for BudgetService<https://developers.google.com/adwords/api/docs/appen

BudgetService

2014-03-17 Thread Moe
Hi All, I am trying to change the GetCampaigns.php example in the php library to Get Budget instead. So I proceeded by changing the CampaignService to BudgetService. I am trying to retreive the name and amount of the budget. But I am getting the following error: An error has occurred

Re: BudgetService returning InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the SANDBOX

2012-12-03 Thread Jeremy Aube
Patrick Ma wrote: >>> >>> Note: I masked my credentials from the request recording. >>> >>> For some reason any request whether it's mutate or get to BudgetService >>> results in this error: >>> >>> --- >>> http_interactions: >

Re: non-shared Budget through the BudgetService

2012-11-29 Thread Danial Klimkin
Hello Ian, No, the API currently only allows to create 'UI-visible' budgets. -Danial, AdWords API Team. On Tuesday, November 27, 2012 11:53:14 PM UTC+4, Ian wrote: > > Is there a way to create a budget that is not displayed in the budget UI > via the BudgetService? Sinc

Re: BudgetService returning InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the SANDBOX

2012-11-28 Thread Jonathan Wu
Words API Team. > > > On Monday, November 26, 2012 10:42:43 AM UTC+4, Patrick Ma wrote: >> >> Note: I masked my credentials from the request recording. >> >> For some reason any request whether it's mutate or get to BudgetService >> results in this error:

non-shared Budget through the BudgetService

2012-11-27 Thread Ian
Is there a way to create a budget that is not displayed in the budget UI via the BudgetService? Since the ability to do so via the CampaignService is going away, there is no point in using that method. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: BudgetService returning InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the SANDBOX

2012-11-26 Thread David Bonner
cording. > > For some reason any request whether it's mutate or get to BudgetService > results in this error: > > --- > http_interactions: > - request: > method: post > uri: > https://adwords-sandbox.google.com/api/adwords/cm/v201209/BudgetService >

Re: BudgetService returning InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the SANDBOX

2012-11-26 Thread Danial Klimkin
Monday, November 26, 2012 10:42:43 AM UTC+4, Patrick Ma wrote: > > Note: I masked my credentials from the request recording. > > For some reason any request whether it's mutate or get to BudgetService > results in this error: > > --- > http_interactions: > - reque

BudgetService returning InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the SANDBOX

2012-11-25 Thread Patrick Ma
Note: I masked my credentials from the request recording. For some reason any request whether it's mutate or get to BudgetService results in this error: --- http_interactions: - request: method: post uri: https://adwords-sandbox.google.com/api/adwords/cm/v201209/BudgetService

Re: Any Update in BudgetService 'BudgetId'

2012-11-23 Thread Danial Klimkin
d my project code with V201209 and previously > (just before 3days) when I create any new Campaign without budgetId it > used to say 'BudgetID' operand required error so I done by creating new > BudgetId using budgetService and assigned that budgetId to campaign and > d

Any Update in BudgetService 'BudgetId'

2012-11-21 Thread Sanju A
Hi Team, I have updated my project code with V201209 and previously (just before 3days) when I create any new Campaign without budgetId it used to say 'BudgetID' operand required error so I done by creating new BudgetId using budgetService and assigned that budgetId to campaign and d

Re: BudgetService (v201209)

2012-11-09 Thread Kevin Winter
Hi, You can still request the budget value in the CampaignService as "Amount": https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Budget#amount You can also use BudgetService as well as Campaign Performance Report. - Kevin Winter AdWords API Team On

Re: What does "EnitityCountLimitExceeded.ACCOUNT_LIMIT" mean in regard to BudgetService?

2012-11-07 Thread Kevin Winter
ing to v201209 version of BudgetService, when adding a > new Budget to the BudgetService I get this exception message: > >InnerException = {"[EntityCountLimitExceeded.ACCOUNT_LIMIT @ > operations[0]]"} > > This is very curious since I have added almost no Budgets.

BudgetService (v201209)

2012-11-07 Thread YilmazX
In determining the daily budget for my campaign, I have to use budgetservice? previously were not required. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: What does "EnitityCountLimitExceeded.ACCOUNT_LIMIT" mean in regard to BudgetService?

2012-11-02 Thread Danial Klimkin
Hello Bryan, For the error, please send us the full XML response code with it. Per budgets, starting with v201209 you need to use the new BudgetService to change the budget amounts. You can only change the budget the campaign is associated with (via budgetId) with CampaignService. -Danial

Re: Removing Budgets from BudgetService?

2012-11-02 Thread Danial Klimkin
> I am selecting a group of Budgets, then REMOVING them from the > BudgetService. > > The code to select and then remove these Budgets is (C#): > > //Google API variables > BudgetService budgetService_C = null; > Budget budget_C = null; &g

Removing Budgets from BudgetService?

2012-10-29 Thread Bryan Minor
I am selecting a group of Budgets, then REMOVING them from the BudgetService. The code to select and then remove these Budgets is (C#): //Google API variables BudgetService budgetService_C = null; Budget budget_C = null; BudgetOperation

What does "EnitityCountLimitExceeded.ACCOUNT_LIMIT" mean in regard to BudgetService?

2012-10-28 Thread Bryan Minor
In working on moving to v201209 version of BudgetService, when adding a new Budget to the BudgetService I get this exception message: InnerException = {"[EntityCountLimitExceeded.ACCOUNT_LIMIT @ operations[0]]"} This is very curious since I have added almost no Budgets. This is