Is there a way to reset the data in prosper for a particular campaing so there are no clicks ect. In CPV Labs, you can reset a campaing and the stats will start back a zero again?
Cheers
No , on P202 you can only reset everything , not single campaigns.
I wouldn't recommend it but there might be the option to do it manually in the database:
Table: "202_aff_capmaigns"
check for the "correct" aff_campaign_id for the campaign you wanna reset.
Afterwards go and try:
"delete * from 202_clicks where aff_campaign_id = 'x'"
where x is the id you found