track Page Viewed
abstract suspend fun trackPageViewed(productId: String, url: String = "", recId: String = "", referrer: String = ""): SystemaResult<HttpResponse>
Content copied to clipboard
Track page view event
Return
HTTP response from tracker, for page view event.
Parameters
product Id
Product ID in displayed page/view
url
URL of the page/view - in Mobile, a simulated string.
rec Id
Recommendation ID associated with the products in displayed page/view
referrer
The URL from where user ended up into container in scope. This is again valid in a browser based env, will be simulated string in Mobile.
abstract fun trackPageViewed(productId: String, url: String = "", recId: String = "", referrer: String = "", result: (SystemaResult<HttpResponse>) -> Unit)
Content copied to clipboard
abstract fun trackPageViewed(url: String = "", recId: String = "", referrer: String = "", result: (SystemaResult<HttpResponse>) -> Unit)
Content copied to clipboard
abstract suspend fun trackPageViewed(url: String = "", recId: String = "", referrer: String = ""): SystemaResult<HttpResponse>
Content copied to clipboard
Page View for NON-PDP pages.