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

adwords-reports-nodejs-lib

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adwords-reports-nodejs-lib - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

example/example.js

@@ -30,3 +30,3 @@ /**

adwords.getReport({
cid: '508-120-4568',
cid: '123-456-7890',
awql: 'SELECT Criteria, Clicks FROM KEYWORDS_PERFORMANCE_REPORT DURING TODAY'

@@ -33,0 +33,0 @@ }, options)

{
"name": "adwords-reports-nodejs-lib",
"version": "1.3.0",
"version": "1.3.1",
"description": "Node.js library for pulling AdWords API reports.",

@@ -5,0 +5,0 @@ "main": ".index.js",

@@ -52,4 +52,5 @@ ## AdWords Reports Node.js Library

```javascript
const adwords = require('../index.js');
const adwords = require('adwords-reports-nodejs-lib');
// Options are optional and can be omitted
const options = {

@@ -64,3 +65,3 @@ format: 'TSV',

adwords.getReport({
cid: '508-120-4568',
cid: '123-456-7890',
awql: 'SELECT Criteria, Clicks FROM KEYWORDS_PERFORMANCE_REPORT DURING TODAY'

@@ -67,0 +68,0 @@ }, options)

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