Download the PHP package cloudycity/kuaishou-marketing-sdk without Composer
On this page you can find all versions of the php package cloudycity/kuaishou-marketing-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cloudycity/kuaishou-marketing-sdk
More information about cloudycity/kuaishou-marketing-sdk
Files in cloudycity/kuaishou-marketing-sdk
Download cloudycity/kuaishou-marketing-sdk
More information about cloudycity/kuaishou-marketing-sdk
Files in cloudycity/kuaishou-marketing-sdk
Vendor cloudycity
Package kuaishou-marketing-sdk
Short Description Kuaishou MarketingAPI SDK
License MIT
Package kuaishou-marketing-sdk
Short Description Kuaishou MarketingAPI SDK
License MIT
Please rate this library. Is it a good library?
Informations about the package kuaishou-marketing-sdk
Kuaishou Marketing Sdk
内容列表
- 安装
- 使用说明
- 授权
- 基础调用
- 参照示例
- 所有方法
- 维护者
- 贡献者
- 如何贡献
- 使用许可
安装
使用说明
授权
基础调用
参照所有方法
参照示例
组件提供了一个Interface CloudyCity\KuaishouMarketingSDK\Kernel\Contracts\KuaishouService
这里以一个实现了Integerface的Service为例:
所有方法
广告主模块 | 执行方式 |
---|---|
获取广告主信息 | $client->advertiser->getInfo() |
创建广告主余额 | $client->advertiser->getFunds() |
修改广告主流水 | $client->advertiser->getFlows($params) |
广告计划模块 | 执行方式 |
---|---|
获取广告计划 | $client->campaign->get($params) |
创建广告计划 | $client->campaign->create($params) |
修改广告计划 | $client->campaign->update($params) |
更新计划状态 | $client->campaign->updateStatus($campaignId, $status) |
广告组 | 执行方式 |
---|---|
获取广告组 | $client->unit->get($params) |
创建广告组 | $client->unit->create($params) |
修改广告组 | $client->unit->update($params) |
更新组出价 | $client->unit->updateBid($unitId, $bid) |
更新组预算 | $client->unit->updateBudget($unitId, $budget) |
更新组状态 | $client->unit->updateStatus($unitId, $status) |
获取深度转化类型 | $client->unit->getConversionInfo() |
广告创意 | 执行方式 |
---|---|
获取创意列表 | $client->creative->get($params) |
创建广告创意 | $client->creative->create($params) |
修改创意信息 | $client->creative->update($params) |
更新创意状态 | $client->creative->updateStatus($creativeId, $status) |
数据报表 | 执行方式 |
---|---|
广告主数据 | $client->report->getAdvertiserReports($params) |
广告计划数据 | $client->report->getCampaignReports($params) |
广告组数据 | $client->report->getUnitReports($params) |
广告创意数据 | $client->report->getCreativeReports($params) |
DMP 人群管理 | 执行方式 |
---|---|
上传人群 | $client->dmp->population->upload($params) |
人群列表查询 | $client->dmp->population->get($params) |
删除人群包 | $client->dmp->population->delete($id) |
推送人群包 | $client->dmp->population->push($id) |
工具(文件管理) | 执行方式 |
---|---|
上传视频 | $client->tool->file->uploadVideo($params) |
获取视频列表 | $client->tool->file->getVideos($params) |
广告图片 | $client->tool->file->uploadImage($params) |
获取图片信息 | client->tool->file->getImage($params) |
获取图片列表 | client->tool->file->getImages($params) |
工具(动态词包) | 执行方式 |
---|---|
获取动态词包 | $client->tool->creativeWord->get() |
获取贴纸样式 | $client->tool->creativeWord->getStyles() |
工具(定向标签) | 执行方式 |
---|---|
获取定向标签 | $client->tool->interestTag->get($type) |
工具(应用定向) | 执行方式 |
---|---|
获取应用列表 | $client->tool->app->get($params) |
创建应用 | $client->tool->app->create($params) |
更新应用 | $client->tool->app->update($params) |
获取应用定向列表 | $client->tool->app->search($appName) |
工具(应用定向) | 执行方式 |
---|---|
获取地域信息 | $client->tool->region->get() |
工具(建站工具) | 执行方式 |
---|---|
获取落地页列表 | $client->tool->landingPage->getPages($params) |
获取组件列表 | $client->tool->landingPage->getComponents($params) |
获取线索列表 | $client->tool->landingPage->getLeads($params) |
更新线索 | $client->tool->landingPage->updateLeads($params) |
维护者
- @CloudyCity
贡献者 ✨
Thanks goes to these wonderful people (emoji key):
husanjun 💻 |
项目遵循 all-contributors 规范。 欢迎任何形式的贡献!
如何贡献
非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。
标准 Readme 遵循 Contributor Covenant 行为规范。
使用许可
MIT
All versions of kuaishou-marketing-sdk with dependencies
PHP Build Version
Package Version
The package cloudycity/kuaishou-marketing-sdk contains the following files
Loading the files please wait ....