Class CampaignCpiSetting
CPI setting for AdMob campaign. Ignored unless campaign goal type is MAX_CPI or TARGET_CPI.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class CampaignCpiSetting : IDirectResponseSchema
Properties
CpiMicros
Cost-per-install for this campaign in micro units in the currency of the GoogleAds account linked to this AdMob publisher.
Declaration
[JsonProperty("cpiMicros")]
public virtual long? CpiMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |