RE: Audience Manager in Google Ads API V1

2019-07-08 Thread Google Ads API Forum Advisor Prod
Hello Ramanajee,

You may use the UserListService which is equivalent to the 
AdWordsUserListService in AdWords API. Please find the code snippet below as a 
reference:

CrmBasedUserListInfo userList = CrmBasedUserListInfo.newBuilder()
.setUploadKeyType(CustomerMatchUploadKeyType.CONTACT_INFO)
.build();
UserList newUserList = UserList.newBuilder()
.setName(StringValue.of("Oler user list test 1"))
.setCrmBasedUserList(userList)
.build();
UserListOperation userListOperation = UserListOperation.newBuilder()
.setCreate(newUserList)
.build();

You may use the ad_group resource which can be used to map the ad groups to the 
campaigns. Let me know if you have any questions.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UCbYzy: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/Fd11T0PUC99U001r3h6CCuQdqQSnXF-Sqs6A%40sfdc.net.


Audience Manager in Google Ads API V1

2019-07-08 Thread 'Ramanajee Kandregula' via AdWords API and Google Ads API Forum
Hi, 
How we can create audiences and mapping to campaign adgroups using Google 
Ads V1 API ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b6bebe01-494a-4062-a071-1c134d8110e4%40googlegroups.com.