RE: Remarketing Audience List

2021-01-18 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. I would recommend looking over the remarketing and audience targeting guide. You can manage user lists using the UserListService. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2B17a3:ref -- --

Remarketing Audience List

2021-01-17 Thread Krishnadas D
Hi how can i get re-marketing audience list from google ads API ? thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Remarketing Audience List

2020-12-03 Thread Vikram Singh
Thanks for your response...☺ On Fri, Dec 4, 2020 at 8:17 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Vikram, > > Thanks for posting your concern. > > I am afraid that it is currently not possible to get the date on when the > user list is updated. As a

RE: Remarketing Audience List

2020-12-03 Thread Google Ads API Forum Advisor Prod
Hi Vikram, Thanks for posting your concern. I am afraid that it is currently not possible to get the date on when the user list is updated. As a workaround, you may note the timestamp of the API request for updating user list. However, let me raise a feature request to my team for this,

Remarketing Audience List

2020-12-02 Thread Vikram Singh
How can I get the last updated date of a user_list ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: How to get remarketing Audience list

2020-10-12 Thread Google Ads API Forum Advisor Prod
Hi Jitendra, Thank you for reaching out. The API does not provide the option to check explicitly for the size of the users available for targeting on video(YouTube). You could use the size_for_display from the UserList to get the estimated number of users in this user list on the Google

Re: How to get remarketing Audience list

2020-10-09 Thread Jitendra Kumar
how can i get the size of users available for targeting on video(YouTube)? please refer attachment. On Friday, October 9, 2020 at 9:37:56 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Jitendra, > > Thank you for reaching out. You could query the size_for_display >

Re: How to get remarketing Audience list

2020-10-09 Thread Bogumił Janczak
wtorek, 6 października 2020 o 08:25:46 UTC+2 ansitjit...@gmail.com napisał(a): > Thanks for the valuable reply. and now i want to know, is there any way > to get last modified datetime (param eg. name,id) of an remarketing > Audience? > > On Tuesday, October 6, 2020 at 1:30:34 AM UTC+5:30

Re: How to get remarketing Audience list

2020-10-09 Thread Google Ads API Forum Advisor Prod
Hi Jitendra, Thank you for reaching out. You could query the size_for_display and size_for_search from the UserList to get the estimated number of users in this user list, on the Google Display Network or the users available for targeting in Search campaigns. Thanks and regards, Xiaoming,

Re: How to get remarketing Audience list

2020-10-08 Thread Jitendra Kumar
sorry ignore above message , thanks for the reply. is the any param (eg. size_for_search , size_for_display ) for video(YouTube) size? On Friday, October 9, 2020 at 10:47:41 AM UTC+5:30 Jitendra Kumar wrote: > after adding by AddOfflineUserDataJobOperationsAsyn() method, > why above

Re: How to get remarketing Audience list

2020-10-08 Thread Jitendra Kumar
after adding by AddOfflineUserDataJobOperationsAsyn() method, why above method(AddOfflineUserDataJobOperationsAsyn()) return size 0 (there is no PartialFailureError or exception) ? userDataJobOperations.size() return 0 why? On Thursday, October 8, 2020 at 9:37:59 PM UTC+5:30

Re: How to get remarketing Audience list

2020-10-08 Thread Google Ads API Forum Advisor Prod
Hi Jitendra, Thank you for reaching out. Please note that for privacy purposes, the user list size will show as zero until the list has at least 1,000 members. After that, the size will be rounded to the two most significant digits. You could find more details about the Customer Match User

Re: How to get remarketing Audience list

2020-10-08 Thread Jitendra Kumar
whenever i am adding operations(2 UserData) using OfflineUserDataJobService with AddOfflineUserDataJobOperationsAsyn() method then why i am getting size 0 (there is no PartialFailureError or exception) ? On Wednesday, October 7, 2020 at 9:07:48 PM UTC+5:30 adsapiforumadvisor wrote: > Hi

Re: How to get remarketing Audience list

2020-10-08 Thread Jitendra Kumar
ok one more question what is the param (eg. size_for_search , size_for_display ) for video(YouTube) size? On Wednesday, October 7, 2020 at 9:07:48 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Jitendra, > > Thank you for reaching out. You could use > UserListService.MutateUserLists() >

Re: How to get remarketing Audience list

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Jitendra, Thank you for reaching out. You could use UserListService.MutateUserLists() to create the Customer Match User List and use OfflineUserDataJobService to create, add and run OfflineUserDataJobOperations to add customers to the Customer Match User List. You could refer to this code

Re: How to get remarketing Audience list

2020-10-07 Thread Jitendra Kumar
ok thanks, can you tell me what service need to used for add customer in crmbased remarketing audience list. On Tuesday, October 6, 2020 at 9:05:29 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Jitendra, > > Thank you for reaching out. Unfortunately, it is not possible to fetch th

Re: How to get remarketing Audience list

2020-10-06 Thread Google Ads API Forum Advisor Prod
Hi Jitendra, Thank you for reaching out. Unfortunately, it is not possible to fetch the last modified datetime of the fields. However, in the campaign_audience_view, you are able to use the segments.date to check the date to which metrics apply. Thanks and regards, Xiaoming, Google Ads API

Re: How to get remarketing Audience list

2020-10-06 Thread Jitendra Kumar
Thanks for the valuable reply. and now i want to know, is there any way to get last modified datetime (param eg. name,id) of an remarketing Audience? On Tuesday, October 6, 2020 at 1:30:34 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Jitendra, > > Thank you for reaching out. You could query the

RE: How to get remarketing Audience list

2020-10-05 Thread Google Ads API Forum Advisor Prod
Hi Jitendra, Thank you for reaching out. You could query the user_list resource to get the remarketing Audience lists. You could also use the UserListService.GetUserList() to get these user lists. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

How to get remarketing Audience list

2020-10-05 Thread Jitendra Kumar
I want to get remarketing Audiences list by using google Ads API . I want to be know which service need to be used. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Remarketing audience list: fetch "Size: YouTube" and "Size: GMail"

2018-12-05 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Maxim, On the AdWords API perspective, I can confirm that only the AdWordsUserlistService is available to fetch the fields indicated in the UI except the three columns: "Size: YouTube", "Size: GMail"

Remarketing audience list: fetch "Size: YouTube" and "Size: GMail"

2018-12-05 Thread Maxim Sigalin
Hello, I am looking for a way to obtain data like in AdWords UI/Remarketing Manager/Audience Lists (https://ads.google.com/aw/audiences/management). AdWords API has AdWordsUserListService which provides everything I need except for two columns "Size: YouTube" and "Size: GMail" (actually I also