A summary explanation of various terms that are used in Acoustic Personalization.
Analytics library
Analytics library is a set of tools that are used for collecting, aggregating, and processing the user behavior data. It monitors the user behavior and collects user actions in the form of events on the web pages. For example, product views, page views, add product to cart.
Acoustic Personalization supports the commonly used analytics libraries, such as Google Analytics, Digital Analytics, and Adobe Analytics.
Content management system
A content management system (CMS) manages the creation and modification of digital content. It typically supports multiple users in a collaborative environment. Acoustic Personalization currently supports Acoustic Content.
Multi-Page Application
MPA is a traditional type of web application. Every time the application needs to display the data or submit data back to server it must request a new page from the server and then render it in the web browser.
Nothing is wrong with this approach for simple applications. But if there is a need to create a rich user interface then the page might become complex and to be loaded with a large amount of data. Generating complex pages on a server and transfer them to the client over the internet and rendering them into the browser takes time and degrades the user experience.
For example, Simple HTML website is an MPA.
Single-Page Application
A single-page application (SPA) is a web application that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from the server.
In a SPA, either all the code is retrieved with a single page load, or the appropriate resources are dynamically loaded and added to the page as necessary, usually in response to user actions.
--------------------------------------------------------------------------------------------------------------------
Also see...
Here are some of the next steps or related topics you can browse through.
Comments
0 comments
Article is closed for comments.