GET
https://api.adsalesgenius.com/adRates/
Paramater |
Description |
Data Type |
ad_size_id |
Reference to ad size object |
Integer |
date_created |
|
Date |
date_deleted |
|
Date |
id |
|
Integer |
location_id |
Reference to location object |
Integer |
name |
|
String |
publication_id |
Reference to publication object |
Integer |
rate |
Price of the ad. |
Double |
units |
Number of units included in rate. Typically used for number of blocks of time based on ad size. |
Integer |
{
"id":"1",
"ad_size_id":"1",
"publication_id":"1",
"name":"Unspecified",
"rate":"500",
"units":null,
"location_id":null,
"date_created":"2017-04-15 13:27:30",
"date_deleted":"2017-04-17 12:00:00"
}