AEM 6.1 integration with Adobe campaign | Community
Skip to main content
Level 2
February 16, 2016
Solved

AEM 6.1 integration with Adobe campaign

  • February 16, 2016
  • 3 replies
  • 1693 views

AEM 6.1 integartion with adobe campaign using customized template not working for me 

  • It is working fine with geomatrix template & component 

component  :Adobe Campaign Profile (Geometrixx Outdoors) 

template :User Profile Page, powered by Adobe Campaign

  • I tried to create my own template rendering to geometrix component (geometrixx-outdoors/components/page_campaign_profile)

It gives mapping error with campaign datatable .

Please see the screenshot attached.

Please help me to  resolve this issue.

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 Amit_Kumar

mayurij73490671 wrote...

in console tab  .following error appears .

Failed to load resource: the server responded with a status of 404 (Not Found)

http://localhost:4505/content/geometrixx-outdoors/en/undefined.social.query.json?max-results=8&resource-type=topic&q= Failed to load resource: the server responded with a status of 404 (Not Found)

 

You ca't use this component in you custom template as this tightly coupled with geometrixx code. create your own "page_campaign_profile" and use that. you will be able to resolve this problem.

3 replies

Feike_Visser1
Adobe Employee
Adobe Employee
February 16, 2016

Can you check in your browser (network-tab) if you see a call to something like / *campaign.json?

Do see an error with this response?

Level 2
February 17, 2016

in console tab  .following error appears .

Failed to load resource: the server responded with a status of 404 (Not Found)

http://localhost:4505/content/geometrixx-outdoors/en/undefined.social.query.json?max-results=8&resource-type=topic&q= Failed to load resource: the server responded with a status of 404 (Not Found)

Amit_Kumar
Amit_KumarAccepted solution
Level 10
February 20, 2016

mayurij73490671 wrote...

in console tab  .following error appears .

Failed to load resource: the server responded with a status of 404 (Not Found)

http://localhost:4505/content/geometrixx-outdoors/en/undefined.social.query.json?max-results=8&resource-type=topic&q= Failed to load resource: the server responded with a status of 404 (Not Found)

 

You ca't use this component in you custom template as this tightly coupled with geometrixx code. create your own "page_campaign_profile" and use that. you will be able to resolve this problem.