Interface CampaignServiceUpdatedDateRange

CampaignServiceUpdatedDateRangeは、更新日による検索対象期間を表します。
このフィールドを指定することで、Yahoo!広告内のシステムによる自動更新やユーザーの操作を含む更新日付を対象にキャンペーンをフィルタリングできます。
フィルタリング対象の更新日付については以下をご確認ください。
・Yahoo!広告内のシステムによる自動更新を含むため、ユーザーの操作に起因しない更新であってもフィルタリング対象になることがあります。
・ユーザーの操作とは、CampaignServiceのADD、SET操作による更新を指します。CampaignServiceのフィールドであっても、LabelServiceなどCampaignService以外のサービスのADD、SET操作によるデータの更新は、CampaignServiceUpdatedDateRangeで指定する更新日付のフィルタリング対象にはなりません。
CampaignServiceUpdatedDateRange represents the search target period by the update date.
By specifying this field, you can filter campaigns based on update dates, which include both automatic updates by the Yahoo! JAPAN Ads system and updates by users.
Please note the following points about the update dates that you can filter:
* Yahoo! JAPAN Ads system makes automatic updates, so updates that are not caused by user actions may also be subject to filtering.
* User actions in this context refer to updates made through ADD and SET operations in CampaignService. Therefore, updates to CampaignService fields made through ADD and SET operations in other services, such as LabelService, can NOT be filtered by the update date specified in CampaignServiceUpdatedDateRange.

Hierarchy

  • CampaignServiceUpdatedDateRange

Properties

Properties

endDate?: null | string
検索対象期間の終了日です。
※フォーマット:yyyyMMdd
This is the end date of the search target period.
* Format: yyyyMMdd

Memberof

CampaignServiceUpdatedDateRange

startDate?: null | string
検索対象期間の開始日です。
※フォーマット:yyyyMMdd
This is the start date of the search target period.
* Format: yyyyMMdd

Memberof

CampaignServiceUpdatedDateRange