Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesGetSmartCampaignStatusResponse

Response message for SmartCampaignSettingService.GetSmartCampaignStatus.

Inheritance
object
GoogleAdsSearchads360V23ServicesGetSmartCampaignStatusResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesGetSmartCampaignStatusResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EligibleDetails

Details related to Smart campaigns that are eligible to serve.

Declaration
[JsonProperty("eligibleDetails")]
public virtual GoogleAdsSearchads360V23ServicesSmartCampaignEligibleDetails EligibleDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSmartCampaignEligibleDetails

EndedDetails

Details related to Smart campaigns that have ended.

Declaration
[JsonProperty("endedDetails")]
public virtual GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails EndedDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSmartCampaignEndedDetails

NotEligibleDetails

Details related to Smart campaigns that are ineligible to serve.

Declaration
[JsonProperty("notEligibleDetails")]
public virtual GoogleAdsSearchads360V23ServicesSmartCampaignNotEligibleDetails NotEligibleDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSmartCampaignNotEligibleDetails

PausedDetails

Details related to paused Smart campaigns.

Declaration
[JsonProperty("pausedDetails")]
public virtual GoogleAdsSearchads360V23ServicesSmartCampaignPausedDetails PausedDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSmartCampaignPausedDetails

RemovedDetails

Details related to removed Smart campaigns.

Declaration
[JsonProperty("removedDetails")]
public virtual GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails RemovedDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSmartCampaignRemovedDetails

SmartCampaignStatus

The status of this Smart campaign.

Declaration
[JsonProperty("smartCampaignStatus")]
public virtual string SmartCampaignStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX