Show / Hide Table of Contents

Class PublisherAccount

A publisher account contains information relevant to the use of this API, such as the time zone used for the reports.

Inheritance
object
PublisherAccount
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 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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX