Re: IncomeRange

2018-01-05 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Shreya, The requested IDs are now published at https://developers.google.com/adwords/api/docs/appendix/codes-formats#income-ranges. Let me know if that works for you. Cheers Anash P. Oommen, AdWords API Advisor. On Tuesday, January 2, 2018 at 11:47:59 PM UTC-5, Shreya Dama wrote: > > *My

Re: Very slow batch job uploads (5.5+ hours)

2018-01-05 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Bryan, I've asked the team to investigate based on the information you provided. I'll keep you posted. Cheers Anash P. Oommen AdWords API Advisor. On Thursday, January 4, 2018 at 2:19:33 PM UTC-5, Bryan wrote: > > Hi, I have replied privately with the details, please let me know if you >

Re: Restrictions on manager account level Shared Sets

2018-01-05 Thread 'Tim Tsai' via AdWords API Forum
Hi Peter, Thanks for your feedback. I will look to that link for help. Best, Tim On Thursday, 4 January 2018 19:41:00 UTC-8, Peter Oliquino wrote: > > Hi Tim, > > Thank you for your question, however, it appears to be more of a product > level query rather than specific to the AdWords API.

Re: Convert this SQL code to adwords PHP

2018-01-05 Thread kendan
> > Like for example how? > Like this? $selector->setPredicates([ new Predicate('Status', PredicateOperator::NOT_IN, ['PAUSED']), new Predicate('Status', PredicateOperator::NOT_IN, ['PAUSED']), new Predicate('Status', PredicateOperator::NOT_IN, ['PAUSED']) ]); --

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-01-05 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Raneen, This looks to me as a combination of two issues - a server issue that's occasionally sending 400 responses, and the client library not being able to handle it correctly. For the first part, could you turn on logging and capture a failing request? The instructions are here:

Re: Error in conection with Google Adwords PHP API

2018-01-05 Thread Sergey Ivanov
Seems you need to configure OpenSSL correctly on your Windows xampp. четверг, 4 января 2018 г., 22:57:00 UTC+2 пользователь Miguel Torres написал: > > I´m trying to make a conection with the API of Google Adwords, after make > the instalation using Git Clone and Composer Install >

Re: Campaign Performance Report don't return one campaign

2018-01-05 Thread Spain Api
Hi Bharani! As far as I can see, your query only returns rows if the requested campaign has data for the indicated date range. For example, if I request a report from 01/12/2016 to 04/12/2017 in "Campaign Performance" without the includezeroimpressions = true, it does not return rows;

Re: OAuth2Exception with message 'Couldn't resolve host 'accounts.google.com'

2018-01-05 Thread Niraj Mhatre
*Hi Sir,I am facing same issue with my server from last 10 days. i got below error form logs. Kindly help me to solve this.* *[Fri Jan 05 12:01:24 2018] [error] [client 49.248.97.227] PHP Fatal error: Uncaught exception 'Google_IOException' with message 'HTTP Error: (0) Couldn't

Adding target language to a campaign via AdWords Scripts

2018-01-05 Thread Romina
Hi! I was wondering if it is possible to add a target language to campaign via scripts. In the documentation I found how to remove a language, and in the LanguageOperation section it even