Interface ReportOptions

Reporting placements options

interface ReportOptions {
    enabled?: boolean;
    icon?: boolean;
    iconColor?: string;
    position?: ReportPosition;
    wording?: string;
}

Properties

enabled?: boolean

Show a link next to placement to report problems with the ad. Default is false.

icon?: boolean

If enabled, a tiny icon will open a menu with the report link. Default is true.

iconColor?: string

Color of the icon used to open then report menu. Default is '#666'

position?: ReportPosition

Set the location of reporting link, relative to placement. Default is 'bottom-right'.

wording?: string

Set this to override link text. Default is 'Report Ad'.