How to move Campaigns between instancesIssue Data from the following tables are necessary in order to move a campaign between instances:Resolution===Content Publishing application===- Any content referenced by Campaign Content, including dependencies. This could be Portal Content, To-do Content, Notification Content, etc..., and some of these content items reference other content such as Link content. It is important to capture all content that is being used by the campaign here- Audience (sn_cd_audience) ===Content Experiences application===- Campaign (sn_ca_campaign)- Campaign Bundles (sn_ca_campaign_bundle)- Campaign Content (sn_ca_campaign_item)- I would not recommend importing Campaign targets. Instead, after importing everything above, run the following Scheduled Job once (may take some time): Content Experiences: Update Campaign Audience. This job can be found in sysauto_script table with sys_id = 43400cc453520300d901a7e6a11c0821- If campaign is not in Publish state, running the scheduled job is not necessary, simply publish the campaign and wait for the scheduled jobs to run normally.After all this, the campaign should be ready to go. A few more scheduled jobs may need to run before seeing certain types of content appear (such as to-dos, etc...), but they will eventually run on their own.