Trait

com.google.appsscript.adwords

CampaignBidding

Related Doc: package adwords

Permalink

trait CampaignBidding extends Object

Provides access to a campaign's bidding fields.

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def getStrategy(): BiddingStrategy

    Permalink

    Returns the flexible bidding strategy of the campaign.

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

  11. def getStrategySource(): String

    Permalink

    Returns the bidding strategy source of this campaign.

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

  12. def getStrategyType(): String

    Permalink

    Returns the bidding strategy type of this campaign.

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

  13. def hasOwnProperty(v: String): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Object
  21. def setStrategy(biddingStrategy: String): Unit

    Permalink

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

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

    The supported anonymous bidding strategies are as follows:

    • "BUDGET_OPTIMIZER": In budget optimizer, Google automatically places bids for the user based on their daily/monthly budget.
    • "CONVERSION_OPTIMIZER": Conversion optimizer bidding strategy helps you maximize your return on investment (ROI) by automatically getting you the most possible conversions for your budget. For more information on conversion optimizer, visit the Conversion Optimizer help center
    • "MANUAL_CPC": Manual click-based bidding where user pays per click.
    • "MANUAL_CPM": Manual impression-based bidding where user pays per thousand impressions. This can only be used for "Display Network only" campaigns.

    Returns nothing.

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

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

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

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

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

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

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