Package DE_EPAGES::ContextualAppAds::UI::JSON
General UI functions of the ContextualAppAds cartridge.
@EXPORT_OK |
Functions
JSONSaveSeenAppIDs
Saves the seen app IDs and the related context at the shop object
Syntax |
$Handler->JSONSaveSeenAppIDs($Servlet); |
Input |
|
JSONWriteAppData
Function to get the data of all apps related to a given mboContext, count the uninstalled ones and write the values to the servlet.
Syntax |
JSONWriteAppData($Servlet, $MboContext); |
Example |
JSONWriteAppData($Servlet, 'product'); |
Input |
|