2017 © Pedro Peláez
 

library bingads-wrapper

A Wrapper Around Bing.

image

croudtech/bingads-wrapper

A Wrapper Around Bing.

  • Monday, April 16, 2018
  • by croudtech-dev
  • Repository
  • 4 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Bing Wrapper

Some helper classes arround the Bing API to make life alittle easier., (*1)

Usage

Bing Report Helper Class

The BingReportHelper cointains a number of methods that makes report retreival much easier., (*2)

getReportingClient

This is just a simplifeid way of retreiveing a bing client, (*3)


$bingReportHelper = new \BingWrapper\ReportHelper\ReportHelper(); // use $client = $this->bingReportHelper->getReportingClient( 'bingUserName', 'bingPassword', 'bingApiKey' );

downloadKeywordPerformanceReportCsv

$bingReportHelper = new \BingWrapper\ReportHelper\ReportHelper();

$bingAccountId = 123;
$startDate = carbon::now()->subDay();
$endDate = carbon::now();

return $this->bingReportHelper->downloadKeywordPerformanceReportCsv(
    $client,
    $startDate,
    $endDate,
    [$bingAccountId],
    '/location/on/fileSytem/to/store/csv',
    [] // arrray of colunm names to exclude.
);

downloadAdPerformanceReportCsv

$bingReportHelper = new \BingWrapper\ReportHelper\ReportHelper();

$bingAccountId = 123;
$startDate = carbon::now()->subDay();
$endDate = carbon::now();

return $this->bingReportHelper->downloadAdPerformanceReportCsv(
    $client,
    $startDate,
    $endDate,
    [$bingAccountId],
    '/location/on/fileSytem/to/store/csv',
    [] // arrray of colunm names to exclude.
);

Workstation Setup

Just a standard composer app., (*4)

Prerequisites

  • PHP
  • Composer

Versioning

SemVer, (*5)

Owner

Rob Sills, (*6)

The Versions

16/04 2018

dev-master

9999999-dev

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Jim Robinson

16/04 2018

1.2.2

1.2.2.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Jim Robinson

16/04 2018

dev-feature/rename

dev-feature/rename

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Jim Robinson

11/01 2018

1.2.1

1.2.1.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills

08/01 2018

1.2.0

1.2.0.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills

01/06 2017

1.1.4

1.1.4.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills

01/06 2017

1.1.3

1.1.3.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills

17/05 2017

1.0.2

1.0.2.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills

17/05 2017

1.0.1

1.0.1.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills

17/05 2017

1.0.0

1.0.0.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills

16/05 2017

dev-develop

dev-develop

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills

16/05 2017

0.1.1

0.1.1.0

A Wrapper Around Bing.

  Sources   Download

The Requires

 

The Development Requires

by Rob Sills