getCampaignQuickReportstop
Description
Campaign read permissions required.
CampaignQuickReportList getCampaignQuickReports(IntegerList $campaign_ids)
Parameters
IntegerList | $campaign_ids | Max 100 campaign IDs allowed. |
Return Values
CampaignQuickReportList |
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 |
CampaignQuickReporttop
Definition
- - int $campaignId
-
required
- - int $views
-
required
- - int $viewsIdentified
-
required
- - int $clicks
-
required
- - int $clicksIdentified
-
required
- - int $events
-
required
Deprecated as of 2027-07-17 - use $goalEventCount instead
- - int $priceEventCount
-
required
Count of the campaign's associated price event
- - int $visibility
-
required
- - int $successSpots
-
required
- - int $vastImpressions
-
optional
- - int $goalEventCount
-
required
Count of the campaign's associated goal event
CampaignQuickReportListtop
Definition
IntegerListtop
Definition
IntegerList for SoapServices.
You may want to use this to pass a list of integers (e.g. ids) as
parameter in you soap service.
- - Array <int> $integers
-
optional
The integers