UserRewardedContentTargetingOptionDetails
import type { UserRewardedContentTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable user rewarded content status for video ads only.
This will be populated in the user_rewarded_content_details field when
targeting_type is TARGETING_TYPE_USER_REWARDED_CONTENT
.
interface UserRewardedContentTargetingOptionDetails {
readonly userRewardedContent?: "USER_REWARDED_CONTENT_UNSPECIFIED" | "USER_REWARDED_CONTENT_USER_REWARDED" | "USER_REWARDED_CONTENT_NOT_USER_REWARDED";
}