UserProperties
import type { UserProperties } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";Advertiser-assessed information about the user at the time that the event happened. See https://support.google.com/google-ads/answer/14007601 for more details.
interface UserProperties {
customerType?:
| "CUSTOMER_TYPE_UNSPECIFIED"
| "NEW"
| "RETURNING"
| "REENGAGED";
customerValueBucket?:
} | "CUSTOMER_VALUE_BUCKET_UNSPECIFIED"
| "LOW"
| "MEDIUM"
| "HIGH";