Class PublisherAccount
A publisher account contains information relevant to the use of this API, such as the time zone used for the reports.
Inheritance
System.Object
PublisherAccount
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdMob.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class PublisherAccount : IDirectResponseSchema
Properties
CurrencyCode
Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Resource name of this account. Format is accounts/{publisher_id}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PublisherId
The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890).
Declaration
[JsonProperty("publisherId")]
public virtual string PublisherId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReportingTimeZone
The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".
Declaration
[JsonProperty("reportingTimeZone")]
public virtual string ReportingTimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |