What do the meta attributes has_abandoned_conditions and has_conditions_with_abandoned_variable mean?

The above mentioned attributes get returned for each trigger when I get the list of triggers, e.g.

{'attributes': {'created_at': '2024-09-27T07:18:33+00:00', 'is_published': True, 'name': 'pageView - xxxxx', 'trigger_type': 'event', 'updated_at': '2024-09-27T09:12:32+00:00'}, 'id': 'ad8501d6-ee69-4939-9a26-xxxxxxxx', 'meta': {'has_abandoned_conditions': False, 'has_conditions_with_abandoned_variable': False}, 'type': 'trigger'}

What do they mean? I could not find it in the documentation here: Triggers — Piwik PRO Analytics Suite 18.28 documentation

Abandoned types mark deprecated resources without removing them from existing setups, giving users time to review their setup before manual deletion.

The has_abandoned_conditions flag indicates a trigger contains a condition that became abandoned during the product’s lifecycle (e.g., the cannot_identify_audience condition from the old Audience Manager).

Similarly, the has_conditions_with_abandoned_variable flag shows that a variable in the trigger has been abandoned (e.g., the Audience Manager audience variable).

Triggers with abandoned conditions are not deployed and don’t reach the client’s site container. They do not trigger any actions and serve solely as information, enabling the user to take action if needed.

All abandoned resources are marked in the UI. However, they are very rare.

1 Like

Taka dobrosc, dziekuje!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.