Hi, Please use contentBid<https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService.CpcBid#contentBid> for max cpc for content.
Best, - Takeshi, AdWords API Team On Friday, November 1, 2013 9:42:18 PM UTC+9, t...@jooble.mygbiz.com wrote: > > I know how to change Default max cpc > it looks like: > List<Operation> operations = new List<Operation>(); > > foreach (KeyValuePair<long, double> keyValuePair in margin) > { > AdGroupOperation operation = new AdGroupOperation {@operator = > Operator.SET}; > // Update the ad group. > var amount = Convert.ToInt64(keyValuePair.Value * 1000000); > var costsPerClickBid = new CpcBid {bid = new Money {microAmount = amount}}; > var biddingConfig = new BiddingStrategyConfiguration {bids = new Bids[1]}; > biddingConfig.bids[0] = costsPerClickBid; > biddingConfig.biddingScheme; > var adGroup = new AdGroup > { > status = AdGroupStatus.ENABLED, > biddingStrategyConfiguration = biddingConfig, > id = keyValuePair.Key > }; > operation.operand = adGroup; > operations.Add(operation); > } > BulkMutateJobPolicy policy = new BulkMutateJobPolicy(); > policy.prerequisiteJobIds = new long[] { }; > > SimpleMutateJob job = mutateJobService.mutate(operations.ToArray(), > policy); > > > > But we use display network and i want to change displayNetworkMaxCPC > How could i do this? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.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 --- 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 adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.