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

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

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

해결됨

Adobe Targeting configurations

Avatar

Community Advisor

Hi Team,

We are trying to push experience fragments to the targeting system.

we are able to push the experience fragments to the targeting but the problem is in the offer details we are always seeing localhost:4503 in the offer details.

Not sure it is coming from where? and how to resolve it.

This is the first time we are doing it.

Any help or pointers that helps a lot.

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Administrator

Hi,

I would need bit more clarity on the problem statement.

If you are looking at the details of Experience Fragment offer within the Adobe Target, then it should come like this:-

ATO.jpg

You can go to AEM Deep link (Author Instance) to make any changes to the Experience Fragment and then publish it.

Offer Delivery URL can be changed from (Not Tested):- http://localhost:4502/system/console/configMgr/com.day.cq.commons.impl.ExternalizerImpl

-Kautuk



Kautuk Sahni

원본 게시물의 솔루션 보기

7 답변 개

Avatar

정확한 답변 작성자:
Administrator

Hi,

I would need bit more clarity on the problem statement.

If you are looking at the details of Experience Fragment offer within the Adobe Target, then it should come like this:-

ATO.jpg

You can go to AEM Deep link (Author Instance) to make any changes to the Experience Fragment and then publish it.

Offer Delivery URL can be changed from (Not Tested):- http://localhost:4502/system/console/configMgr/com.day.cq.commons.impl.ExternalizerImpl

-Kautuk



Kautuk Sahni

Avatar

Community Advisor

Hi Kautuk,

Exactly we are seeing the same.. in offer details but why it is showing localhost:4503, it should be our server right?

or where do we need to update those configurations to show our server name instead of the localhost:4503.

Thanks

Uma

Avatar

Administrator

Not tested, but that can be changed from:- http://localhost:4502/system/console/configMgr/com.day.cq.commons.impl.ExternalizerImpl

-Kautuk



Kautuk Sahni

Avatar

Level 10

Yes, you have to update externalizer config for offers in target to have proper url instead of localhost:4503

You can change from localhost:4503 to www.example.com

Avatar

Community Advisor

Ok, Got it. Let me try that.  I believe that it is not gonna affect other things right?

I will update the results soon.

Avatar

Level 10

well it may not affect but might change anything in your app which is using externalizer configs. Also consider, that's the main point of using externalizer to create public facing urls instead of localhost and all.

Avatar

Community Advisor

Thanks Kautuk and edubey , now I am able to see actual server URL as a deeplink in the offer details.

Thanks

Uma