...
Importing data into the system can also be accomplished through bulk data imports in a pre-defined XML format. This method of integration is typically used for bulk imports of multiple records. This method also requires you to manage the relationships between the data to ensure that primary and foreign key constraints are maintained. Typically this type of import bypasses the business logic layer to deposit records into the underlying database. For API calls that also manage business logic, we recommend using the SOAP interface.
Page Extensions
Page Extensions allow you to inject a piece of JavaScript code into any page rendered through EngageIP’s view engine. The code can interact with the client DOM directly, intercept other executing code or invoke custom code blocks that you have added to the system.
...