Hi Federico, A good way to figure this logic is to try out the different options in the UI and look at the transitions that are allowed. From what I can tell ManualCPC can transition to anything, and everything else can only transition to ManualCPC.
ManualCPC => ManualCPM ManualCPM => ManualCPC ManualCPC => BudgetOptimizer BudgetOptimizer => ManualCPC ManualCPC => ConversionOptimizer ConversionOptimizer => ManualCPC There are of course other restrictions that may prevent you from making these transitions, such as not having enough conversions to enable conversion optimizer. You can use the validateOnly header to validate a bidding transition without actually performing it. Best, - Eric Koleda, AdWords API Team On Aug 17, 10:53 am, Federico Gaule <[email protected]> wrote: > Hi everyone. > > I need to know which are the possible transitions. I only have found > (in an example) that i'm able to swtich from Manual CPC to Manual CPM > but i know there are some other restrictions ( Budget Optimizer can > only be switch to the previous bidding only (took from the > biddingtransition errors, but not found anywhere else, > > NOT_THE_PREVIOUS_BIDDING_STRATEGY > In case of budget optimizer, the only transition allowed is a switch > to the previous strategy.) > > Anyone could help me? > Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
