Hi, To add labels to your keywords, you would need to create AdGroupCriterionLabel <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.AdGroupCriterionLabel> which contains:
- labelId - ID of the label. - adGroupId - ID of the AdGroup containing the keyword. - criterionId - ID of the keyword. Once you have created these objects, you need to use the AdGroupCriterionService.mutateLabel <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.html#mutateLabel> with ADD operator to associate an existing Label <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.Label.html> to an existing AdGroupCriterion <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.AdGroupCriterion.html> . Regards, Shwetha, 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/1d879f2b-aa7e-4a2d-934f-ab03213abbae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
