Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings

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

Overview

Settings related to a third party app analytics conversion action.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings

Returns a new instance of GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings.



16311
16312
16313
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16311

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#event_nameString

Output only. The event name of a third-party app analytics conversion. Corresponds to the JSON property eventName

Returns:

  • (String)


16304
16305
16306
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16304

def event_name
  @event_name
end

#provider_nameString

Output only. Name of the third-party app analytics provider. Corresponds to the JSON property providerName

Returns:

  • (String)


16309
16310
16311
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16309

def provider_name
  @provider_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16316
16317
16318
16319
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16316

def update!(**args)
  @event_name = args[:event_name] if args.key?(:event_name)
  @provider_name = args[:provider_name] if args.key?(:provider_name)
end