Go to file
2024-12-31 20:10:19 +08:00
app 实现层级账号及其各层级广告数据更新 2024-12-31 20:10:19 +08:00
config 实现层级账号及其各层级广告数据更新 2024-12-31 20:10:19 +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 grpc初始化 2024-12-30 11:20:39 +08:00
composer.lock grpc初始化 2024-12-30 11:20:39 +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```