Hi there, The xsi_type is the Type of object that you specify when you run operations for a service. For example, in your screenshot, to add a keyword in AdGroup, you will need to call the AdGroupCriterionService <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService>, then, add an object of Type BiddableAdGroupCriterion <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.BiddableAdGroupCriterion> or NegativeAdGroupCriterion <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.NegativeAdGroupCriterion>. Then, to those objects you will need to add an object of Type Keyword <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.Keyword> where you will specify the text and matchtype. Please let me know if you have any further questions.
Regards, Dhanya, 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/4f01844e-ad02-44b7-86ae-718933ffa7f0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
