Trait

com.google.appsscript.adwords

ProductChannel

Related Doc: package adwords

Permalink

trait ProductChannel extends Object with HasStatistics

Represents a product channel.

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

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

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

  12. def getCampaign(): ShoppingCampaign

    Permalink

    Returns the shopping campaign to which this product channel belongs.

  13. def getChannel(): String

    Permalink

    Returns the name of this product channel.

    Returns the name of this product channel. Possible values: LOCAL , ONLINE .

  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, "ProductChannel" .

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

  16. def getId(): Long

    Permalink

    Returns the ID of the product channel.

  17. def getMaxCpc(): Double

    Permalink

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

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

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

  20. def hasChildren(): Boolean

    Permalink

    Returns true iff this product channel has child product groups.

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

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

    Returns nothing.

  24. def isExcluded(): Boolean

    Permalink

    Returns true if this is an excluded product channel.

    Returns true if this is an excluded product channel.

  25. final def isInstanceOf[T0]: Boolean

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

    Permalink

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

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

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

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

    Removes the product channel.

    Returns nothing.

  35. def removeAllChildren(): Unit

    Permalink

    Will remove all child product groups of this product channel.

    Will remove all child product groups of this product channel.

    Returns nothing.

  36. def setMaxCpc(maxCpc: Double): Unit

    Permalink

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

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