WebConnector Configuration Enhanced Pages
Use the Enhanced Pages page to map page-specific settings to a URL pattern. For example, you might set up a page mapping such that any incoming URL containing the text "index.htm" displays your general welcome page, with specific page load events and interaction points defined for that mapping.
*
Configuration settings on this page correspond to the pageMapping section of the jsconnector.xml configuration file.
To use the Enhanced Pages page to create a new page mapping, click the Add a Page link and complete the necessary information for the mapping.
Page Info
The Page Info configuration options for the page mapping define the URL pattern that acts as the trigger for this mapping, plus some additional settings for the way this page mapping is handled by Interact.
Events to fire (onload) when a visit is made to this page or set of pages
These set of configuration options for the page mapping define the URL pattern that acts as the trigger for this mapping, plus some additional settings for the way this page mapping is handled by Interact.
*
Configuration settings in this section correspond to the <pageLoadEvents> section of the jsconnector.xml.
The sequence of Interact API calls is the following:
2.
postEvent for each individual page load event (provided you have defined the individual events in Interact)
Interaction Points (offer display locations) on this page or set of pages
These set of configuration options for the page mapping allow you to select which Interaction Points appear on the pageInteract.
*
Configuration settings in this section correspond to the <pageMapping> | <page> | <interactionPoints> section of the jsconnector.xml.
HTML Element ID (Interact will set the innerHTML)
The name of the HTML element that should receive the content for this Interaction Point. For example, if you specified <div id="welcomebanner"> on the page, you would enter welcomebanner (the ID value) in this field.
The maximum number of offers that the Web Connector should retrieve from the Interact server for this Interaction Point This field is optional, and applies only for an Interaction Point that regularly updates the offers presented without reloading the page, as in the carousel scenario where multiple offers are retrieved so that they can be made available one at a time.