Class GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse
Response message for AudienceInsightsService.ListInsightsEligibleDates.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse : IDirectResponseSchema
Properties
DataMonths
The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".
Declaration
[JsonProperty("dataMonths")]
public virtual IList<string> DataMonths { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastThirtyDays
The actual dates covered by the "last 30 days" date range that will be used implicitly for AudienceInsightsService.GenerateAudienceCompositionInsights requests that have no data_month set.
Declaration
[JsonProperty("lastThirtyDays")]
public virtual GoogleAdsSearchads360V23CommonDateRange LastThirtyDays { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonDateRange |