GoogleApi.DFAReporting.V4.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 Google tags, this is the event snippet.
  • globalSiteTagGlobalSnippet (type: String.t, default: nil) - The global snippet section of a Google tag. The Google 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.V4.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.