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