Skip to content

Instantly share code, notes, and snippets.

@lbernstein
Created November 11, 2011 23:19
Show Gist options
  • Select an option

  • Save lbernstein/1359644 to your computer and use it in GitHub Desktop.

Select an option

Save lbernstein/1359644 to your computer and use it in GitHub Desktop.
<script src="http://api.demandbase.com/api/v2/ip.js?key=<Your_Demandbase_Key>"></script>
<script>
var company_name = organization.company_name;
var industry = organization.industry;
alert("The company " + company_name " industry is " + industry);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment