Trait

com.google.appsscript.adwords

KeywordBidding

Related Doc: package adwords

Permalink

trait KeywordBidding extends Object

Provides access to a keyword's bidding fields.

Annotations
@RawJSType()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeywordBidding
  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 keyword.

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

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

    Returns nothing.

  6. def clearCpm(): Unit

    Permalink

    Clears the CPM bid for this keyword.

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

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

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

    Returns nothing.

  7. def clearStrategy(): Unit

    Permalink

    Clears the bidding strategy for this keyword.

    Clears the bidding strategy for this keyword. This will allow this keyword to inherit its bidding strategy from the ad group level.

    Returns nothing.

  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 finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getCpc(): Double

    Permalink

    Returns the max CPC bid for this keyword.

  14. def getCpm(): Double

    Permalink

    Returns the CPM bid for this keyword.

    Returns the CPM bid for this keyword.

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

  15. def getStrategy(): BiddingStrategy

    Permalink

    Returns the flexible bidding strategy of the keyword.

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

  16. def getStrategySource(): String

    Permalink

    Returns the bidding strategy source of this keyword.

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

  17. def getStrategyType(): String

    Permalink

    Returns the bidding strategy type of this keyword.

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

  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. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink

    Sets the max CPC bid for this keyword.

    Sets the max CPC bid for this keyword.

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

    Returns nothing.

  27. def setCpm(cpm: Double): Unit

    Permalink

    Sets the CPM bid for this keyword.

    Sets the CPM bid for this keyword.

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

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

    Returns nothing.

  28. def setStrategy(biddingStrategy: String): Unit

    Permalink

    Sets the bidding strategy of this keyword to the specified anonymous bidding strategy.

    Sets the bidding strategy of this keyword to the specified anonymous bidding strategy.

    The only supported anonymous bidding strategy for keywords is:

    • "MANUAL_CPC": Manual click-based bidding where user pays per click.

    Returns nothing.

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

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

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

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

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

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

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