SearchLifts
Get SearchLift information.
Table Specific Information
SELECT
The connector will use the Yahoo! Ads API to process WHERE clause conditions built with the following column and operator. The AccountId is required to make a request and the rest of the filter is executed client-side within the connector.
- AccountId supports the '='.
- SearchLiftId supports the '=,IN'.
- CampaignId supports the '=,IN'.
For example:
SELECT * FROM SearchLifts WHERE AccountId = '1002504155' SELECT * FROM SearchLifts WHERE AccountId = '1002504155' AND SearchLiftId = '1234567' SELECT * FROM SearchLifts WHERE AccountId = '1002504155' AND CampaignId IN ('1234567', '25678')
Columns
Name | Type | References | Description |
SearchLiftId [KEY] | Int64 | SearchLift ID. | |
AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID. |
CampaignId | Int64 |
DisplayAdsCampaigns.CampaignId | Campaign ID |
Keywords | String | Describes information about the keyword of the search lift. |