kustomer-client
    Preparing search index...

    Type Alias CreateTrackingIdentityEventData

    type CreateTrackingIdentityEventData = {
        body?: {
            event: {
                meta?: { [key: string]: never };
                name: string;
                sessionId?: string;
                trackingId?: string;
            };
            identity: {
                birthdayAt?: string;
                company?: string;
                custom?: { [key: string]: never };
                email?: string;
                externalId?: string;
                gender?: "m" | "f";
                locale?: string;
                location?: {
                    address?: string | null;
                    address2?: string | null;
                    address3?: string | null;
                    areaCode?: string | null;
                    cityName?: string | null;
                    countryCode?: string | null;
                    countryName?: string | null;
                    latitude?: number | null;
                    longitude?: number | null;
                    name?: string | null;
                    regionCode?: string | null;
                    regionName?: string | null;
                    type?: "home" | "work" | "other";
                    zipCode?: string | null;
                };
                name?: string;
                phone?: string;
                remember?: boolean;
                sessionId?: string;
                signedUpAt?: string;
                tags?: string[];
                timeZone?: string;
                trackingId?: string;
                username?: string;
            };
        };
        path?: never;
        query?: never;
        url: "/tracking/identityEvent";
    }
    Index

    Properties

    Properties

    body?: {
        event: {
            meta?: { [key: string]: never };
            name: string;
            sessionId?: string;
            trackingId?: string;
        };
        identity: {
            birthdayAt?: string;
            company?: string;
            custom?: { [key: string]: never };
            email?: string;
            externalId?: string;
            gender?: "m" | "f";
            locale?: string;
            location?: {
                address?: string | null;
                address2?: string | null;
                address3?: string | null;
                areaCode?: string | null;
                cityName?: string | null;
                countryCode?: string | null;
                countryName?: string | null;
                latitude?: number | null;
                longitude?: number | null;
                name?: string | null;
                regionCode?: string | null;
                regionName?: string | null;
                type?: "home" | "work" | "other";
                zipCode?: string | null;
            };
            name?: string;
            phone?: string;
            remember?: boolean;
            sessionId?: string;
            signedUpAt?: string;
            tags?: string[];
            timeZone?: string;
            trackingId?: string;
            username?: string;
        };
    }
    path?: never
    query?: never
    url: "/tracking/identityEvent"