Methods:
Member | Type | Description |
---|---|---|
build | AdsApp.ProductItemIdOperation |
Builds the product item id. |
withBid | AdsApp.ProductItemIdBuilder |
Specifies the bid of the product item id. |
withValue | AdsApp.ProductItemIdBuilder |
Specifies the value of the product item id. |
build()
Builds the product item id. Returns a ProductItemIdOperation that corresponds
to the creation of the ProductItemId. Return values:
Type | Description |
---|---|
AdsApp.ProductItemIdOperation |
The ProductItemIdOperation. |
withBid(bid)
Specifies the bid of the product item id. 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.ProductItemIdBuilder |
The ProductItemIdBuilder with the specified bid. |
withValue(value)
Specifies the value of the product item id. Arguments:
Name | Type | Description |
---|---|---|
value | String |
The value. |
Return values:
Type | Description |
---|---|
AdsApp.ProductItemIdBuilder |
The ProductItemIdBuilder with the specified value. |