Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Releases: tmarois/laravel-ads-sdk

v1.5.0

08 Apr 20:44
Compare
Choose a tag to compare

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

27 Oct 02:08
Compare
Choose a tag to compare

Added

  • Added Macroable trait to Service classes for extensibility Readme

Changed

  • Updated facebook php sdk to use v12 instead of v11

v1.3.0

25 Jul 14:25
Compare
Choose a tag to compare

Added


v1.2.23

08 Jun 21:28
Compare
Choose a tag to compare

Fixed

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

v1.2.22

04 Jun 01:23
Compare
Choose a tag to compare

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.

Version 1.2.21

31 Mar 20:52
Compare
Choose a tag to compare

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)

Version 1.2.20

30 Mar 16:10
Compare
Choose a tag to compare

Added

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

Version 1.2.19

27 Dec 13:21
1ea8a8f
Compare
Choose a tag to compare

Changes:

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

Version 1.2.18

03 Jun 01:01
Compare
Choose a tag to compare
  • Updated Google Ads API to v47 (from v40) to fix the dependency issue #10

Version 1.2.17

12 Apr 15:10
Compare
Choose a tag to compare

Changed

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