} else if (this.type === 'representative') {
                path                    = 'representatives/:representativeId/widget';
                params.representativeId = el.getAttribute('data-representative-id');
                params.issues           = el.getAttribute('data-issue-ids');
                params.count            = el.getAttribute('data-issue-count');