Package | Description |
---|---|
com.microsoft.bingads.v13.campaignmanagement | |
com.microsoft.bingads.v13.internal.bulk |
Modifier and Type | Field and Description |
---|---|
protected Bid |
Keyword.bid |
protected Bid |
AdGroup.cpcBid |
protected Bid |
AdGroup.cpmBid |
protected Bid |
AdGroup.cpvBid |
protected Bid |
TargetRoasBiddingScheme.maxCpc |
protected Bid |
TargetImpressionShareBiddingScheme.maxCpc |
protected Bid |
TargetCpaBiddingScheme.maxCpc |
protected Bid |
MaxRoasBiddingScheme.maxCpc |
protected Bid |
MaxConversionsBiddingScheme.maxCpc |
protected Bid |
MaxClicksBiddingScheme.maxCpc |
protected Bid |
AdGroup.mcpaBid |
Modifier and Type | Method and Description |
---|---|
Bid |
ObjectFactory.createBid()
Create an instance of
Bid |
Bid |
Keyword.getBid()
Gets the value of the bid property.
|
Bid |
AdGroup.getCpcBid()
Gets the value of the cpcBid property.
|
Bid |
AdGroup.getCpmBid()
Gets the value of the cpmBid property.
|
Bid |
AdGroup.getCpvBid()
Gets the value of the cpvBid property.
|
Bid |
TargetRoasBiddingScheme.getMaxCpc()
Gets the value of the maxCpc property.
|
Bid |
TargetImpressionShareBiddingScheme.getMaxCpc()
Gets the value of the maxCpc property.
|
Bid |
TargetCpaBiddingScheme.getMaxCpc()
Gets the value of the maxCpc property.
|
Bid |
MaxRoasBiddingScheme.getMaxCpc()
Gets the value of the maxCpc property.
|
Bid |
MaxConversionsBiddingScheme.getMaxCpc()
Gets the value of the maxCpc property.
|
Bid |
MaxClicksBiddingScheme.getMaxCpc()
Gets the value of the maxCpc property.
|
Bid |
AdGroup.getMcpaBid()
Gets the value of the mcpaBid property.
|
Modifier and Type | Method and Description |
---|---|
jakarta.xml.bind.JAXBElement<Bid> |
ObjectFactory.createBid(Bid value)
|
Modifier and Type | Method and Description |
---|---|
jakarta.xml.bind.JAXBElement<Bid> |
ObjectFactory.createBid(Bid value)
|
void |
Keyword.setBid(Bid value)
Sets the value of the bid property.
|
void |
AdGroup.setCpcBid(Bid value)
Sets the value of the cpcBid property.
|
void |
AdGroup.setCpmBid(Bid value)
Sets the value of the cpmBid property.
|
void |
AdGroup.setCpvBid(Bid value)
Sets the value of the cpvBid property.
|
void |
TargetRoasBiddingScheme.setMaxCpc(Bid value)
Sets the value of the maxCpc property.
|
void |
TargetImpressionShareBiddingScheme.setMaxCpc(Bid value)
Sets the value of the maxCpc property.
|
void |
TargetCpaBiddingScheme.setMaxCpc(Bid value)
Sets the value of the maxCpc property.
|
void |
MaxRoasBiddingScheme.setMaxCpc(Bid value)
Sets the value of the maxCpc property.
|
void |
MaxConversionsBiddingScheme.setMaxCpc(Bid value)
Sets the value of the maxCpc property.
|
void |
MaxClicksBiddingScheme.setMaxCpc(Bid value)
Sets the value of the maxCpc property.
|
void |
AdGroup.setMcpaBid(Bid value)
Sets the value of the mcpaBid property.
|
Modifier and Type | Method and Description |
---|---|
static Bid |
StringExtensions.parseAdGroupBid(String v) |
static Bid |
StringExtensions.parseAdGroupCriterionBid(String v) |
static Bid |
StringExtensions.parseBid(String v) |
static Bid |
StringExtensions.parseKeywordBid(String v) |
Modifier and Type | Method and Description |
---|---|
static String |
StringExtensions.toAdGroupBidBulkString(Bid bid,
Long id) |
static String |
StringExtensions.toAdGroupCriterionBidBulkString(Bid bid) |
static String |
StringExtensions.toBidBulkString(Bid bid,
Long id) |
static String |
StringExtensions.toKeywordBidBulkString(Bid bid,
Long id) |
Copyright © 2024. All rights reserved.