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

AdBlockingRecoveryTag

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

Representation of an ad blocking recovery tag. See https://support.google.com/adsense/answer/11575177.

interface AdBlockingRecoveryTag {
errorProtectionCode?: string;
tag?: string;
}

§Properties

§
errorProtectionCode?: string
[src]

Error protection code that can be used in conjunction with the tag. It'll display a message to users if an ad blocking extension blocks their access to your site.

§
tag?: string
[src]

The ad blocking recovery tag. Note that the message generated by the tag can be blocked by an ad blocking extension. If this is not your desired outcome, then you'll need to use it in conjunction with the error protection code.