Show / Hide Table of Contents

Class Campaign

Describes an AdMob campaign.

Inheritance
object
Campaign
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.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class Campaign : IDirectResponseSchema

Properties

CpiSetting

The CPI setting of the campaign.

Declaration
[JsonProperty("cpiSetting")]
public virtual CampaignCpiSetting CpiSetting { get; set; }
Property Value
Type Description
CampaignCpiSetting

DisplayName

Output only. The display name for the campaign.

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

ETag

The ETag of the item.

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

GoalType

Output only. The Goal type of the campaign.

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

Name

Output only. Resource name for this campaign. Format is: accounts/{publisher_id}/campaigns/{campaign_id} Example: accounts/pub-9876543210987654/campaigns/0123456789

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX