SSIS Components for Yahoo! Ads

Build 26.0.9655

ReportSearchAdsCampaign_target_list

To view the Campaign_target_list report. Simple Select statement will create and retrieve last 7 days report

Table Specific Information

Select

The 本製品 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 本製品.

  • AccountId supports the '='.
  • ReportJobId supports the '='.
  • ReportDateRangeType supports the '='.
  • DateRangeStartDate supports the '='.
  • DateRangeEndDate supports the '='.
For example:
SELECT * FROM ReportSearchAdsCampaign_target_list WHERE AccountId = '125466'
SELECT * FROM ReportSearchAdsCampaign_target_list WHERE AccountId = '125466' AND ReportJobId = '123456'
SELECT * FROM ReportSearchAdsCampaign_target_list WHERE AccountId = '125466' AND ReportDateRangeType = 'LAST_7_DAYS'
SELECT * FROM ReportSearchAdsCampaign_target_list WHERE AccountId = '125466' AND ReportDateRangeType = 'CUSTOM_DATE' and DateRangeStartDate = '2022-02-12' AND DateRangeEndDate = '2022-04-29'

Note: Since the Report is Dynamic, so the columns may vary depending upon the API.

Columns

Name Type References Description
ReportJobId String Report Job ID.
AccountId String AccountId
AccountName String Account Name
CampaignID Long CampaignID
Campaignname String Campaign name
Cost Long Cost
Impressions Long Impressions
Clicks Long Clicks
CTR Double CTR
Avg_CPC Double Avg. CPC
BidAdjustment Long Bid Adjustment
TargetListID Long Target List ID
TargetListName String Target List Name
ReachStatus String Reach Status
Conversions Double Conversions
Conv_rate Double Conv. rate
Conv_value Double Conv. value
Cost_conv_ Double Cost/conv.
Conv_value_conv_ Double Conv. value/conv.
Conversions_all_ Double Conversions (all)
Conv_rate_all_ Double Conv. rate (all)
Conv_value_all_ Double Conv. value (all)
Cost_conv_all_ Double Cost/conv. (all)
Conv_value_all_conv_all_ Double Conv. value (all)/conv. (all)
Cross_deviceconv_ Double Cross-device conv.
CampaigntrackingID Long Campaign tracking ID
TargetListTrackingID Long Target List Tracking ID
Showadson String Show ads on
ClickType String ClickType
Device String Device
Day String Dimension: Day
Dayoftheweek String Day of the week
Quarter String Dimension: Quarter
Year String Dimension: Year
Month String Dimension: Month
MonthofYear String Month of Year
Week_Mon_Sun_ String Week (Mon-Sun)
ConversionTrackingPurpose String Conversion Tracking Purpose
Conversionname String Conversion name
Conv_value_cost Double Conv. value/cost
Conv_value_all_cost Double Conv. value (all)/cost

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるデータを詳細に制御することができます。

Name Type Description
ReportDateRangeType String ReportDefinitionService ReportDateRangeType displays a date range of the report
DateRangeStartDate String The compilation start date
DateRangeEndDate String The compilation end date.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655