コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How do I link an AEM-Installation with the Marketing Cloud Menu

Avatar

Level 1

Hi,

I'd like to link an AEM-Author to the Adobe Marketing Cloud-Menu (see attached screenshot). Where I'm able to do that?

Thanks a lot,
Florian.

1 受け入れられたソリューション

Avatar

正解者
Employee

AFAIK this is not possible.., may be later.

元の投稿で解決策を見る

7 返信

Avatar

Level 10

AEM 6.2 supports a menu that links to other DM products:

Avatar

Level 1

Hi smacdonald208,

and how do I configure the proper AMC-URLs in AEM?
On my author all links a grey and ponting to the standard Adobe-Sites.

Thanks,
Florian.

Avatar

Employee

Avatar

Employee

For the AMC urls, I have made an example package. Hopefully this gives you a good idea..

https://files.acrobat.com/a/preview/afdf347d-5558-447c-8c38-e448b2259070

Avatar

Level 1

Hi Feike,

thanks a lot for the Package and the Browser Plugin.

Is there no way to configure the AEM-Link in the AMC for all Users (most of them are not using chrome)?

Regards,

Florian.

Avatar

正解者
Employee

AFAIK this is not possible.., may be later.

Avatar

Employee

Yes, this is possible.

The definition of the contents of the solution switcher exist at /libs/granite/ui/content/shell/solutionswitcher 

Overlay that structure into apps -- /apps/granite/ui/content/shell/solutionswitcher, then customize the icons.

Example for AEM:

Node @ /apps/granite/ui/content/shell/solutionswitcher/primary/aem

{

 "jcr:primaryType" : "nt:unstructured",

"icon":"adobeExperienceManagerColor",

"href_i18n":"/sites.html"

}

HTH,

W