- adGroupId - SOAP::SOAPLong
- criterionType - AdWords::V13::CriterionService::CriterionType
- destinationUrl - SOAP::SOAPString
- exemptionRequest - SOAP::SOAPString
- id - SOAP::SOAPLong
- language - SOAP::SOAPString
- negative - SOAP::SOAPBoolean
- paused - SOAP::SOAPBoolean
- status - AdWords::V13::CriterionService::CriterionStatus
- maxCpc - SOAP::SOAPLong
- maxCpm - SOAP::SOAPLong
- url - SOAP::SOAPString
Methods
- N
Attributes
[RW] | adGroupId | |
[RW] | criterionType | |
[RW] | destinationUrl | |
[RW] | exemptionRequest | |
[RW] | id | |
[RW] | language | |
[RW] | negative | |
[RW] | paused | |
[RW] | status | |
[RW] | maxCpc | |
[RW] | maxCpm | |
[RW] | url |
Class Public methods
new(adGroupId = nil, criterionType = nil, destinationUrl = nil, exemptionRequest = nil, id = nil, language = nil, negative = nil, paused = nil, status = nil, maxCpc = nil, maxCpm = nil, url = nil)
Source: show
# File lib/adwords4r/v13/CriterionService.rb, line 215 def initialize(adGroupId = nil, criterionType = nil, destinationUrl = nil, exemptionRequest = nil, id = nil, language = nil, negative = nil, paused = nil, status = nil, maxCpc = nil, maxCpm = nil, url = nil) @adGroupId = adGroupId @criterionType = criterionType @destinationUrl = destinationUrl @exemptionRequest = exemptionRequest @id = id @language = language @negative = negative @paused = paused @status = status @maxCpc = maxCpc @maxCpm = maxCpm @url = url end