Show / Hide Table of Contents

Class AccountTypesResource.AccountsResource.InsightsResource

The "insights" collection of methods.

Inheritance
object
AccountTypesResource.AccountsResource.InsightsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class AccountTypesResource.AccountsResource.InsightsResource

Constructors

InsightsResource(IClientService)

Constructs a new resource.

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

Methods

Retrieve(RetrieveInsightsRequest, string)

Retrieves marketing data insights for a given user list. This feature is only available to data partners. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request: * login-account: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: accountTypes/{loginAccountType}/accounts/{loginAccountId} * linked-account: (Optional) The resource name of the account with an established product link to the login-account. Format: accountTypes/{linkedAccountType}/accounts/{linkedAccountId}

Declaration
public virtual AccountTypesResource.AccountsResource.InsightsResource.RetrieveRequest Retrieve(RetrieveInsightsRequest body, string parent)
Parameters
Type Name Description
RetrieveInsightsRequest body

The body of the request.

string parent

Required. The parent account that owns the user list. Format: accountTypes/{account_type}/accounts/{account}

Returns
Type Description
AccountTypesResource.AccountsResource.InsightsResource.RetrieveRequest
In this article
Back to top Generated by DocFX