I have code (JS/JSSP) in a repository that I would like to push to my ACC environment through a release pipeline. I believe to do this I first need to have this code packaged in the same format as a typical ACC package do some sort of call to import it into ACC. I was wondering if there are any resources surrounding:
Basically, I want to implement something similar to a version control system.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
You can do it. Steps
1. You can create a package definition and include object/s (for example all campaign created yesterday) using javascript.
2. Export those package files in some location(for example some predefined folder in sftp).
3. Periodically removed package definition records from instance, also files from sftp.
You can check below link for details
https://helpx.adobe.com/in/campaign/kb/export-packages-automatically.html
Views
Replies
Total Likes
Hi,
You can do it. Steps
1. You can create a package definition and include object/s (for example all campaign created yesterday) using javascript.
2. Export those package files in some location(for example some predefined folder in sftp).
3. Periodically removed package definition records from instance, also files from sftp.
You can check below link for details
https://helpx.adobe.com/in/campaign/kb/export-packages-automatically.html
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies