Re: Instability of production APIs

2012-03-21 Thread dkasak
. On Monday, 19 March 2012 13:58:40 UTC+11, dkasak wrote: > > I'm not talking about the URL of the downloads in this case. > > The page: > http://code.google.com/apis/adwords/docs/guides/reporting.html > > ... used to have an example report definition, which STARTED with the > line: > > > > ..

Re: Instability of production APIs

2012-03-18 Thread Ewan Heming
Is it possible that your problem is due to the change to strict SOAP validation in V201109? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Re: Instability of production APIs

2012-03-18 Thread programmer77
I am using google's own sample GetKeywords.php . Every setting in auth.ini is perfect, checked a zillion times. --code snippet at bottom --- {below is shown by print_r($user) ;} }Printing user AdWordsUser Object ( [email:AdWordsUser:private] => [myemail]@gmail.com [password:AdWordsUser:private

Re: Instability of production APIs

2012-03-18 Thread dkasak
I'm not talking about the URL of the downloads in this case. The page: http://code.google.com/apis/adwords/docs/guides/reporting.html ... used to have an example report definition, which STARTED with the line: ... and this has been changed to: https://adwords.google.com/api/adwords/cm/v2011

Re: Instability of production APIs

2012-03-16 Thread Anash P. Oommen
Hi, If I remember correctly, versioned urls for report downloads were introduced around v201008, so it isn't a recent change. If you migrated from v13 reports in a much older version of the new reports (v201008 or before), you might have copy-pasted the old url which didn't have version as par

Re: Instability of production APIs

2012-03-15 Thread burton cooper
I couldn't agree more! My code breaks daily. Burton On Thursday, March 15, 2012 8:11:46 PM UTC-4, dkasak wrote: > > I have just read that there are YET MORE changes to a production API: > > http://googleadsdeveloper.blogspot.com.au/2012/03/specifying-version-when-requesting.html > > The page: > h

Instability of production APIs

2012-03-15 Thread dkasak
I have just read that there are YET MORE changes to a production API: http://googleadsdeveloper.blogspot.com.au/2012/03/specifying-version-when-requesting.html The page: http://code.google.com/apis/adwords/docs/guides/reporting.html ... has been quietly updated with the new namespace requirement