New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dcm-dfa-wdc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcm-dfa-wdc

Connect to Google's DoubleClick Campaign Manager and pull reports into Tableau.

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

DoubleClick Campaign Manager WDC Build Status

Running this WDC

If at all possible, we recommend using the hosted version of this WDC.

If you'd like to run this locally or deploy it yourself, you will need to do the following:

  • Make sure you have Node.js and grunt installed.
  • Register an application with Google
    • Set up your client's Redirect URL(s) to include http://localhost:9001 (or whatever host/port you will be running on)
    • Note the Client ID and Client Secret for your application.
  • Clone this repository's code locally and run:
    • npm install
    • grunt build
  • Set some environment variables (instructions may differ per hosting provider):
export GCLIENT_ID='Your Google App Client ID Here'
export GCLIENT_SECRET='Your Google App Client Secret Here'
export GREDIRECT_URL='http://localhost:9001' # or the URL where your copy of the WDC can be accessed
export PORT='9001' # or the poart that your app will respond on

Keywords

FAQs

Package last updated on 07 Jun 2018

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