PyzeUnity.IPyzeCommerceItem Interface Reference
PyzeCommerceItem used to post details of the events related to Item. More...
Public Member Functions | |
void | PostViewedItem (Dictionary< string, object > customAttributes) |
Posts the viewed item event. More... | |
void | PostScannedItem (Dictionary< string, object > customAttributes) |
Posts the scanned item event. More... | |
void | PostViewedReviews (Dictionary< string, object > customAttributes) |
Posts the viewed reviews event. More... | |
void | PostViewedDetails (Dictionary< string, object > customAttributes) |
Posts the viewed details event. More... | |
void | PostViewedPrice (Dictionary< string, object > customAttributes) |
Posts the viewed price event. More... | |
void | PostItemShare (Dictionary< string, object > customAttributes) |
Posts the item share event. More... | |
void | PostItemRateOn5Scale (string itemSKU, string rating, Dictionary< string, object > customAttributes) |
Posts the item rating on5 scale event. More... | |
Detailed Description
PyzeCommerceItem used to post details of the events related to Item.
Member Function Documentation
void PyzeUnity.IPyzeCommerceItem.PostItemRateOn5Scale | ( | string | itemSKU, |
string | rating, | ||
Dictionary< string, object > | customAttributes | ||
) |
Posts the item rating on5 scale event.
- Parameters
-
itemSKU Item SK. rating Rating. customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceItem.PostItemShare | ( | Dictionary< string, object > | customAttributes | ) |
Posts the item share event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceItem.PostScannedItem | ( | Dictionary< string, object > | customAttributes | ) |
Posts the scanned item event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceItem.PostViewedDetails | ( | Dictionary< string, object > | customAttributes | ) |
Posts the viewed details event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceItem.PostViewedItem | ( | Dictionary< string, object > | customAttributes | ) |
Posts the viewed item event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceItem.PostViewedPrice | ( | Dictionary< string, object > | customAttributes | ) |
Posts the viewed price event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
void PyzeUnity.IPyzeCommerceItem.PostViewedReviews | ( | Dictionary< string, object > | customAttributes | ) |
Posts the viewed reviews event.
- Parameters
-
customAttributes Dictionary of Custom Attributes which you wish to send along with the event data.
The documentation for this interface was generated from the following file:
- src/PyzeExterns.cs