Class: AdWords::V201008::BulkMutateJobService::BiddableAdGroupCriterion
- Inherits:
-
AdGroupCriterion
- Object
- AdGroupCriterion
- AdWords::V201008::BulkMutateJobService::BiddableAdGroupCriterion
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
BiddableAdGroupCriterion
-
adGroupId - SOAP::SOAPLong
-
criterion - AdWords::V201008::BulkMutateJobService::Criterion
-
adGroupCriterion_Type - SOAP::SOAPString
-
userStatus - AdWords::V201008::BulkMutateJobService::UserStatus
-
systemServingStatus - AdWords::V201008::BulkMutateJobService::SystemServingStatus
-
approvalStatus - AdWords::V201008::BulkMutateJobService::ApprovalStatus
-
destinationUrl - SOAP::SOAPString
-
bids - AdWords::V201008::BulkMutateJobService::AdGroupCriterionBids
-
experimentData - AdWords::V201008::BulkMutateJobService::BiddableAdGroupCriterionExperimentData
-
firstPageCpc - AdWords::V201008::BulkMutateJobService::Bid
-
qualityInfo - AdWords::V201008::BulkMutateJobService::QualityInfo
-
stats - AdWords::V201008::BulkMutateJobService::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.
821 822 823 824 825 826 827 828 829 830 831 832 833 834 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 821 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.
810 811 812 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 810 def adGroupCriterion_Type @adGroupCriterion_Type end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
808 809 810 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 808 def adGroupId @adGroupId end |
#approvalStatus ⇒ Object
Returns the value of attribute approvalStatus.
813 814 815 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 813 def approvalStatus @approvalStatus end |
#bids ⇒ Object
Returns the value of attribute bids.
815 816 817 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 815 def bids @bids end |
#criterion ⇒ Object
Returns the value of attribute criterion.
809 810 811 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 809 def criterion @criterion end |
#destinationUrl ⇒ Object
Returns the value of attribute destinationUrl.
814 815 816 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 814 def destinationUrl @destinationUrl end |
#experimentData ⇒ Object
Returns the value of attribute experimentData.
816 817 818 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 816 def experimentData @experimentData end |
#firstPageCpc ⇒ Object
Returns the value of attribute firstPageCpc.
817 818 819 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 817 def firstPageCpc @firstPageCpc end |
#qualityInfo ⇒ Object
Returns the value of attribute qualityInfo.
818 819 820 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 818 def qualityInfo @qualityInfo end |
#stats ⇒ Object
Returns the value of attribute stats.
819 820 821 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 819 def stats @stats end |
#systemServingStatus ⇒ Object
Returns the value of attribute systemServingStatus.
812 813 814 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 812 def systemServingStatus @systemServingStatus end |
#userStatus ⇒ Object
Returns the value of attribute userStatus.
811 812 813 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 811 def userStatus @userStatus end |