Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
angulartics-daum-clix-retargeting
Advanced tools
Daum Clix Retargeting plugin for Angulartics.
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 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 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'
]);
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 is available on the Angulartics site.
npm run build
See full license on mooyoul.mit-license.org
FAQs
Daum Clix Remarketing plugin for Angulartics
We found that angulartics-daum-clix-retargeting demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.