Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties

Platform URL

 https://[enterprise].cvtr.io/v2/dashboard

API Endpoints

 Retrieving campaign totals and Lead totals widgets statistics:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/statistics

Retrieving a list of campaigns:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/campaigns

Retrieving user settings for dashboard table:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/user-settings

Retrieving links of campaigns:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/campaign-links

Retrieving information of the current user:

Code Block
GET https://{enterprise}.cvtr.io/api/v3/user/current

Retrieving a result container of the global search bar:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/search

Retrieving global notifications:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/notification

Retrieving the global export requests:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/export-requests

Retrieving all the features on the page:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/features

Epic

Jira Legacy
serverSystem JIRA
serverId47839f05-61cf-355f-8da7-a069f30ee70e
keyDAS-16

Jira Legacy
serverSystem JIRA
serverId47839f05-61cf-355f-8da7-a069f30ee70e
keyDAS-17

Document status

Status
titleDRAFT

Document owner

Muge Budak

Technical writers

@ writers

🏠 Feature Overview

After the login process, the user navigated to the Dashboard section which shows campaign totals and the lead totals widgets, also all active and inactive campaigns can be seen from here.

...

Requirement

User Story

Importance

Jira Issue

Notes

Campaign Totals

This widget gives a visual representation of all campaign data in the running monthly totals.

The widget shows:

  • Total Revenue (CPL x Billable Leads)

  • Impressions

  • Clicks

  • Conversions

  • Billable (Leads)

The user also can see the top 5 campaigns which generated the most revenue in the bar chart.

Status
colourRed
titleHIGHHIGh

Lead Totals

This widget gives a visual representation of all lead data in the running monthly totals.

The widget shows:

  • Billable Leads

  • Total Leads

  • Invalid Leads

  • Valid Leads

  • Delivered Leads

The user also can see valid and invalid leads proportion in the pie chart.

Status
colourRed
titleHIGH

Active Campaigns Tab

Campaigns on the dashboard are grouped by Active and Inactive. The user can view all active campaigns in the Active Campaigns tab.

Status
colourRed
titleHIGH

Inactive Campaigns Tab

Campaigns on the dashboard are grouped by Active and Inactive. The Inactive Campaigns tab contains all campaigns that are not active, which includes Paused, Ended, Inactive campaigns, as well as those with Setup Required.

Status
colourRed
titleHIGH

Status

Campaigns on the platform can have different campaign statuses. The Campaign status is used to quickly show what state the campaign is in. This allows Campaign Managers and other users to quickly see if a campaign is in an unexpected state and therefore needs to be actioned.

Active: The status given to all campaigns that are running. Active campaigns will have allocation, be within their start and end dates, and have the Advertiser contract signed.

Inactive: The status given to all campaigns which are not running. This status is given when the current date is earlier than the campaign's start date.

Ended: A campaign that has met its lead allocation will be given this. This status will also be given to any campaigns whose end date has been reached.

Paused: A campaign that has been manually paused. Publishers cannot upload to these campaigns.

Setup Required: A campaign with an unsigned Advertiser contract will have this status.

Status
colourRed
titleHIGH

Campaign ID (Cid)

The 'CID' (Campaign ID) is the unique campaign reference.

 

Status
colourRed
titleHIGH

 

 

Campaign Name

This is the campaign name reference. By clicking the name, the user can reach the campaign overview page.

Status
colourRed
titleHIGH

Advertiser

This is the advertiser reference that has the campaign. By clicking the advertiser, the user can reach the advertiser page and can see the advertiser's all campaigns.

Status
colourRed
titleHIGH

Actions

The Actions menu allows the user to reach the campaign’s Overview, Setup, Publisher, Processr, and Leads pages. Also, the user can export leads easily.

Overview: By clicking the icon the user can reach the Overview page of the selected campaign. The page contain four widgets: Leads Total, Fulfilment Breakdown, Publisher Breakdown, and Tracking Breakdown.

Setup: By clicking the icon the user can reach the Setup/admin page of the selected campaign. All campaign settings which includes owner, delivery, and financials. Also, the user can delete, pause, and resume the campaign.

Publisher: By clicking the icon the user can reach the Publishers page of the selected campaign. The page contain Publisher Breakdown widget and Publisher list table which assigned to the campaign. The user can assign new publishers to the campaign and can send a email to publishers.

Processr: By clicking the icon the user can reach the Processr page of the selected campaign. The page contain Processr Breakdown widget and Jobs table. The user can add a new job to the campaign: Quality Assurance, Enrichment, Integration and Misc. Connected apps lists in the Pre-Processing tab.

Lead: By clicking the icon the user can reach the Leads page of the selected campaign. The page contain Leads Breakdown widget and Leads list table. The user can flag/manage leads and can import/export leads.

Export Leads: By clicking the icon the user can reach the Export Leads page. After completes the page requirements, the user can export selected leads.

Status
colourRed
titleHIGH

Custom Tables

The user can alter columns visibility on the page. Once clicking the cog icon, the user will be able to customise the columns and drag and drop the columns that want to appear on the table, then click Save to update the table. By clicking the toggle on to a field in the active columns, this column will be highlighted in green on the table. 

Status
colourRed
titleHIGH

Column Filter(s)

The user has to option to filter certain table columns with selected options to filter on.

Custom filters:

  • Current Status: The user can filter by Status on the Inactive Campaigns tab to easily see all Inactive, Ended, Paused and Setup Required campaigns.

  • Cid: filter by campaigns id

  • Country: filter by campaigns country

  • Campaign Name: filter by campaigns name

  • Advertiser: filter by advertiser

Status
colourRed
titleHIGH

...