Class PropertiesResource.GoogleAdsLinksResource
The "googleAdsLinks" collection of methods.
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class PropertiesResource.GoogleAdsLinksResource
Constructors
GoogleAdsLinksResource(IClientService)
Constructs a new resource.
Declaration
public GoogleAdsLinksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleAnalyticsAdminV1betaGoogleAdsLink, string)
Creates a GoogleAdsLink.
Declaration
public virtual PropertiesResource.GoogleAdsLinksResource.CreateRequest Create(GoogleAnalyticsAdminV1betaGoogleAdsLink body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1betaGoogleAdsLink | body | The body of the request. |
string | parent | Required. Example format: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.GoogleAdsLinksResource.CreateRequest |
Delete(string)
Deletes a GoogleAdsLink on a property
Declaration
public virtual PropertiesResource.GoogleAdsLinksResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Example format: properties/1234/googleAdsLinks/5678 |
Returns
Type | Description |
---|---|
PropertiesResource.GoogleAdsLinksResource.DeleteRequest |
List(string)
Lists GoogleAdsLinks on a property.
Declaration
public virtual PropertiesResource.GoogleAdsLinksResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Example format: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.GoogleAdsLinksResource.ListRequest |
Patch(GoogleAnalyticsAdminV1betaGoogleAdsLink, string)
Updates a GoogleAdsLink on a property
Declaration
public virtual PropertiesResource.GoogleAdsLinksResource.PatchRequest Patch(GoogleAnalyticsAdminV1betaGoogleAdsLink body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1betaGoogleAdsLink | body | The body of the request. |
string | name | Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. |
Returns
Type | Description |
---|---|
PropertiesResource.GoogleAdsLinksResource.PatchRequest |