Class: AdWords::V201008::AdGroupCriterionService::BiddableAdGroupCriterion
- Inherits:
-
AdGroupCriterion
- Object
- AdGroupCriterion
- AdWords::V201008::AdGroupCriterionService::BiddableAdGroupCriterion
- Defined in:
- lib/adwords4r/v201008/AdGroupCriterionService.rb
Overview
BiddableAdGroupCriterion
-
adGroupId - SOAP::SOAPLong
-
criterion - AdWords::V201008::AdGroupCriterionService::Criterion
-
adGroupCriterion_Type - SOAP::SOAPString
-
userStatus - AdWords::V201008::AdGroupCriterionService::UserStatus
-
systemServingStatus - AdWords::V201008::AdGroupCriterionService::SystemServingStatus
-
approvalStatus - AdWords::V201008::AdGroupCriterionService::ApprovalStatus
-
destinationUrl - SOAP::SOAPString
-
bids - AdWords::V201008::AdGroupCriterionService::AdGroupCriterionBids
-
experimentData - AdWords::V201008::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData
-
firstPageCpc - AdWords::V201008::AdGroupCriterionService::Bid
-
qualityInfo - AdWords::V201008::AdGroupCriterionService::QualityInfo
-
stats - AdWords::V201008::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.
-
#experimentData ⇒ Object
Returns the value of attribute experimentData.
-
#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, experimentData = 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, experimentData = nil, firstPageCpc = nil, qualityInfo = nil, stats = nil) ⇒ BiddableAdGroupCriterion
Returns a new instance of BiddableAdGroupCriterion.
1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1424 def initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil, userStatus = nil, systemServingStatus = nil, approvalStatus = nil, destinationUrl = nil, bids = nil, experimentData = 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 @experimentData = experimentData @firstPageCpc = firstPageCpc @qualityInfo = qualityInfo @stats = stats end |
Instance Attribute Details
#adGroupCriterion_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
1413 1414 1415 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1413 def adGroupCriterion_Type @adGroupCriterion_Type end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
1411 1412 1413 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1411 def adGroupId @adGroupId end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
1416 1417 1418 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1416 def approvalStatus @approvalStatus end |
#bids ⇒ Object
Returns the value of attribute bids.
1418 1419 1420 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1418 def bids @bids end |
#criterion ⇒ Object
Returns the value of attribute criterion.
1412 1413 1414 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1412 def criterion @criterion end |
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
1417 1418 1419 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1417 def destinationUrl @destinationUrl end |
#experimentData ⇒ Object
Returns the value of attribute experimentData.
1419 1420 1421 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1419 def experimentData @experimentData end |
#firstPageCpc ⇒ Object
Returns the value of attribute firstPageCpc.
1420 1421 1422 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1420 def firstPageCpc @firstPageCpc end |
#qualityInfo ⇒ Object
Returns the value of attribute qualityInfo.
1421 1422 1423 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1421 def qualityInfo @qualityInfo end |
#stats ⇒ Object
Returns the value of attribute stats.
1422 1423 1424 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1422 def stats @stats end |
#systemServingStatus ⇒ Object
Returns the value of attribute systemServingStatus.
1415 1416 1417 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1415 def systemServingStatus @systemServingStatus end |
#userStatus ⇒ Object
Returns the value of attribute userStatus.
1414 1415 1416 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1414 def userStatus @userStatus end |