Skip to content

Commit 3e85204

Browse files
committed
Updated PTG FAQ and Adwords script
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent f90da23 commit 3e85204

2 files changed

Lines changed: 25 additions & 74 deletions

File tree

themes/openstack/templates/Layout/Includes/GoogleAdWordsSnippet.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
jQuery('[href="https://openstacksummit2018vancouver.eventbrite.com/"]').each(function(){
55
var clientId = ga.getAll()[0].get('clientId');
66
var theLink = jQuery(this).attr('href');
7-
jQuery(this).attr('href', theLink+ "?_eboga=" +clientId);
7+
jQuery(this).attr('href', theLink+ "&_eboga=" +clientId);
88
});
99
})
1010
</script>

0 commit comments

Comments
 (0)