Hi Shwetha, How can I create label in API? Because I need to create a label with a date that I updated the CPCmax.
Regards Em quinta-feira, 16 de junho de 2016 13:25:35 UTC-3, Shwetha Vastrad (AdWords API Team) escreveu: > > 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: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads 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/024e45da-e80f-477f-89d3-9f52a9a11330%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
