We're getting error 'Too high., at
operations[0].create.membership_life_span when trying to create a user list
with 10000 as membership lifespan to make it unlimited. Sample code:
val createUserList =
UserListOperation
.newBuilder()
.setCreate {
UserList
.newBuilder()
.setName("name")
.setDescription("description")
.setMembershipStatus(UserListMembershipStatus.OPEN)
.setMembershipLifeSpan(10000L)
.setCrmBasedUserList {
CrmBasedUserListInfo
.newBuilder()
.setUploadKeyType(customerMatchUploadKeyType)
.setAppId(appId.value.getOrElse(""))
.build()
}
}
.build()
val mutateUserListsResponse =
userListServiceClient.mutateUserLists {
MutateUserListsRequest
.newBuilder()
.setCustomerId(customerId)
.addOperations(createUserList)
.setPartialFailure(true)
.build
}
this used to work until recently. We tried with a 500 membership lifespan
and it succeeded. We're wondering if there are any changes being introduced
to Google Ads API that are related to this? We're on Google Ads API v17.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/74973d0c-d062-47bd-8609-969aa2b010d1n%40googlegroups.com.