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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en