Hi Exar, You can use the AdGroupCriterionService to fetch information about criteria such as keywords.
Best, - Eric Koleda, AdWords API team On Nov 16, 7:40 am, Exar Kun <[email protected]> wrote: > Hello, > > I recently began to develop with the Adwords API and I'm using the php > library. I would need some help to understand some things about the > keywords/ad groups. > > I have a list of products, and for each product I want to create > a "Keyword" criteria (or update it if it already exists). So I do the > following : > 1. For each product I check all campaigns (with GetCampaignService) > 2. For each campaign I check all the Ad Groups inside (with > GetAdGroupService and AdGroupSelector with campaignIds) > 3. If I find a specific Ad Group (based on its name), I must update > the "Keyword Criteria". If I don't find any Ad Group for my product, I > must create it. > > Here is my problem : I don't know how to find the informations of > the "Keyword Criteria" ... I must find the keyword itself, the > destination url, the match type, the default cpc, and status (active or > paused). > > Thank you for your help. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
