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.
16311 16312 16313 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16311 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
16304 16305 16306 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16304 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
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 |