Internal API Error when setting custom params for campaigns

2019-06-15 Thread 'Petros Dawit' via AdWords API and Google Ads API Forum
Hi here is a snippet of my code: campaign_service = self.get_service(CAMPAIGN_SERVICE) parameters = [ { 'key': 'refcode', 'value': refcode } ] ca

Re: Internal API Error when calling campaign service.

2019-06-14 Thread Petros Dawit
Hi, I jsut tested it again and it works now. Is there a health dashboard or something to check if some services within Google are having issues. it works now after not making changes. On Friday, June 14, 2019 at 2:24:26 PM UTC-7, adsapiforumadvisor wrote: > > Hello Petros, > > Thank you for sha

Re: Internal API Error when calling campaign service.

2019-06-14 Thread Petros Dawit
Also, if there is another way for changing urlCustomParameters for a campaign, can you please let me know. This is a little time sensitive. Thanks, Petros On Friday, June 14, 2019 at 7:14:59 AM UTC-7, adsapiforumadvisor wrote: > > Hi Petros, > > The UNEXPECTED_INTERNAL_API_ERROR could be due to

Re: Internal API Error when calling campaign service.

2019-06-14 Thread Petros Dawit
Hi, I just sent you my logs privately. Thanks for your help, Petros On Friday, June 14, 2019 at 7:14:59 AM UTC-7, adsapiforumadvisor wrote: > > Hi Petros, > > The UNEXPECTED_INTERNAL_API_ERROR could be due to a transient issue. Can > you retry the API request again and see if you're noticing t

Internal API Error when calling campaign service.

2019-06-13 Thread Petros Dawit
Here is a snippet of my code: campaign_service = self.get_service(CAMPAIGN_SERVICE) parameters = [ { 'key': 'refcode', 'value': refcode } ] campai