trackPageView

abstract fun trackPageView(@NonNull @Size(min = 1) url: String)

Track page views within your application

Parameters

url

- a non-null String to identify the location within your app traversed by your customers. For example: com.your.package.activity.name


abstract fun trackPageView(@NonNull @Size(min = 1) url: String, @Nullable title: String)

Track page views within your application

Parameters

url

- a non-null String to identify the location within your app traversed by your customers. For example: com.your.package.activity.name

title

- a String (null if n/a) to identify the title of the location within your app traversed by your customers. For example: Activity Name


abstract fun trackPageView(@NonNull @Size(min = 1) url: String, @Nullable title: String, @Nullable item: String)

Track page views within your application

Parameters

url

- a non-null String to identify the location within your app traversed by your customers. For example: com.your.package.activity.name

title

- a String (null if n/a) to identify the title of the location within your app traversed by your customers. For example: Activity Name

item

- a String (null if n/a) to identify an item viewed by your customer. For example: UPC-1234


abstract fun trackPageView(@NonNull @Size(min = 1) url: String, @Nullable title: String, @Nullable item: String, @Nullable searchTerms: String)

Track page views within your application

Parameters

url

- a non-null String to identify the location within your app traversed by your customers. For example: com.your.package.activity.name

title

- a String (null if n/a) to identify the title of the location within your app traversed by your customers. For example: Activity Name

item

- a String (null if n/a) to identify an item viewed by your customer. For example: UPC-1234

searchTerms

- a String (null if n/a) to identify search terms used by your customer. For example: blue jeans