public static class TrackHelper.Goal
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
TrackMe |
build() |
TrackHelper.Goal |
revenue(java.lang.Float revenue)
Tracking request will trigger a conversion for the goal of the website being tracked with this ID
|
void |
with(PiwikApplication piwikApplication) |
void |
with(Tracker tracker) |
public TrackHelper.Goal revenue(java.lang.Float revenue)
revenue - a monetary value that was generated as revenue by this goal conversion.@Nullable public TrackMe build()
public void with(@NonNull
PiwikApplication piwikApplication)
public void with(@NonNull
Tracker tracker)