Methods:
Member | Type | Description |
---|---|---|
build | AdsApp.ProductCustomLabelOperation |
Builds the product custom label. |
withBid | AdsApp.ProductCustomLabelBuilder |
Specifies the bid of the product custom label. |
withType | AdsApp.ProductCustomLabelBuilder |
Specifies the type of custom label and return the product custom label builder. |
withValue | AdsApp.ProductCustomLabelBuilder |
Specifies the value of the product custom label. |
build()
Builds the product custom label. Returns a ProductCustomLabelOperation
that corresponds to the creation of the ProductCustomLabel.Return values:
Type | Description |
---|---|
AdsApp.ProductCustomLabelOperation |
The ProductCustomLabelOperation. |
withBid(bid)
Specifies the bid of the product custom label. If this is unspecified, will use the bid of
the parent product group.Arguments:
Name | Type | Description |
---|---|---|
bid | double |
The bid. |
Return values:
Type | Description |
---|---|
AdsApp.ProductCustomLabelBuilder |
The ProductCustomLabelBuilder with the specified bid. |
withType(type)
Specifies the type of custom label and return the product custom label builder.Arguments:
Name | Type | Description |
---|---|---|
type | String |
The type of custom label. Possible values: CUSTOM_LABEL_0 , CUSTOM_LABEL_1 , CUSTOM_LABEL_2 , CUSTOM_LABEL_3 , CUSTOM_LABEL_4 . |
Return values:
Type | Description |
---|---|
AdsApp.ProductCustomLabelBuilder |
The product custom label builder. |
withValue(value)
Specifies the value of the product custom label.Arguments:
Name | Type | Description |
---|---|---|
value | String |
The value. |
Return values:
Type | Description |
---|---|
AdsApp.ProductCustomLabelBuilder |
The ProductCustomLabelBuilder with the specified value. |