google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V34.Model.FloodlightActivitiesGenerateTagResponse 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".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DFAReporting.V34.Model.FloodlightActivitiesGenerateTagResponse{
    floodlightActivityTag: String.t(),
    globalSiteTagGlobalSnippet: String.t(),
    kind: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.