ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

DisplayAdsRemoveAdGroupAdLabels

To remove DisplayAds AdGroupAd Labels.

Stored Procedure Specific Information

Yahoo! Ads allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The required columns in DisplayAdsRemoveAdGroupAdLabels are AccountId, AdId, AdGroupId, CampaignId and LabelId. For example:

EXECUTE DisplayAdsRemoveAdGroupAdLabels AccountId = '1002504155', AdId = '21364', AdGroupId = '512345', CampaignId = '31344165', LabelId = '1000191827'

Input

Name Type Description
AccountId Int64 Account ID. Values can be Referred from DisplayAdsAccounts.AccountId
AdId Int64 Ad group Ad ID. Values can be Referred from DisplayAdsAdGroupAds.AdId
AdGroupId Int64 Ad Group ID. Values can be Referred from DisplayAdsAdGroups.AdGroupId
CampaignId Int64 Campaign ID. Values can be Referred from DisplayAdsCampaigns.CampaignId
LabelId Int64 Label ID. Values can be Referred from DisplayAdsLabels.LabelId

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839