If you are a publisher, you can add / link / include our advertisements to your website via a graphQL (for more info click here) based GET request at URL :
http://indiabizs.ravapps.com/index.php/graphql
VIA query format
query {
adsForConsumerSites {
title
adurl
description
category {
category_name
}
sub_category {
category_name
}
country {
country_code
}
seller_email
video_url
}
}
HOW ? You have to make a GET asynchronous request via any coding language like PHP / Jquery / C# etc.
Additionally, you have to add a header in your request following this video on youtube.