Go to file
2025-01-23 15:40:26 +08:00
app 优化 campaign adset ad列表的数据排序 2025-01-23 15:40:26 +08:00
config 三方广告授权绑定跟由原来的登录uid改成merchant_id绑定 2025-01-21 15:01:06 +08:00
generated/GRPC jwt grpc调用 2025-01-06 14:47:09 +08:00
public Initial commit 2024-12-11 18:30:32 +08:00
support Initial commit 2024-12-11 18:30:32 +08:00
.gitignore 初始化创建定时任务 2024-12-17 21:11:21 +08:00
composer.json webman/redis-queue 2025-01-14 14:45:13 +08:00
composer.lock webman/redis-queue 2025-01-14 14:45:13 +08:00
LICENSE Initial commit 2024-12-11 18:30:32 +08:00
README.md Initial commit 2024-12-11 18:30:32 +08:00
start.php Initial commit 2024-12-11 18:30:32 +08:00
windows.bat Initial commit 2024-12-11 18:30:32 +08:00
windows.php Initial commit 2024-12-11 18:30:32 +08:00

BPS Ads项目

简介

BPS ads项目是一个基于Google Ads API的广告管理系统使用PHP webman框架开发。该项目提供了一个简单的API允许用户创建、管理和优化广告活动。

my_project/
│
├── app/
│   ├── controller/
│   │   └── GoogleAdsController.php
│   ├── model/
│   │   └── Campaign.php
│   │   └── CampaignBudget.php
│   │   └── AdGroup.php
│   │   └── Ad.php
│   ├── service/
│   │   └── GoogleAdsService.php
│   └── routes.php
│
├── config/
│   ├── google_ads_php.ini
│   └── database.php
│
├── public/
│   └── index.php
│
├── vendor/
│   └── (composer dependencies)
├── .env
└── composer.json```