class Countries extends Resource (View source)

The "countries" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $countries = $dfareportingService->countries;

Methods

get(string $profileId, string $dartId, array $optParams = [])

Gets one country by ID. (countries.get)

listCountries(string $profileId, array $optParams = [])

Retrieves a list of countries. (countries.listCountries)

Details

Country get(string $profileId, string $dartId, array $optParams = [])

Gets one country by ID. (countries.get)

Parameters

string $profileId

User profile ID associated with this request.

string $dartId

Country DART ID.

array $optParams

Optional parameters.

Return Value

Country

Exceptions

Exception

CountriesListResponse listCountries(string $profileId, array $optParams = [])

Retrieves a list of countries. (countries.listCountries)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

CountriesListResponse

Exceptions

Exception