Trait

com.google.appsscript.adwords

ProductChannelExclusivity

Related Doc: package adwords

Permalink

trait ProductChannelExclusivity extends Object with HasStatistics

Represents a product channel exclusivity.

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

  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 channel exclusivity into a negative product channel exclusivity.

    Converts the product channel exclusivity into a negative product channel exclusivity. Does nothing if the product channel exclusivity 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 channel exclusivity belongs.

  12. def getCampaign(): ShoppingCampaign

    Permalink

    Returns the shopping campaign to which this product channel exclusivity belongs.

  13. def getChannelExclusivity(): String

    Permalink

    Returns the name of this product channel exclusivity.

    Returns the name of this product channel exclusivity. Possible values: SINGLE_CHANNEL , MULTI_CHANNEL .

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getEntityType(): String

    Permalink

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

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

  16. def getId(): Long

    Permalink

    Returns the ID of the product channel exclusivity.

  17. def getMaxCpc(): Double

    Permalink

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

    Returns the max cpc bid of the product channel exclusivity, in the currency of the account. Returns null if the campaign's bidding strategy is not MANUAL_CPC or the product channel exclusivity 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 channel exclusivity or null if this is the root product group.

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

  20. def hasChildren(): Boolean

    Permalink

    Returns true iff this product channel exclusivity has child product groups.

    Returns true iff this product channel exclusivity 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 channel exclusivity into a positive product channel exclusivity.

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

    Returns nothing.

  24. def isExcluded(): Boolean

    Permalink

    Returns true if this is an excluded product channel exclusivity.

    Returns true if this is an excluded product channel exclusivity.

  25. final def isInstanceOf[T0]: Boolean

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

    Permalink

    Returns true if the product channel exclusivity is a catch-all product channel exclusivity.

    Returns true if the product channel exclusivity is a catch-all product channel exclusivity. 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 channel exclusivity is excluded.

    Returns access to the product group builder space or null if the product channel exclusivity 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 channel exclusivity or null if this is the root product group.

    Returns the parent product group of this product channel exclusivity 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 channel exclusivity.

    Removes the product channel exclusivity.

    Returns nothing.

  35. def removeAllChildren(): Unit

    Permalink

    Will remove all child product groups of this product channel exclusivity.

    Will remove all child product groups of this product channel exclusivity.

    Returns nothing.

  36. def setMaxCpc(maxCpc: Double): Unit

    Permalink

    Sets the max cpc bid of the product channel exclusivity to the specified value.

    Sets the max cpc bid of the product channel exclusivity to the specified value. The change will take effect only if the campaign's bidding strategy is MANUAL_CPC and the product channel exclusivity 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