class GoogleAudiences extends Resource (View source)

The "googleAudiences" collection of methods.

Typical usage is:

 $displayvideoService = new Google\Service\DisplayVideo(...);
 $googleAudiences = $displayvideoService->googleAudiences;

Methods

get(string $googleAudienceId, array $optParams = [])

Gets a Google audience. (googleAudiences.get)

listGoogleAudiences(array $optParams = [])

Lists Google audiences. The order is defined by the order_by parameter.

Details

GoogleAudience get(string $googleAudienceId, array $optParams = [])

Gets a Google audience. (googleAudiences.get)

Parameters

string $googleAudienceId

Required. The ID of the Google audience to fetch.

array $optParams

Optional parameters.

Return Value

GoogleAudience

Exceptions

Exception

ListGoogleAudiencesResponse listGoogleAudiences(array $optParams = [])

Lists Google audiences. The order is defined by the order_by parameter.

(googleAudiences.listGoogleAudiences)

Parameters

array $optParams

Optional parameters.

Return Value

ListGoogleAudiencesResponse

Exceptions

Exception