AdWords API Problems with Sandbox Testing

2008-10-22 Thread Sachin
I am facing a problem with Sandbox.. calls to the sandbox throws the error that \\ The request did not contain a header named 'email. \\. I have appended the main program that i m using to make the API calls to Sandbox. I m not sure about the namespace that i have to use, as while debugging i

AdWords API Placement CPC report error

2008-10-22 Thread IgorAG
I faced a problem. Structure placement/keyword report and Placement/Keyword Performance Report return keyword default maxCPC for placements with default bid instead of default content bid. So I am not able to get right bids via Report service. Google AdWords UI displays right price. Data in

AdWords API getUnitCountForMethod returning 0

2008-10-22 Thread MartinHN
Hi I want to get the price of CriterionService.getAllCriteria, to determine if it is cheaper to schedule and download a report. If I call the InfoService.getUnitCountForMethod(CriterionService, getAllCriteria, dateFrom, dateTo) - I just get 0. I guess I have to provide an AdGroup ID, or

AdWords API Re: first page bid

2008-10-22 Thread timprepscius
documentation bug.. So you go to: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html And it says in that upper right hand pull down v13 Within that pull down it says diffs But there are none! Oh well, there must have been _no_ changes between v12 and v13..

AdWords API Re: One or more input elements failed validation.

2008-10-22 Thread AdWords API Advisor
Hello, There's been a recent change to the Sandbox environment to ensure that local business ads use mock images that are of the appropriate dimensions. The hope is that this will work around the issues that folks had with testing local business ad creation in the Sandbox. Can anyone who was

AdWords API Query on adgroup creation

2008-10-22 Thread JVR
Adword center allows a user to specify keywords while targeting a list of sites on the content network (Placement targeting on the content network). However, the API says that a given campaign can be either website targeted or keyword targeted. Is there a way to target a website for an ad

AdWords API Re: Query on adgroup creation

2008-10-22 Thread AdWords API Advisor
Hello, Ad groups fully support both Website and Keyword criteria. You can ad both types of criteria to ad groups with CPC bidding using the AdWords API. One thing to keep in mind is that you should make sure that your ad group has both a keywordMaxCpc and a siteMaxCpc value set if you're going

AdWords API seed keyword help

2008-10-22 Thread out of bounds
Would appreciate any help you could provide with this issue. i am basically trying to develop a simple application to take a user's input of seed keyword from a php form and then passing that seed keyword into the example get keyword variations php file that makes the call to the google api.