APIs & Integrations

pawanarora
Member

Defined filters are not displaying in Performance Page of Dynamic Contact List

Hi Community,

I have created a dynamic contact list by using the following filters:
$attended_input = array(
"name" => "Event Title - Attended List",
"dynamic" => true,
"portalId" => *********,
"filters" => array(
array(
array(
"operator" => "INTEGRATIONS_TIMELINE_EVENT",
"filterFamily" => "IntegrationsTimeline",
"integrationsTimelineFilter" => array(
"eventTypeId" => $this->timeline_attendance_event,
"filterLines" => array(
array(
"filter" => array(
"operator" => "EQ",
"strValue" => "77777777-2222-3333-4444-55555555555",
"property" => "event_id",
"type" => "string",
"filterFamily" => "IntegrationsTimeline"
)
),
array(
"filter" => array(
"operator" => "EQ",
"strValue" => "Attended",
"property" => "event_registration_status",
"type" => "string",
"filterFamily" => "IntegrationsTimeline"
)
)
)
)
)
)
)
);

Also, this is in array format but passed as JSON string as follows:

"contacts/v1/lists?hapikey=". $this->hapikey, $attended_input_in_json

 

It has created a dynamic contact list by filtering with both event id and event_registration_status properties. These both properties belong to Timeline.

 

Now, If I go to Contacts >> Lists >> Performance of "Event Title - Attended List"

It is showing correct list of contacts by filtering with 2 defined filters - event_id and event_registration_status.

But here, in FILTERS Panel (Left Panel), it is showing only event_id but not event_registration_status (value - Attended). Below is the Screenshot.

Please advise me how to see both filters - event_id and event_registration_status in FILTERS Panel.

Thanks and regards,

Pawan Arora

 

Attended-Lists.png

0 Upvotes
2 Replies 2
DHenderson
Participant

Defined filters are not displaying in Performance Page of Dynamic Contact List

I will add to this, if you then create a new active list manually within HubSpot using the filters EventID and event_registration_status as Attended, the number of attendees in there is incorrect, it adds in people who were no shows.

0 Upvotes
dennisedson
HubSpot Product Team
HubSpot Product Team

Defined filters are not displaying in Performance Page of Dynamic Contact List

@himanshurauthan 👋

Any chance you could help out here?

0 Upvotes