class Google::Apis::DfareportingV3_4::CustomEventClickAnnotation

Annotate a click event.

Attributes

gclid[RW]

The Google click ID. Use this field to annotate the click associated with the gclid. Corresponds to the JSON property `gclid` @return [String]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#customEventClickAnnotation”. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 4731
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_4/classes.rb, line 4736
def update!(**args)
  @gclid = args[:gclid] if args.key?(:gclid)
  @kind = args[:kind] if args.key?(:kind)
end