Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings
- 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
-
#event_name ⇒ String
Output only.
-
#provider_name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings
constructor
A new instance of GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_name ⇒ String
Output only. The event name of a third-party app analytics conversion.
Corresponds to the JSON property eventName
16430 16431 16432 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16430 def event_name @event_name end |
#provider_name ⇒ String
Output only. Name of the third-party app analytics provider.
Corresponds to the JSON property providerName
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 |