Help Center Manage Your Account AdSpeed API
Advertiser
Documentation for API methods to manage one or multiple advertisers.API Version
1.3.7 (build 20200318). This page was updated on Tue, 12 Jan 21 07:12:14 -0500. Since the API method and response format can change from one version to another, you should check this page for updates.API Methods - Advertiser
- AS.Advertisers.getCounts
- AS.Advertisers.getList
- AS.Advertisers.create
- AS.Advertisers.checkUsernamePassword
- AS.Advertiser.getInfo
AS.Advertisers.getCounts
Return the number of active, deleted and total advertisers linked to this publisherAdditional Parameters
- None
Sample Request
Sample Response
<Advertisers total="3" active="1" pending="0" deleted="2"/>
AS.Advertisers.getList
Return the list of advertisers linked to this publisherAdditional Parameters
- perpage Optional, default value is "10"
The number of items per page. Maximum value is 100. - page Optional, default value is "1"
The page number
Sample Request
Sample Response
<Advertisers total="3" page="1" numpage="1" perpage="4"> <Advertiser id="1772" name="advertiser" status="active"/> <Advertiser id="25120" name="montebre" status="deleted"/> <Advertiser id="25617" name="demoname" status="deleted"/> </Advertisers>
AS.Advertisers.create
Create a new advertiser account and link it to my publisher account. Limit 50 calls/day. Submit via POST.Additional Parameters
- username Required
Username for this advertiser - password Required
Password - fullname Required
Contact full name (First Last) - email Required
Contact email address - company Required
Company name - companyurl Required
Company website (begins with http:// or https://) - sendwelcome Optional, default value is "yes"
Do you want to send a welcome email to this advertiser?
Sample Request
Sample Response
<Advertiser id="1234" name="SampleAdvertiserUserName" status="active"></Advertiser>
AS.Advertisers.checkUsernamePassword
Return true if both the advertiser's username and password are correct. Otherwise, return false. For security, this call is only available to authorized accounts. Submit via POST.Additional Parameters
- username Required
Username for this advertiser - password Required
Password
Sample Request
Sample Response
<Result>FALSE</Result>
AS.Advertiser.getInfo
Return the information for this advertiserAdditional Parameters
- advertiser Required
The advertiser ID - token Required
The authentication MD5 hash generated from concatenating [Advertiser ID][Advertiser Username]
Sample Request
Sample Response
<Advertiser id="1772" name="advertiser" status="active"> <FullName>Mrs Demo User</FullName> <Email>demo@adspeed.com</Email> <Company>Demo Corp</Company> <Address>100 Madison Ave<br/> New York, NY 10100<br/> United States</Address> </Advertiser>
Other Articles in AdSpeed API
Documentation to use AdSpeed API to integrate AdSpeed AdServer into your own platform.
Cannot find an answer for your question? Ask our Customer Care team
Related
- Campaign
"Documentation for API methods to manage your campaigns in our ad server. API Version1.3.7 (build 20200318). This page was updated ..."
- Channels
"Documentation for API methods to manage one or multiple channels. API Version1.3.7 (build 20200318). This page was updated on Tue, ..."
- Website
"Documentation for API methods to manage one or multiple websites. API Version1.3.7 (build 20200318). This page was updated on Tue, ..."
- Advertiser
"Advertisers buy ad inventory/space on websites from publishers to promote certain products or services. Advertisers can sign into their advertiser ..."
- Creative
"An ad creative displays on publishing sites and it can be in any format: image/banner ad, text link ad, Flash ..."