SystemBannerEventService Types

SystemBannerEventService WSDL

Exposes read-only system wide banner events which can be used for tracking or as a campaign goal.
This service is stateless.

getAllSystemBannerEventstop

Description



SystemBannerEventList getAllSystemBannerEvents()

Return Values

SystemBannerEventList

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

SystemBannerEventtop

Definition

object SystemBannerEvent {
- string $namespace

required

Currently supported namespaces:
- "vast" - for tracking of VAST events

- string $key

required

}

SystemBannerEventListtop

Definition

object SystemBannerEventList {
- Array <SystemBannerEvent> $systemBannerEvents

optional

}

Console