Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IngestMobileDataStatus

import type { IngestMobileDataStatus } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";

The status of the mobile data ingestion to the destination containing stats related to the ingestion.

interface IngestMobileDataStatus {
mobileIdCount?: bigint;
recordCount?: bigint;
}

§Properties

§
mobileIdCount?: bigint
[src]

The total count of mobile ids sent in the upload request for the destination. Includes all mobile ids in the request, regardless of whether they were successfully ingested or not.

§
recordCount?: bigint
[src]

The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.