Hi, Go to Help -> About in the client console. If server build is below 9026, this feature is unavailable.Otherwise, should be under Admin folder, if not create it the folder type is at the top under Admin. Thanks,-Jon
Hi, Tracking information will not be collected by the instance if it's not running. You can spin up another instance and point the tracking hostnames at it, then copy the data over afterward if it's important enough- Most activity occurs within hours of send anyway. Web apps will function same as be...
Hi, Delete the file and restart service.If that doesn't work, try the below- fixes writing, not reading which is the error here:Edit /etc/init.d/nlserver6, change:chmod 664 $PID_FILEtochmod 666 $PID_FILEComment out the chown lineRestart the service Thanks,-Jon
Hi, Would be setting links in schema to (rev)integrity="own(copy)" and deleting via Campaign console or xtk:https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/schema-reference/elements-and-attributes.html?lang=en#element--element Alternatively, can use the RD...
Hi, You can distill a list from the workflows themselves:Create a new folder for workflows with view checked and no query (shows all workflows)Filter folder on 'data contains <notification'Export the list to xml packageOpen the xml in vs code or notepad++Find all for 'scenario-id', copy the results ...
Hi, You'd need to use initialization script of split (or cells?) activity to dynamically alter the activity's transitions.What is the goal of splitting on city? Thanks,-Jon