Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix(utm): compute same utm as docsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed May 11, 2016
1 parent 6728988 commit 2cb1e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import osmLogo from './icons/osm.svg';

export default {
footer: `<div class="ap-footer">
Built by <a href="https://www.algolia.com/?UTMFIXME" title="Search by Algolia" class="ap-footer-algolia">${algoliaLogo.trim()}</a>
Built by <a href="https://www.algolia.com/?utm_source=places&utm_medium=link&utm_term=footer&utm_campaign=${location.hostname}" title="Search by Algolia" class="ap-footer-algolia">${algoliaLogo.trim()}</a>
using <a href="https://community.algolia.com/places/documentation.html#license" class="ap-footer-osm" title="Algolia Places data © OpenStreetMap contributors">${osmLogo.trim()} <span>data</span></a>
</div>`,
inputValue,
Expand Down

0 comments on commit 2cb1e54

Please sign in to comment.