Google::Adwords::AccountInfo - A Google Adwords AccountInfo object.


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

Index


NAME

Top

Google::Adwords::AccountInfo - A Google Adwords AccountInfo object.

VERSION

Top

This documentation refers to Google::Adwords::AccountInfo version 0.0.1

SYNOPSIS

Top

    use Google::Adwords::AccountInfo;

    my $accountinfo = Google::Adwords::AccountInfo->new
                        ->currencyCode('EUR')
                        ->descriptiveName('My Account');

DESCRIPTION

Top

This object should be used with the AccountService API calls

METHODS

Top

Mutators (read/write)

* defaultAdsCoverage

 It's a Google::Adwords::CoverageType object.

* emailPromotionsPreferences

 It's a Google::Adwords::EmailPromotionsPreferences object.

* languagePreference

* primaryBusinessCategory

Accessors (read only)

* billingAddress

 It's a Google::Adwords::Address object.

* currencyCode

* customerId

* primaryAddress

 It's a Google::Adwords::Address object.

* termsAndConditions

* timeZoneEffectiveDate

* timeZoneId

SEE ALSO

Top

* Google::Adwords::AccountService
* Google::Adwords::Address
* Google::Adwords::CoverageType
* Google::Adwords::EmailPromotionsPreferences

AUTHOR

Top

Rohan Almeida <rohan@almeida.in>

LICENSE AND COPYRIGHT

Top


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