SearchAdsSetAdGroupAdTrademarkStatus
When the trademark restriction is removed, a value indicates (removed) will be returned.
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 SearchAdsSetAdGroupAdTrademarkStatus are AccountId, AdGroupId, AdId and CampaignId.
For example:
EXECUTE SearchAdsSetAdGroupAdTrademarkStatus AccountId = '8976', AdGroupId = '58971', AdId = '7895', CampaignId = '1236'
Input
Name | Type | Description |
AccountId | Int64 | Account ID. |
AdGroupId | Int64 | Ad group ID. |
AdId | Int64 | Ad ID. |
CampaignId | Int64 | Campaign ID. |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |