I’ve encountered a technical issue related to user matching for our campaigns.
I am attempting to dynamically show different campaigns to different users by using the following HubSpot structure:
List → used-in → Campaign
The intention is to associate specific user segments with corresponding campaigns based on list membership. However, when I attempt to validate this relationship programmatically, I am running into an issue where the internal-list ID retrieved from list-memberships(user list info) does not match the ID in OBJECT_LIST(List that attached to Campaign), which prevents me from verifying which user belongs to which campaign. According to Hubspot documentation, the internal-list-id should match with id in “Object_list” but it does not.
Anyone could point me to any other direction for achieving this? Many thanks.