- cityTargets - AdWords::V13::CampaignService::CityTargets
- countryTargets - AdWords::V13::CampaignService::CountryTargets
- metroTargets - AdWords::V13::CampaignService::MetroTargets
- proximityTargets - AdWords::V13::CampaignService::ProximityTargets
- regionTargets - AdWords::V13::CampaignService::RegionTargets
- targetAll - SOAP::SOAPBoolean
Methods
- N
Attributes
[RW] | cityTargets | |
[RW] | countryTargets | |
[RW] | metroTargets | |
[RW] | proximityTargets | |
[RW] | regionTargets | |
[RW] | targetAll |
Class Public methods
new(cityTargets = nil, countryTargets = nil, metroTargets = nil, proximityTargets = nil, regionTargets = nil, targetAll = nil)
Source: show
# File lib/adwords4r/v13/CampaignService.rb, line 233 def initialize(cityTargets = nil, countryTargets = nil, metroTargets = nil, proximityTargets = nil, regionTargets = nil, targetAll = nil) @cityTargets = cityTargets @countryTargets = countryTargets @metroTargets = metroTargets @proximityTargets = proximityTargets @regionTargets = regionTargets @targetAll = targetAll end