You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Targeting Request construction should accept arbitrary IDs as defined per spec and privacy parameters.
By default consent data including strings should be obtained from the standard IAB-defined locations in the UserDefaults.
Motivation
Feature completeness of the Targeting API support in the SDK.
Details
The current implementation does not allow passing arbitrary identifiers and other params - thus is not complete to spec, documented here: https://docs.optable.co/optable-documentation/admin/real-time-api/api-integrations-guide/optable-targeting-api
The Targeting Request construction should accept arbitrary IDs as defined per spec and privacy parameters.
By default consent data including strings should be obtained from the standard IAB-defined locations in the
UserDefaults.Objective