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

EventInfo

import type { EventInfo } from "https://googleapis.deno.dev/v1/adsenseplatform:v1.ts";

Private information for partner recorded events (PII).

interface EventInfo {
billingAddress?: Address;
email?: string;
}

§Properties

§
billingAddress?: Address
[src]

The billing address of the publisher associated with this event, if available.

§
email?: string
[src]

Required. The email address that is associated with the publisher when performing the event.