get
This method returns bids for keywords and autotargetings that match the specified criteria, along with data that can improve bid selection: auction data for display positions in search results, and bids to reach various audience shares in ad networks.
You can get bids regardless of whether your campaign uses a manual or automatic strategy.
Alert
All returned monetary values are integers — the result of multiplying the bid or CPC by 1,000,000.
Learn more
Restrictions
The method returns a maximum of 10,000 objects.
Request
Request structure in JSON format:
{
"method": "get",
"params": { /* params */
"SelectionCriteria": { /* BidsSelectionCriteria */
"KeywordIds": [(long), ... ],
"AdGroupIds": [(long), ... ],
"CampaignIds": [(long), ... ],
"ServingStatuses": [( "ELIGIBLE" | "RARELY_SERVED" ), ... ]
}, /* required */
"FieldNames": [( "KeywordId" | ... | "AuctionBids" ), ... ], /* required */
"Page": { /* LimitOffset */
"Limit": (long),
"Offset": (long)
}
}
}
Parameter |
Type |
Description |
Required |
params structure (for JSON) / GetRequest (for SOAP) |
|||
|
BidsSelectionCriteria |
Criteria for selecting keywords and autotargetings. |
Yes |
|
array of BidFieldEnum |
Names of top-level parameters to get. Don't request the parameters Don't request the |
Yes |
|
LimitOffset |
Structure that defines the page for paginated selection of data. |
No |
BidsSelectionCriteria structure |
|||
|
array of long |
Get bids for the specified keywords and autotargetings. Maximum of 10,000 items in the array. |
One of the parameters: |
|
array of long |
Get bids for keywords and autotargetings in the specified ad groups. From 1 to 1000 items in the array. |
|
|
array of long |
Get bids for keywords and autotargetings in the specified campaigns. From 1 to 10 items in the array. |
|
|
array of ServingStatusEnum |
Get bids for keywords and autotargetings with the specified serving statuses of ad groups. For a description of the statuses, see the section Serving status for the ad group. |
No |
Response
Response structure in JSON format:
{
"result": { /* result */
"Bids": [{ /* BidGetItem */
"CampaignId": (long),
"AdGroupId": (long),
"KeywordId": (long),
"ServingStatus": ( "ELIGIBLE" | "RARELY_SERVED" ),
"Bid": (long),
"AutotargetingSearchBidIsAuto" : ("YES"|"NO"),
"ContextBid": (long),
"StrategyPriority": "NORMAL", /* nillable */
"CompetitorsBids": [(long), ... ],
"SearchPrices": [{ /* SearchPrices */
"Position": ( "PREMIUMFIRST" | "PREMIUMBLOCK" | "FOOTERFIRST" | "FOOTERBLOCK" ),
"Price": (long)
}, ... ],
"ContextCoverage": { /* ContextCoverage */
"Items": [{ /* ContextCoverageItem */
"Probability": (decimal), /* required */
"Price": (long) /* required */
}, ... ]
}, /* nillable */
"MinSearchPrice": (long), /* nillable */
"CurrentSearchPrice": (long), /* nillable */
"AuctionBids": [{ /* AuctionBidItem */
"Position": (string),
"Bid": (long),
"Price": (long)
}, ... ]
}, ... ],
"LimitedBy": (long)
}
}
Parameter |
Type |
Description |
result structure (for JSON) / GetResponse (for SOAP) |
||
|
array of BidGetItem |
Bids. |
|
long |
Sequential number of the last object returned. It is included if there was a limit on the number of objects in the response. See the section Paginated data selection. |
BidGetItem structure |
||
|
long |
ID of the campaign that the keyword or autotargeting is associated with. |
|
long |
ID of the ad group that the keyword or autotargeting is associated with. |
|
long |
ID of the keyword or autotargeting. |
|
ServingStatusEnum |
Serving status for the ad group. For a description of the statuses, see the section Serving status for the ad group. |
|
long |
Bid in search results. |
|
YesNoEnum |
A flag indicating whether automatic bid is enabled. |
|
long |
Bid in ad networks. |
|
PriorityEnum, nillable |
Priority of the keyword or autotargeting: NORMAL. |
|
array of long |
Array of minimum bids for this keyword for all positions in Premium Placement and Guaranteed Placement. If the ad group has very few displays (the For autotargeting, this parameter isn't returned. |
|
array of SearchPrices |
Minimum bids for this keyword for display positions in the search. If the ad group has very few displays (the For autotargeting, this parameter isn't returned. |
|
ContextCoverage, nillable |
Bids for this keyword that allow you to get various percentages of audience coverage in ad networks (forecast). Used as a guide when selecting bids. If the ad group has very few impressions (the If the campaign uses the SERVING_OFF or NETWORK_DEFAULT strategy in ad networks, it returns null (nil). For autotargeting, it returns null (nil). |
|
long, nillable |
The minimum bid set for the advertiser that allows displays in search results. If the ad group has very few impressions (the For autotargeting, it returns null (nil). |
|
long, nillable |
Current CPC in search results. This amount can be debited whenever your ad is clicked on a page showing search results for a query that exactly matches the keyword. To learn more, see CPC calculation in Yandex Direct Help. If the ad group has very few displays (the For autotargeting, it returns null (nil). |
|
array of AuctionBidItem |
Auction results for the keyword. If the group only has image ads, this parameter is not returned. If the ad group has very few displays (the For autotargeting, this parameter isn't returned. |
SearchPrices structure |
||
|
PositionEnum |
Display position in search results:
|
|
long |
Minimum bid for the specified position. |
ContextCoverage structure |
||
|
array of ContextCoverageItem |
Bids for this keyword that allow you to get various percentages of audience coverage in ad networks (forecast). Used as a guide when selecting bids. |
ContextCoverageItem structure |
||
|
decimal |
The frequency of impressions (the audience coverage) in ad networks. Indicated as a percentage from 0 to 100. |
|
long |
Bid in ad networks that the specified frequency is forecast for. |
AuctionBidItem structure |
||
|
string |
Display position: Pmn, where
For example, P12 is the 2nd position in Premium Placement, and P21 is the 1st position in Guaranteed Placement. |
|
long |
Minimum bid for the specified position. |
|
long |
Actual CPC for the specified position. |
Examples
Request example
{
"method" : "get",
"params" : {
"SelectionCriteria" : {
"KeywordIds" : [
151289987,
151289988,
414808783,
414808784,
414808785,
414811825,
414811826,
414811827,
1574449505
]
},
"FieldNames" : [
"KeywordId",
"Bid",
"ContextBid"
]
}
}
Response example
{
"result" : {
"Bids" : [
{
"KeywordId" : 414808783,
"Bid" : 10000,
"ContextBid" : 0
},
{
"Bid" : 10000,
"KeywordId" : 414808784,
"ContextBid" : 0
},
{
"Bid" : 10000,
"KeywordId" : 414808785,
"ContextBid" : 0
},
{
"Bid" : 10000,
"KeywordId" : 1574449505,
"ContextBid" : 0
}
]
}
}