Yes , i was tried it
CampaignCriterion.newBuilder()
.setCampaign(StringValue.of(campaignResourceName))
.setUserInterest(UserInterestInfo.newBuilder().setUserInterestCategory(StringValue.of("customers/123456789/userInterests/92949")).build())
.build();
but in this i need UserInterest ResourceName
it is StringValue.of("customers/123456789/userInterests/92949")
So how can i generate it ?
can i create it Sting as menually ?