Subscriber campaigns - Retention

Hi,

What setting would I need to change to retain which campaigns were sent to user for longer. Currently it looks like it is only being kept for1744094195657.png 60 days
 
What setting would I need to change to retain which campaigns were sent to user for longer. Currently it looks like it is only being kept for
Hello,
These records are get from delivery logs table, if you delete this logs then here will appear only records for maximum days until you delete these logs. If you want to keep these records more time then you need to add in apps/common/config/main-custom.php param:

PHP:
'params' => [
        'campaign.delivery.logs.delete.days_back'             => 60,
    ],

the 60 will represent the days to keep these logs.
 
Back
Top