lib/adwords4r/v201008/TargetingIdeaService.rb in adwords4r-19.2.1 vs lib/adwords4r/v201008/TargetingIdeaService.rb in adwords4r-19.3.0

- old
+ new

@@ -1360,9 +1360,28 @@ @criterion_Type = criterion_Type @url = url end end +# CriterionUserInterest +# - id - SOAP::SOAPLong +# - criterion_Type - SOAP::SOAPString +# - userInterestId - SOAP::SOAPLong +# - userInterestName - SOAP::SOAPString +class CriterionUserInterest < Criterion + attr_accessor :id + attr_accessor :criterion_Type + attr_accessor :userInterestId + attr_accessor :userInterestName + + def initialize(id = nil, criterion_Type = nil, userInterestId = nil, userInterestName = nil) + @id = id + @criterion_Type = criterion_Type + @userInterestId = userInterestId + @userInterestName = userInterestName + end +end + # CriterionUserList # - id - SOAP::SOAPLong # - criterion_Type - SOAP::SOAPString # - userListId - SOAP::SOAPLong # - userListName - SOAP::SOAPString