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

FloodlightActivitiesGenerateTagResponse

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

Floodlight Activity GenerateTag Response

interface FloodlightActivitiesGenerateTagResponse {
floodlightActivityTag?: string;
globalSiteTagGlobalSnippet?: string;
kind?: string;
}

§Properties

§
floodlightActivityTag?: string
[src]

Generated tag for this Floodlight activity. For global site tags, this is the event snippet.

§
globalSiteTagGlobalSnippet?: string
[src]

The global snippet section of a global site tag. The global site tag sets new cookies on your domain, which will store a unique identifier for a user or the ad click that brought the user to your site. Learn more.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightActivitiesGenerateTagResponse".