This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
Releases: tmarois/laravel-ads-sdk
Releases · tmarois/laravel-ads-sdk
v1.5.0
v1.4.0
v1.3.0
Added
- New facebook integration Readme
- New facebook API v11 using Marketing API and facebook-php-business-sdk
- Facebook: Fetch Campaigns and AdSets
- Facebook: Insight reports for Account, Campaign and AdSet performance
v1.2.23
Fixed
- Fixed bing offline conversion response by changing
click
toclick_id
and addingname
andtime
to match Google
v1.2.22
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
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
Added
- Added a way to output the conversion value of success/error offline conversion imports for google/bing ads
Version 1.2.19
Changes:
- Updated composer.json Google Ads API to v49 based on #19 (no other AdWords changes were made)
Version 1.2.18
- Updated Google Ads API to v47 (from v40) to fix the dependency issue #10
Version 1.2.17
Changed
- Google Ads
getTargetCpa()
suppressing any null errors when trying to get the target cpa value.