Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting

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

Campaign-level settings for App Campaigns.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting

Returns a new instance of GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting.



15560
15561
15562
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15560

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

Instance Attribute Details

#app_idString

Immutable. A string that uniquely identifies a mobile application. Corresponds to the JSON property appId

Returns:

  • (String)


15547
15548
15549
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15547

def app_id
  @app_id
end

#app_storeString

Immutable. The application store that distributes this specific app. Corresponds to the JSON property appStore

Returns:

  • (String)


15552
15553
15554
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15552

def app_store
  @app_store
end

#bidding_strategy_goal_typeString

Represents the goal which the bidding strategy of this app campaign should optimize towards. Corresponds to the JSON property biddingStrategyGoalType

Returns:

  • (String)


15558
15559
15560
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15558

def bidding_strategy_goal_type
  @bidding_strategy_goal_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15565
15566
15567
15568
15569
# File 'lib/google/apis/searchads360_v23/classes.rb', line 15565

def update!(**args)
  @app_id = args[:app_id] if args.key?(:app_id)
  @app_store = args[:app_store] if args.key?(:app_store)
  @bidding_strategy_goal_type = args[:bidding_strategy_goal_type] if args.key?(:bidding_strategy_goal_type)
end