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

GoogleAdsSearchads360V0Common__CustomParameter

import type { GoogleAdsSearchads360V0Common__CustomParameter } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A mapping that can be used by custom parameter tags in a tracking_url_template, final_urls, or mobile_final_urls.

interface GoogleAdsSearchads360V0Common__CustomParameter {
key?: string;
value?: string;
}

§Properties

§
key?: string
[src]

The key matching the parameter tag name.

§
value?: string
[src]

The value to be substituted.