Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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";
}

§Properties

§
customerType?: "CUSTOMER_TYPE_UNSPECIFIED" | "NEW" | "RETURNING" | "REENGAGED"
[src]

Optional. Type of the customer associated with the event.

§
customerValueBucket?: "CUSTOMER_VALUE_BUCKET_UNSPECIFIED" | "LOW" | "MEDIUM" | "HIGH"
[src]

Optional. The advertiser-assessed value of the customer.