Re: CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-21 Thread Daphna Wegner
Is there a limit on how many an be retrieved? I am trying to run it on all the campaigns in the account and I always get 500 negative words back (we have about 40,000 in the account) On Monday, November 21, 2016 at 7:40:07 AM UTC-8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Daphna, > >

Re: CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-21 Thread Daphna Wegner
Thanks Shwetha that fixed the problem! On Monday, November 21, 2016 at 7:40:07 AM UTC-8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Daphna, > > The EQUALS > > operand >

Re: CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Daphna, The EQUALS operand in the predicate accepts a single value. This is the reason you encountered InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when using multiple Ca

Re: CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Daphna, UNEXPECTED_INTERNAL_API_ERROR is usually transient mostly due to a temporary resource related issues in the AdWords API server. You need to retry the request after waiting f

CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-18 Thread Daphna Wegner
Hi I am getting this error while doing a simple call to get the shared sets for certain campaigns: shared_criterion_service = client.GetService('SharedCriterionService', version='v201607') campaign_shared_set_service = client.GetService('C