Re: Audience List and Adding it to Campaign

2020-01-16 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thank you for reaching out. It is not supported to get the list of users from the UserList object in Adwords API. The AdWordsUserListService.get() only supports retrieving information at the UserList level but not its members. I have submitted a feature request to include retrieval

Re: Audience List and Adding it to Campaign

2020-01-15 Thread Pradeep Datla
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, > > Tha

RE: Audience List and Adding it to Campaign

2019-12-03 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thanks for reaching out. The following are the answers to your questions: 1. You could use the UserListService.GetUserList to retrieve all your UserList information. 2. You could add a user list to an ad group or campaign as a criterion either by using AdGroupCriterionService.Mutat

Re: Audience List and Adding it to Campaign

2019-12-02 Thread SUBINPVASU
https://developers.google.com/adwords/api/docs/guides/remarketing On Tue, Dec 3, 2019 at 12:09 PM Pradeep Datla wrote: > Hi, > > We want to show a list audiences (like how google has it in its UI) which > we would like to add while creating / updating campaign through api. > 1) How do i get the

Audience List and Adding it to Campaign

2019-12-02 Thread Pradeep Datla
Hi, We want to show a list audiences (like how google has it in its UI) which we would like to add while creating / updating campaign through api. 1) How do i get the list of audiences? [image: audience.JPG] 2) How do i add it during campaign creation through api? Thank You, Pradeep Datla. -