Re: When will the "QuotaCheckError.INVALID_TOKEN_HEADER" issue of TargetingIdeaService be fixed in sandbox?

2012-10-21 Thread Dehui Zheng
yes, I did. I successfully ran the cases before until the V201209 released. 在 2012年10月22日星期一UTC+2上午5时21分05秒,Anash P. Oommen写道: > > Hi Dehui, > > Did you initialize the sandbox by running the GetAllCampaigns code example > and then got 5 test accounts by running GetAccountHierarchy code example? >

Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-21 Thread Gerald Müller
To me it seems like a Bug!? I don´t get any other Errors with the Sandbox. Am Sonntag, 21. Oktober 2012 16:58:19 UTC+2 schrieb Dehui Zheng: > > Is this a bug in sandbox or they made it like this in purpose? > > 在 2012年10月18日星期四UTC+2下午5时49分23秒,Gerald Müller写道: >> >> It seems my problem is related t

Re: Using Visual Basic and v201209 library...unable to AddCampaigns

2012-10-21 Thread Anash P. Oommen
Hi Mike, This is a known issue, see https://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=95. AddCampaigns example has a missing line to add individual operation to the operations array. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 19 October 2012 23:16:46 UTC+5:30,

Re: keyword depended ads

2012-10-21 Thread Anash P. Oommen
Hi NIkhil, You can find out what keyword triggered your ad - valuetrack is one way to do it: http://support.google.com/adwords/bin/answer.py?hl=en&answer=2375447 You can also change the sitelinks at runtime based on that information, but it will not be a "no-timelag" process, since there will be

Re: When will the "QuotaCheckError.INVALID_TOKEN_HEADER" issue of TargetingIdeaService be fixed in sandbox?

2012-10-21 Thread Anash P. Oommen
Hi Dehui, Did you initialize the sandbox by running the GetAllCampaigns code example and then got 5 test accounts by running GetAccountHierarchy code example? Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, 21 October 2012 20:25:36 UTC+5:30, Dehui Zheng wrote: > > I suffered this issue

Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-21 Thread Dehui Zheng
Is this a bug in sandbox or they made it like this in purpose? 在 2012年10月18日星期四UTC+2下午5时49分23秒,Gerald Müller写道: > > It seems my problem is related to this: > https://groups.google.com/d/msg/adwords-api/SG4nMaOBd0Q/WCRUMIDTyIoJ > > The SANDBOX is currently return an error... > -- =~=~=~=~=~=~=~=~

When will the "QuotaCheckError.INVALID_TOKEN_HEADER" issue of TargetingIdeaService be fixed in sandbox?

2012-10-21 Thread Dehui Zheng
I suffered this issue several weeks before and I still cannot see anything happening to fix this issue, which is very disappointing. Cannot do tests in the sandbox for TargetingIdeaService really slow down my work. I just want to know when this issue will be fixed. -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Can't authenticate - "customer not found"

2012-10-21 Thread Ewan Heming
Hi Karlis, The sandbox creates five customer ids when you activate it; the one displayed in your AdWords account is for the live API, not the sandbox. You need to remove the clientId altogether for your first call to the API, then either use the ManagedCustomerService

Re: ad copy

2012-10-21 Thread u...@taykey.com
Hi Ewan, Thank you for your answer. Udy On Saturday, October 20, 2012 6:51:46 PM UTC+2, Ewan Heming wrote: > > Hi Udy, > > There isn't a copy operation, so you would need to download the ads from > the source AdGroup, then use an ADD operation to upload them to the new > AdGroup. > > Regards

Can't authenticate - "customer not found"

2012-10-21 Thread Karlis Lauva
Hi! I have problems with authenticating. I am using the Python library (v201206). I created the auth file and I get the following error when trying to run get_campaings (which should set up my sandbox account, according to docs): {'data': : {'ApiExceptionFault': : {'ApplicationException.Type':

Re: keyword depended ads

2012-10-21 Thread Nikhil Parachure
Hi After doing some research I think adextensionoverride should work for me. But i am a little confused here. Does this mean that using adextensionoverride I can push more than 10 sitelinks per campaign? If not then what exactly is use of adextensionoverride. Can some one please clarify? Regards