How to Post MVA Leads to Most Awesome Buyer

These instructions describe how A Company should post leads to Most Awesome Buyer's campaign MVA PingPost and understand what to expect in response.


Ping / Post

Ping URL https://example.leadprosper.tech/leadspedia/ping.do
Post URL https://example.leadprosper.tech/leadspedia/post.do
Request Method POST or GET are supported. We strongly recommend using POST.

Posting Fields


#FieldPing RequiredPost RequiredData TypeDescription
1lp_campaign_idYesYesStringProvided to you by the buyer
2lp_campaign_keyYesYesStringProvided to you by the buyer
3lp_s1NoNoStringSub Affiliate 1
4lp_s2NoNoStringSub Affiliate 2
5lp_s3NoNoStringSub Affiliate 3
6lp_s4NoNoStringSub Affiliate 4
7lp_s5NoNoStringSub Affiliate 5
8lp_testNoNoString1 for Test Post
9lp_responseNoNoStringResponse back XML or JSON
10lp_ping_idNoYesStringReturned Ping ID from the Ping Post
11first_nameNoNoStringFirst Name
12last_nameNoNoStringLast Name
13phone_homeNoNoUS PhonePhone Home
14phone_cellNoNoUS PhonePhone Cell
15phone_workNoNoUS PhonePhone Work
16phone_extNoNoNumberPhone Ext
17addressNoNoUS AddressAddress
18address2NoNoStringUnit / Apt / Suite
19cityNoNoUS CityCity
20stateYesYesUS StateState
21zip_codeYesYesUS Zip CodeZip Code
22countyNoNoStringCounty
23countryNoNoStringCountry
24email_addressNoNoE-MailE-Mail Address
25dobNoNoDateDate of Birth
26ip_addressYesYesIPIP Address
27type_of_legal_problemNoNoStringType Of Legal Problem
28have_attorneyYesYesStringHave_Attorney
29business_ownerNoNoStringbusiness_owner
30owns_real_estateNoNoStringowns_real_estate
31total_assets_valueNoNoNumbertotal_assets_value
32monthly_incomeNoNoNumbermonthly_income
33total_debtNoNoNumbertotal_debt
34injuryYesYesStringInjury
35trusted_form_certidNoNoStringTrusted form cert id
36injury_typeNoNoStringInjury Type
37genderNoNoListGender
38user_agentNoNoStringUser Agent
39trustedform_urlNoNoURLtrustedform_url
40universal_leadidNoNoStringuniversal lead id
41tcpaNoNoTexttcpa
42faultNoNoStringFault
43attorneyNoNoStringAttorney
44doctor_treatmentNoNoStringDoctor Treatment
45commentsNoNoTextComments
46incident_dateNoNoDateIncident_Date
47landing_urlNoNoURLLanding Page

TCPA Compliance

# Field
1 jornaya_lead_id
2 trusted_form_cert_id

List Values

When posting leads, make sure you post the list value.


Gender

#LabelValue
1FemaleFemale
2MaleMale

Posting Tests

There are multiple ways to post a test lead. You can either post:

  • test in the first name or last name field; or
  • 1 in the lp_test field

Ping Responses

When a ping is posted, you will get a real-time response. The default response is in XML format; You can request the response to be JSON if you pass json in lp_response field.

Success
<response>
    <result>success</result>
    <ping_id>0UTNS5ND</ping_id>
    <price>15.00</price>
    <msg>Ping Accepted</msg>
</response>
Failure
<response>
    <result>failed</result>
    <ping_id>YZDRPBC7</ping_id>
    <price>0.00</price>
    <msg>Ping Rejected</msg>
    <errors>
        <error>No Match</error>
    </errors>
</response>

Post Responses

When a lead is posted, you will get a real-time response. The default response is in XML format; You can request the response to be JSON if you pass json in lp_response field.

Success
<response>
    <result>
success</result>
    <lead_id>
0UTNS5ND</lead_id>
    <price>
15.00</price>
    <redirect_url>
http://www.example.com/</redirect_url>
    <msg>
Lead Accepted</msg>
</response>
Failure
<response>
    <result>
failed</result>
    <lead_id>
YZDRPBC7</lead_id>
    <price>
0.00</price>
    <msg>
Lead Rejected</msg>
    <errors>

        <error>
No Match</error>
    </errors>

</response>