Class: AdWords::V201003::AdGroupCriterionService::BiddableAdGroupCriterion
- Inherits:
-
AdGroupCriterion
- Object
- AdGroupCriterion
- AdWords::V201003::AdGroupCriterionService::BiddableAdGroupCriterion
- Defined in:
- lib/adwords4r/v201003/AdGroupCriterionService.rb
Overview
BiddableAdGroupCriterion
-
adGroupId - SOAP::SOAPLong
-
criterion - AdWords::V201003::AdGroupCriterionService::Criterion
-
adGroupCriterion_Type - SOAP::SOAPString
-
userStatus - AdWords::V201003::AdGroupCriterionService::UserStatus
-
systemServingStatus - AdWords::V201003::AdGroupCriterionService::SystemServingStatus
-
approvalStatus - AdWords::V201003::AdGroupCriterionService::ApprovalStatus
-
destinationUrl - SOAP::SOAPString
-
bids - AdWords::V201003::AdGroupCriterionService::AdGroupCriterionBids
-
firstPageCpc - AdWords::V201003::AdGroupCriterionService::Bid
-
qualityInfo - AdWords::V201003::AdGroupCriterionService::QualityInfo
-
stats - AdWords::V201003::AdGroupCriterionService::Stats
Instance Attribute Summary collapse
-
#adGroupCriterion_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
-
#bids ⇒ Object
Returns the value of attribute bids.
-
#criterion ⇒ Object
Returns the value of attribute criterion.
-
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
-
#firstPageCpc ⇒ Object
Returns the value of attribute firstPageCpc.
-
#qualityInfo ⇒ Object
Returns the value of attribute qualityInfo.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#systemServingStatus ⇒ Object
Returns the value of attribute systemServingStatus.
-
#userStatus ⇒ Object
Returns the value of attribute userStatus.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil, userStatus = nil, systemServingStatus = nil, approvalStatus = nil, destinationUrl = nil, bids = nil, firstPageCpc = nil, qualityInfo = nil, stats = nil) ⇒ BiddableAdGroupCriterion
constructor
A new instance of BiddableAdGroupCriterion.
Constructor Details
#initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil, userStatus = nil, systemServingStatus = nil, approvalStatus = nil, destinationUrl = nil, bids = nil, firstPageCpc = nil, qualityInfo = nil, stats = nil) ⇒ BiddableAdGroupCriterion
Returns a new instance of BiddableAdGroupCriterion.
1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1265 def initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil, userStatus = nil, systemServingStatus = nil, approvalStatus = nil, destinationUrl = nil, bids = nil, firstPageCpc = nil, qualityInfo = nil, stats = nil) @adGroupId = adGroupId @criterion = criterion @adGroupCriterion_Type = adGroupCriterion_Type @userStatus = userStatus @systemServingStatus = systemServingStatus @approvalStatus = approvalStatus @destinationUrl = destinationUrl @bids = bids @firstPageCpc = firstPageCpc @qualityInfo = qualityInfo @stats = stats end |
Instance Attribute Details
#adGroupCriterion_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
1255 1256 1257 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1255 def adGroupCriterion_Type @adGroupCriterion_Type end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
1253 1254 1255 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1253 def adGroupId @adGroupId end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1258 1259 1260 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1258 def approvalStatus @approvalStatus end |
#bids ⇒ Object
Returns the value of attribute bids.
1260 1261 1262 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1260 def bids @bids end |
#criterion ⇒ Object
Returns the value of attribute criterion.
1254 1255 1256 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1254 def criterion @criterion end |
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
1259 1260 1261 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1259 def destinationUrl @destinationUrl end |
#firstPageCpc ⇒ Object
Returns the value of attribute firstPageCpc.
1261 1262 1263 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1261 def firstPageCpc @firstPageCpc end |
#qualityInfo ⇒ Object
Returns the value of attribute qualityInfo.
1262 1263 1264 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1262 def qualityInfo @qualityInfo end |
#stats ⇒ Object
Returns the value of attribute stats.
1263 1264 1265 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1263 def stats @stats end |
#systemServingStatus ⇒ Object
Returns the value of attribute systemServingStatus.
1257 1258 1259 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1257 def systemServingStatus @systemServingStatus end |
#userStatus ⇒ Object
Returns the value of attribute userStatus.
1256 1257 1258 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1256 def userStatus @userStatus end |