Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

ACS - insert/update data to Custom Resource(other than profile) via Landing Page

Avatar

Level 2

Dear Community,

 

I have a requirement to insert/update data into the custom resource through landing pages, I want to know if it is possible to change the the targeting dimension along with the reconciliation key in the custom landing page template.

 

I was able to change the targeting dimension in the new template but I don't see much options to change reconciliation keys and when I go head and test the landing page(created out of this template) for data insertion it's error-ed out with below message.

 

Error in landing page "LP101"] UnknowJpath: /context/cusTable1/t1id
{anonymous}("/context/cusTable1/t1id",false)@sirocco:so-mvc-metamodel.js:159
{anonymous}("/context/cusTable1/t1id")@sirocco:so-mvc-metamodel.js:170
NL_LandingPage_checkInputData([object Object])@/nms/landingPage.js:1254
NL_LandingPage_loadPage()@/nms/landingPage.js:162
_LPT_LP101([object HttpServletRequest],[object HttpServletResponse])@_LPT_LP101:241
{
  "pageHistory": [
    1
  ],
  "cusTable1": {
    "t1id": "1",
    "field1": "wew",
    "field2": "sdsdsds"
  }
}

Any help would be much appreciated.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

hi @tapcxm_josh 

 

Thanks for your response, I am pretty much aware of this limitation. However I got it worked through JavaScript code.

 

Thanks again.

 

 

View solution in original post

2 Replies

Avatar

Level 3

Hi @shiva_kumarp498 ,

Unfortunately a landing page cannot display or update data from any other resource than Profile or Subscription.

You can see the full list of limitations of landing pages in ACS in the online documentation here:

https://docs.adobe.com/content/help/en/campaign-standard/using/communication-channels/landing-pages/...

Thanks,

Josh

Avatar

Correct answer by
Level 2

hi @tapcxm_josh 

 

Thanks for your response, I am pretty much aware of this limitation. However I got it worked through JavaScript code.

 

Thanks again.