My app hang while processing, so response takes long and hangs forever.
UserListServiceClient service =
client.GetService(Services.V12.UserListService);
// Creates the user list.
UserList userList = new UserList()
{
Name = "projeto",
Description = "Database users",
// Customer Match user lists can use a membership life span
of 10000 to
// indicate unlimited; otherwise normal values apply.
// Sets the membership life span to 30 days.
MembershipLifeSpan = 90,
CrmBasedUserList = new CrmBasedUserListInfo()
{
UploadKeyType = CustomerMatchUploadKeyType.ContactInfo
}
};
// Creates the user list operation.
UserListOperation operation = new UserListOperation()
{
Create = userList
};
string userListResourceName = "ND";
// Issues a mutate request to add the user list and prints some
information.
try
{
MutateUserListsResponse response =
service.MutateUserLists(customerId.ToString(), new[] { operation });
userListResourceName = response.Results[0].ResourceName;
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/81b3b303-6afe-4b31-810f-2767f63b735dn%40googlegroups.com.