Re: Offline Conversion Feed DateError.INVALID_FIELD_VALUES_IN_DATE_TIME

2014-03-19 Thread cbmamherst
Ray, The format you are suggesting also produces an error but not exactly the same one. snippet from the request: ADD CPHt9bfblL0CFchZ7AodFGcAHA RTLead 2014-03-15 10:13:25

Offline Conversion Feed DateError.INVALID_FIELD_VALUES_IN_DATE_TIME

2014-03-19 Thread cbmamherst
We have had an upload of offline conversions working for a little over a month using API V201309 and yesterday we started getting errors saying we have an invalid date and time. snipped from the request: ADD CPnNu5z-lb0CFSNk7

Re: Offline Conversion Feed Service, Too Recent Click

2014-02-04 Thread cbmamherst
To add to this, on Monday February 3 we were receiving the "TOO_RECENT_CLICK". This morning (February 4) the response is INVALID_CLICK from the same request. thanks, Chris Marshall On Monday, February 3, 2014 9:06:47 AM UTC-5, cbmam...@gmail.com wrote: > > We have just started to get the Offli

Offline Conversion Feed Service, Too Recent Click

2014-02-03 Thread cbmamherst
We have just started to get the Offline Conversion Feed Service to work and have run into "OfflineConversionError.TOO_RECENT_CLICK". The description here https://support.google.com/adwords/answer/2998031?hl=en seems to imply that 4 to 6 hours after a click it should be possible to upload offli

Re: Interrogating SOAP Headers for API Usage?

2013-11-12 Thread cbmamherst
Takeshi, Tracking API usage is exactly what we were doing with it. regards, Chris Marshall On Tuesday, November 12, 2013 5:43:32 AM UTC-5, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Chris, > > The new Java library's serviceInterface is not a subclass of Stub. > Does your registerRe

Re: Interrogating SOAP Headers for API Usage?

2013-11-11 Thread cbmamherst
I replied to the email that was sent but it doesn't look like it made it to the forum: Takeshi, With the new library I am pretty much following what the examples have: AdWordsSession session = getAdWordsSession(authProperties); AdWordsServices adWordsServ

Interrogating SOAP Headers for API Usage?

2013-11-02 Thread cbmamherst
We are in the middle of getting our code working with the new Java client library and with the previous version we had registered an axis response handler to retrieve the API usage statistics. The new version of the library (AdWordServices get) produces a proxy object that appears to have the

Client Center oauth2 Example?

2013-10-30 Thread cbmamherst
Are there any examples of using oauth2 with the following: - credentials stored in a database and not in a properties file - client center credentials used to access an account within a client center - batch job so no interaction with an end user thanks, Chris Marshall -- -- =~=~

Report Content in V201101 versus V13

2011-06-20 Thread cbmamherst
We have been using the "Creative" report for some time, across several versions of the API up through v13. We are in the middle of figuring out what needs to be done to upgrade our report retrieval code to V201101 and the actual mechanics of creating reports seems to be straight forward and this p

AdGroupCriterionService.get and bids

2011-06-18 Thread cbmamherst
I am in the process of upgrading some of our code from v201008 to v201101 and the bids field in the BiddableAdGroupCriterion array that is returned by the AdGroupCriterionService.get method seems to always be null in v201101. The documentation does NOT indicate that this fields is selectable. A s