Trait

com.google.appsscript.adwords

TopicBidding

Related Doc: package adwords

Permalink

trait TopicBidding extends Object

Provides access to a topic's bidding fields.

Annotations
@RawJSType()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopicBidding
  2. Object
  3. Any
  4. AnyRef
  5. 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearCpc(): Unit

    Permalink

    Clears the max CPC bid for this topic.

    Clears the max CPC bid for this topic. This will allow this topic to inherit its bid from the ad group level.

    Please note that although this method will effectively clear the max CPC bid for this topic, the change may have no effect on actual bidding if this topic has a BiddingStrategy which does not involve max CPC bids.

    Returns nothing.

  6. def clearCpm(): Unit

    Permalink

    Clears the CPM bid for this topic.

    Clears the CPM bid for this topic. This will allow this topic to inherit its bid from the ad group level.

    Please note that although this method will effectively clear the CPM bid for this topic, the change may have no effect on actual bidding if this topic has a BiddingStrategy which does not involve CPM bids.

    See Cost-per-thousand impressions (CPM) for more information.

    Returns nothing.

  7. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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 getCpc(): Double

    Permalink

    Returns the max CPC bid for this topic.

  13. def getCpm(): Double

    Permalink

    Returns the CPM bid for this topic.

    Returns the CPM bid for this topic.

    See Cost-per-thousand impressions (CPM) for more information.

  14. def getStrategy(): BiddingStrategy

    Permalink

    Returns the flexible bidding strategy of the topic.

    Returns the flexible bidding strategy of the topic. If this topic has an anonymous bidding strategy, or no bidding strategy, null is returned.

  15. def getStrategySource(): String

    Permalink

    Returns the bidding strategy source of this topic.

    Returns the bidding strategy source of this topic. The bidding strategy source indicates where the bidding strategy came from: 'CAMPAIGN' , 'ADGROUP' , or 'CRITERION' .

  16. def getStrategyType(): String

    Permalink

    Returns the bidding strategy type of this topic.

    Returns the bidding strategy type of this topic. This may either be an anonymous bidding strategy, or the the type of a flexible bidding strategy.

  17. def hasOwnProperty(v: String): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Object
  25. def setCpc(cpc: Double): Unit

    Permalink

    Sets the max CPC bid for this topic.

    Sets the max CPC bid for this topic.

    Please note that although this method will effectively set the max CPC bid for this topic, the change may have no effect on actual bidding if this topic has a BiddingStrategy which does not involve max CPC bids.

    Returns nothing.

  26. def setCpm(cpm: Double): Unit

    Permalink

    Sets the CPM bid for this topic.

    Sets the CPM bid for this topic.

    Please note that although this method will effectively set the CPM bid for this topic, the change may have no effect on actual bidding if this topic has a BiddingStrategy which does not involve CPM bids.

    See Cost-per-thousand impressions (CPM) for more information.

    Returns nothing.

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

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

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

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

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

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

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

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

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped