Ad Param
Parameters for an ad request, including targeting, deduplication, and video ad settings. Use Builder to create an instance.
Types
Builder for creating AdParam instances.
Callback for fetchAdCallQuery results.
Properties
Ad deduplication keys collected from WF AdCallResponse. Used by GfpDedupeManager to filter duplicate ads.
Advertiser domains collected from WF AdCallResponse. Used by GfpDedupeManager to prevent duplicate exposure from the same advertiser.
Functions
Creates a new Builder pre-populated with this instance's parameters.
Fetches the ad call query asynchronously in a background thread. The result includes all parameters such as Advertising ID, App Set ID, and mediation provider signals.
Returns the ad call query without asynchronously collected parameters. This method returns immediately without waiting for:
Returns APS parameters as a string in "key:value,key:value,..." format. Multiple values for a single key are delimited by '|' (e.g., "key:value1|value2").
Returns the content information associated with this ad request.
Returns the current page URL encoded via Uri.encode.
Returns the current page URL, optionally encoded via Uri.encode.
Returns prebid parameters as a URI-encoded string in "key:value,key:value,..." format. Both keys and values are encoded via Uri.encode.
Returns the referer page URL encoded via Uri.encode.
Returns the referer page URL, optionally encoded via Uri.encode.