When utilizing External Template for your campaign, you have two options for submitting proof:
___________________________________________________
1) Using API
using PUT data:
/Campaign/submit_proof/<type>/<campaign_id>
The value of ‘type’ can be ‘B’ or ‘HG’ (Campaign type).
Please refer to this Documentation for Submit Proof using API in External Campaign:
Submit Proof using API
___________________________________________________
2) Using Submit Proof URL
using URL:
https://ttv.microworkers.com/dotask/submitProof/<CampaignId>/<CampaignType>
The value of ‘CampaignType’ can be ‘B’ or ‘HG’ (Basic Campaign or Hiregroup Campaign).
___________________________________________________
Example URL for Basic Campaign:
https://ttv.microworkers.com/dotask/submitProof/3666c3f942a/B
Example URL for Hiregroup Campaign:
https://ttv.microworkers.com/dotask/submitProof/3i666c3f942a/HG
When laying out your campaign using external template, make sure you are passing campaign ID on submitProof URL to ensure proofs are submitted.
Please refer to this Documentation of Submit Proof URL For External Campaign:
Submit Proof URL
___________________________________________________
You may also be interested in..
TTV External Template
Creating External Campaign from API
Ensuring CSV Format Compliance in Campaign Setup