Re: 'ReflectionException' while using ReportUtils in Adwords API v201605

2016-08-16 Thread Foluso Ogunlana
n a single ZERO_IMPRESSIONS_NOT_SUPPORTED, it would have been obvious to me. I can imagine other developers running into that. Perhaps I just missed the error message and I should be looking somewhere else? Thanks Foluso On Tue, Aug 16, 2016 at 6:06 PM 'Shwetha Vastrad (AdWords API Team)' via AdWords API

Re: 'ReflectionException' while using ReportUtils in Adwords API v201605

2016-08-16 Thread foluso
> any other report. > > However it doesn't work on the SEARCH_QUERY_PERFORMANCE_REPORT > > I had it working previously, but now every time I try to run this code I > get the following stack trace: > > PHP Notice: Undefined index: type in > /home/foluso/Documen

'ReflectionException' while using ReportUtils in Adwords API v201605

2016-08-16 Thread foluso
and on any other report. However it doesn't work on the SEARCH_QUERY_PERFORMANCE_REPORT I had it working previously, but now every time I try to run this code I get the following stack trace: PHP Notice: Undefined index: type in /home/foluso/Documents/webProgramming/projects/sqrt/vendo

Re: How do I add gender bid modifiers

2016-06-02 Thread foluso
potential fix to this problem? Thanks! Foluso On Wednesday, June 1, 2016 at 10:05:33 PM UTC+1, Peter Oliquino wrote: > > Hi Foluso, > > Unfortunately, bid modifiers are only available for Platform criterion, so > you will not be able to add bid modifiers for Gender. You can refer t

How do I add gender bid modifiers

2016-06-01 Thread foluso
tand this feature is quite new, maybe there is something in the docs that I missed? Foluso -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/

Is there a Doubleclick Bidmanager API forum please?

2016-05-16 Thread foluso
I can't seem to find one on google groups -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this m

Re: BatchJobService.FILE_FORMAT_ERROR on CampaignOperations

2016-04-28 Thread foluso
Hi Yin, I have sent you a private response but I don't know how to view and confirm it's sent. Please let me know if you received it. Thanks Bo On Wednesday, April 27, 2016 at 5:26:27 PM UTC+1, fol...@brainlabsdigital.com wrote: > > Hi, > > I have a problem using the BatchJobService. >

BatchJobService.FILE_FORMAT_ERROR on CampaignOperations

2016-04-27 Thread foluso
Hi, I have a problem using the BatchJobService. My environment is Python3.5 and I am using the latest version of googleads, and accessing the API version v201603 I am trying to perform a series of campaign operations using the batch job service, here is my code. def upload_batch_operation

BatchJobService Attribute error in Python 3 but not Python 2

2016-03-19 Thread foluso
When I try to run a particular script in python3.5 I get the error: AttributeError: 'bytes' object has no attribute 'encode'. Is this common or am I doing something wrong. Python 2.7 works perfect. The particular line of code that causes this is batch_job_helper.UploadOperations(upload_url,

Re: Batch Job Service v201601. How long should a script wait before giving up?

2016-02-25 Thread foluso
Hi Thanet, Thanks for your prompt response! I have been using the BatchJobService all week and haven't re-encountered the same problems. But I am keeping all the logs, so I will respond if it occurs again. Thanks! Foluso On Thursday, February 25, 2016 at 5:54:42 AM UTC, Thanet

Batch Job Service v201601. How long should a script wait before giving up?

2016-02-24 Thread foluso
This is a question about the new BatchJobService , replacement to MutateJobService . I am using the v201601 Python library whic

Re: Miminal Python Example

2015-10-14 Thread Foluso Ogunlana
Hi Everyone, I've had this exact same problem and I solved it by including the path to googleads.yaml as an argument to LoadFromStorage. adwords.AdWordsClient.LoadFromStorage('PATH_TO_GOOGLEADS.YAML') Thanks On Tuesday, 7 July 2015 14:26:46 UTC+1, Aydoğan Karagöz wrote: > > Hello Everyone! >