Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angulartics-daum-clix-retargeting

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angulartics-daum-clix-retargeting

Daum Clix Remarketing plugin for Angulartics

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by500%
Maintainers
1
Weekly downloads
 
Created
Source

angulartics-daum-clix-retargeting

NPM version NPM downloads Bower version Dependencies status MIT license Join the Slack chat

Daum Clix Retargeting plugin for Angulartics.

Install

First make sure you've read installation and setup instructions for Angulartics.

Then you can install this package either with npm or with bower.

npm

npm install angulartics-daum-clix-retargeting

Then add angulartics.daum.clix.retargeting as a dependency for your app:

require('angulartics')

angular.module('myApp', [
  'angulartics', 
  require('angulartics-daum-clix-retargeting')
]);

Please note that core Angulartics doesn't export the name yet, but it will once we move it into the new organization.

bower

bower install angulartics-daum-clix-retargeting

Add the <script> to your index.html:

<script src="/bower_components/angulartics-daum-clix-retargeting/dist/angulartics-daum-clix-retargeting.min.js"></script>

Then add angulartics.daum.clix.retargeting as a dependency for your app:

angular.module('myApp', [
  'angulartics', 
  'angulartics.daum.clix.retargeting'
]);

Changes in the Daum Clix retargeting snippet

The snippet code provided by Daum Clix does not support async pageview hit, but this is supported built-in script in angulartics-daum-clix-retarget, so make sure to delete the tracking script:

<script type="text/javascript">
  var roosevelt_params = {
      retargeting_id:'NTubVj7i5Pe2XCY-e8-G6Q00',
      tag_label:'g4dlUA3IRFSvJFk8Ad2Pkw'
  };
</script>
<script type="text/javascript" src="//adimg.daumcdn.net/rt/roosevelt.js" async></script> <!-- REMOVE THIS SCRIPT! -->

Done. Open your app, browse across the different routes and check the Retargeting page in Daum Clix to see the hits.

Documentation

Documentation is available on the Angulartics site.

Development

npm run build

License

MIT

See full license on mooyoul.mit-license.org

Keywords

FAQs

Package last updated on 09 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc