DemandPartnerService Types

DemandPartnerService WSDL


This service is stateless.

getAllDemandPartnerstop

Description

Returns a list of available demand side partners. Requires programmatic guaranteed campaigns network setting.

DemandPartnerList getAllDemandPartners()

Return Values

DemandPartnerList

logintop

Description

Initializes a new session with given information

boolean login(string $user, string $pass, int $network)

Parameters

string $user Username
string $pass Password
int $network $network Network ID

Return Values

boolean true on success, false on fail

logouttop

Description

Destroys the active session, logging out the user.

boolean logout()

Return Values

boolean true on success, false on fail

DemandPartnertop

Definition

object DemandPartner {
- int $id

required

- string $name

required

}

DemandPartnerListtop

Definition

object DemandPartnerList {
- Array <DemandPartner> $demandPartners

optional

}

Console