Skip to content

Instantly share code, notes, and snippets.

@jamesvidler
Created September 23, 2019 20:20
Show Gist options
  • Save jamesvidler/4d2a1d18d04296d4af6adba67c46a087 to your computer and use it in GitHub Desktop.
Save jamesvidler/4d2a1d18d04296d4af6adba67c46a087 to your computer and use it in GitHub Desktop.
An example conversion method for the Agility CMS Search
Agility.Search.Conversion({
url: 'https://www.agilitycms.com/products/agility-search'
}).success(function(resp){
//success
}).error(function(err){
//error
}).always(function(){
//always
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment