Interface AdsTargetGroupTargetPixelRule

interface AdsTargetGroupTargetPixelRule {
    event_full_match: string;
    event_regex_match: string;
    event_substrings_match: string[];
    url_full_match: string;
    url_regex_match: string;
    url_substrings_match: string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

event_full_match: string
event_regex_match: string
event_substrings_match: string[]
url_full_match: string
url_regex_match: string
url_substrings_match: string[]

Generated using TypeDoc