Countries
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)
CountriesListResponse
listCountries(string $profileId, array $optParams = [])
Retrieves a list of countries. (countries.listCountries)