Constituent Profiles for events

Options
Has anyone developed a constituent profile format that works well for you for event attendees?  If so, would you mind sharing your profile report format with us?  Thanks so much! 



jQuery(document).ready(function()
{
// Intercept click event and send AJAX call to log file download action
jQuery('#file_list_67057 * .file-list-image').click(function(e)
{
var id = jQuery(this).attr('id');
var item = jQuery('#log_file_download_action_67057 input[name=item_id]');
var list = jQuery('#log_file_download_action_67057 input[name=list_ids]');

// This prevents click event from firing twice
if (String(list.val()).indexOf(','+id+',') != -1) {
return;
}

// set the item id for logging
item.val(id);
jQuery.ajax({
url: '/?page_id=11111&format=json&&site_page_id=1002',
data: jQuery('#log_file_download_action_67057').serialize(),
type: 'POST',
dataType:'json',
error: function(jqXHR, textStatus, errorThrown)
{
alert(textStatus+"\\n\\n"+errorThrown);
return false;
},
success: function(returnedData)
{
if (typeof returnedData != 'undefined' && returnedData !== null) {
refreshTokens(returnedData.formToken, returnedData.formTime);
}
// update our list to prevent multi-firings
list.val(list.val()+id+',');
// reset the item id (not really necessary, but let's clean up)
item.val(0);
return true;
}
});
});
});



 



 

Janice D. Linkous ‘83

Prospect Research Associate

Radford University Office of Advancement

RU Corporate Park

PO Box 6915

Radford, Va. 24142

540-831-5733

540-831-5805 (fax)

jlinkous@radford.edu

www.giveto.radford.edu

 

Signature Logo

 


Comments

  • Hi Janice, 



    We use the same export for all our events. We share this export with development officers and senior leadership. Here are the fields we include:



    Participation    

    Amount Paid    

    Status    

    Guest of  

     Addressee    

    Target    

    Last Name    

    Middle Name    

    First Name    

    Age    

    Constituent Code    

    Constituent Code_1    

    Position    

    Organization Name    

    Solicit Code    

    Class of    

    Major Comments    

    Class of_1    

    Solicitor    

    Solicitor_1    

    Solicitor_2    

    Largest Gift Type    

    Largest Gift Amount    

    Largest Gift Date    

    Last Gift Type    

    Last Gift Amount    

    Last Gift Date    

    Total Gift Amount    

    Total Number of Gifts



    I hope this helps!

Categories