To Run Advertisement Campaign
Below are the API set anyone can use to broadcast their Advertisment with in Pando Networks.
Step-1 To Post Advertisment.
By using this API licence owner can broadcast their advertiment in Pando Networks.
Create Job For Advertisment
POST
https://testnet.rtservices.pandoproject.org/apis/campaign
This api is used for post Advertisement for RT-Mobile
Request Body
Url ,Sessionkey and Campaign id is important for further use (step 2)api
Step-2 To Upload Banner for Advertisment in RTpro.
By using this API licence user can upload banner
in this step we are using Url and session key from step -1 Response.
we are uploading Banner in this api
POST
https://testing1.pandoprojectdata.org/fileupload
Request Body
Step-3 To Create Download Url for Ads by using RTpro.
By using this API licence user can Create download Url
in this step we are using Url and session key and fileid from Step -1 and Step -2 Response.
Download url will generate using this api.
GET
Url/filedownload?fileId=&sessionKey=
Request Body
Step-4 To add download url in ads Api.
By using this API licence user can upload ads
in this step we are using Url and session key and fileid from Step -1 and Step -3 Response.
Add file url
POST
https://Testnet.rtservices.pandoproject.org/apis/upload
in which we upload download url in video url field.
Request Body
To Get Random Advertisment
By using this API we can get the random advertisment to further show in our application.
To Get Adverstisement detail on basis of country Latitude and longitude wise
GET
https://Testnet.rtservices.pandoproject.org/apis/randomCampaign?latitude=&longitude=
if we not pass any body field then we will see non Booster ads by default.
Request Body
Last updated