Class CustomersResource.DataLinksResource
The "dataLinks" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.DataLinksResource
Constructors
DataLinksResource(IClientService)
Constructs a new resource.
Declaration
public DataLinksResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(GoogleAdsSearchads360V23ServicesCreateDataLinkRequest, string)
Creates a data link. The requesting Google Ads account name and account ID will be shared with the third party (such as YouTube creators for video links) to whom you are creating the link with. Only customers on the allow-list can create data links. List of thrown errors: AuthenticationError AuthorizationError DatabaseError DataLinkError FieldError HeaderError InternalError MutateError QuotaError RequestError
Declaration
public virtual CustomersResource.DataLinksResource.CreateRequest Create(GoogleAdsSearchads360V23ServicesCreateDataLinkRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesCreateDataLinkRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer for which the data link is created. |
Returns
| Type | Description |
|---|---|
| CustomersResource.DataLinksResource.CreateRequest |
Remove(GoogleAdsSearchads360V23ServicesRemoveDataLinkRequest, string)
Remove a data link. List of thrown errors: AuthenticationError AuthorizationError DatabaseError DataLinkError FieldError HeaderError InternalError MutateError QuotaError RequestError
Declaration
public virtual CustomersResource.DataLinksResource.RemoveRequest Remove(GoogleAdsSearchads360V23ServicesRemoveDataLinkRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesRemoveDataLinkRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer for which the data link is updated. |
Returns
| Type | Description |
|---|---|
| CustomersResource.DataLinksResource.RemoveRequest |
Update(GoogleAdsSearchads360V23ServicesUpdateDataLinkRequest, string)
Update a data link. List of thrown errors: AuthenticationError AuthorizationError DatabaseError DataLinkError FieldError HeaderError InternalError MutateError QuotaError RequestError
Declaration
public virtual CustomersResource.DataLinksResource.UpdateRequest Update(GoogleAdsSearchads360V23ServicesUpdateDataLinkRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesUpdateDataLinkRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer for which the data link is created. |
Returns
| Type | Description |
|---|---|
| CustomersResource.DataLinksResource.UpdateRequest |