# Optimize Communication by excluding disengaged players

To prevent sending emails, SMS, or push notifications to uninterested audiences is vital when it comes to using communication channels effectively. You can exclude players from your Segments, Campaigns, and Automation Rules, or even restrict them from seeing specific Missions or Tournaments if they haven’t been engaging with the emails, SMS, or Push notifications that you've sent.

Neglecting to filter out disengaged players could result in email providers marking your messages as spam or reducing visibility in inboxes due to poor engagement. To avoid this from happening you can use the following user properties:

* **Core: Mail Last Open Date** - the last time the player has opened your emails
* **Core: Mail Last Click Date** - the last time the player has clicked on links from your emails
* **Core: Push Last Click Date** - the last time the player has clicked on links from push notifications
* **Core: Push Notification Last Open Date** - the last time the player has opened a push notification
* **Core: SMS Last Click Date** - the last time the player has clicked on links from SMS

For example, you can create a segment that excludes players who haven't opened your emails within the last 30 days. This way when you are building a journey, you can send communication exclusively to engaged players who have interacted with your emails recently. Following the same logic, you can also create a segment comprising users who have clicked on push notification links within the last 30 days.

<figure><img src="/files/wUjkdmpIFxMMc26o8tWn" alt=""><figcaption><p>Example of Segment with engaged users</p></figcaption></figure>

An alternate method to filter out disengaged players is by applying conditions during Campaign configuration. By using the ‘**Add Condition**’ button you can add another layer of filtering to the already selected segment. Similar actions can be taken when configuring an Automation Rule.

<figure><img src="/files/qfVGIvYZsBolIEoiebtA" alt=""><figcaption><p>Example of Campaign targeting engaged users</p></figcaption></figure>

You can also selectively display certain missions or tournaments exclusively to engaged players. For instance, within the missions template in the BO, under the **'Who can see and progress in the mission'** section you can add the user properties mentioned above and limit the disengaged players from accessing the mission.

<figure><img src="/files/aAYJKW6WUd8hbJcHgNv6" alt=""><figcaption></figcaption></figure>

For tournaments, you can restrict the access and visibility for players by adding a specific segment. In our case, you can simply create a segment with all the players that have been engaging with your communication for some period. The options to restrict access and visibility are within the Tournament template:

* Players who can see the tournament
* Players who can register in the tournament

<figure><img src="/files/e5Hu922sJCmydtWPLPYx" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.smartico.ai/welcome/use-cases/crm-automation/optimize-communication-by-excluding-disengaged-players.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
