Re: Unable to download Report - QuotaCheckError

2011-12-09 Thread Neha bansal
David, I updated my library today from 2.7.0 to 2.7.2 and its working fine now. Thanks Neha On Fri, Dec 9, 2011 at 9:22 AM, David Torres wrote: > Hi, > > Make sure you correctly construct your developer token as specified here > http://code.google.com/apis/adwords/docs/sandbox.html > > Best,

Re: Unable to update/remove campaign criteria v201109

2011-12-09 Thread Neha bansal
David, Please find below the SOAP request when i try to use 'SET' operator to update campaign criteria. [Dec 09 2011 14:47:36.00 - ERROR] POST /api/adwords/cm/v201109/CampaignCriterionService HTTP/1.1 Host: adwords-sandbox.google.com Connection: Keep-Alive User-Agent: PHP-SOAP/5.2.17, gzip Ac

Re: Unable to download Report - QuotaCheckError

2011-12-08 Thread Neha bansal
David, Client id i am using on sandbox is 6435726538 I keep getting QuotaError all the time. Regards Neha On Mon, Dec 5, 2011 at 11:02 AM, David Torres wrote: > Hi Neha, > > Can you provide me your MCC customer id? I'll be glad to check you account. > > Best, > > -David Torres - AdWords API

Re: Unable to download Report - QuotaCheckError

2011-12-05 Thread Neha Bansal
I will have it email to you David instead of posting it here. Thanks Neha On Dec 5, 11:02 am, David Torres wrote: > Hi Neha, > > Can you provide me your MCC customer id? I'll be glad to check you account. > > Best, > > -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Unable to update/remove campaign criteria v201109

2011-12-05 Thread Neha bansal
Any suggestions? On Sat, Dec 3, 2011 at 11:50 AM, Neha Bansal wrote: > Hi, > > I am trying to update/remove campaign criteria but keep getting > InternalApiError on sandbox. I am using v201109 php library. I am > passing the correct clientCustomerId as I am able to create a new

Unable to download Report - QuotaCheckError

2011-12-03 Thread Neha Bansal
I am getting this error on downloading a report using v201109- "QuotaCheckError.INVALID_TOKEN_HEADER I am not sure what's causing it. Please help. Thanks Neha -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

Unable to update/remove campaign criteria v201109

2011-12-03 Thread Neha Bansal
Hi, I am trying to update/remove campaign criteria but keep getting InternalApiError on sandbox. I am using v201109 php library. I am passing the correct clientCustomerId as I am able to create a new campaign and add criteria. But unable to update/remove criteria from a campaign. Also, when i try

Re: Problem getting Platform criterion

2011-11-02 Thread Neha bansal
Any response? On Sat, Oct 29, 2011 at 4:23 PM, Neha Bansal wrote: > Hi, > > I am using v201109 php api. When i add a platform criterion with id > e.g. 30002, i get the CampaignCriterionReturnValue as > > [{"operand":{"campaignId":x,"criterion&

Problem getting Platform criterion

2011-10-29 Thread Neha Bansal
Hi, I am using v201109 php api. When i add a platform criterion with id e.g. 30002, i get the CampaignCriterionReturnValue as [{"operand":{"campaignId":x,"criterion":{"platformName":null,"id": 30002,"type":null,"CriterionType":null},"CampaignCriterionType":null},"operator":"ADD","OperationTyp

How to update campaign criteria in v201109?

2011-10-22 Thread Neha Bansal
Hi, I am trying to update criteria like age or gender for a campaign with v201109. Example shows that we are supposed to set the id for each criteria. How do we use the same id for updating criteria? -Neha -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discuss

Re: AdWords API v201109 is now available

2011-10-19 Thread Neha Bansal
Hi Kevin, Apologies for late reply. I tried it again but i noticed that i missed 'TargetContentNetwork','TargetContentContextual','TargetPartnerSearchNetwork' in selector which was returning these as null. My bad. Can you check the request 0004ae1739eaaf080a0cea013a0b which tries to set both

Campaign Reports returning all values as 0

2011-10-12 Thread Neha Bansal
Hi, While generating campaign performance report, or adgroup performance report on sandbox, I am getting all clicks, impressions, cost,etc values as 0 instead of fake data. Doesn't sandbox contain dummy data for reports? I am using php library v201101. Regards, Neha -- =~=~=~=~=~=~=~=~=~=~=~

Re: AdWords API v201109 is now available

2011-10-12 Thread Neha Bansal
Hi Kevin, Whenever i try to set targetContentNetwork, targetContentContextual or targetPartnerSearchNetwork as true, I get an error this target is not supported. If i dont set them, they go as null and doesnt throw any error. Right now, i can just set google search or partners search. Setting any

Re: AdWords API v201109 is now available

2011-10-12 Thread Neha Bansal
Hi Kevin, Thanks for replying. No, I am talking about running campaign on display network like we do it on Google search and partners search (network settings). v201101 does not provide functionality for display network as far as I know. If you try to set target to contextual network as true, it w

Re: AdWords API v201109 is now available

2011-10-11 Thread Neha Bansal
Hi, Is it going to support Content Network Settings? -Neha On Oct 10, 6:24 am, Kevin Winter wrote: > Hi all, >   We hope to have updated client libraries released soon. > > - Kevin Winter > AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Re: How to update existing keyword in an adgroup

2011-10-10 Thread Neha bansal
Thanks Anash. What's the purpose of using AdParams? If i set keywords using AdParam, can i update them? -Neha On Mon, Oct 10, 2011 at 4:33 AM, Anash P. Oommen < anash.p.oommen+fo...@google.com> wrote: > Hi Neha, > > You have to delete the keyword and add a new one with modified text. > AdWords d

How to update existing keyword in an adgroup

2011-10-09 Thread Neha bansal
Hi, Is there a way to change the existing keywords to AdGroupCriterion? I am running the following code on sandbox and using 201101 api but it doesn't update keyword text. $keyword = new Keyword(); $keyword->id = $id; $keyword->text = $keywords[$i]; $keyword->matchType = 'PHRASE'; // Create bidd

Re: Unable to set multiple platform target v201101

2011-09-30 Thread Neha bansal
Any inputs? On Thu, Sep 29, 2011 at 9:47 AM, Neha Bansal wrote: > Hi, > > I am trying to set both DESKTOP and HIGH_END_MOBILE as platform target > on sandbox environment. > Whenever i try to set multiple platform targets, it doesnt take any of > them and return targets as

Unable to set multiple platform target v201101

2011-09-29 Thread Neha Bansal
Hi, I am trying to set both DESKTOP and HIGH_END_MOBILE as platform target on sandbox environment. Whenever i try to set multiple platform targets, it doesnt take any of them and return targets as null. Request- SET https://adwords.google.com/api/adwords/ cm/v201101"

Internal API error

2011-09-28 Thread Neha Bansal
Hi, I am getting internal api error on sandbox. Can you please help me resolve it? Response XML - http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v201101"> 0004ae02bf9057300a0d7a122a8b 1 61909 1 soap:

Why client id failed on sandbox?

2010-11-16 Thread Neha Bansal
Hi I have been using a client email Id from a month on sandbox. But it started giving an internal API error. When i changed the client id to client_2+...@gmail.com then it started working fine. Can you please tell me the reason for this and how can i use the old client id? Thanks Neha -- =~=~

Re: Unable to declare new TextAd

2010-11-16 Thread Neha Bansal
M getting the same error while working on sandbox...i just used one of the examples given in API to publish a text ad. Please help me! Neha On Nov 14, 9:20 am, wolfgang wrote: > Hi, > > I am getting the following error when i try to create new TextAd as: > $textAd = new TextAd(); > > Fatal erro