How do I link an AEM-Installation with the Marketing Cloud Menu | Community
Skip to main content
florians5479402
February 17, 2017
Solved

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

  • February 17, 2017
  • 7 replies
  • 1355 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Feike_Visser1

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

7 replies

smacdonald2008
Level 10
February 17, 2017

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

florians5479402
February 20, 2017

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.

Feike_Visser1
Adobe Employee
Adobe Employee
February 20, 2017
Feike_Visser1
Adobe Employee
Adobe Employee
February 20, 2017

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

florians5479402
February 20, 2017

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.

Feike_Visser1
Adobe Employee
Feike_Visser1Adobe EmployeeAccepted solution
Adobe Employee
February 20, 2017

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

Adobe Employee
May 23, 2017

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