Class ManagementResource.WebPropertyAdWordsLinksResource
The "webPropertyAdWordsLinks" collection of methods.
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.WebPropertyAdWordsLinksResource
Constructors
WebPropertyAdWordsLinksResource(IClientService)
Constructs a new resource.
Declaration
public WebPropertyAdWordsLinksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string)
Deletes a web property-Google Ads link.
Declaration
public virtual ManagementResource.WebPropertyAdWordsLinksResource.DeleteRequest Delete(string accountId, string webPropertyId, string webPropertyAdWordsLinkId)
Parameters
Type | Name | Description |
---|---|---|
string | accountId | ID of the account which the given web property belongs to. |
string | webPropertyId | Web property ID to delete the Google Ads link for. |
string | webPropertyAdWordsLinkId | Web property Google Ads link ID. |
Returns
Type | Description |
---|---|
ManagementResource.WebPropertyAdWordsLinksResource.DeleteRequest |
Get(string, string, string)
Returns a web property-Google Ads link to which the user has access.
Declaration
public virtual ManagementResource.WebPropertyAdWordsLinksResource.GetRequest Get(string accountId, string webPropertyId, string webPropertyAdWordsLinkId)
Parameters
Type | Name | Description |
---|---|---|
string | accountId | ID of the account which the given web property belongs to. |
string | webPropertyId | Web property ID to retrieve the Google Ads link for. |
string | webPropertyAdWordsLinkId | Web property-Google Ads link ID. |
Returns
Type | Description |
---|---|
ManagementResource.WebPropertyAdWordsLinksResource.GetRequest |
Insert(EntityAdWordsLink, string, string)
Creates a webProperty-Google Ads link.
Declaration
public virtual ManagementResource.WebPropertyAdWordsLinksResource.InsertRequest Insert(EntityAdWordsLink body, string accountId, string webPropertyId)
Parameters
Type | Name | Description |
---|---|---|
EntityAdWordsLink | body | The body of the request. |
string | accountId | ID of the Google Analytics account to create the link for. |
string | webPropertyId | Web property ID to create the link for. |
Returns
Type | Description |
---|---|
ManagementResource.WebPropertyAdWordsLinksResource.InsertRequest |
List(string, string)
Lists webProperty-Google Ads links for a given web property.
Declaration
public virtual ManagementResource.WebPropertyAdWordsLinksResource.ListRequest List(string accountId, string webPropertyId)
Parameters
Type | Name | Description |
---|---|---|
string | accountId | ID of the account which the given web property belongs to. |
string | webPropertyId | Web property ID to retrieve the Google Ads links for. |
Returns
Type | Description |
---|---|
ManagementResource.WebPropertyAdWordsLinksResource.ListRequest |
Patch(EntityAdWordsLink, string, string, string)
Updates an existing webProperty-Google Ads link. This method supports patch semantics.
Declaration
public virtual ManagementResource.WebPropertyAdWordsLinksResource.PatchRequest Patch(EntityAdWordsLink body, string accountId, string webPropertyId, string webPropertyAdWordsLinkId)
Parameters
Type | Name | Description |
---|---|---|
EntityAdWordsLink | body | The body of the request. |
string | accountId | ID of the account which the given web property belongs to. |
string | webPropertyId | Web property ID to retrieve the Google Ads link for. |
string | webPropertyAdWordsLinkId | Web property-Google Ads link ID. |
Returns
Type | Description |
---|---|
ManagementResource.WebPropertyAdWordsLinksResource.PatchRequest |
Update(EntityAdWordsLink, string, string, string)
Updates an existing webProperty-Google Ads link.
Declaration
public virtual ManagementResource.WebPropertyAdWordsLinksResource.UpdateRequest Update(EntityAdWordsLink body, string accountId, string webPropertyId, string webPropertyAdWordsLinkId)
Parameters
Type | Name | Description |
---|---|---|
EntityAdWordsLink | body | The body of the request. |
string | accountId | ID of the account which the given web property belongs to. |
string | webPropertyId | Web property ID to retrieve the Google Ads link for. |
string | webPropertyAdWordsLinkId | Web property-Google Ads link ID. |
Returns
Type | Description |
---|---|
ManagementResource.WebPropertyAdWordsLinksResource.UpdateRequest |