Does deleting a campaign also delete all other tracking?

Lakjin

Active Member
Does deleting a campaign also delete all other tracking for that campaign, such as "campaign_url", "campaign_track_open", "campaign_delivery_log", etc.?
 
That is correct, when you delete a campaign, everything related to that campaign is deleted automatically, logs, stats, etc.
 
Is there any setting in the backend that will automatically delete old campaigns or do I need to run it via command line? I dont see a setting, but just figured Id ask just in case...
 
Is there any setting in the backend that will automatically delete old campaigns or do I need to run it via command line? I dont see a setting, but just figured Id ask just in case...
You can use this command to delete old campaigns: https://www.mailwizz.com/kb/delete-campaigns-command/
Aslo we have and another command named:
Code:
delete-campaigns-by-date-range
you need to add params
Code:
--start="2023-01-01" --end="2023-04-01"
and this command will delete all campaigns from date range selected.
 
Back
Top