BannerAd Node
BannerAd Node
This node contains banner ad definitions. These nodes are contained within a BannerAds container node.
Example:
<BannerAd DisplayOrder="0" Title="Featured Speaker Spot" ExternalID="" FromDateTime="2007-01-01 08:00:00" ToDateTime="2007-12-31 18:00:00" Active="1" />
Calling the API
The API is called via a secure HTTPS request. This HTTPS request may be a GET or POST operation. Each request must supply the authentication credentials assigned to the caller by Notified. Only requests with valid credentials will be processed. These credentials identify the caller and provide access only to a specific customer area.
The format of the call :https://api.onlinexperiences.com/scripts/Server.nxp?LASCmd=AI:4;F:APIUTILS!50565&APIUserAuthCode={YourAuthCode}&APIUserCredentials={YourCredentials}&ShowKey={ShowKey}&InfoTypeFilter={filter code list, in |OPTION|OPTION| format…}
Note: The format of the APAC Data Center is: https://api.apac.onlinexperiences.com.
Specific parameter ordering is unimportant, with the only restriction being that the first parameter MUST BE LASCmd=AI:4;F:APIUTILS!50565. All other parameters may appear in any sequence order.
Attribute |
Type |
Comment |
---|---|---|
DisplayOrder |
Integer |
The display order that controls the display of this ad within the stack. |
Title |
String |
The title of the banner ad. |
ExternalID |
String |
External ID for this banner ad. |
FromDateTime |
Date |
Effective starting display date and time for this ad. |
ToDateTime |
Date |
Effective ending display date and time for this ad. |
Active |
Flag (0/1) |
Flag indicating whether this ad is active. |