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.



16437
16438
16439
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16437

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)


16430
16431
16432
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16430

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)


16435
16436
16437
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16435

def provider_name
  @provider_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16442
16443
16444
16445
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16442

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