Hi, The AdWords API PHP client library comes with two examples that will help. The first is GetAllAdGroupCriteria.php:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/GetAllAdGroupCriteria.php This example gets the criteria in an ad group, but you can change the way the AdGroupCriterionIdFilter is created to filter on campaign ID instead. The other example is UpdateAdGroupCriterion.php: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/UpdateAdGroupCriterion.php Best, - Eric Koleda, AdWords API Team On Feb 17, 9:57 pm, dadonk <[email protected]> wrote: > I'm new to the AdWords API and would like to be pointed in the right > direction. > > I'm using the PHP client library v2009. > > I need to retrieve all the keywords for a particular campaign check > their maxcpc and adjust it. > > What is the best way to do that? Are their any scripts already written > that would give me a head start? > > I noticed that most of the API calls I thought I would use are now > deprecated and just want to use the correct and most up to date API > calls. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
