public class PageView extends AbstractPrimitive
customContexts, trueTimestamp| Constructor and Description |
|---|
PageView(String pageUrl)
Deprecated.
Creates a pageview event.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDataPayload()
Deprecated.
|
String |
getName()
Deprecated.
|
PageView |
pageTitle(String pageTitle)
Deprecated.
Page title.
|
PageView |
referrer(String referrer)
Deprecated.
Page referrer URL.
|
beginProcessing, contexts, endProcessing, getContexts, getTrueTimestamp, trueTimestamppublic PageView(@NonNull
String pageUrl)
pageUrl - The page URL.@NonNull public PageView referrer(@Nullable String referrer)
@NonNull public Map<String,Object> getDataPayload()
@NonNull public String getName()
getName in class AbstractPrimitive