This page provides the requirements for Optimize CMS integration to work with Umbraco.
Requirements¶
Deeplinking Umbraco requires either PageId
or NodeId
to be present as metadata for the pages.
The customer may also provide a custom path template if it is different from the default.
Example: ¶
/test/umbraco.aspx?app=content&rightAction=editContent&id=<%= id %>#content
Generated URL¶
http(s)://domain.tld/umbraco/umbraco.aspx?app=content&rightAction=editContent&id=#{id}#content