class PropertiesDisplayVideo360AdvertiserLinks extends Resource (View source)

The "displayVideo360AdvertiserLinks" collection of methods.

Typical usage is:

 $analyticsadminService = new Google\Service\GoogleAnalyticsAdmin(...);
 $displayVideo360AdvertiserLinks = $analyticsadminService->displayVideo360AdvertiserLinks;

Methods

create(string $parent, GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink $postBody, array $optParams = [])

Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal. (displayVideo360AdvertiserLinks.create)

delete(string $name, array $optParams = [])

Deletes a DisplayVideo360AdvertiserLink on a property.

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

Look up a single DisplayVideo360AdvertiserLink (displayVideo360AdvertiserLinks.get)

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

Lists all DisplayVideo360AdvertiserLinks on a property.

patch(string $name, GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink $postBody, array $optParams = [])

Updates a DisplayVideo360AdvertiserLink on a property.

Details

GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink create(string $parent, GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink $postBody, array $optParams = [])

Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal. (displayVideo360AdvertiserLinks.create)

Parameters

string $parent

Required. Example format: properties/1234

GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink $postBody
array $optParams

Optional parameters.

Return Value

GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink

GoogleProtobufEmpty delete(string $name, array $optParams = [])

Deletes a DisplayVideo360AdvertiserLink on a property.

(displayVideo360AdvertiserLinks.delete)

Parameters

string $name

Required. The name of the DisplayVideo360AdvertiserLink to delete. Example format: properties/1234/displayVideo360AdvertiserLinks/5678

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink get(string $name, array $optParams = [])

Look up a single DisplayVideo360AdvertiserLink (displayVideo360AdvertiserLinks.get)

Parameters

string $name

Required. The name of the DisplayVideo360AdvertiserLink to get. Example format: properties/1234/displayVideo360AdvertiserLink/5678

array $optParams

Optional parameters.

Return Value

GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink

Lists all DisplayVideo360AdvertiserLinks on a property.

(displayVideo360AdvertiserLinks.listPropertiesDisplayVideo360AdvertiserLinks)

Parameters

string $parent

Required. Example format: properties/1234

array $optParams

Optional parameters.

Return Value

GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse

GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink patch(string $name, GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink $postBody, array $optParams = [])

Updates a DisplayVideo360AdvertiserLink on a property.

(displayVideo360AdvertiserLinks.patch)

Parameters

string $name

Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID

GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink $postBody
array $optParams

Optional parameters.

Return Value

GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink