Hey Hunter, Yes, you will need to create a *BiddableAdGroupCriterion *with Criterion Type CriterionUserList <https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.CriterionUserList> using the *AdGroupCriterionService. *You will want to use the bid modifier instead of the bidding strategy configuration. The bid modifier is used for setting bid multipliers (e.g setting bid modifier to 1.1 for a given criterion will give you a 10% increase for users that match the criterion). BiddingStrategyConfiguration is used to set absolute bids (i.e. the cpc, cpa, cpm).
This method should be used for any type of criteria, so gender and age should be the same as CriterionUserList. Here is an example <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201506/targeting/AddDemographicTargetingCriteria.java> from our Java library that shows how to add age and gender criterion for an adgroup. Cheers, Anthony 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/18e9297e-b562-4b38-9dc0-e259d36649dc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
