class Google::Apis::DfareportingV3_4::CustomEventImpressionAnnotation

Annotate an impression.

Attributes

kind[RW]

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

path_impression_id[RW]

The path impression ID. Use this field to annotate the impression associated with the pathImpressionId. Corresponds to the JSON property `pathImpressionId` @return [String]

Public Class Methods

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