setUserTargeting
Overview
Sets the user targeting information for the application.
Syntax
setUserTargeting(userTargeting)
userTargeting (REQUIRED)
The JSON object containing targeting information.
Examples
RNAatkit.setUserTargeting({
userId: "ABCDEFGH12345678",
gender: RNAatkit.Gender_Female,
yearOfBirth: 1993,
keywords: ["key1", "key2", "key3"]
});
Last updated