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-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

Bad authentication: widespread problem for every programmer

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 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: Bad authentication: widespread problem for every programmer

2012-03-18 Thread Ewan Heming
I can see that you've got something entered into the clientEmail header; this is now deprecated to accommodate MCC only accounts with no login email, so you have to use the clientCustomerId header instead. -- =~=

Re: error using GetKeywordOpportunities

2012-03-18 Thread Ewan Heming
I seem to remember something about the BulkOpportunityService being deprecated; however, I can't find a blog post about it. I don't think it's listed as a service in the V201109 documentationanyway; the late