Show / Hide Table of Contents

Class CampaignCpiSetting

CPI setting for AdMob campaign. Ignored unless campaign goal type is MAX_CPI or TARGET_CPI.

Inheritance
object
CampaignCpiSetting
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 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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX