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

CustomMetric

import type { CustomMetric } from "https://googleapis.deno.dev/v1/doubleclicksearch:v2.ts";

A message containing the custom metric.

interface CustomMetric {
name?: string;
value?: number;
}

§Properties

§
name?: string
[src]

Custom metric name.

§
value?: number
[src]

Custom metric numeric value.