Versions Compared

Key

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

Platform URL

https://[enterprise].cvtr.io/v2/campaigns/[campaignId]/leads

API Endpoints

Check lead delivery status

POST /api/v4/is-lead-delivered

Retrieve job details

GET api/v4/campaign-processr-jobs

Update lead flag status

POST /api/v4/leads-bulk-flag

Mark leads as delivered

POST /api/v4/leads-bulk-deliver

Mark leads as undelivered

POST /api/v4/leads-bulk-undeliver

Mark lead as replacement/other

POST/api/v4/leads-bulk-metadata

Reprocess leads

POST /api/v4/leads-bulk-reprocess

Delete leads

POST /api/v4/leads-bulk-delete

Epic

Jira Legacy
serverSystem

JIRA

Jira
serverId47839f05-61cf-355f-8da7-a069f30ee70e
keyDAS-220

Document status

Status
colourGreen
title

DRAFT

rEVIEWED

Document owner

Danny Hannah Adam Carter

Technical writers

Arunima Kurup Prasad

Related Content

https://convertr.atlassian.net/jira/software/projects/PFD/boards/33?selectedIssue=PFD-9 https://convertr.atlassian.net/wiki/spaces/PF/pages/edit-v2/3079667869

🏠 Feature Overview

Like the Global leads page, the Campaign > Leads page also has a Flag/manage option that allows admin users, agency users and agency call centre users to flag leads as Valid/Invalid/Test and to manage (mark as delivered, reprocess, delete etc.) leads, within the campaign.

...

If the user wants to delete leads from the campaign, they can use the ‘Delete Leads’ option available. They will need to confirm the action by ticking the checkbox and clicking on ‘Save’. The leads will be removed from the campaign and will not appear on any reports for the campaign/advertiser/publisher. The count of deleted leads will be ignored when considering the number of leads on the campaign.

\uD83D\uDDD2 Summary

Functionality

User Story

1

Flag lead(s) as Valid

Allows user to change the current status of a lead to Valid

2

Flag lead(s) as Invalid

Allows user to change the current status of a lead to Invalid

3

Flag lead(s) as Test

Allows user to change the current status of a lead to Test

4

Flag lead(s) as Delivered

Allows user to change the delivery status of a lead to Delivered. This marks the lead as billable to the advertiser. The user will need to sign and confirm before performing the action.

5

Flag lead(s) as Undelivered

Allows user to change the delivery status of a lead to Not Delivered. This marks the lead as not billable to the advertiser. The user will need to sign and confirm before performing the action.

6

Flag lead(s) as Other

Allows user to mark a lead as Replacement and undo the same

7

Reprocess lead(s)

Allows user to rerun QA jobs and Value Transforms on selected leads

8

Delete lead(s)

Allows user to delete leads from the campaign

\uD83D\uDDD2 User Permissions

...