SearchAdsAddAdGroupLabels
To create SearchAds AdGroup 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 SearchAdsAddAdGroupAdLabels are AccountId, AdGroupId, CampaignId and LabelId.
For example:
EXECUTE SearchAdsAddAdGroupLabels AccountId = '1234339', AdGroupId = '24153', CampaignId = '321452', LabelId = '12354'
Input
Name | Type | Description |
AccountId | Int64 | Account ID. Values can be Referred from SearchAdsAccounts.AccountId |
AdGroupId | Int64 | Ad Group ID. Values can be Referred from SearchAdsAdGroups.AdGroupId |
CampaignId | Int64 | Campaign ID. Values can be Referred from SearchAdsCampaigns.CampaignId |
LabelId | Int64 | Label ID. Values can be Referred from SearchAdsLabels.LabelId |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |