Auth issue

2022-12-02 Thread Dan Willoughby
Hi, I am getting the below error response: errors { error_code { authorization_error: USER_PERMISSION_DENIED } message: "User doesn\'t have permission to access customer. Note: If you\'re accessing a client customer, the manager\'s customer id must be set in the

Re: How to determine what is causing RESOURCE_EXHAUSTED?

2022-09-27 Thread Dan Willoughby
Im on using the official python client V11 and my retry time is also 900 seconds. Identical to other users details. On Tuesday, September 27, 2022 at 11:20:31 AM UTC+1 Dan Willoughby wrote: > I am also facing the same issue all of a sudden, (last 12-16 hours > roughly). Despite having st

Re: How to determine what is causing RESOURCE_EXHAUSTED?

2022-09-27 Thread Dan Willoughby
I am also facing the same issue all of a sudden, (last 12-16 hours roughly). Despite having standard access and no increase in request volume. Is this a temporary issue or should I be changing something? On Friday, August 5, 2022 at 7:35:10 PM UTC+1 salesmar...@gmail.com wrote: > How can I see

batch job not finishing or returning an exception

2022-04-01 Thread Dan Willoughby
Hi, I'm testing the batch job service and I followed the googleads python libraries example, yet I keep getting this response from the ListBatchJobResultsRequest service: Request made: ClientCustomerId: *redacted*, Host: googleads.googleapis.com, Method:

App unverified after updating client secret etc

2021-10-11 Thread Dan Willoughby
Hi, We have an app which was fully verified and using the adwords api. We changed the client secret and id as part of a security update. We are now faced with the app being reverified. Is there a way to speed this up? Many thanks, Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Removing an attribute from feed

2020-10-09 Thread Dan Willoughby
Hi, I was wondering whether it is possible to remove an attribute from an ad customizer feed? I tried and end up removing the whole feed. I use this operation: customizer_feed = { 'feedName': self.feed_name, 'feedId': self.feed_id, 'feedAttributes': column_name, } feed_service_operation = {

Feed Item Target Service Unmarshalling error

2020-10-06 Thread Dan Willoughby
Hi, When I run a FeedItemTargetService mutate with the below operator: campaign_target = { 'xsi_type': 'FeedItemCampaignTarget', 'feedId': ad_customiser_feed['id'], 'feedItemId': ad_customiser_feed_item['feedItemId'], 'campaignId': self.campaigns[unique_id] } operation = {'operator': 'ADD',

AdCustomizerFeedError.NOT_AD_CUSTOMIZER_FEED

2020-10-06 Thread Dan Willoughby
Hi, I am currently trying to switch from using the UI to upload ad customiser feeds to adwords. I already have accounts where the feed was uploaded via the UI. My first approach was: - Get the feed ID - Use feed ID to remove Feed - Create a new feed and populate. This works with test feeds