Class: Google::Apis::DfareportingV3_3::FloodlightActivitiesGenerateTagResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/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.



5686
5687
5688
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5686

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)


5671
5672
5673
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5671

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)


5678
5679
5680
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5678

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)


5684
5685
5686
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5684

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5691
5692
5693
5694
5695
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 5691

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