UserRewardedContentAssignedTargetingOptionDetails
import type { UserRewardedContentAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
User rewarded content targeting option details. This will be populated in
the user_rewarded_content_details field when targeting_type is
TARGETING_TYPE_USER_REWARDED_CONTENT
.
interface UserRewardedContentAssignedTargetingOptionDetails {
targetingOptionId?: string;
readonly userRewardedContent?: "USER_REWARDED_CONTENT_UNSPECIFIED" | "USER_REWARDED_CONTENT_USER_REWARDED" | "USER_REWARDED_CONTENT_NOT_USER_REWARDED";
}