class Google::Apis::DfareportingV3_3::FloodlightActivitiesGenerateTagResponse
Floodlight Activity GenerateTag Response
Attributes
floodlight_activity_tag[RW]
Generated tag for this Floodlight activity. For global site tags, this is the event snippet. Corresponds to the JSON property `floodlightActivityTag` @return [String]
global_site_tag_global_snippet[RW]
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` @return [String]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string â dfareporting#floodlightActivitiesGenerateTagResponseâ. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 5686 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/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