Laravel Ads Sdk Versions Save

PHP SDK for Google Ads, Bing Ads, and Facebook Ads API for Laravel

v1.5.0

2 years ago

Changed

  • Bump minimist from 1.2.5 to 1.2.6 #46
  • Updated facebook php sdk to use v13 instead of v12 #49

Fixed

  • Bing ads random report-id name extension #47

v1.4.0

2 years ago

Added

  • Added Macroable trait to Service classes for extensibility Readme

Changed

  • Updated facebook php sdk to use v12 instead of v11

v1.3.0

2 years ago

Added


v1.2.23

2 years ago

Fixed

  • Fixed bing offline conversion response by changing click to click_id and adding name and time to match Google

v1.2.22

2 years ago

Added

  • Added ability to specify fields for Bing Ads reports
  • Added getCustomers() endpoint for Bing Ads #23

Changed

  • Made the redirect_uri config setting an env variable #22
  • Updated the laravel vendor:publish to show laravel-ads-sdk instead of config

Fixed

  • Url encoded spaces in OAuth Grant URL #20

Version standard is changing after this release: No longer will include new features in patch releases.

v1.2.21

3 years ago

Added

  • For the google/bing offline conversions import and with the setting of output value, now returns name and time.

Fixed

  • Fixed offline conversions for both google/bing to return the proper click id on errors (was returning the same click id for all errors)

v1.2.20

3 years ago

Added

  • Added a way to output the conversion value of success/error offline conversion imports for google/bing ads

v1.2.19

3 years ago

Changes:

  • Updated composer.json Google Ads API to v49 based on #19 (no other AdWords changes were made)

v1.2.18

3 years ago
  • Updated Google Ads API to v47 (from v40) to fix the dependency issue #10

v1.2.17

4 years ago

Changed

  • Google Ads getTargetCpa() suppressing any null errors when trying to get the target cpa value.