Download the PHP package cloudycity/uc-marketing-sdk without Composer

On this page you can find all versions of the php package cloudycity/uc-marketing-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package uc-marketing-sdk

UC Marketing SDK

Latest Version on Packagist Build Status StyleCI Quality Score Total Downloads

安装

环境要求

使用

方法

数据报表 执行方式
获取账户报表 $client->report->getAccountReports($params)
获取推广组报表 $client->report->getAdgroupReports($params)
获取推广计划报表 $client->report->getCampaignReports($params)
获取推广创意报表 $client->report->getCreativeReports($params)
获取app报表 $client->report->getAppReports($params)
获取受众分析报表 $client->report->getAudienceReports($params)
获取视频报表 $client->report->getVideoReports($params)
查询下载任务状态 $client->report->getFile($taskId, $adReport)
下载报表文件 $client->report->downloadFile($taskId, $adReport)
账户模块 执行方式
获取账户信息 $client->account->get()
更新账户预算 $client->account->updateBudget($params)
推广组 执行方式
创建推广组 $client->group->add($params)
更新推广组 $client->group->update($params)
更新组状态 $client->group->updatePaused($adGroupIds, $paused)
删除推广组 $client->group->delete($adGroupIds)
根据组id获取推广组 $client->group->getByIds($adGroupIds)
获取账户下所有推广组 $client->group->get()
获取账户下所有推广组id $client->group->getIds()
推广计划模块 执行方式
创建推广计划 $client->campaign->add($params)
更新推广计划 $client->campaign->update($params)
更新出价 $client->campaign->updateBid($params)
更新出价(按百分比) $client->campaign->updateBidPercentage($params)
更新计划状态 $client->campaign->updatePaused($campaignIds, $paused)
更新地域定向 $client->campaign->updateRegion($campaignIds, $allRegion, $region)
更新网络环境 $client->campaign->updateNetworkEnv($campaignIds, $target)
更新年龄定向 $client->campaign->updateAge($campaignIds, $target)
更新性别定向 $client->campaign->updateGender($campaignIds, $target)
更新操作系统定向 $client->campaign->updatePlatform($campaignIds, $target)
更新转化过滤 $client->campaign->updateConvertFilter($campaignIds, $target)
更新智能定向 $client->campaign->updateIntelli($campaignIds, $target)
更新自定义人群包 $client->campaign->updateAudience($params)
更新计划的预算 $client->campaign->updateBudget($params)
更新投放排期和投放时段 $client->campaign->updateDateAndPeriod($campaignIds, $budget, $forceBudget)
删除计划 $client->campaign->delete($campaignId)
根据组Id查询计划 $client->campaign->getByAdGroupIds($adGroupIds)
根据组Id查询计划Id $client->campaign->getIdsByAdGroupIds($adGroupIds)
根据计划Id获取计划 $client->campaign->getByIds($campaignIds)
推广创意 执行方式
获取创意模板 $client->creative->getTemplates($groupId)
创建推广创意 $client->creative->add($params)
修改创意信息 $client->creative->update($params)
更新创意状态 $client->creative->updatePaused($creativeId, $paused)
删除推广创意 $client->creative->delete($creativeIds)
根据组Id获取创意 $client->creative->getByCampaignIds($campaignIds)
根据组Id获取创意Id $client->creative->getIdsByCampaignIds($campaignIds)
根据创意Id获取创意 $client->creative->getByIds($creativeIds)
素材 执行方式
上传图片 $client->material->uploadImages($imageUrls)
获取图片 $client->material->getImages($params)
上传视频 $client->material->uploadVideos($files)
获取审核通过的视频 $client->material->getVideos()
获取省市列表 $client->material->getProvinces()
获取区县列表 $client->material->getCounties()
获取推荐 $client->material->getRecommend($params)
获取应用分类列表 $client->material->getAppCategories()
获取转化类型列表 $client->material->getConvertTypes($objectiveType)
根据转化类型获取联调通过的转化列表 $client->material->getAdConvert($convertMonitorType)
获取词包列表 $client->material->getWordPackages()
获取android app列表 $client->material->getAndroidApps()
获取ios app $client->material->getIosAppByAppId($appId)
获取行业列表 $client->material->getIndustries()
获取定向包列表 $client->material->getTargetingPackages()
获取创意分类列表 $client->material->getCreativeIndustries()
订单 执行方式
根据订单id获取订单 $client->order->getByIds($orderIds)
获取指定日期内的订单 $client->order->get($startDate, $endDate)
获取指定日期内的订单Id $client->order->getIds($startDate, $endDate)

License

MIT


All versions of uc-marketing-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
guzzlehttp/guzzle Version ^6.2
doctrine/collections Version ~1.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cloudycity/uc-marketing-sdk contains the following files

Loading the files please wait ....