tags:

views:

64

answers:

1

I need a API for small text ads to include in a sms service I have developed.

But I can not find any useful info by Google. I know a lot of free sms provider add a small ad to the sms they send out.

Do there exist a service, where I can get the ads and include them, when I create the messages in C#

greetings msdata

A: 

Why is the need for an API here and moreover I dont think there will be an API for what you are asking. You can do it yourself. Have a table with the all the advetisement texts and fetch a random record. Append it to your text message and send (?)

Shoban
Maybe not random so everyone gets the same amount of texts sent :-)
Zenuka