Re: Failed to retrieve campaign

2013-11-06 Thread Anash P. Oommen (AdWords API Team)
You could also examine the inner exception to find out why the call failed. Or set Visual Studio to break on exception. Cheers, Anash P. Oommen, AdWords API Advisor On Thursday, October 31, 2013 1:44:03 PM UTC-4, cupofcode...@gmail.com wrote: > > I' have tried to do authorization (console appli

Re: Failed to retrieve campaign

2013-11-06 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please try one of the client library examples like GetCampaigns.cs to narrow down the issue if your OAuth2 setting is correct?0 Best, - Takeshi, AdWor

Failed to retrieve campaign

2013-11-01 Thread cupofcodevvs . co . ua
I' have tried to do authorization (console application) with OAuth2 with test mcc account and the code below using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Configuration; using Google.Api.Ads.Common; using Google.Ap

Re: Failed to retrieve Campaign(s). Exception says "ClientEmail header is not supported in v201109."

2011-11-23 Thread Peter
Hi Anash, I having this problem also, though after downloading 2.7.3 PHP libs & using only the contained example code ( GetAllCampaigns.php ). Do we need to add something different to the auth.ini file for sandbox access? -Peter On Nov 18, 4:54 pm, "Anash P. Oommen" wrote: > Hi Nitin, > > Wh

Re: Failed to retrieve Campaign(s). Exception says "ClientEmail header is not supported in v201109."

2011-11-18 Thread Anash P. Oommen
Hi Nitin, What Brilliant Media says is correct. You can use the GetAccountHierarchy.cs code example to get your customer Id, and then use the ClientCustomerId header instead of ClientEmail header to make calls. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Failed to retrieve Campaign(s). Exception says "ClientEmail header is not supported in v201109."

2011-11-02 Thread Brilliant Media
Found the link: http://code.google.com/apis/adwords/docs/reference/: Email address is no longer to be used as a client identifier; only Customer > ID (available through > InfoService > or

Re: Failed to retrieve Campaign(s). Exception says "ClientEmail header is not supported in v201109."

2011-11-02 Thread Brilliant Media
I think use of the client email for authentication has been discontinued - you can create an mcc account without an email,. What you need is the client-id - it's displayed as a (10?) digit number in the adwords console, usually looks like 123-456-7890 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Failed to retrieve Campaign(s). Exception says "ClientEmail header is not supported in v201109."

2011-11-01 Thread Nitin Singh Rajpoot Rajpoot
I was using v201101 version and passing the below details in config file. System was working perfectly. After changin to new version v201109, the system is giving following error: Failed to retrieve Campaign(s). Exception says "ClientEmail header is not support