Trait

com.google.appsscript.adwords

AdGroupBidding

Related Doc: package adwords

Permalink

trait AdGroupBidding extends Object

Provides access to an AdGroup's bidding fields.

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

    Permalink

    Clears the bidding strategy for this ad group.

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

    Returns nothing.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getCpa(): Double

    Permalink

    Returns the max CPA bid for this ad group.

  12. def getCpc(): Double

    Permalink

    Returns the max CPC bid for this ad group.

  13. def getCpm(): Double

    Permalink

    Returns the CPM bid for this ad group.

    Returns the CPM bid for this ad group.

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

  14. def getStrategy(): BiddingStrategy

    Permalink

    Returns the flexible bidding strategy of the ad group.

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

  15. def getStrategySource(): String

    Permalink

    Returns the bidding strategy source of this ad group.

    Returns the bidding strategy source of this ad group. 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 ad group.

    Returns the bidding strategy type of this ad group. 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 setCpa(cpa: Double): Unit

    Permalink

    Sets the max CPA bid for this ad group.

    Sets the max CPA bid for this ad group.

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

    Returns nothing.

  26. def setCpc(cpc: Double): Unit

    Permalink

    Sets the max CPC bid for this ad group.

    Sets the max CPC bid for this ad group.

    Please note that although this method will effectively set the max CPC bid for this ad group, the change may have no effect on actual bidding if this ad group 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 ad group.

    Sets the CPM bid for this ad group.

    Please note that although this method will effectively set the CPM bid for this ad group, the change may have no effect on actual bidding if this ad group 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 ad group to the specified anonymous bidding strategy.

    Sets the bidding strategy of this ad group 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.

  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