Pyze commerce discovery class.
More...
|
static void | PostSearched (string searchString, int latency, Dictionary< string, object > customAttributes) |
| Posts the searched event. More...
|
|
static void | PostBrowsedCategory (string category, Dictionary< string, object > customAttributes) |
| Posts the browsed category event. More...
|
|
static void | PostBrowsedDeals (string uniqueDealId, Dictionary< string, object > customAttributes) |
| Posts the browsed deals event. More...
|
|
static void | PostBrowsedRecommendations (string uniqueRecommendationID, Dictionary< string, object > customAttributes) |
| Posts the browsed recommendations event. More...
|
|
static void | PostBrowsedPrevOrders (string rangeStart, string rangeEnd, Dictionary< string, object > customAttributes) |
| Posts the browsed previous orders event. More...
|
|
Pyze commerce discovery class.
static void pyze.xamarin.android.PyzeEvents.PyzeCommerceDiscovery.PostBrowsedCategory |
( |
string |
category, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the browsed category event.
- Parameters
-
category | Category. |
customAttributes | Custom attributes. |
static void pyze.xamarin.android.PyzeEvents.PyzeCommerceDiscovery.PostBrowsedDeals |
( |
string |
uniqueDealId, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the browsed deals event.
- Parameters
-
uniqueDealId | Unique deal identifier. |
customAttributes | Custom attributes. |
static void pyze.xamarin.android.PyzeEvents.PyzeCommerceDiscovery.PostBrowsedPrevOrders |
( |
string |
rangeStart, |
|
|
string |
rangeEnd, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the browsed previous orders event.
- Parameters
-
rangeStart | Range start. |
rangeEnd | Range end. |
customAttributes | Custom attributes. |
static void pyze.xamarin.android.PyzeEvents.PyzeCommerceDiscovery.PostBrowsedRecommendations |
( |
string |
uniqueRecommendationID, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the browsed recommendations event.
- Parameters
-
uniqueRecommendationID | Unique recommendation identifier. |
customAttributes | Custom attributes. |
static void pyze.xamarin.android.PyzeEvents.PyzeCommerceDiscovery.PostSearched |
( |
string |
searchString, |
|
|
int |
latency, |
|
|
Dictionary< string, object > |
customAttributes |
|
) |
| |
|
inlinestatic |
Posts the searched event.
- Parameters
-
searchString | Search string. |
latency | Latency. |
customAttributes | Custom attributes. |
The documentation for this class was generated from the following file: