Hello Danny, There was a new service introduced in v201806 called CustomAffinityService <https://developers.google.com/adwords/api/docs/reference/v201806/CustomAffinityService>. If you already have custom audiences in your account, then you'll see them there. You can use the ID from those. You can also create audiences using the CustomAffinityService. In that service, you'll get back two types of audiences <https://developers.google.com/adwords/api/docs/reference/v201806/CustomAffinityService.CustomAffinity#type>, *CUSTOM_INTENT* and *CUSTOM_AFFINITY*. You'll want to use the *CUSTOM_INTENT* one for a CriterionCustomIntent.
Cheers, Nadine, AdWords API Team On Monday, June 25, 2018 at 3:41:13 AM UTC-4, [email protected] wrote: > > Yes. Error with ExpressionRuleUserList was that in including files part I > had different library versions for classes. It produced incorrect SOAP > request. But after execution code I understood that it was not what I > needed. I need a CriterionCustomIntent > <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupCriterionService.CriterionCustomIntent> > to > create audience for users, who visited domains, which I need add to intent > list as keywords. > Type of that audience in UI is 'Custom intent audience'. > > Unfortunately I found no examples how to use CriterionCustomIntent > <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupCriterionService.CriterionCustomIntent> > . > > On Monday, June 25, 2018 at 8:24:53 AM UTC+3, Peter Oliquino (AdWords API > Team) wrote: >> >> Hi Danny, >> >> Could you first confirm if you no longer have any issues with the >> ExpressionRuleUserList ADD request, and that what originally intended was >> to create a CriterionCustomIntent >> <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupCriterionService.CriterionCustomIntent> >> as >> a BiddableAdGroupCriterion >> <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupCriterionService.BiddableAdGroupCriterion> >> ? >> >> Thanks and regards, >> Peter >> 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/5133177f-50c6-4ec3-8b82-be456706c2d6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
