Hi @NavinBamane ,If you control the database (self-hosted):Connect to your Campaign database directlyRun the following SQL to identify problematic entries:SELECT * FROM NmsTrackingUrl WHERE iType = 2;You should see more than one row—there should be only one, decide which record to keep.Usually, the ...