coddict / bing-ads-api-bundle
A reusable Symfony bundle for Bing Ads API integration.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1.0
- ext-curl: *
- ext-zip: *
- league/csv: ^9.0
- microsoft/bingads: ^13.0
- psr/log: ^3.0
- symfony/config: 6.1.*
- symfony/dependency-injection: 6.1.*
- symfony/http-kernel: ^6.1
This package is auto-updated.
Last update: 2025-03-06 14:41:48 UTC
README
Overview
Creating a new Bing Ads App
See https://learn.microsoft.com/en-us/advertising/guides/get-started?view=bingads-13
Getting a development token
To use Bing Ads APIs, you must have a developer token and valid user credentials. https://learn.microsoft.com/en-us/advertising/guides/get-started?view=bingads-13#get-developer-token
Usage
Make sure correct environment is used:
- Sandbox: urls start with "https://login.windows-ppe.net/..."
- Production: urls start with "https://login.microsoftonline.com/..."