Esempio n. 1
0
    raw_input('press enter for next test')

print '[test] get_contact_bounces'
response = constantcontact.get_contact_bounces(contact_id)
if printout and response:
    print json.dumps(response, indent = 4, sort_keys = True)
    raw_input('press enter for next test')

print '[test] get_contact_clicks'
response = constantcontact.get_contact_clicks(contact_id)
if printout and response:
    print json.dumps(response, indent = 4, sort_keys = True)
    raw_input('press enter for next test')

print '[test] get_contact_forwards'
response = constantcontact.get_contact_forwards(contact_id)
if printout and response:
    print json.dumps(response, indent = 4, sort_keys = True)
    raw_input('press enter for next test')

print '[test] get_contact_opens'
response = constantcontact.get_contact_opens(contact_id)
if printout and response:
    print json.dumps(response, indent = 4, sort_keys = True)
    raw_input('press enter for next test')

print '[test] get_contact_sends'
response =  constantcontact.get_contact_sends(contact_id)
if printout and response:
    print json.dumps(response, indent = 4, sort_keys = True)
    raw_input('press enter for next test')