IGPAPI
    Preparing search index...

    Interface AccountInsightsOptions

    interface AccountInsightsOptions {
        accessToken?: string;
        activityTab?: boolean;
        audienceTab?: boolean;
        contentTab?: boolean;
        gridMediaSize?: number;
        userId?: string;
    }
    Index

    Properties

    accessToken?: string
    activityTab?: boolean
    audienceTab?: boolean
    contentTab?: boolean

    all will default to true

    gridMediaSize?: number
    userId?: string