Trait

com.google.appsscript.adwords

ProductCondition

Related Doc: package adwords

Permalink

trait ProductCondition extends Object with HasStatistics

Represents a product condition.

Annotations
@RawJSType()
Linear Supertypes
HasStatistics, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProductCondition
  2. HasStatistics
  3. Object
  4. Any
  5. AnyRef
  6. 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 children(): ProductGroupSelector

    Permalink

    Returns a selector of the child product groups of this product condition.

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

    Permalink

    Converts the product condition into a negative product condition.

    Converts the product condition into a negative product condition. Does nothing if the product condition has children or is already excluded.

    Returns nothing.

  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAdGroup(): ShoppingAdGroup

    Permalink

    Returns the shopping ad group to which this product condition belongs.

  12. def getCampaign(): ShoppingCampaign

    Permalink

    Returns the shopping campaign to which this product condition belongs.

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getCondition(): String

    Permalink

    Returns the name of the product condition.

    Returns the name of the product condition. Possible values: NEW , USED , REFURBISHED

  15. def getEntityType(): String

    Permalink

    Returns the type of this entity as a String , in this case, "ProductCondition" .

    Returns the type of this entity as a String , in this case, "ProductCondition" .

  16. def getId(): Long

    Permalink

    Returns the ID of the product condition.

  17. def getMaxCpc(): Double

    Permalink

    Returns the max cpc bid of the product condition, in the currency of the account.

    Returns the max cpc bid of the product condition, in the currency of the account. Returns null if the campaign's bidding strategy is not MANUAL_CPC or the product condition is excluded.

  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 getValue(): String

    Permalink

    Returns the value of the product condition or null if this is the root product group.

    Returns the value of the product condition or null if this is the root product group.

  20. def hasChildren(): Boolean

    Permalink

    Returns true iff this product condition has child product groups.

    Returns true iff this product condition has child product groups.

  21. def hasOwnProperty(v: String): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def include(): Unit

    Permalink

    Converts the product condition into a positive product condition.

    Converts the product condition into a positive product condition. Does nothing if the product condition is not excluded.

    Returns nothing.

  24. def isExcluded(): Boolean

    Permalink

    Returns true if this is an excluded product condition.

    Returns true if this is an excluded product condition.

  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isOtherCase(): Boolean

    Permalink

    Returns true if the product condition is a catch-all product condition.

    Returns true if the product condition is a catch-all product condition. i.e. 'Everything else' .

  27. def isPrototypeOf(v: Object): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  29. def newChild(): ProductGroupBuilderSpace

    Permalink

    Returns access to the product group builder space or null if the product condition is excluded.

    Returns access to the product group builder space or null if the product condition is excluded.

  30. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. def parent(): ProductGroup

    Permalink

    Returns the parent product group of this product condition or null if this is the root product group.

    Returns the parent product group of this product condition or null if this is the root product group.

  33. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  34. def remove(): Unit

    Permalink

    Removes the product condition.

    Removes the product condition.

    Returns nothing.

  35. def removeAllChildren(): Unit

    Permalink

    Will remove all child product groups of this product condition.

    Will remove all child product groups of this product condition.

    Returns nothing.

  36. def setMaxCpc(maxCpc: Double): Unit

    Permalink

    Sets the max cpc bid of the product condition to the specified value.

    Sets the max cpc bid of the product condition to the specified value. The change will take effect only if the campaign's bidding strategy is MANUAL_CPC and the product condition is not excluded.

    Returns nothing.

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

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

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

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

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

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

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

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

Inherited from HasStatistics

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped