class AccountsAdUnits extends Resource (View source)

The "adUnits" collection of methods.

Typical usage is:

 $admobService = new Google\Service\AdMob(...);
 $adUnits = $admobService->accounts_adUnits;

Methods

listAccountsAdUnits(string $parent, array $optParams = [])

List the ad units under the specified AdMob account.

Details

ListAdUnitsResponse listAccountsAdUnits(string $parent, array $optParams = [])

List the ad units under the specified AdMob account.

(adUnits.listAccountsAdUnits)

Parameters

string $parent

Required. Resource name of the account to list ad units for. Example: accounts/pub-9876543210987654

array $optParams

Optional parameters.

Return Value

ListAdUnitsResponse

Exceptions

Exception