umami-api-js
    Preparing search index...

    Interface Attribution

    interface Attribution {
        paidAds: NameValue[];
        referrer: NameValue[];
        total: { pageviews: number; visitors: number; visits: number };
        utm_campaign: NameValue[];
        utm_content: NameValue[];
        utm_medium: NameValue[];
        utm_source: NameValue[];
        utm_term: NameValue[];
    }
    Index

    Properties

    paidAds: NameValue[]
    referrer: NameValue[]
    total: { pageviews: number; visitors: number; visits: number }
    utm_campaign: NameValue[]
    utm_content: NameValue[]
    utm_medium: NameValue[]
    utm_source: NameValue[]
    utm_term: NameValue[]