We are using adwords api C# library. Is there an example you can provide to 
get the list of users based on search term in adwords api ?
I was not able to find an sample.

Thank You,
Pradeep Datla.

On Tuesday, December 3, 2019 at 8:18:41 AM UTC-8, adsapiforumadvisor wrote:
>
> Hi Pradeep,
>
> Thanks for reaching out. The following are the answers to your questions:
>
> 1. You could use the UserListService.GetUserList 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#userlistservice>
>  
> to retrieve all your UserList 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.resources#google.ads.googleads.v1.resources.UserList>
>  
> information.
>
> 2. You could add a user list to an ad group or campaign as a criterion 
> either by using AdGroupCriterionService.MutateAdGroupCriteria 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#adgroupcriterionservice>
>  
> to create an AdGroupCriterion 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.resources#google.ads.googleads.v1.resources.AdGroupCriterion>
>  
> of type user_list (UserListInfo 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.common#google.ads.googleads.v1.common.UserListInfo>),
>  
> or use the CampaignCriterionService.MutateCampaignCriteria 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#campaigncriterionservice>
>  
> to create a CampaignCriterion 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.resources#google.ads.googleads.v1.resources.CampaignCriterion>
>  
> of type user_list (UserListInfo 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.common#google.ads.googleads.v1.common.UserListInfo>
> ).
>
> You could refer to this guide 
> <https://developers.google.com/adwords/api/docs/guides/remarketing#targeting_settings_for_remarketing>
>  
> for more details on the targeting setting and remarketing. Please let us 
> know if you have any further questions.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UODhG0:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7757a5f0-eef5-40d5-bbcd-6eddfb25ba00%40googlegroups.com.

Reply via email to