Show / Hide Table of Contents

Class Account

Contains properties of a Campaign Manager account.

Inheritance
object
Account
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.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class Account : IDirectResponseSchema

Properties

AccountPermissionIds

Account permissions assigned to this account.

Declaration
[JsonProperty("accountPermissionIds")]
public virtual IList<long?> AccountPermissionIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><long?>

AccountProfile

Profile for this account. This is a read-only field that can be left blank.

Declaration
[JsonProperty("accountProfile")]
public virtual string AccountProfile { get; set; }
Property Value
Type Description
string

Active

Whether this account is active.

Declaration
[JsonProperty("active")]
public virtual bool? Active { get; set; }
Property Value
Type Description
bool?

ActiveAdsLimitTier

Maximum number of active ads allowed for this account.

Declaration
[JsonProperty("activeAdsLimitTier")]
public virtual string ActiveAdsLimitTier { get; set; }
Property Value
Type Description
string

ActiveViewOptOut

Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions.

Declaration
[JsonProperty("activeViewOptOut")]
public virtual bool? ActiveViewOptOut { get; set; }
Property Value
Type Description
bool?

AvailablePermissionIds

User role permissions available to the user roles of this account.

Declaration
[JsonProperty("availablePermissionIds")]
public virtual IList<long?> AvailablePermissionIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><long?>

CountryId

ID of the country associated with this account.

Declaration
[JsonProperty("countryId")]
public virtual long? CountryId { get; set; }
Property Value
Type Description
long?

CurrencyId

ID of currency associated with this account. This is a required field. Acceptable values are: - "1" for USD

  • "2" for GBP - "3" for ESP - "4" for SEK - "5" for CAD - "6" for JPY - "7" for DEM - "8" for AUD - "9" for FRF - "10" for ITL - "11" for DKK - "12" for NOK - "13" for FIM - "14" for ZAR - "15" for IEP - "16" for NLG
  • "17" for EUR - "18" for KRW - "19" for TWD - "20" for SGD - "21" for CNY - "22" for HKD - "23" for NZD - "24" for MYR - "25" for BRL - "26" for PTE - "28" for CLP - "29" for TRY - "30" for ARS - "31" for PEN - "32" for ILS - "33" for CHF - "34" for VEF - "35" for COP - "36" for GTQ - "37" for PLN - "39" for INR - "40" for THB - "41" for IDR - "42" for CZK - "43" for RON - "44" for HUF - "45" for RUB - "46" for AED - "47" for BGN - "48" for HRK - "49" for MXN - "50" for NGN - "51" for EGP
Declaration
[JsonProperty("currencyId")]
public virtual long? CurrencyId { get; set; }
Property Value
Type Description
long?

DefaultCreativeSizeId

Default placement dimensions for this account.

Declaration
[JsonProperty("defaultCreativeSizeId")]
public virtual long? DefaultCreativeSizeId { get; set; }
Property Value
Type Description
long?

Description

Description of this account.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

Id

ID of this account. This is a read-only, auto-generated field.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#account".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Locale

Locale of this account. Acceptable values are: - "cs" (Czech) - "de" (German) - "en" (English) - "en-GB" (English United Kingdom) - "es" (Spanish) - "fr" (French) - "it" (Italian) - "ja" (Japanese) - "ko" (Korean)

  • "pl" (Polish) - "pt-BR" (Portuguese Brazil) - "ru" (Russian) - "sv" (Swedish) - "tr" (Turkish) - "zh-CN" (Chinese Simplified) - "zh-TW" (Chinese Traditional)
Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
Type Description
string

MaximumImageSize

Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1.

Declaration
[JsonProperty("maximumImageSize")]
public virtual long? MaximumImageSize { get; set; }
Property Value
Type Description
long?

Name

Name of this account. This is a required field, and must be less than 128 characters long and be globally unique.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NielsenOcrEnabled

Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default.

Declaration
[JsonProperty("nielsenOcrEnabled")]
public virtual bool? NielsenOcrEnabled { get; set; }
Property Value
Type Description
bool?

ReportsConfiguration

Reporting configuration of this account.

Declaration
[JsonProperty("reportsConfiguration")]
public virtual ReportsConfiguration ReportsConfiguration { get; set; }
Property Value
Type Description
ReportsConfiguration

ShareReportsWithTwitter

Share Path to Conversion reports with Twitter.

Declaration
[JsonProperty("shareReportsWithTwitter")]
public virtual bool? ShareReportsWithTwitter { get; set; }
Property Value
Type Description
bool?

TeaserSizeLimit

File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240, inclusive.

Declaration
[JsonProperty("teaserSizeLimit")]
public virtual long? TeaserSizeLimit { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX