Class: Google::Apis::DfareportingV3_4::FloodlightActivitiesGenerateTagResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb

Overview

Floodlight Activity GenerateTag Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FloodlightActivitiesGenerateTagResponse

Returns a new instance of FloodlightActivitiesGenerateTagResponse.



6300
6301
6302
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6300

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#floodlight_activity_tagString

Generated tag for this Floodlight activity. For global site tags, this is the event snippet. Corresponds to the JSON property floodlightActivityTag

Returns:

  • (String)


6285
6286
6287
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6285

def floodlight_activity_tag
  @floodlight_activity_tag
end

#global_site_tag_global_snippetString

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. Corresponds to the JSON property globalSiteTagGlobalSnippet

Returns:

  • (String)


6292
6293
6294
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6292

def global_site_tag_global_snippet
  @global_site_tag_global_snippet
end

#kindString

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

Returns:

  • (String)


6298
6299
6300
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6298

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6305
6306
6307
6308
6309
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6305

def update!(**args)
  @floodlight_activity_tag = args[:floodlight_activity_tag] if args.key?(:floodlight_activity_tag)
  @global_site_tag_global_snippet = args[:global_site_tag_global_snippet] if args.key?(:global_site_tag_global_snippet)
  @kind = args[:kind] if args.key?(:kind)
end