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

Correction

import type { Correction } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Output only. Shows any corrections that were applied to this creative.

interface Correction {
contexts?: ServingContext[];
details?: string[];
type?:
| "CORRECTION_TYPE_UNSPECIFIED"
| "VENDOR_IDS_ADDED"
| "SSL_ATTRIBUTE_REMOVED"
| "FLASH_FREE_ATTRIBUTE_REMOVED"
| "FLASH_FREE_ATTRIBUTE_ADDED"
| "REQUIRED_ATTRIBUTE_ADDED"
| "REQUIRED_VENDOR_ADDED"
| "SSL_ATTRIBUTE_ADDED"
| "IN_BANNER_VIDEO_ATTRIBUTE_ADDED"
| "MRAID_ATTRIBUTE_ADDED"
| "FLASH_ATTRIBUTE_REMOVED"
| "VIDEO_IN_SNIPPET_ATTRIBUTE_ADDED";
}

§Properties

§
contexts?: ServingContext[]
[src]

The contexts for the correction.

§
details?: string[]
[src]

Additional details about what was corrected.

§
type?: "CORRECTION_TYPE_UNSPECIFIED" | "VENDOR_IDS_ADDED" | "SSL_ATTRIBUTE_REMOVED" | "FLASH_FREE_ATTRIBUTE_REMOVED" | "FLASH_FREE_ATTRIBUTE_ADDED" | "REQUIRED_ATTRIBUTE_ADDED" | "REQUIRED_VENDOR_ADDED" | "SSL_ATTRIBUTE_ADDED" | "IN_BANNER_VIDEO_ATTRIBUTE_ADDED" | "MRAID_ATTRIBUTE_ADDED" | "FLASH_ATTRIBUTE_REMOVED" | "VIDEO_IN_SNIPPET_ATTRIBUTE_ADDED"
[src]

The type of correction that was applied to the creative.