Package DE_EPAGES::ContextualAppAds::Hooks::Shop
Hook functions of the cartridge ContextualAppAds.
Functions
- OnUnitySearchCustomers
- OnUnitySearchOrders
- OnUnitySearchOrdersInbox
- OnUnityViewAmazonPortalList
- OnUnityViewCouponCampaigns
- OnUnityViewCustomers
- OnUnityViewEbayAuctions
- OnUnityViewFacebookBusiness
- OnUnityViewGoogleAdWords
- OnUnityViewGoogleSearch
- OnUnityViewGoogleShoppingPortalList
- OnUnityViewOrderSetup
- OnUnityViewProductPortals
- OnUnityViewShippingList
- OnUnityViewStatusGeneral
- OnUnityViewTrustedShopsCertificates
- OnViewGoogleAnalytics
OnUnitySearchCustomers
Triggered by the hook UI_Shop_UnitySearchCustomers. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnitySearchCustomers( $hParams ); |
Input |
|
OnUnitySearchOrders
Triggered by the hook UI_Shop_UnitySearchOrders. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnitySearchOrders( $hParams ); |
Input |
|
OnUnitySearchOrdersInbox
Triggered by the hook UI_Shop_UnitySearchOrdersInbox. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnitySearchOrdersInbox( $hParams ); |
Input |
|
OnUnityViewAmazonPortalList
Triggered by the hook UI_Shop_UnityViewAmazonPortalList. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewAmazonPortalList( $hParams ); |
Input |
|
OnUnityViewCouponCampaigns
Triggered by the hook UI_Shop_UnityViewCouponCampaigns. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewCouponCampaigns( $hParams ); |
Input |
|
OnUnityViewCustomers
Triggered by the hook UI_Shop_UnityViewCustomers. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewCustomers( $hParams ); |
Input |
|
OnUnityViewEbayAuctions
Triggered by the hook UI_Shop_UnityViewEbayAuctions. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewEbayAuctions( $hParams ); |
Input |
|
OnUnityViewFacebookBusiness
Triggered by the hook UI_Shop_UnityViewFacebookBusiness. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewFacebookBusiness( $hParams ); |
Input |
|
OnUnityViewGoogleAdWords
Triggered by the hook UI_Shop_UnityViewGoogleAdWords. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewGoogleAdWords( $hParams ); |
Input |
|
OnUnityViewGoogleSearch
Triggered by the hook UI_Shop_UnityViewGoogleSearch. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewGoogleSearch( $hParams ); |
Input |
|
OnUnityViewGoogleShoppingPortalList
Triggered by the hook UI_Shop_UnityViewGoogleShoppingPortalList. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewGoogleShoppingPortalList( $hParams ); |
Input |
|
OnUnityViewOrderSetup
Triggered by the hook UI_Shop_UnityViewOrderSetup. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewOrderSetup( $hParams ); |
Input |
|
OnUnityViewProductPortals
Triggered by the hook UI_Shop_UnityViewProductPortals. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewProductPortals( $hParams ); |
Input |
|
OnUnityViewShippingList
Triggered by the hook UI_Shop_UnityViewShippingList. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewShippingList( $hParams ); |
Input |
|
OnUnityViewStatusGeneral
Triggered by the hook UI_Shop_UnityViewStatusGeneral. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewStatusGeneral( $hParams ); |
Input |
|
OnUnityViewTrustedShopsCertificates
Triggered by the hook UI_Shop_UnityViewTrustedShopsCertificates. Writes the JSON data of the context sensitive apps.
Syntax |
OnUnityViewTrustedShopsCertificates( $hParams ); |
Input |
|
OnViewGoogleAnalytics
Triggered by the hook UI_Shop_ViewGoogleAnalytics. Writes the JSON data of the context sensitive apps.
Syntax |
OnViewGoogleAnalytics( $hParams ); |
Input |
|