내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

[ACS] Data Package deploy Img

Avatar

Level 2

Hello.

I'm back with a new question on ACS

We are currently making Campaigns and email delivery on a stage platform.

We will have to deploy those campaign and email delivery on the production platform.

The emails contains image and those were upload on the acs stage platform when we create the delivery (so the img src tag was changed with http://....stage.adobecampaigb.com/res....../...jpg)

When we create a datapackage with hose delivery and put it on the production environment, the   content still refers to the stage for the img. (and we need them to be uploaded on the production environment)

Anyone ever found a workaround for this ?

(Standard doesn't allow the image to be pushed again on the production environment)

Thank you

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

The normal behaviour should be:

* the image files are exported together with the package

* the content HTML in the package XML will still point to STAGE image URLs

* During import, the images will be uploaded to PROD instance

* Also the image URLs should be adjusted accordingly

So here we got all working what you are expecting.

To check:

* are the images contained in the export package?

* any warnings/errors during import?

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

The normal behaviour should be:

* the image files are exported together with the package

* the content HTML in the package XML will still point to STAGE image URLs

* During import, the images will be uploaded to PROD instance

* Also the image URLs should be adjusted accordingly

So here we got all working what you are expecting.

To check:

* are the images contained in the export package?

* any warnings/errors during import?

Avatar

Level 2

Thank you.

for strange reason it didn't work on my previous version.

It works the way you describe now.