Google::Adwords::GeoTarget - GeoTargeting options


Google-Adwords documentation  | view source Contained in the Google-Adwords distribution.

Index


NAME

Top

Google::Adwords::GeoTarget - GeoTargeting options

SYNOPSIS

Top

    use Google::Adwords::GeoTarget;
    use Google::Adwords::CountryTargets;

    # Set target countries as US and India
    my $geo_target = Google::Adwords::GeoTarget->new();
    my $targets = Google::Adwords::CountryTargets->new();
    $targets->countries([ 'US', 'IN' ]);
    $geo_target->countryTargets($targets);




METHODS

Top

Mutators (read/write)

* cityTargets - A Google::Adwords::CityTargets object

* countryTargets - A Google::Adwords::CountryTargets object

* metroTargets - A Google::Adwords::MetroTargets object

* proximityTargets - TODO

* regionTargets - A Google::Adwords::RegionTargets object

* targetAll - true/false

SEE ALSO

Top

* Google::Adwords::CityTargets
* Google::Adwords::CountryTargets
* Google::Adwords::MetroTargets
* Google::Adwords::RegionTargets

AUTHOR

Top

Rohan Almeida <rohan@almeida.in>

LICENSE AND COPYRIGHT

Top


Google-Adwords documentation  | view source Contained in the Google-Adwords distribution.