Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 5.48 KB

ConversionTracker.md

File metadata and controls

27 lines (22 loc) · 5.48 KB

# ConversionTracker

Properties

Name Type Description Notes
accountId int <div lang=&quot;ja&quot;>アカウントIDです。</div><div lang=&quot;en&quot;>Account ID.</div> [optional]
allConversionValue string <div lang=&quot;ja&quot;>自動入札設定対象のコンバージョン値と、対象外のコンバージョン値の合計です。</div><div lang=&quot;en&quot;>Total value of conversions to be included to auto bidding and to be exluded from auto bidding.</div> [optional]
allConversions int <div lang=&quot;ja&quot;>自動入札設定対象のコンバージョン数と、対象外のコンバージョン数の合計です。</div><div lang=&quot;en&quot;>Total number of conversions to be included to auto bidding and to be excluded from auto bidding.</div> [optional]
appConversion \Yahoo\Model\ConversionTrackerServiceAppConversion [optional]
category \Yahoo\Model\ConversionTrackerServiceCategory [optional]
conversionCountingType \Yahoo\Model\ConversionTrackerServiceConversionCountingType [optional]
conversionTrackerId int <div lang=&quot;ja&quot;>コンバージョントラッカーのIDです。<br> このフィールドは、SET時に必須となります。</div><div lang=&quot;en&quot;>ConversionTracker ID. <br>This field is required in SET operation.</div> [optional]
conversionTrackerName string <div lang=&quot;ja&quot;>コンバージョントラッカーの名称です。<br> このフィールドは、ADD時に必須となり、SET時に省略可能となります。</div><div lang=&quot;en&quot;>ConversionTracker Name. <br>This field is required in ADD operation, and is optional in SET operation.</div> [optional]
conversionTrackerType \Yahoo\Model\ConversionTrackerServiceConversionTrackerType [optional]
conversionValue string <div lang=&quot;ja&quot;>自動入札設定対象のコンバージョン値です。</div><div lang=&quot;en&quot;>Conversion value to be included to auto bidding.</div> [optional]
conversions int <div lang=&quot;ja&quot;>自動入札設定対象のコンバージョン数です。<br>ユニークコンバージョンか総コンバージョンかは、countingTypeに依存します。</div><div lang=&quot;en&quot;>Conversions which counts as included to Auto Bidding setting.<br>countingType specifies whether one-per-click or many-per-click.</div> [optional]
excludeFromBidding \Yahoo\Model\ConversionTrackerServiceExcludeFromBidding [optional]
measurementPeriod int <div lang=&quot;ja&quot;>コンバージョン計測期間です(単位:日)。<br>7~90日間で設定可能です。<br>※アプリダウンロードの場合は30日間固定。<br>このフィールドは、ADDおよびSET時に省略可能となります。<br>※ADD時のデフォルト設定値は30となります。</div><div lang=&quot;en&quot;>Counting period of conversoins (days).<br>It is available between 7 to 90 days<br>* For Mobile App Download, this period is fixed as 30 days. <br>This field is optional in ADD and SET operation. <br> *The default value in ADD operation will be 30.</div> [optional]
mostRecentConversionDate string <div lang=&quot;ja&quot;>直近のコンバージョン発生日です。</div><div lang=&quot;en&quot;>The most latest date when conversion occured.</div> [optional]
status \Yahoo\Model\ConversionTrackerServiceStatus [optional]
userRevenueValue string <div lang=&quot;ja&quot;>このコンバージョントラッカーに対するユーザー指定の収益値です。<br>1コンバージョンあたりの売上金額が固定値の場合、その金額を設定することで、売上金額をレポートなどで確認できます。<br>ADDリクエスト時に未指定の場合、0が設定されます。<br>このフィールドは、ADD時およびSET時に省略可能となります。</div><div lang=&quot;en&quot;>The value of revenue of the conversion tracker specified by user.<br>When the sales revenue of 1 conversion is fixed value, you are able to review the total sales on reports by specifying the amount on this item.<br>If it is not specified on ADD request, the value &#34;0&#34; is set. <br>This field is optional in ADD and SET operation. </div> [optional]
webConversion \Yahoo\Model\ConversionTrackerServiceWebConversion [optional]

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