Show / Hide Table of Contents

Class RetrieveInsightsRequest

Request message for DM API MarketingDataInsightsService.RetrieveInsights

Inheritance
object
RetrieveInsightsRequest
Implements
IMessage<RetrieveInsightsRequest>
IEquatable<RetrieveInsightsRequest>
IDeepCloneable<RetrieveInsightsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RetrieveInsightsRequest : IMessage<RetrieveInsightsRequest>, IEquatable<RetrieveInsightsRequest>, IDeepCloneable<RetrieveInsightsRequest>, IBufferMessage, IMessage

Constructors

RetrieveInsightsRequest()

Declaration
public RetrieveInsightsRequest()

RetrieveInsightsRequest(RetrieveInsightsRequest)

Declaration
public RetrieveInsightsRequest(RetrieveInsightsRequest other)
Parameters
Type Name Description
RetrieveInsightsRequest other

Properties

Baseline

Required. Baseline for the insights requested.

Declaration
public Baseline Baseline { get; set; }
Property Value
Type Description
Baseline

Parent

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

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

UserListId

Required. The user list ID for which insights are requested.

Declaration
public string UserListId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX