RE: Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Google Ads API Forum Advisor Prod
Hi Andrea,

The rules can be retrieved via the rules field of the LogicalUserListInfo 
object. As for the members, I'm afraid that these are currently not supported 
in the Google Ads API.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UAqoH2: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.
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/87eJM0PS925V00RuSdKg56R7-eGlBiR1agWA%40sfdc.net.
For more options, visit https://groups.google.com/d/optout.


Re: Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Andrea Primaverili
Hi thank you,
I found the solution here: 
https://groups.google.com/forum/#!searchin/adwords-api/userlist%7Csort:date/adwords-api/Mooaiag-9S0/whA72I6aAgAJ

But how can i get also the matching rules and the list members (eg 
"visitors of a page")? Are those informations in another table? Thank you

On Tuesday, 28 May 2019 08:38:11 UTC+2, Andrea Primaverili wrote:
>
> Hi,
> I would like to know how can i get the audiences list from my Google Ads 
> account via API. I use the Java SDK and there are no examples yet about it 
> in the remarketing folder.
> I would like also know how can i set the audiences for a campaign or an 
> adgroup.
> Thank you.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/0259a2f6-4127-4d19-9c92-6e4848e02a1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Andrea Primaverili
Hi, thank you.
I tried to follow the getCampaign example but setCustomerId, setPageSize 
and setQuery are not members of GetUserListRequest
How can i fix it?

[image: Schermata 2019-05-28 alle 17.05.38.png]


On Tuesday, 28 May 2019 11:56:41 UTC+2, adsapiforumadvisor wrote:
>
> Hi Andrea,
>
> There is currently no available example for retrieving your audience lists 
> via the Google Ads API. You may, however, use the 
> UserListService.GetUserList 
> 
>  
> to retrieve all your UserList 
> 
>  
> information.
>
> As for associating a userlist into an adgroup or a campaign, you can use 
> either the AdGroupCriterionService.MutateAdGroupCriteria 
> 
>  to 
> create an AdGroupCriterion 
> 
>  
> of type user_list (UserListInfo 
> ),
>  
> or the CampaignCriterionService.MutateCampaignCriteria 
> 
>  to 
> create a CampaignCriterion 
> 
>  also of 
> type user_list (UserListInfo 
> 
> ).
>
> I hope this helps.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAqoH2: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.
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/d88fdecf-e4de-49a1-a177-3cdc97396350%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Andrea Primaverili
Hi, thank you.
I'm using Google Ads API not Adwords and UserListService is not preset, but 
there are these:

[image: Schermata 2019-05-28 alle 16.24.44.png]

Which do i have to use?

Thank you


On Tuesday, 28 May 2019 11:56:41 UTC+2, adsapiforumadvisor wrote:
>
> Hi Andrea,
>
> There is currently no available example for retrieving your audience lists 
> via the Google Ads API. You may, however, use the 
> UserListService.GetUserList 
> 
>  
> to retrieve all your UserList 
> 
>  
> information.
>
> As for associating a userlist into an adgroup or a campaign, you can use 
> either the AdGroupCriterionService.MutateAdGroupCriteria 
> 
>  to 
> create an AdGroupCriterion 
> 
>  
> of type user_list (UserListInfo 
> ),
>  
> or the CampaignCriterionService.MutateCampaignCriteria 
> 
>  to 
> create a CampaignCriterion 
> 
>  also of 
> type user_list (UserListInfo 
> 
> ).
>
> I hope this helps.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAqoH2: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.
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/6ac646a9-e751-4fa0-8e8a-b76311fdce86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Google Ads API Forum Advisor Prod
Hi Andrea,

There is currently no available example for retrieving your audience lists via 
the Google Ads API. You may, however, use the UserListService.GetUserList to 
retrieve all your UserList information.

As for associating a userlist into an adgroup or a campaign, you can use either 
the AdGroupCriterionService.MutateAdGroupCriteria to create an AdGroupCriterion 
of type user_list (UserListInfo), or the 
CampaignCriterionService.MutateCampaignCriteria to create a CampaignCriterion 
also of type user_list (UserListInfo).

I hope this helps.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UAqoH2: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.
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/LwQxn0PS7KY8006AECGCJPSGivW8fjZPdFGA%40sfdc.net.
For more options, visit https://groups.google.com/d/optout.


Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Andrea Primaverili
Hi,
I would like to know how can i get the audiences list from my Google Ads 
account via API. I use the Java SDK and there are no examples yet about it 
in the remarketing folder.
I would like also know how can i set the audiences for a campaign or an 
adgroup.
Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/cb89105a-5498-4211-93b0-3c647d2973ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.