Show / Hide Table of Contents

Class PropertiesResource.DisplayVideo360AdvertiserLinksResource

The "displayVideo360AdvertiserLinks" collection of methods.

Inheritance
object
PropertiesResource.DisplayVideo360AdvertiserLinksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.DisplayVideo360AdvertiserLinksResource

Constructors

DisplayVideo360AdvertiserLinksResource(IClientService)

Constructs a new resource.

Declaration
public DisplayVideo360AdvertiserLinksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, string)

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.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinksResource.CreateRequest Create(GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink body, string parent)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink body

The body of the request.

string parent

Required. Example format: properties/1234

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinksResource.CreateRequest

Delete(string)

Deletes a DisplayVideo360AdvertiserLink on a property.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinksResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinksResource.DeleteRequest

Get(string)

Look up a single DisplayVideo360AdvertiserLink

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinksResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinksResource.GetRequest

List(string)

Lists all DisplayVideo360AdvertiserLinks on a property.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinksResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Example format: properties/1234

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinksResource.ListRequest

Patch(GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, string)

Updates a DisplayVideo360AdvertiserLink on a property.

Declaration
public virtual PropertiesResource.DisplayVideo360AdvertiserLinksResource.PatchRequest Patch(GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink body, string name)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink body

The body of the request.

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

Returns
Type Description
PropertiesResource.DisplayVideo360AdvertiserLinksResource.PatchRequest
In this article
Back to top Generated by DocFX