Created
September 23, 2020 20:53
-
-
Save marketingclouded/977dcd1d3de537e40b6484cd952c14ee to your computer and use it in GitHub Desktop.
Automted Reports Email in SFMC: Inactive Subscribers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%[ | |
SET @Inactives = DataExtensionRowCount("Inactive_Subscribers") | |
]%% | |
<p style="font-family: Roboto, sans-serif; font-size:20px;"> | |
There are currently <b>%%=FormatNumber(v(@Inactives), "N0")=%%</b> subscribers who not opened an email in more than 90 days. | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment