Hello, I'm currently developing an interface using adwords API, which displays stats per site / keyword / ad, and allows for some basic functionnalities (enable / disable an element, change bids on each level). So far, i've implemented anything without real trouble, except the automatic placements. I need to be able to disable an automatic placement, or change its bid. I'm not looking for a code example (thought it would come in handy), but rather for the general idea of how to achieve that - From what I understand, changing an automatic placement's bid turns it into a managed placement, but how do I achieve that? For this, i have no idea or lead. For the status change part, i tried to add an AdGroupCriterionOperation with a "REMOVE" operator and the url I want to disable, but i'm getting
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
