Interface PreliminaryRetargetingParameters
Retargeting parameters extracted from an Intent
. Might carry more parameters
than it normally would if the browser did add additional parameters.
You can validate these parameters with the justtrack backend.
public interface PreliminaryRetargetingParameters
extends RetargetingParameters
All Superinterfaces
RetargetingParameters
Methods
validate
@NonNull
io.justtrack.AsyncFuture<PreliminaryRetargetingParameters.ValidateResult> validate()
Find out whether these possible retargeting parameters turn out to be valid by calling the justtrack backend.
Returns
A future which returns the final retargeting parameters and the corresponding attribution response.