Updating Existing Campaign Repositories
Two methods: Full Replacement or Update
Both require you to first export a current campaign repository file.
For Full Replacement, delete the existing files from your web server and upload the contents from the new repository file to the website. You can also just upload over the top of the existing files on the website.
For Update, upload any new assets from the new repository file that aren't present on the web repository and then upload the new index.gz file. You could also remove any assets that are on the website but not in the current repository if saving space is an issue.
Multiple Campaign Repositories
The repositories for different campaigns should be placed in separate directories on the website. If you have two campaigns, Campaign1 and Campaign2, then you would have two directories and two repositories on your web site.
Your repository directory on your website would look something like this:
Code:
/www/repos/.
+---Campaign1
| | index.gz
| |
| \---assets
| 0b21e8af0c7e51d2876cef4cd79da722
| 85382ae371d18220e98fccc16221326a
| c200eeec9d354bc546a05aa615865ca8
| c4a499da1e97010b2ff20dcdb4e2054f
| d90294b4bcbfb849dcea0b03b192c9c1
|
\---Campaign2
| index.gz
|
\---assets
0b21e8af0c7e51d2876cef4cd79da722
85382ae371d18220e98fccc16221326a
c200eeec9d354bc546a05aa615865ca8
c4a499da1e97010b2ff20dcdb4e2054f
d90294b4bcbfb849dcea0b03b192c9c1
In the example the campaigns are the same but wouldn't be normally.
You would add the corresponding repository URL to each campaign.
http://www.yoursitename.com/repos/Campaign1/index.gz
or
http://www.yoursitename.com/repos/Campaign2/index.gz