Class Campaign
Describes an AdMob campaign.
Implements
Inherited Members
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 |