GoogleApi.DFAReporting.V33.Model.FloodlightActivitiesGenerateTagResponse (google_api_dfa_reporting v0.31.0)

View Source

Floodlight Activity GenerateTag Response

Attributes

  • floodlightActivityTag (type: String.t, default: nil) - Generated tag for this Floodlight activity. For global site tags, this is the event snippet.
  • globalSiteTagGlobalSnippet (type: String.t, default: nil) - 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 (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightActivitiesGenerateTagResponse".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DFAReporting.V33.Model.FloodlightActivitiesGenerateTagResponse{
    floodlightActivityTag: String.t() | nil,
    globalSiteTagGlobalSnippet: String.t() | nil,
    kind: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.