Class CustomersResource.AccountLinksResource
The "accountLinks" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.AccountLinksResource
Constructors
AccountLinksResource(IClientService)
Constructs a new resource.
Declaration
public AccountLinksResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(GoogleAdsSearchads360V23ServicesCreateAccountLinkRequest, string)
Creates an account link. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RequestError ThirdPartyAppAnalyticsLinkError
Declaration
public virtual CustomersResource.AccountLinksResource.CreateRequest Create(GoogleAdsSearchads360V23ServicesCreateAccountLinkRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesCreateAccountLinkRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer for which the account link is created. |
Returns
| Type | Description |
|---|---|
| CustomersResource.AccountLinksResource.CreateRequest |
Mutate(GoogleAdsSearchads360V23ServicesMutateAccountLinkRequest, string)
Creates or removes an account link. From V5, create is not supported through AccountLinkService.MutateAccountLink. Use AccountLinkService.CreateAccountLink instead. List of thrown errors: AccountLinkError AuthenticationError AuthorizationError FieldMaskError HeaderError InternalError MutateError QuotaError RequestError
Declaration
public virtual CustomersResource.AccountLinksResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateAccountLinkRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesMutateAccountLinkRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer being modified. |
Returns
| Type | Description |
|---|---|
| CustomersResource.AccountLinksResource.MutateRequest |