RE: GAQL date error

2021-07-05 Thread Google Ads API Forum Advisor
Hi Alexander, Thank you for reaching out to our API support team. I tried your query using the query validator but was not able to replicate the issue you encountered. Could you share the complete screenshot when the issue occurred when using the query validator? In addition, since you also me

GAQL date error

2021-06-30 Thread alexande...@vogliomarketing.com
I'm trying to create the following GAQL query: SELECT segments.product_item_id, ad_group.status, campaign.name, ad_group.name, segments.device, metrics.clicks, metrics.conversions, metrics.cost_micros, metrics.impressions, segments.date FROM shopping_performance_view WHERE segments.date DURING

Re: Date error

2011-06-28 Thread Eric Koleda
Hi Doug, Thanks for the feedback, it's great to get the first hand view from another PHP developer. In regards to the timezone issue, the message is just a warning and doesn't prevent the example from working. We try to make the examples easy to use while still encouraging best practices. In

Re: Date error

2011-06-27 Thread Doug
Eric, Yes indeed it would be, but with all due respect, I think that the example scripts should work with minimal system configuration. In a related note, using the pecl oauth.so extension is a nightmare as it is. Installation on Mac OS X is close to impossible, I spent about a full day on it

Re: Date error

2011-06-27 Thread Eric Koleda
Hi Doug, Wouldn't the php.ini be a better place to set your timezone, since it works across all your scripts? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-ap

Re: Date error

2011-06-20 Thread Doug
The way to get rid of is warning is to open up the Util/Logger.php file and put in this line of code (where "UTC" is a string that represents the timezone) date_default_timezone_set('UTC'); Put that before the line that reads: class Logger { Friendly suggestion: perhaps Google should include

Re: Date error

2011-06-20 Thread Eric Koleda
Hi, This is a common PHP issue and not related to the AdWords API: http://drupal.org/node/691648 Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/grou

Date error

2011-06-17 Thread reverso13
Hi, somebody please help me with this error: *Strict Standards*: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the d

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-14 Thread crozzer
original question resolved/reported. see: http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=13 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send e

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-14 Thread IgorAG
> I'm running .NET 3.5, VS 2008, on Vista exactly the same > i don't know about reference.cs? It is in a subtree of your ReportAPI Web Reference (possibly you need to click on the "Show all files" button at the top of the Solution explorer) Reference.cs is the autogenerated .cs code by the Rep

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-13 Thread crozzer
The same errors that started this thread are now happening in my client accounts. Meaning, I can't use the API to download a client account b/c the serializer chokes on the startdate (and, presumably, enddate). Any suggested work-arounds much appreciated. --~--~-~--~~~

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-13 Thread crozzer
and, um, noobie (me) found the rest of the soap extensions i needed to enable in my web.config. so, got that part figured out anyways. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To pos

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-13 Thread crozzer
Thanks for the tip, sounds like you know what you are doing. I'm just not sure how to apply that to my project, and hoped you might be able to help. I'm running .NET 3.5, VS 2008, on Vista, using AWAPI v13 (2.1.0) i don't know about reference.cs? thanks On Nov 10, 4:04 am, IgorAG <[EMAIL PROTE

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-13 Thread crozzer
I'm having difficulty turning on my trace logs. I have read the README, which directs me to add the following, which I placed in my web.config (not app.config). I'm running .NET 3.5 , VS 2008, on Vista --~--~-~--~~~---~--~~ You received this me

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-10 Thread IgorAG
You schould make endDay and startDay (both field and property) nullable in your Web reference Reference.cs file. It works. public System.DateTime ? startDay { get { return this.startDayField; } set { this.startDayField =

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-07 Thread AdWords API Advisor
Hello, Are you using the .NET client library we provide (http:// code.google.com/apis/adwords/docs/clients.html), or are you generating your own classes from the WSDLs? If you're using the client library then there's information about enabling logging in the README, and it involves modifying you

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-07 Thread crozzer
Thanks for the speedy response. Being honest, I'm new to SOAP, etc., so it's gonna take me a few minutes to find out how to setup the SOAP trace. And, yes, I can manually delete the report. My concern would be that the same thing is going to happen when I get valid structure reports in the cli

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-07 Thread crozzer
OK, not sure how to generate XML / SOAP trace info with .NET. I found this page, but nothing about .NET. http://www.google.com/support/adwordsapi/bin/answer.py?answer=15137 If you could point me in the right direction, that would be great. Thanks! --~--~-~--~~~---~--~

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-07 Thread AdWords API Advisor
Hello, My guess would be that because Structure reports don't have an associated start and end date, the .NET XML deserializer is unable to convert that empty value to a DateTime object when trying to process the results of the getAllJobs() call. If you could turn on SOAP logging in your client

AdWords API Structure Report triggers invalid date error in GetAllJobs

2008-11-07 Thread crozzer
Hi, I'm running into an error where a previously scheduled and completed structure report is sitting and waiting in my account (happens to be an MCC account). As long as that report is there, when I run GetAllJobs, i get the following error: (running .NET 3.5) String was not recognized as a va