- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Badr,
I don't think you can do that in an automated/systematic way. The A/B users can select the destination directory when exporting their campaign files on the server.
You can set few environment variables in the configuration instance file to cond
XTK_SHARED_DIR=
And
exportDirectory="$(XTK_SHARED_DIR)/var/$(INSTANCE_NAME)/export/"
uploadDirectory="$(XTK_SHARED_DIR)/var/$(INSTANCE_NAME)/upload/"
workingDirectory="$(XTK_SHARED_DIR)/var/$(INSTANCE_NAME)/work-space/">
Keep in mind that this is an instance setting and not per user setting. All exports are taking place as neolane user.
You can still create output/export templates per user and you can set the export directory for each user template (doesn't worth the efforts since if users don't know how to set/change the export directory in the export activity node then it is much bigger concern
)
Ability to export the campaign/extract files into a local directory on the app server is important since many clients require additional QC steps before the final files are delivered to their destination partners/vendors and the client may restrict the file transfer to/from the ACC environment to their own suite of tools for security reason. assuming here a hybrid ACC deployment.
I hope this is useful.