Class: Google::Apis::DfareportingV3_1::FloodlightActivitiesGenerateTagResponse

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

Overview

Floodlight Activity GenerateTag Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FloodlightActivitiesGenerateTagResponse

Returns a new instance of FloodlightActivitiesGenerateTagResponse



5939
5940
5941
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 5939

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)


5924
5925
5926
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 5924

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)


5931
5932
5933
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 5931

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)


5937
5938
5939
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 5937

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5944
5945
5946
5947
5948
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 5944

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