Versions Compared

Key

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

Page Properties

Platform URL

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

API Endpoints

Add Publisher

POST - https://{enterprise}.cvtr.io/api/v4/publishers

Import Publishers

POST - https://{enterprise}.cvtr.io/api/v4/publisher-import

Edit Publisher

PUT - https://{enterprise}.cvtr.io/api/v4/publishers/{publisher-ID}

Delete Publisher

DELETE -

https://{enterprise}.cvtr.io/api/v4/publishers/{publisher-ID}

List all Publishers

GET - https://{enterprise}.cvtr.io/api/v4/publishers

Populate country dropdown

GET- https://{enterprise}.cvtr.io/api/v4/countries

List all Campaign for Publisher

GET - https://{enterprise}.cvtr.io/api/v4/campaign-publishers

Publisher Statistics

GET - https://{enterprise}.cvtr.io/api/v4/publisher-statistics?startTs={Date-Time-Stamp}&endTs={Date-Time-Stamp}&publisherId={publisher-ID}

Publisher Lead Statistics

GET - https://{enterprise}.cvtr.io/api/v4/publisher-lead-statistics-chronologies?startTs={Date-Time-Stamp}&endTs={Date-Time-Stamp}&publisherId={publisher-ID}

Get details of Publisher bands for the campaign

GET - https://{enterprise}.cvtr.io/api/v4/campaign-publisher-bands

Resend Assets

POST -

https://{enterprise}.cvtr.io/api/v4/campaign-publisher-send-media-kit

Tracking Info

GET -

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

Contract History

GET - https://{enterprise}.cvtr.io/api/v4/campaign-publishers?campaign.id={campaign-ID}&publisher.id={publisher-ID}

List All lead mapping template

GET -

https://{enterprise}.cvtr.io/api/v4/publisher-lead-import-maps

Lead Import

POST -

https://{enterprise}.cvtr.io/api/v4/leads-import

Lead Export

GET-

https://{enterprise}.cvtr.io/api/v4/campaign-data-fields

GET-

https://{enterprise}.cvtr.io/api/v4/lead-data-fields

GET- https://{enterprise}.cvtr.io/api/v4/campaign-processr-jobs

POST - https://{enterprise}.cvtr.io/api/v4/global-leads-export

Bulk Edit

GET- https://{enterprise}.cvtr.io/api/v4/forms

GET- https://{enterprise}.cvtr.io/api/v4/leads-import/form/{formId}/campaign/{campaignId}/form-mapping

POST - https://{enterprise}.cvtr.io/api/v4/bulk-edits

Campaign Performance Report

POST - https://{enterprise}.cvtr.io/api/v4/publisher-campaign-performance

Campaign Information

GET -

https://{enterprise}.cvtr.io/api/v4/campaign-processr-jobs

Epic

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

Document status

REVIEWED

Document owner

Danny Hannah Adam Carter

Technical writers

Danny Hannah Adam Carter Arunima Kurup Prasad Vijay Alexander

Related Content

Campaign Publisher Management Campaign Admin Setup

🏠 Feature Overview

Within the Convertr platform, Publishers are the lead data providers.

...

If the campaign setting ‘Allow Bulk Editing of data' is enabled on a campaign, the publisher user will be able to see the 'Bulk Edit’ option against the campaign.

...

>>working of bulk edit>> Arunima Kurup Prasad Using the ‘Bulk Edit’ feature, a publisher can edit data on multiple leads without having to action each lead individually. To use bulk edit, the publisher must first ‘Export’ the leads on the campaign using ‘Lead Export’ option.

Next, in the CSV file, they should make the necessary changes to the lead data, e.g., update the company_size, job_title etc.

The next step is to select the ‘Bulk Edit’ option available against the campaign to upload the updated CSV file.

...

On step 1: Upload, the user must select the form and upload the updated CSV file.

...

On step 2: Mapping, the form fields must be mapped to the CSV file. All CSV fields will be defaulted to ‘Do Not Change’.

‘Lead Id’ is a mandatory field and must be mapped to the lead Id field in the CSV file. The changes will be made only if the lead Ids on the campaign match those in the CSV file.

For the fields that need to be updated, the user must select the appropriate field name from the CSV file to map them correctly.

...

On Step 3: Preview, the user will be shown 5 rows previewing the changes to the selected fields. A banner will be displayed showing the number of leads that will be affected by the change. The user has to accept the confirmation checkbox to enable the Save button.

...

When the user clicks on Save, the below confirmation box is shown where the user has to enter the number of leads that will be affected by the change.

...

If the user enters the correct value and clicks on Yes, the changes will be made to the leads and an email will be sent to the user confirming the changes.

...

4. Resend Creative Assets

...