PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
/
DisplayVideo
<?php /* * Copyright 2014 Google Inc. * * 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. */ namespace Google\Service\DisplayVideo; class TargetingOption extends \Google\Model { protected $ageRangeDetailsType = AgeRangeTargetingOptionDetails::class; protected $ageRangeDetailsDataType = ''; protected $appCategoryDetailsType = AppCategoryTargetingOptionDetails::class; protected $appCategoryDetailsDataType = ''; protected $authorizedSellerStatusDetailsType = AuthorizedSellerStatusTargetingOptionDetails::class; protected $authorizedSellerStatusDetailsDataType = ''; protected $browserDetailsType = BrowserTargetingOptionDetails::class; protected $browserDetailsDataType = ''; protected $businessChainDetailsType = BusinessChainTargetingOptionDetails::class; protected $businessChainDetailsDataType = ''; protected $carrierAndIspDetailsType = CarrierAndIspTargetingOptionDetails::class; protected $carrierAndIspDetailsDataType = ''; protected $categoryDetailsType = CategoryTargetingOptionDetails::class; protected $categoryDetailsDataType = ''; protected $contentInstreamPositionDetailsType = ContentInstreamPositionTargetingOptionDetails::class; protected $contentInstreamPositionDetailsDataType = ''; protected $contentOutstreamPositionDetailsType = ContentOutstreamPositionTargetingOptionDetails::class; protected $contentOutstreamPositionDetailsDataType = ''; protected $deviceMakeModelDetailsType = DeviceMakeModelTargetingOptionDetails::class; protected $deviceMakeModelDetailsDataType = ''; protected $deviceTypeDetailsType = DeviceTypeTargetingOptionDetails::class; protected $deviceTypeDetailsDataType = ''; protected $digitalContentLabelDetailsType = DigitalContentLabelTargetingOptionDetails::class; protected $digitalContentLabelDetailsDataType = ''; protected $environmentDetailsType = EnvironmentTargetingOptionDetails::class; protected $environmentDetailsDataType = ''; protected $exchangeDetailsType = ExchangeTargetingOptionDetails::class; protected $exchangeDetailsDataType = ''; protected $genderDetailsType = GenderTargetingOptionDetails::class; protected $genderDetailsDataType = ''; protected $geoRegionDetailsType = GeoRegionTargetingOptionDetails::class; protected $geoRegionDetailsDataType = ''; protected $householdIncomeDetailsType = HouseholdIncomeTargetingOptionDetails::class; protected $householdIncomeDetailsDataType = ''; protected $languageDetailsType = LanguageTargetingOptionDetails::class; protected $languageDetailsDataType = ''; public $name; protected $nativeContentPositionDetailsType = NativeContentPositionTargetingOptionDetails::class; protected $nativeContentPositionDetailsDataType = ''; protected $omidDetailsType = OmidTargetingOptionDetails::class; protected $omidDetailsDataType = ''; protected $onScreenPositionDetailsType = OnScreenPositionTargetingOptionDetails::class; protected $onScreenPositionDetailsDataType = ''; protected $operatingSystemDetailsType = OperatingSystemTargetingOptionDetails::class; protected $operatingSystemDetailsDataType = ''; protected $parentalStatusDetailsType = ParentalStatusTargetingOptionDetails::class; protected $parentalStatusDetailsDataType = ''; protected $poiDetailsType = PoiTargetingOptionDetails::class; protected $poiDetailsDataType = ''; protected $sensitiveCategoryDetailsType = SensitiveCategoryTargetingOptionDetails::class; protected $sensitiveCategoryDetailsDataType = ''; protected $subExchangeDetailsType = SubExchangeTargetingOptionDetails::class; protected $subExchangeDetailsDataType = ''; public $targetingOptionId; public $targetingType; protected $userRewardedContentDetailsType = UserRewardedContentTargetingOptionDetails::class; protected $userRewardedContentDetailsDataType = ''; protected $videoPlayerSizeDetailsType = VideoPlayerSizeTargetingOptionDetails::class; protected $videoPlayerSizeDetailsDataType = ''; protected $viewabilityDetailsType = ViewabilityTargetingOptionDetails::class; protected $viewabilityDetailsDataType = ''; /** * @param AgeRangeTargetingOptionDetails */ public function setAgeRangeDetails(AgeRangeTargetingOptionDetails $ageRangeDetails) { $this->ageRangeDetails = $ageRangeDetails; } /** * @return AgeRangeTargetingOptionDetails */ public function getAgeRangeDetails() { return $this->ageRangeDetails; } /** * @param AppCategoryTargetingOptionDetails */ public function setAppCategoryDetails(AppCategoryTargetingOptionDetails $appCategoryDetails) { $this->appCategoryDetails = $appCategoryDetails; } /** * @return AppCategoryTargetingOptionDetails */ public function getAppCategoryDetails() { return $this->appCategoryDetails; } /** * @param AuthorizedSellerStatusTargetingOptionDetails */ public function setAuthorizedSellerStatusDetails(AuthorizedSellerStatusTargetingOptionDetails $authorizedSellerStatusDetails) { $this->authorizedSellerStatusDetails = $authorizedSellerStatusDetails; } /** * @return AuthorizedSellerStatusTargetingOptionDetails */ public function getAuthorizedSellerStatusDetails() { return $this->authorizedSellerStatusDetails; } /** * @param BrowserTargetingOptionDetails */ public function setBrowserDetails(BrowserTargetingOptionDetails $browserDetails) { $this->browserDetails = $browserDetails; } /** * @return BrowserTargetingOptionDetails */ public function getBrowserDetails() { return $this->browserDetails; } /** * @param BusinessChainTargetingOptionDetails */ public function setBusinessChainDetails(BusinessChainTargetingOptionDetails $businessChainDetails) { $this->businessChainDetails = $businessChainDetails; } /** * @return BusinessChainTargetingOptionDetails */ public function getBusinessChainDetails() { return $this->businessChainDetails; } /** * @param CarrierAndIspTargetingOptionDetails */ public function setCarrierAndIspDetails(CarrierAndIspTargetingOptionDetails $carrierAndIspDetails) { $this->carrierAndIspDetails = $carrierAndIspDetails; } /** * @return CarrierAndIspTargetingOptionDetails */ public function getCarrierAndIspDetails() { return $this->carrierAndIspDetails; } /** * @param CategoryTargetingOptionDetails */ public function setCategoryDetails(CategoryTargetingOptionDetails $categoryDetails) { $this->categoryDetails = $categoryDetails; } /** * @return CategoryTargetingOptionDetails */ public function getCategoryDetails() { return $this->categoryDetails; } /** * @param ContentInstreamPositionTargetingOptionDetails */ public function setContentInstreamPositionDetails(ContentInstreamPositionTargetingOptionDetails $contentInstreamPositionDetails) { $this->contentInstreamPositionDetails = $contentInstreamPositionDetails; } /** * @return ContentInstreamPositionTargetingOptionDetails */ public function getContentInstreamPositionDetails() { return $this->contentInstreamPositionDetails; } /** * @param ContentOutstreamPositionTargetingOptionDetails */ public function setContentOutstreamPositionDetails(ContentOutstreamPositionTargetingOptionDetails $contentOutstreamPositionDetails) { $this->contentOutstreamPositionDetails = $contentOutstreamPositionDetails; } /** * @return ContentOutstreamPositionTargetingOptionDetails */ public function getContentOutstreamPositionDetails() { return $this->contentOutstreamPositionDetails; } /** * @param DeviceMakeModelTargetingOptionDetails */ public function setDeviceMakeModelDetails(DeviceMakeModelTargetingOptionDetails $deviceMakeModelDetails) { $this->deviceMakeModelDetails = $deviceMakeModelDetails; } /** * @return DeviceMakeModelTargetingOptionDetails */ public function getDeviceMakeModelDetails() { return $this->deviceMakeModelDetails; } /** * @param DeviceTypeTargetingOptionDetails */ public function setDeviceTypeDetails(DeviceTypeTargetingOptionDetails $deviceTypeDetails) { $this->deviceTypeDetails = $deviceTypeDetails; } /** * @return DeviceTypeTargetingOptionDetails */ public function getDeviceTypeDetails() { return $this->deviceTypeDetails; } /** * @param DigitalContentLabelTargetingOptionDetails */ public function setDigitalContentLabelDetails(DigitalContentLabelTargetingOptionDetails $digitalContentLabelDetails) { $this->digitalContentLabelDetails = $digitalContentLabelDetails; } /** * @return DigitalContentLabelTargetingOptionDetails */ public function getDigitalContentLabelDetails() { return $this->digitalContentLabelDetails; } /** * @param EnvironmentTargetingOptionDetails */ public function setEnvironmentDetails(EnvironmentTargetingOptionDetails $environmentDetails) { $this->environmentDetails = $environmentDetails; } /** * @return EnvironmentTargetingOptionDetails */ public function getEnvironmentDetails() { return $this->environmentDetails; } /** * @param ExchangeTargetingOptionDetails */ public function setExchangeDetails(ExchangeTargetingOptionDetails $exchangeDetails) { $this->exchangeDetails = $exchangeDetails; } /** * @return ExchangeTargetingOptionDetails */ public function getExchangeDetails() { return $this->exchangeDetails; } /** * @param GenderTargetingOptionDetails */ public function setGenderDetails(GenderTargetingOptionDetails $genderDetails) { $this->genderDetails = $genderDetails; } /** * @return GenderTargetingOptionDetails */ public function getGenderDetails() { return $this->genderDetails; } /** * @param GeoRegionTargetingOptionDetails */ public function setGeoRegionDetails(GeoRegionTargetingOptionDetails $geoRegionDetails) { $this->geoRegionDetails = $geoRegionDetails; } /** * @return GeoRegionTargetingOptionDetails */ public function getGeoRegionDetails() { return $this->geoRegionDetails; } /** * @param HouseholdIncomeTargetingOptionDetails */ public function setHouseholdIncomeDetails(HouseholdIncomeTargetingOptionDetails $householdIncomeDetails) { $this->householdIncomeDetails = $householdIncomeDetails; } /** * @return HouseholdIncomeTargetingOptionDetails */ public function getHouseholdIncomeDetails() { return $this->householdIncomeDetails; } /** * @param LanguageTargetingOptionDetails */ public function setLanguageDetails(LanguageTargetingOptionDetails $languageDetails) { $this->languageDetails = $languageDetails; } /** * @return LanguageTargetingOptionDetails */ public function getLanguageDetails() { return $this->languageDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param NativeContentPositionTargetingOptionDetails */ public function setNativeContentPositionDetails(NativeContentPositionTargetingOptionDetails $nativeContentPositionDetails) { $this->nativeContentPositionDetails = $nativeContentPositionDetails; } /** * @return NativeContentPositionTargetingOptionDetails */ public function getNativeContentPositionDetails() { return $this->nativeContentPositionDetails; } /** * @param OmidTargetingOptionDetails */ public function setOmidDetails(OmidTargetingOptionDetails $omidDetails) { $this->omidDetails = $omidDetails; } /** * @return OmidTargetingOptionDetails */ public function getOmidDetails() { return $this->omidDetails; } /** * @param OnScreenPositionTargetingOptionDetails */ public function setOnScreenPositionDetails(OnScreenPositionTargetingOptionDetails $onScreenPositionDetails) { $this->onScreenPositionDetails = $onScreenPositionDetails; } /** * @return OnScreenPositionTargetingOptionDetails */ public function getOnScreenPositionDetails() { return $this->onScreenPositionDetails; } /** * @param OperatingSystemTargetingOptionDetails */ public function setOperatingSystemDetails(OperatingSystemTargetingOptionDetails $operatingSystemDetails) { $this->operatingSystemDetails = $operatingSystemDetails; } /** * @return OperatingSystemTargetingOptionDetails */ public function getOperatingSystemDetails() { return $this->operatingSystemDetails; } /** * @param ParentalStatusTargetingOptionDetails */ public function setParentalStatusDetails(ParentalStatusTargetingOptionDetails $parentalStatusDetails) { $this->parentalStatusDetails = $parentalStatusDetails; } /** * @return ParentalStatusTargetingOptionDetails */ public function getParentalStatusDetails() { return $this->parentalStatusDetails; } /** * @param PoiTargetingOptionDetails */ public function setPoiDetails(PoiTargetingOptionDetails $poiDetails) { $this->poiDetails = $poiDetails; } /** * @return PoiTargetingOptionDetails */ public function getPoiDetails() { return $this->poiDetails; } /** * @param SensitiveCategoryTargetingOptionDetails */ public function setSensitiveCategoryDetails(SensitiveCategoryTargetingOptionDetails $sensitiveCategoryDetails) { $this->sensitiveCategoryDetails = $sensitiveCategoryDetails; } /** * @return SensitiveCategoryTargetingOptionDetails */ public function getSensitiveCategoryDetails() { return $this->sensitiveCategoryDetails; } /** * @param SubExchangeTargetingOptionDetails */ public function setSubExchangeDetails(SubExchangeTargetingOptionDetails $subExchangeDetails) { $this->subExchangeDetails = $subExchangeDetails; } /** * @return SubExchangeTargetingOptionDetails */ public function getSubExchangeDetails() { return $this->subExchangeDetails; } public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } public function getTargetingOptionId() { return $this->targetingOptionId; } public function setTargetingType($targetingType) { $this->targetingType = $targetingType; } public function getTargetingType() { return $this->targetingType; } /** * @param UserRewardedContentTargetingOptionDetails */ public function setUserRewardedContentDetails(UserRewardedContentTargetingOptionDetails $userRewardedContentDetails) { $this->userRewardedContentDetails = $userRewardedContentDetails; } /** * @return UserRewardedContentTargetingOptionDetails */ public function getUserRewardedContentDetails() { return $this->userRewardedContentDetails; } /** * @param VideoPlayerSizeTargetingOptionDetails */ public function setVideoPlayerSizeDetails(VideoPlayerSizeTargetingOptionDetails $videoPlayerSizeDetails) { $this->videoPlayerSizeDetails = $videoPlayerSizeDetails; } /** * @return VideoPlayerSizeTargetingOptionDetails */ public function getVideoPlayerSizeDetails() { return $this->videoPlayerSizeDetails; } /** * @param ViewabilityTargetingOptionDetails */ public function setViewabilityDetails(ViewabilityTargetingOptionDetails $viewabilityDetails) { $this->viewabilityDetails = $viewabilityDetails; } /** * @return ViewabilityTargetingOptionDetails */ public function getViewabilityDetails() { return $this->viewabilityDetails; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetingOption::class, 'Google_Service_DisplayVideo_TargetingOption');
[+]
..
[-] ListCustomBiddingAlgorithmsResponse.php
[edit]
[-] ListTargetingOptionsResponse.php
[edit]
[-] AssignedUserRole.php
[edit]
[-] InsertionOrderBudget.php
[edit]
[-] LanguageTargetingOptionDetails.php
[edit]
[-] ListInsertionOrderAssignedTargetingOptionsResponse.php
[edit]
[-] InventorySourceGroup.php
[edit]
[-] AudioVideoOffset.php
[edit]
[-] GoogleBytestreamMedia.php
[edit]
[-] Site.php
[edit]
[-] ReplaceSitesResponse.php
[edit]
[-] AssetAssociation.php
[edit]
[-] DeactivateManualTriggerRequest.php
[edit]
[-] CreateAssignedTargetingOptionsRequest.php
[edit]
[-] ExitEvent.php
[edit]
[-] AgeRangeTargetingOptionDetails.php
[edit]
[-] BulkEditAssignedLocationsResponse.php
[edit]
[-] LookbackWindow.php
[edit]
[-] ExchangeConfig.php
[edit]
[-] ExchangeTargetingOptionDetails.php
[edit]
[-] AudienceGroupAssignedTargetingOptionDetails.php
[edit]
[-] OmidAssignedTargetingOptionDetails.php
[edit]
[-] BulkListAdvertiserAssignedTargetingOptionsResponse.php
[edit]
[-] DoubleVerifyFraudInvalidTraffic.php
[edit]
[-] CombinedAudience.php
[edit]
[-] OnScreenPositionAssignedTargetingOptionDetails.php
[edit]
[-] CampaignBudget.php
[edit]
[-] PrismaConfig.php
[edit]
[-] BulkEditPartnerAssignedTargetingOptionsRequest.php
[edit]
[-] PartnerAdServerConfig.php
[edit]
[-] BudgetSummary.php
[edit]
[-] SearchTargetingOptionsRequest.php
[edit]
[-] ListUsersResponse.php
[edit]
[-] ContentOutstreamPositionTargetingOptionDetails.php
[edit]
[-] RateDetails.php
[edit]
[-] AuthorizedSellerStatusAssignedTargetingOptionDetails.php
[edit]
[-] SensitiveCategoryAssignedTargetingOptionDetails.php
[edit]
[-] PoiAssignedTargetingOptionDetails.php
[edit]
[-] AssignedInventorySource.php
[edit]
[-] EnvironmentAssignedTargetingOptionDetails.php
[edit]
[-] ContentInstreamPositionAssignedTargetingOptionDetails.php
[edit]
[-] Adloox.php
[edit]
[-] NegativeKeywordListAssignedTargetingOptionDetails.php
[edit]
[-] AppCategoryAssignedTargetingOptionDetails.php
[edit]
[-] TargetingOption.php
[edit]
[-] Campaign.php
[edit]
[-] PrismaCpeCode.php
[edit]
[-] Partner.php
[edit]
[-] TrackingFloodlightActivityConfig.php
[edit]
[-] LineItemFlight.php
[edit]
[-] AppCategoryTargetingOptionDetails.php
[edit]
[-] ExchangeReviewStatus.php
[edit]
[-] InventorySourceDisplayCreativeConfig.php
[edit]
[-] BulkEditLineItemAssignedTargetingOptionsRequest.php
[edit]
[-] ListInventorySourcesResponse.php
[edit]
[-] Date.php
[edit]
[-] ReplaceNegativeKeywordsRequest.php
[edit]
[-] CarrierAndIspAssignedTargetingOptionDetails.php
[edit]
[-] DigitalContentLabelTargetingOptionDetails.php
[edit]
[-] FloodlightGroup.php
[edit]
[-] InsertionOrderBudgetSegment.php
[edit]
[-] ViewabilityTargetingOptionDetails.php
[edit]
[-] MobileApp.php
[edit]
[-] BulkEditAssignedInventorySourcesRequest.php
[edit]
[-] SensitiveCategoryTargetingOptionDetails.php
[edit]
[-] GoogleAudienceTargetingSetting.php
[edit]
[-] IntegrationDetails.php
[edit]
[-] ChannelAssignedTargetingOptionDetails.php
[edit]
[-] OperatingSystemTargetingOptionDetails.php
[edit]
[-] CustomListGroup.php
[edit]
[-] GeoRegionTargetingOptionDetails.php
[edit]
[-] DeviceTypeAssignedTargetingOptionDetails.php
[edit]
[-] OmidTargetingOptionDetails.php
[edit]
[-] ListPartnersResponse.php
[edit]
[-] GoogleAudience.php
[edit]
[-] CategoryTargetingOptionDetails.php
[edit]
[-] BulkEditAssignedLocationsRequest.php
[edit]
[-] DoubleVerifyDisplayViewability.php
[edit]
[-] AdvertiserSdfConfig.php
[edit]
[-] InventorySourceAssignedTargetingOptionDetails.php
[edit]
[-] BulkListLineItemAssignedTargetingOptionsResponse.php
[edit]
[-] BusinessChainTargetingOptionDetails.php
[edit]
[-] MeasurementConfig.php
[edit]
[-] AdvertiserAdServerConfig.php
[edit]
[-] Creative.php
[edit]
[-] ListAdvertisersResponse.php
[edit]
[-] ThirdPartyVerifierAssignedTargetingOptionDetails.php
[edit]
[-] BulkEditAdvertiserAssignedTargetingOptionsRequest.php
[edit]
[-] PoiSearchTerms.php
[edit]
[-] CategoryAssignedTargetingOptionDetails.php
[edit]
[-] ListSitesResponse.php
[edit]
[-] BulkEditPartnerAssignedTargetingOptionsResponse.php
[edit]
[-] GeoRegionAssignedTargetingOptionDetails.php
[edit]
[-] Asset.php
[edit]
[-] AdvertiserTargetingConfig.php
[edit]
[-] ConversionCountingConfig.php
[edit]
[-] CreateSdfDownloadTaskRequest.php
[edit]
[-] PerformanceGoalBidStrategy.php
[edit]
[-] ListLineItemAssignedTargetingOptionsResponse.php
[edit]
[-] RegionalLocationListAssignedTargetingOptionDetails.php
[edit]
[-] DoubleVerify.php
[edit]
[-] DayAndTimeAssignedTargetingOptionDetails.php
[edit]
[-] ExchangeConfigEnabledExchange.php
[edit]
[-] LookupInvoiceCurrencyResponse.php
[edit]
[-] BusinessChainAssignedTargetingOptionDetails.php
[edit]
[-] CustomBiddingAlgorithm.php
[edit]
[-] TargetingExpansionConfig.php
[edit]
[-] ThirdPartyUrl.php
[edit]
[-] DeviceMakeModelAssignedTargetingOptionDetails.php
[edit]
[-] FrequencyCap.php
[edit]
[-] BulkEditAssignedUserRolesRequest.php
[edit]
[-] DeviceTypeTargetingOptionDetails.php
[edit]
[-] ManualTrigger.php
[edit]
[-] IntegralAdScience.php
[edit]
[-] DeviceMakeModelTargetingOptionDetails.php
[edit]
[-] FixedBidStrategy.php
[edit]
[-] ThirdPartyOnlyConfig.php
[edit]
[-] ListNegativeKeywordListsResponse.php
[edit]
[-] DoubleVerifyVideoViewability.php
[edit]
[-] CampaignGoal.php
[edit]
[-] OnScreenPositionTargetingOptionDetails.php
[edit]
[-] BulkEditAssignedUserRolesResponse.php
[edit]
[-] VideoPlayerSizeTargetingOptionDetails.php
[edit]
[-] ActivateManualTriggerRequest.php
[edit]
[-] NativeContentPositionAssignedTargetingOptionDetails.php
[edit]
[-] Channel.php
[edit]
[-] CarrierAndIspTargetingOptionDetails.php
[edit]
[-] ListAssignedInventorySourcesResponse.php
[edit]
[-] SdfConfig.php
[edit]
[-] BulkEditAdvertiserAssignedTargetingOptionsResponse.php
[edit]
[-] ListFirstAndThirdPartyAudiencesResponse.php
[edit]
[-] SearchTargetingOptionsResponse.php
[edit]
[-] BulkListCampaignAssignedTargetingOptionsResponse.php
[edit]
[-] ListNegativeKeywordsResponse.php
[edit]
[-] MaximizeSpendBidStrategy.php
[edit]
[-] SdfDownloadTaskMetadata.php
[edit]
[-] AuthorizedSellerStatusTargetingOptionDetails.php
[edit]
[-] InventorySourceGroupAssignedTargetingOptionDetails.php
[edit]
[-] ListCustomListsResponse.php
[edit]
[-] CounterEvent.php
[edit]
[-] ListLineItemsResponse.php
[edit]
[-] InventorySource.php
[edit]
[-] GenerateDefaultLineItemRequest.php
[edit]
[-] UserRewardedContentAssignedTargetingOptionDetails.php
[edit]
[-] AdvertiserCreativeConfig.php
[edit]
[-] CreateAssetRequest.php
[edit]
[-] AuditAdvertiserResponse.php
[edit]
[-] ListInsertionOrdersResponse.php
[edit]
[-] BiddingStrategy.php
[edit]
[-] ListCreativesResponse.php
[edit]
[-] ListAssignedLocationsResponse.php
[edit]
[-] ListLocationListsResponse.php
[edit]
[-] Dimensions.php
[edit]
[-] VideoPlayerSizeAssignedTargetingOptionDetails.php
[edit]
[-] CreativeConfig.php
[edit]
[-] GenderAssignedTargetingOptionDetails.php
[edit]
[-] ReplaceNegativeKeywordsResponse.php
[edit]
[-] FirstAndThirdPartyAudienceTargetingSetting.php
[edit]
[-] CmHybridConfig.php
[edit]
[-] InventorySourceStatus.php
[edit]
[-] AdvertiserDataAccessConfig.php
[edit]
[-] FirstAndThirdPartyAudience.php
[edit]
[-] ProximityLocationListAssignedTargetingOptionDetails.php
[edit]
[-] ActiveViewVideoViewabilityMetricConfig.php
[edit]
[-] NegativeKeyword.php
[edit]
[-] BusinessChainSearchTerms.php
[edit]
[-] CustomListTargetingSetting.php
[edit]
[-] CampaignFlight.php
[edit]
[+]
Resource
[-] CmTrackingAd.php
[edit]
[-] NegativeKeywordList.php
[edit]
[-] LanguageAssignedTargetingOptionDetails.php
[edit]
[-] ObaIcon.php
[edit]
[-] PoiTargetingOptionDetails.php
[edit]
[-] DoubleVerifyBrandSafetyCategories.php
[edit]
[-] InventorySourceFilter.php
[edit]
[-] DigitalContentLabelAssignedTargetingOptionDetails.php
[edit]
[-] ExchangeAssignedTargetingOptionDetails.php
[edit]
[-] AssignedTargetingOption.php
[edit]
[-] BulkListInsertionOrderAssignedTargetingOptionsResponse.php
[edit]
[-] TimerEvent.php
[edit]
[-] BulkEditLineItemAssignedTargetingOptionsResponse.php
[edit]
[-] BulkEditNegativeKeywordsResponse.php
[edit]
[-] BrowserAssignedTargetingOptionDetails.php
[edit]
[-] PartnerGeneralConfig.php
[edit]
[-] PartnerDataAccessConfig.php
[edit]
[-] IdFilter.php
[edit]
[-] ListCampaignAssignedTargetingOptionsResponse.php
[edit]
[-] Status.php
[edit]
[-] TimeRange.php
[edit]
[-] BrowserTargetingOptionDetails.php
[edit]
[-] BulkEditAssignedInventorySourcesResponse.php
[edit]
[-] ListInvoicesResponse.php
[edit]
[-] GenderTargetingOptionDetails.php
[edit]
[-] CreateAssetResponse.php
[edit]
[-] UserRewardedContentTargetingOptionDetails.php
[edit]
[-] LineItem.php
[edit]
[-] ReviewStatusInfo.php
[edit]
[-] ContentInstreamPositionTargetingOptionDetails.php
[edit]
[-] UrlAssignedTargetingOptionDetails.php
[edit]
[-] PublisherReviewStatus.php
[edit]
[-] SubExchangeAssignedTargetingOptionDetails.php
[edit]
[-] PartnerCost.php
[edit]
[-] CombinedAudienceTargetingSetting.php
[edit]
[-] PerformanceGoal.php
[edit]
[-] OperatingSystemAssignedTargetingOptionDetails.php
[edit]
[-] ViewabilityAssignedTargetingOptionDetails.php
[edit]
[-] PartnerRevenueModel.php
[edit]
[-] ParentEntityFilter.php
[edit]
[-] LocationList.php
[edit]
[-] CustomList.php
[edit]
[-] ListPartnerAssignedTargetingOptionsResponse.php
[edit]
[-] AgeRangeAssignedTargetingOptionDetails.php
[edit]
[-] Invoice.php
[edit]
[-] ParentalStatusTargetingOptionDetails.php
[edit]
[-] SubExchangeTargetingOptionDetails.php
[edit]
[-] InventorySourceVideoCreativeConfig.php
[edit]
[-] CombinedAudienceGroup.php
[edit]
[-] ListCampaignsResponse.php
[edit]
[-] ParentalStatusAssignedTargetingOptionDetails.php
[edit]
[-] User.php
[edit]
[-] HouseholdIncomeTargetingOptionDetails.php
[edit]
[-] FirstAndThirdPartyAudienceGroup.php
[edit]
[-] ListAdvertiserAssignedTargetingOptionsResponse.php
[edit]
[-] GeoRegionSearchTerms.php
[edit]
[-] AssignedLocation.php
[edit]
[-] DeleteAssignedTargetingOptionsRequest.php
[edit]
[-] ListGoogleAudiencesResponse.php
[edit]
[-] ListCombinedAudiencesResponse.php
[edit]
[-] BulkEditSitesRequest.php
[edit]
[-] GoogleAudienceGroup.php
[edit]
[-] BulkEditNegativeKeywordsRequest.php
[edit]
[-] NativeContentPositionTargetingOptionDetails.php
[edit]
[-] ReplaceSitesRequest.php
[edit]
[-] ListManualTriggersResponse.php
[edit]
[-] AppAssignedTargetingOptionDetails.php
[edit]
[-] EnvironmentTargetingOptionDetails.php
[edit]
[-] BulkEditSitesResponse.php
[edit]
[-] LineItemBudget.php
[edit]
[-] AdvertiserGeneralConfig.php
[edit]
[-] SdfDownloadTask.php
[edit]
[-] InsertionOrder.php
[edit]
[-] Transcode.php
[edit]
[-] DoubleVerifyAppStarRating.php
[edit]
[-] ListInventorySourceGroupsResponse.php
[edit]
[-] ListChannelsResponse.php
[edit]
[-] UniversalAdId.php
[edit]
[-] Pacing.php
[edit]
[-] DisplayvideoEmpty.php
[edit]
[-] ContentOutstreamPositionAssignedTargetingOptionDetails.php
[edit]
[-] DateRange.php
[edit]
[-] Advertiser.php
[edit]
[-] Operation.php
[edit]
[-] Money.php
[edit]
[-] HouseholdIncomeAssignedTargetingOptionDetails.php
[edit]
[-] KeywordAssignedTargetingOptionDetails.php
[edit]