<?php
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* Service definition for Dfareporting (v2.4).
*
* <p>
* Manage your DoubleClick Campaign Manager ad campaigns and reports.</p>
*
* <p>
* For more information about this service, see the API
* <a href="https://developers.google.com/doubleclick-advertisers/reporting/" target="_blank">Documentation</a>
* </p>
*
* @author Google, Inc.
*/
class Google_Service_Dfareporting extends Google_Service
{
/** View and manage DoubleClick for Advertisers reports. */
const DFAREPORTING =
"https://www.googleapis.com/auth/dfareporting";
/** View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns. */
const DFATRAFFICKING =
"https://www.googleapis.com/auth/dfatrafficking";
public $accountActiveAdSummaries;
public $accountPermissionGroups;
public $accountPermissions;
public $accountUserProfiles;
public $accounts;
public $ads;
public $advertiserGroups;
public $advertisers;
public $browsers;
public $campaignCreativeAssociations;
public $campaigns;
public $changeLogs;
public $cities;
public $connectionTypes;
public $contentCategories;
public $countries;
public $creativeAssets;
public $creativeFieldValues;
public $creativeFields;
public $creativeGroups;
public $creatives;
public $dimensionValues;
public $directorySiteContacts;
public $directorySites;
public $eventTags;
public $files;
public $floodlightActivities;
public $floodlightActivityGroups;
public $floodlightConfigurations;
public $inventoryItems;
public $landingPages;
public $metros;
public $mobileCarriers;
public $operatingSystemVersions;
public $operatingSystems;
public $orderDocuments;
public $orders;
public $placementGroups;
public $placementStrategies;
public $placements;
public $platformTypes;
public $postalCodes;
public $projects;
public $regions;
public $remarketingListShares;
public $remarketingLists;
public $reports;
public $reports_compatibleFields;
public $reports_files;
public $sites;
public $sizes;
public $subaccounts;
public $targetableRemarketingLists;
public $userProfiles;
public $userRolePermissionGroups;
public $userRolePermissions;
public $userRoles;
/**
* Constructs the internal representation of the Dfareporting service.
*
* @param Google_Client $client
*/
public function __construct(Google_Client $client)
{
parent::__construct($client);
$this->rootUrl = 'https://www.googleapis.com/';
$this->servicePath = 'dfareporting/v2.4/';
$this->version = 'v2.4';
$this->serviceName = 'dfareporting';
$this->accountActiveAdSummaries = new Google_Service_Dfareporting_AccountActiveAdSummaries_Resource(
$this,
$this->serviceName,
'accountActiveAdSummaries',
array(
'methods' => array(
'get' => array(
'path' => 'userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'summaryAccountId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)
);
$this->accountPermissionGroups = new Google_Service_Dfareporting_AccountPermissionGroups_Resource(
$this,
$this->serviceName,
'accountPermissionGroups',
array(
'methods' => array(
'get' => array(
'path' => 'userprofiles/{profileId}/accountPermissionGroups/{id}',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'id' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'userprofiles/{profileId}/accountPermissionGroups',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)
);
$this->accountPermissions = new Google_Service_Dfareporting_AccountPermissions_Resource(
$this,
$this->serviceName,
'accountPermissions',
array(
'methods' => array(
'get' => array(
'path' => 'userprofiles/{profileId}/accountPermissions/{id}',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'id' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'userprofiles/{profileId}/accountPermissions',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)
);
$this->accountUserProfiles = new Google_Service_Dfareporting_AccountUserProfiles_Resource(
$this,
$this->serviceName,
'accountUserProfiles',
array(
'methods' => array(
'get' => array(
'path' => 'userprofiles/{profileId}/accountUserProfiles/{id}',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'id' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'insert' => array(
'path' => 'userprofiles/{profileId}/accountUserProfiles',
'httpMethod' => 'POST',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'userprofiles/{profileId}/accountUserProfiles',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
Lee达森
- 粉丝: 1559
- 资源: 1万+
最新资源
- MATLAB 实现基于双向长短期记忆网络(BiLSTM)进行时间序列预测模型的项目详细实例(含完整的程序,GUI设计和代码详解)
- 基于java的校园一卡通系统软件的开题报告.docx
- MATLAB 实现基于灰色预测模型(Grey Prediction)进行时间序列预测模型的项目详细实例(含完整的程序,GUI设计和代码详解)
- 基于Pygame库的Python烟花效果编程教程与应用
- MATLAB 实现基于小波变换(Wavelet Transform)进行时间序列预测模型的项目详细实例(含完整的程序,GUI设计和代码详解)
- 元旦烟花HTML实现:使用Canvas和JS打造炫酷的网页烟花效果
- Python实现文字、数字与公式识别及其CNN模型训练的技术指南-含代码
- 資訊安全與生活.docx
- 动态云背景导航页源码.zip
- IMG_20250102_080841.jpg
- 基于Java+JSP+MySQL实现个人与家乡展示管理平台源码(高分项目)
- 基于STM32的智能温室大棚控制系统设计(源码+报告文档)
- 基于STM32的智能温室大棚控制系统设计源码+报告+答辩PPT(高分项目)
- 毕业设计基于STM32单片机的智能空气监测系统源码+文档说明(高分毕设)
- 基于python的自动组卷评卷考试系统源码.zip
- 基于python的自动组卷评卷考试系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈