Re: USER_PERMISSION_DENIED accessing client customer account

2023-03-24 Thread API2Go
Hi, I think sending the message via private didn't go through, so, I am sending it via this channel. We made an API call: gAdsClient.ShowAccountHierarchy( loginCustomerId: 4822940284 ); This is the response: The hierarchy of customer ID 4822940284 is printed below: Customer ID (Descriptive Nam

Re: USER_PERMISSION_DENIED accessing client customer account

2023-03-23 Thread API2Go
To find out more info about the issue USER_PERMISSION_DENIED, We made an API call to ShowAccountHierarchy() and got this error message for the same client customer account: "Customer ID 4822940284 is likely a test account, so its customer client information cannot be retrieved." On Thursday, Ma

USER_PERMISSION_DENIED accessing client customer account

2023-03-22 Thread API2Go
Hi there, It used to work, but lately we are getting the error USER_PERMISSION_DENIED User doesn't have permission to access customer. This is the API call Request/Response (I hope you can help us): GoogleAds.DetailedRequestLogs Information: 1 : [2023-03-23 00:12:15Z] - ---BEGIN API

Bulk Job Issue with more than one Bulk Part Index.

2012-07-20 Thread API2Go
- We have one bulk job that we split in 3 bulk parts (each bulk part with up to 10,000 operations limit). - Using the Google's .net client library v201109 (14.0.0.0), we call BulkMutateJobService. - The first bulk part gets submitted successfully (Operator.SET) and we get back a bulk job ID = -7

Re: What is the correct way to link Merchant Center to Adwords account via API?

2012-06-19 Thread API2Go
don't have a list > handy). > > - Kevin Winter > AdWords API Team > > On Monday, June 18, 2012 11:00:45 AM UTC-4, API2Go wrote: >> >> Thank you for the response Kevin. However, we are already a developer >> with commercial applications for product feeds an

Re: What is the correct way to link Merchant Center to Adwords account via API?

2012-06-18 Thread API2Go
available to a limited number of > developers - please contact your CSR for more information: > http://support.google.com/adwords/bin/answer.py?hl=en&answer=8206&ctx=go&&contactus=1 > > - Kevin Winter > AdWords API Team > > On Tuesday, June 12, 2012 10:51:40

Re: What is the correct way to link Merchant Center to Adwords account via API?

2012-06-14 Thread API2Go
> > Thank you for the response Kevin. However, we are already a developer > with commercial applications for product feeds and adword manipulation. We > are trying to complete an application which aids our merchants/clients in > Product Listing Ads - which we are not really having any difficu

What is the correct way to link Merchant Center to Adwords account via API?

2012-06-12 Thread API2Go
Actually I have a two part question - what is the best way to link the Merchant Center to the appropriate adwords account via the API and how should we enable the adwords campaign to access the merchant center via the API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: AdHoc report error

2012-02-14 Thread API2Go
on so I can see now what is wrong with my call. Thanks again, API2Go On Feb 13, 2:58 pm, Kevin Winter wrote: > Hi, >   If you are using the DotNet client library, I encourage you to make sure > you are running the most recent version > (http://code.google.com/p/google-api-adwords

AdHoc report error

2012-02-06 Thread API2Go
Hi, I keep getting "The remote server returned an error: (400) Bad Request". when trying to download an AdHoc report. I am using the lastest version of the Adwords .net client library and the error happens on this line of code: new ReportUtilities(adWordsUser).DownloadClientReport( reportDefinit

Problem with v201109 migration

2011-11-14 Thread API2Go
elp you could provide. API2Go -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subs

The new UI 2 Layer security feature effects the API

2011-04-04 Thread API2Go
When invoked the new 2 layer security feature to the Google UI - it blocked the API access, when we removed the 2 Layer feature, the API began to work again. Is there a way to use the 2 layer security and still allow API access to the account? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: PAYLOAD_STORE_UNAVAILABLE - every time

2011-03-31 Thread API2Go
24 am, Eric Koleda wrote: > Hi API2Go, > > Are all operations in your job being reported as Lost or Unprocessed, or > only some of them?  There is a known error with the BMJS in v200909 around > bad geo targets, although switching to v201003 or later should resolve that > issue. &g

Re: Sandbox access in v201101

2011-03-31 Thread API2Go
Sorry - I answered via email direct - we are using .NET libraries - On Mar 24, 3:58 am, "Anash P. Oommen" wrote: > Hi, > > Which client library are you using? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

awcli.sh tool question

2011-03-31 Thread API2Go
Using the Adwords Client Tool, This command awcli:/>cat 5573/204163 Returns error “java.lang.IllegalArgumentException: Specified child 2041628498 does not exist”. However the campaignId and the adGroupId do exist. Any help would be appreciated. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Sandbox access in v201101

2011-03-23 Thread API2Go
in v200909 we toggle our sandbox/live access using something like: if( inTestMode == true ) { adWordsUser.UseSandbox(); } We are currently creating a new service, and will also be migrating to v201101 shortly-and are having difficulty finding how to impliment this in v201101 as it doesn't show in

PAYLOAD_STORE_UNAVAILABLE - every time

2011-03-18 Thread API2Go
transactions. This new issue that has popped up is occuring on every large campaign generation, and is keeping our larger merchants from being able to generate their desired campaigns. Any help or direction would be appreciated, API2Go -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

PAYLOAD_STORE_UNAVAILABLE

2011-03-16 Thread API2Go
Although we have been successfully using the Bulk Job service successfuly for some time now - over the last two days we seem to consistantly fail after our adgroup processing. So we can't complete our ads or keywords in bulk, the results aren't returned. Instead we are presented with this error -