Auditable metrics and creator-content attribution attached to a payout.

interface InfluencerPayoutBreakdown {
    clicks?: number;
    impressions?: number;
    label?: string;
    payment_method?: "flat" | "performance" | "hybrid";
    period_end?: string;
    period_start?: string;
    provider?: string;
    short_link_click_id?: null | string;
    short_link_id?: null | string;
    social_media_post_id?: null | string;
    social_platform?: null | string;
    social_post_url?: null | string;
    tracking_link_label?: null | string;
}

Properties

clicks?: number
impressions?: number
label?: string
payment_method?: "flat" | "performance" | "hybrid"
period_end?: string
period_start?: string
provider?: string
short_link_click_id?: null | string
short_link_id?: null | string
social_media_post_id?: null | string
social_platform?: null | string
social_post_url?: null | string
tracking_link_label?: null | string

Generated using TypeDoc