DevProgress/hrc-events

Raiser ID

Opened this issue · 1 comments

As a fundraiser, it would be great to run an instance that would pull in a raiser code for fundraisers. i.e.

events.select(".rsvp").attr("href",function(d){ return "https://www.hillaryclinton.com/events/view/"+d.lookupId+'?raiser=122847'; });

var rsvpUrl = 'https://www.hillaryclinton.com/events/view/' + f.lookupId + '?raiser=122847';

Though sometimes the the fundraising collection pages are one link after the original event linked.

@putorti That's pretty straightforward to pass through host_raiser_ID where it exists, but bear with me - what's the intended use? I'm having trouble differentiating between even URLs with and without the raiser= parameter.