laravel-ads-sdk icon indicating copy to clipboard operation
laravel-ads-sdk copied to clipboard

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

Results 17 laravel-ads-sdk issues
Sort by recently updated
recently updated
newest added

Hey Laravel Ads Users, We will need to upgrade this API to the new **Google Ads API by April 27th, 2022** To avoid issues with anyone currently using the Google...

help wanted
question

Hi, I'm currently trying to use this package with newly generated Google Ads credentials. And when running `LaravelAds::googleAds()->with($accountNumber)->reports($startDate, $endDate)->getAccountReport();` an exception occurs with the message `Details: [fieldPath: ; trigger: New...

API Changes

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

``` PHP Fatal error: Uncaught ErrorException: fopen(php://stderr): failed to open stream: operation failed in /home/user/workspace/project/vendor/symfony/console/Output/ConsoleOutput.php:164 Stack trace: #0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError() #1 /home/user/workspace/project/vendor/symfony/console/Output/ConsoleOutput.php(164): fopen() #2 /home/user/workspace/project/vendor/symfony/console/Output/ConsoleOutput.php(46): Symfony\Component\Console\Output\ConsoleOutput->openErrorStream() #3 /home/user/workspace/project/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(112): Symfony\Component\Console\Output\ConsoleOutput->__construct()...

Hi, Is it possible to use this for multiple accounts? Ex: - Account owner (Facebook Ads, Google Ads etc) clicks login - Login gets the access keys required and authorises...

I'm using the Bing Ads service, with the `getCampaignReport()` method, and I keep getting this error: ``` Invalid client data. Check the SOAP fault details for more information. TrackingId: some-uuid-xxx...

@timothymarois Could there be a new release tagged? While upgrading to Laravel 10, the dependency on Google ads in the 1.5 release (latest version tagged), is set to a specific...