Trait

com.google.appsscript.adwords

Account

Related Doc: package adwords

Permalink

trait Account extends Object with AccountLike with HasStatistics

Miscellaneous information about AdWords Accounts. When accessed by AdWordsApp.currentAccount() , it will provide information about the account in which the script is currently running.

Annotations
@RawJSType()
Linear Supertypes
HasStatistics, AccountLike, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Account
  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 addCallout(calloutExtension: Callout): Operation[Callout]

    Permalink

    Adds a callout extension to this account.

    Adds a callout extension to this account. See also Extensions.newCalloutBuilder()

  5. def addMobileApp(mobileAppExtension: MobileApp): Operation[MobileApp]

    Permalink

    Adds a mobile app extension to this account.

    Adds a mobile app extension to this account. See also Extensions.newMobileAppBuilder()

  6. def addReview(reviewExtension: Review): Operation[Review]

    Permalink

    Adds a review extension to this account.

    Adds a review extension to this account. See also Extensions.newReviewBuilder()

  7. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. 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
  15. 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
  16. 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
  17. def getName(): String

    Permalink

    Returns the name of the account.

    Returns the name of the account.

    Definition Classes
    AccountLike
  18. 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
  19. 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.

  20. def hasOwnProperty(v: String): Boolean

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

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

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

    Permalink
    Definition Classes
    Object
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Object
  28. def removeCallout(calloutExtension: Callout): Unit

    Permalink

    Removes a callout extension from this account.

    Removes a callout extension from this account.

    Returns nothing.

  29. def removeMobileApp(mobileAppExtension: MobileApp): Unit

    Permalink

    Removes a mobile app extension from this account.

    Removes a mobile app extension from this account.

    Returns nothing.

  30. def removeReview(reviewExtension: Review): Unit

    Permalink

    Removes a review extension from this account.

    Removes a review extension from this account.

    Returns nothing.

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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