Returns bids and priorities for key phrases and auto-targeting that meet specified criteria, as well as bidding data: bids and write-off prices for different traffic volumes on a search and bids to reach different audience shares in networks.
yadirGetKeyWordsBids(
KeywordIds = NULL,
AdGroupIds = NULL,
CampaignIds = NULL,
AuctionBids = c(NA,
"search",
"network"),
Login = getOption("ryandexdirect.user"),
Token = NULL,
AgencyAccount = getOption("ryandexdirect.agency_account"),
TokenPath = yadirTokenPath())
Data Frame with keyword bids and auction data
Phrase ID. Specified if you want to update the bid for an individual phrase.
Ad Group ID. Specified if you need to update bids for all group phrases.
Campaign ID. Specified if you need to update bids for all campaign phrases.
Data on auctions, specify information about which auctions you are requesting. The values are: NA, "search", "network"
Your Yandex Login
Your agency account login, if you get statistic from client account
Your Yandex API Token
Path to directory where you save credential data
Alexey Seleznev
Use AuctionBids = "search" when you need traffic volume, bid on the search corresponding to the specified amount of traffi and charged price corresponding to the specified amount of traffic. Use AuctionBids = "search" when you need get frequency of the show (audience share) in networks (specified in percent from 0 to 100) and network bid that matches the frequency shown.
KeyWord Bids API documentation KeyWord Bids get method API documentation