PropertiesDisplayVideo360AdvertiserLinks
class PropertiesDisplayVideo360AdvertiserLinks extends Resource (View source)
The "displayVideo360AdvertiserLinks" collection of methods.
Typical usage is:
$analyticsadminService = new Google\Service\GoogleAnalyticsAdmin(...);
$displayVideo360AdvertiserLinks = $analyticsadminService->displayVideo360AdvertiserLinks;
Methods
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)
Deletes a DisplayVideo360AdvertiserLink on a property.
Look up a single DisplayVideo360AdvertiserLink (displayVideo360AdvertiserLinks.get)
Lists all DisplayVideo360AdvertiserLinks on a property.
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)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a DisplayVideo360AdvertiserLink on a property.
(displayVideo360AdvertiserLinks.delete)
GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
get(string $name, array $optParams = [])
Look up a single DisplayVideo360AdvertiserLink (displayVideo360AdvertiserLinks.get)
GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
listPropertiesDisplayVideo360AdvertiserLinks(string $parent, array $optParams = [])
Lists all DisplayVideo360AdvertiserLinks on a property.
(displayVideo360AdvertiserLinks.listPropertiesDisplayVideo360AdvertiserLinks)
GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
patch(string $name, GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink $postBody, array $optParams = [])
Updates a DisplayVideo360AdvertiserLink on a property.
(displayVideo360AdvertiserLinks.patch)