Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 6.09 KB

Campaign.md

File metadata and controls

31 lines (26 loc) · 6.09 KB

# Campaign

Properties

Name Type Description Notes
accountId int <div lang=&quot;ja&quot;>アカウントIDです。<br>このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div><div lang=&quot;en&quot;>Account ID.<br>Although this field will be returned in the response, it will be ignored on input. </div> [optional]
appId string <div lang=&quot;ja&quot;>アプリID(iOS)またはパッケージ名(Android)です。<br>※アプリキャンペーンでiOSの場合、入力は数値のみです。<br>ADD時、campaignTypeがSTANDARD、またはDYNAMIC_ADS_FOR_SEARCH_SETTINGの場合、無視され、MOBILE_APPの場合、必須となります。</div><div lang=&quot;en&quot;>App ID (for iOS) or Package name (for Android).<br>*Input only the numbers for iOS in Mobile App Campaign.<br> In ADD operation, this field will be ignored when campaignType is 'STANDARD' or 'DYNAMIC_ADS_FOR_SEARCH_SETTING', and is required when campaignType is MOBILE_APP. </div> [optional]
appStore \Yahoo\Model\CampaignServiceAppStore [optional]
biddingStrategyConfiguration \Yahoo\Model\CampaignServiceBiddingStrategy [optional]
biddingStrategyFailedReason \Yahoo\Model\CampaignServiceBiddingStrategyFailedReason [optional]
budget \Yahoo\Model\CampaignServiceBudget [optional]
campaignId int <div lang=&quot;ja&quot;>キャンペーンIDです。<br>SET時およびREMOVE時、このフィールドは必須です。 </div><div lang=&quot;en&quot;>Campaign ID.<br>This field is required in SET and REMOVE operation. </div> [optional]
campaignName string <div lang=&quot;ja&quot;>キャンペーン名です。<br>このフィールドは、ADD時に必須となり、SET時に省略可能となります。<br>※入力制限:50文字以内です。</div><div lang=&quot;en&quot;>Campaign name.<br> *Insert limit: Up to 50 characters.<br>This field is required in ADD operation, and will be optional in SET operation. </div> [optional]
campaignTrackId int <div lang=&quot;ja&quot;>トラッキング用キャンペーンIDです。<br>このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 </div><div lang=&quot;en&quot;>Campaign ID for tracking.<br>Although this field will be returned in the response, it will be ignored on input. </div> [optional]
conversionOptimizerEligibility \Yahoo\Model\CampaignServiceConversionOptimizerEligibility [optional]
customParameters \Yahoo\Model\CampaignServiceCustomParameters [optional]
endDate string <div lang=&quot;ja&quot;>キャンペーンの終了日です。<br>ADD時およびSET時、このフィールドは省略可能となります。ADD時のデフォルト設定値は20371231となります。 <br>過去の日付、開始日以前の日付は指定できません。<br>※YYYYMMDD形式です。</div><div lang=&quot;en&quot;>End date of Campaign.<br>This field is optional in ADD and SET operation. The default value in ADD operation will be 20371231. <br>*Cannot set the past date and date before the start date.<br>*In YYYYMMDD format.</div> [optional]
failedBiddingStrategyConfiguration \Yahoo\Model\CampaignServiceBiddingStrategy [optional]
labels \Yahoo\Model\CampaignServiceLabel[] [optional]
servingStatus \Yahoo\Model\CampaignServiceServingStatus [optional]
settings \Yahoo\Model\CampaignServiceSettings[] [optional]
startDate string <div lang=&quot;ja&quot;>キャンペーンの開始日です。<br>ADD時およびSET時、このフィールドは省略可能となります。ADD時のデフォルト設定値は当日日付となります。<br>過去の日付は指定できません。<br>※配信開始済みのキャンペーンは変更できません。<br>※YYYYMMDD形式です。</div><div lang=&quot;en&quot;>Start date of Campaign.<br>This field is optional in ADD and SET operation. The default value in ADD operation will be Today's date. <br>*Cannot set the past date.<br>*Cannot change the date to the campaign that is already active.<br>*In YYYYMMDD format.</div> [optional]
trackingUrl string <div lang=&quot;ja&quot;>トラッキングURLです。<br>ADD時およびSET時、このフィールドは省略可能となります。 <br>※アプリキャンペーンがAndroidの場合、設定はできません。</div><div lang=&quot;en&quot;>Tracking URL.<br>This field is optional in ADD and SET operation. <br>*Cannot set if Mobile App Campaign is in Android.</div> [optional]
type \Yahoo\Model\CampaignServiceType [optional]
urlReviewData \Yahoo\Model\CampaignServiceUrlReviewData [optional]
userStatus \Yahoo\Model\CampaignServiceUserStatus [optional]

[Back to Model list] [Back to API list] [Back to README]