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

DynamicFeedsInsertRequest

import type { DynamicFeedsInsertRequest } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";

Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic profile id. See go/cm3-dco-display-api-interface

interface DynamicFeedsInsertRequest {
dynamicFeed?: DynamicFeed;
dynamicProfileId?: bigint;
}

§Properties

§
dynamicFeed?: DynamicFeed
[src]

Required. Dynamic feed to insert.

§
dynamicProfileId?: bigint
[src]

Required. Dynamic profile ID of the inserted dynamic feed.