-
Notifications
You must be signed in to change notification settings - Fork 0
/
macros.go
22 lines (21 loc) · 1.57 KB
/
macros.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package odexchange
// Macros
/*
----------------------------------------------------------------------------------------------------------
Macro | Description
----------------------------------------------------------------------------------------------------------
${AUCTION_ID} | ID of the bid request; from BidRequest.id attribute
----------------------------------------------------------------------------------------------------------
${AUCTION_BID_ID} | ID of the bid; from BidResponse.bidid attribute
----------------------------------------------------------------------------------------------------------
${AUCTION_IMP_ID} | ID fo the impression just won; from imp.id attribute
----------------------------------------------------------------------------------------------------------
${AUCTION_SEAT_ID} | ID of the bidder seat for whom the bid was made
----------------------------------------------------------------------------------------------------------
${AUCTION_AD_ID} | ID of the ad markup the bidder wishes to serve; from bidid.adid atribute
----------------------------------------------------------------------------------------------------------
${AUCTION_PRICE} | Settlement price using the same currency and units as the bid
----------------------------------------------------------------------------------------------------------
${AUCTION_CURRENCY} | The currency used in the bid(explicit or implied); for confirmation purposes only.
----------------------------------------------------------------------------------------------------------
*/