Hi, You may refer in this example code <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201607/AdvancedOperations/UsePortfolioBiddingStrategy.php> (PHP client library example) to see how to create the SharedBiddingStrategy and set its id as the BiddingStrategyConfiguration.biddingStrategyId. The example code uses TargetSpendBiddingScheme (which also valid as a portfolio strategy, highlighted in this line <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201607/AdvancedOperations/UsePortfolioBiddingStrategy.php#L65>). You may replace the TargetSpendBiddingScheme into EnhancedCpcBiddingScheme <https://developers.google.com/adwords/api/docs/reference/v201607/BiddingStrategyService.EnhancedCpcBiddingScheme> from the example code to use ENHANCED_CPC. Hope this helps.
Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4fcf2922-fbaa-4817-8afd-f77b1eabf77c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
