RemarketingValueAttribute
import type { RemarketingValueAttribute } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";
Contains remarketing value attribute information.
interface RemarketingValueAttribute {
fieldId?: number;
userAttributeIds?: bigint[];
}