Download the PHP package marshmallow/adwords-targeting-idea-service without Composer
On this page you can find all versions of the php package marshmallow/adwords-targeting-idea-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marshmallow/adwords-targeting-idea-service
More information about marshmallow/adwords-targeting-idea-service
Files in marshmallow/adwords-targeting-idea-service
Package adwords-targeting-idea-service
Short Description Laravel wrapper for the AdWords Targeting Idea Service
License MIT
Homepage https://github.com/schulzefelix/laravel-adwords-targeting-idea-service
Informations about the package adwords-targeting-idea-service
A Laravel API Wrapper For Google AdWords.
Install
This package can be installed through Composer.
The package will autoregister the service provider. If package discovery is disabled add the following.
The package will autoregister the facade. If package discovery is disabled add the following.
You can publish the config file of this package with this command:
Generate Refresh Token
This requires that the clientId
and clientSecret
are from a native application.
Google Console: https://console.developers.google.com/apis/credentials
Open the authorization url. Grant access to the app and input the
access token in the console. Copy the refresh token into your configuration config/adwords-targeting-idea-service.php
Usage
All methods will return an Illuminate\Support\Collection
-instance.
Here are two basic example to retrieve search volumes for several keywords and new keyword ideas for a given word.
Search Volumes
Keyword Ideas
Provided fluent configuration
Set Location
For Criteria ID see https://developers.google.com/adwords/api/docs/appendix/geotargeting
Set Language
For Criteria ID see https://developers.google.com/adwords/api/docs/appendix/codes-formats#languages
Include Targeted Monthly Searches
Convert NULL values to Zero
Include And Exclude Words For Keyword Ideas
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Felix Schulze
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of adwords-targeting-idea-service with dependencies
laravel/framework Version ^8.0|^9.0|^10.0
googleads/googleads-php-lib Version ^52.0
schulzefelix/laravel-data-transfer-object Version ^1.4.0