public static class TrackHelper.ContentImpression
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
TrackMe |
build() |
TrackHelper.ContentImpression |
piece(java.lang.String contentPiece) |
TrackHelper.ContentImpression |
target(java.lang.String contentTarget) |
void |
with(PiwikApplication piwikApplication) |
void |
with(Tracker tracker) |
public TrackHelper.ContentImpression piece(java.lang.String contentPiece)
contentPiece - The actual content. For instance the path to an image, video, audio, any textpublic TrackHelper.ContentImpression target(java.lang.String contentTarget)
contentTarget - The target of the content. For instance the URL of a landing page.@Nullable public TrackMe build()
public void with(@NonNull
PiwikApplication piwikApplication)
public void with(@NonNull
Tracker tracker)