Trait

com.google.appsscript.adwords

ManagedAccount

Related Doc: package adwords

Permalink

trait ManagedAccount extends Object with AccountLike with HasStatistics

Miscellaneous information about MCC Managed Accounts.

Annotations
@RawJSType()
Linear Supertypes
HasStatistics, AccountLike, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManagedAccount
  2. HasStatistics
  3. AccountLike
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyLabel(name: String): Unit

    Permalink

    Applies an account label to the managed account.

    Applies an account label to the managed account. The label name is case-sensitive. The operation will fail if the account label with the specified name does not already exist in the MCC account.

    Note that an account-level label cannot be applied to more than 1,000 accounts.

    Returns nothing.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def extensions(): AccountExtensions

    Permalink
    Definition Classes
    AccountLike
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getCurrencyCode(): String

    Permalink

    Returns the currency code of the account.

    Returns the currency code of the account. The returned values are in the three-letter ISO 4217 format, e.g. 'USD' , 'CAD' , 'JPY' , etc.

    Please refer to AdWords API Currency Codes for the full list of possible return values.

    Definition Classes
    AccountLike
  13. def getCustomerId(): String

    Permalink

    Returns the customer ID of the account.

    Returns the customer ID of the account.

    The returned value is in the standard AdWords format, e.g. '123-456-7890'.

    Definition Classes
    AccountLike
  14. def getEntityType(): String

    Permalink

    Returns the type of this entity as a String , in this case, "Account" .

    Returns the type of this entity as a String , in this case, "Account" .

    Definition Classes
    AccountLike
  15. def getName(): String

    Permalink

    Returns the name of the account.

    Returns the name of the account.

    Definition Classes
    AccountLike
  16. def getStatsFor(dateFrom: AnyRef, dateTo: AnyRef): Stats

    Permalink

    Returns stats for the specified custom date range.

    Returns stats for the specified custom date range. Both parameters can be either an object containing year, month, and day fields, or an 8-digit string in YYYYMMDD form. For instance, March 24th, 2013 is represented as either {year: 2013, month: 3, day: 24} or "20130324" . The date range is inclusive on both ends, so forDateRange("20130324", "20130324") defines a range of a single day.

    Definition Classes
    HasStatistics
  17. def getTimeZone(): String

    Permalink

    Returns the POSIX time zone of the account.

    Returns the POSIX time zone of the account.

    Returned values are in the standard time zone identifier form, such as 'America/Los_Angeles'.

    Please refer to AdWords API Timezones for the full list of possible return values.

  18. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  22. def labels(): AccountLabelSelector

    Permalink

    Creates a selector of all account labels that exist in the MCC account.

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  27. def removeLabel(name: String): Unit

    Permalink

    Removes an account label from the managed account.

    Removes an account label from the managed account. The label name is case-sensitive. The operation will fail if the account label with the specified name does not already exist in the MCC account.

    Returns nothing.

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HasStatistics

Inherited from AccountLike

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped