Versions Compared

Key

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

Platform URL

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

API Endpoints

Check lead delivery status

POST /api/v4/is-lead-delivered

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

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
serverId47839f05-61cf-355f-8da7-a069f30ee70e
keyDAS-56

Document status

Status
colourGreen
titleDRAFTREVIEWED

Document owner

Danny Hannah Adam Carter

Technical writers

Arunima Kurup Prasad

Related Content

Global Leads Global Leads > Actions > View Global Leads > Export

...

The Global Leads page has a Flag/manage option that allows admin users and agency users to flag leads as Valid/Invalid/Test and to manage (mark as delivered, reprocess, delete etc.) leads. This Flag/Manage functionality enables the user to manually update the lead status.

...

Flagging leads involves 3 steps:

...

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 advertiser. This will require the user 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 advertiser. This will require the user 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

...