diff --git a/design/v11/account/AccountServiceIncludeManagerAccount.yaml b/design/v11/account/AccountServiceIncludeManagerAccount.yaml deleted file mode 100644 index 8ec9799..0000000 --- a/design/v11/account/AccountServiceIncludeManagerAccount.yaml +++ /dev/null @@ -1,23 +0,0 @@ -AccountServiceIncludeManagerAccount: - type: string - nullable: true - default: EXCLUDE_MANAGER - enum: - - ONLY_MANAGER - - EXCLUDE_MANAGER - - ALL - - UNKNOWN - title: AccountServiceIncludeManagerAccount - description: | -
AccountServiceIncludeManagerAccountオブジェクトは、取得するアカウントにMCCアカウントを含むかどうかを表します。
-
AccountServiceIncludeManagerAccount represents whether the account to be retrieved includes an MCC account.
-
-
ONLY_MANAGER
-
MCCアカウントのみです。MCC account only.
-
EXCLUDE_MANAGER
-
MCCアカウントを除外します。Exclude MCC accounts.
-
ALL
-
全てのアカウントです。リクエストヘッダーにx-z-base-account-idを指定した場合、この値は指定できません。All accounts. If x-z-base-account-id is specified in the request header, this value cannot be specified.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/account/AccountServiceIsManagerAccount.yaml b/design/v11/account/AccountServiceIsManagerAccount.yaml deleted file mode 100644 index 120d448..0000000 --- a/design/v11/account/AccountServiceIsManagerAccount.yaml +++ /dev/null @@ -1,19 +0,0 @@ -AccountServiceIsManagerAccount: - type: string - nullable: true - enum: - - 'FALSE' - - 'TRUE' - - UNKNOWN - title: AccountServiceIsManagerAccount - description: | -
AccountServiceIsManagerAccountは、MCCアカウントかどうかを表します。
-
AccountServiceIsManagerAccount describes whether it is an MCC account.
-
-
TRUE
-
MCCアカウントです。MCC Account.
-
FALSE
-
通常アカウントです。Client Account.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/accountlink/AccountLinkServiceLinkAccessPermission.yaml b/design/v11/accountlink/AccountLinkServiceLinkAccessPermission.yaml deleted file mode 100644 index d1afaac..0000000 --- a/design/v11/accountlink/AccountLinkServiceLinkAccessPermission.yaml +++ /dev/null @@ -1,19 +0,0 @@ -AccountLinkServiceLinkAccessPermission: - type: string - nullable: true - enum: - - ALL - - READ_ONLY - - UNKNOWN - title: AccountLinkServiceLinkAccessPermission - description: | -
AccountLinkServiceLinkAccessPermissionは、アカウントリンクアクセス権限を表します。
-
AccountLinkServiceLinkAccessPermission displays the account link access permission.
-
-
ALL
-
全ての操作を許可します。Allows all operations.
-
READ_ONLY
-
参照のみ許可します。Only references are allowed.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/accountmanagement/AccountManagementServiceAuthType.yaml b/design/v11/accountmanagement/AccountManagementServiceAuthType.yaml deleted file mode 100644 index 7cc76f1..0000000 --- a/design/v11/accountmanagement/AccountManagementServiceAuthType.yaml +++ /dev/null @@ -1,19 +0,0 @@ -AccountManagementServiceAuthType: - type: string - nullable: true - enum: - - REFERABLE - - UPDATABLE - - UNKNOWN - title: AccountManagementServiceAuthType - description: | -
権限タイプです。
-
Access roles.
-
-
REFERABLE
-
参照権限です。Read-only
-
UPDATABLE
-
更新権限です。Write
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/auditlog/AuditLogServiceDateRange.yaml b/design/v11/auditlog/AuditLogServiceDateRange.yaml deleted file mode 100644 index 50bac01..0000000 --- a/design/v11/auditlog/AuditLogServiceDateRange.yaml +++ /dev/null @@ -1,42 +0,0 @@ -AuditLogServiceDateRange: - type: object - nullable: true - properties: - endDate: - type: string - nullable: true - description: | -
対象期間の終了日です。
- このフィールドは、必須です。
- ※1 「YYYYMMDDhhmmss」形式です。秒単位まで指定できます。
- 時間の指定がない場合は、0:00:00として扱われます。
  - 【例】2016年5月25日 午後2時5分35秒に設定したい場合:20160525140535
- ※2 日付は19700101~20371231まで設定可能です。
-
End date of target date.
- This field is required.
- *1 The format is specified as "YYYYMMDDhhmmss". It can be set at second bid level.
- If it's not specified, the value'0:00:00' is set as default.
  - ex.) To set 2:05:35 PM on May 25, 2016, the value for this option is "20160525140535".
- *2 Available date range :Jan 1, 1970 (19700101) - Dec 31, 2037 (20371231)
- startDate: - type: string - nullable: true - description: | -
対象期間の開始日です。
- このフィールドは、必須です。
- ※1 「YYYYMMDDhhmmss」形式です。秒単位まで指定できます。
- 時間の指定がない場合は、0:00:00として扱われます。
  - 【例】2016年5月25日 午後2時5分35秒に設定したい場合:20160525140535
- ※2 日付は19700101~20371231まで設定可能です。
-
Start date of target date.
- This field is required.
- *1 The format is specified as "YYYYMMDDhhmmss". It can be set at second bid level.
- If it's not specified, the value'0:00:00' is set as default.
  - ex.) To set 2:05:35 PM on May 25, 2016, the value for this option is "20160525140535".
- *2 Available date range :Jan 1, 1970 (19700101) - Dec 31, 2037 (20371231)
- title: AuditLogServiceDateRange - description: | -
AuditLogServiceDateRangeオブジェクトは操作履歴を取得する条件、期間を示します。
- このフィールドは、必須です。
-
AuditLogServiceDateRange object displays the conditions and period to get Operation History.
- This field is required.
diff --git a/design/v11/auditlog/AuditLogServiceEventSelector.yaml b/design/v11/auditlog/AuditLogServiceEventSelector.yaml deleted file mode 100644 index e29d95f..0000000 --- a/design/v11/auditlog/AuditLogServiceEventSelector.yaml +++ /dev/null @@ -1,99 +0,0 @@ -AuditLogServiceEventSelector: - type: object - nullable: true - properties: - entityType: - type: string - nullable: true - description: | -
AuditLogServiceEntityTypeオブジェクトは、操作履歴に出力するエンティティの種類を表します。
-
AuditLogServiceEntityType object describes the type of entities to be output on the data of operation history.
-
-
CAMPAIGN
-
キャンペーンです。Campaign.
-
NEGATIVE_CAMPAIGN_CRITERION
-
対象外キーワードです(キャンペーン)。Negative keywords (for campaign)
-
CAMPAIGN_CRITERION
-
キャンペーンのターゲティング設定です。Targeting setting on campaign.
-
AD_GROUP
-
広告グループです。Ad group.
-
AD_GROUP_BID_MULTIPLIER
-
広告グループ入札価格調整率です。Bid adjustment for ad group.
-
BIDDABLE_AD_GROUP_CRITERION
-
入札キーワードです。Bidding keyword.
-
NEGATIVE_AD_GROUP_CRITERION
-
対象外キーワードです(広告グループ)。Negative keywords (for ad group)
-
AD
-
広告です。Ad.
-
FEED
-
Feedフォルダーです。Feed folder.
-
FEED_ITEM
-
広告表示アセットです。Ad display assets.
-
CAMPAIGN_FEED
-
広告表示アセットです(キャンペーン)。Ad display assets for campaign.
-
AD_GROUP_FEED
-
広告表示アセットです(広告グループ)。Ad display assets for ad group.
-
SS_IO
-
アカウントです。Account.
-
SS_CONVERSION
-
コンバージョントラッカー(コンバージョン測定)です。Conversion tracker for conversion tracking.
-
BIDDING_STRATEGY
-
自動入札設定です。Auto bidding setting.
-
NEGATIVE_CAMPAIGN_USER_LIST
-
対象外ターゲットリストです(キャンペーン)。Exclude target list for campaign.
-
NEGATIVE_AD_GROUP_USER_LIST
-
対象外ターゲットリストです(広告グループ)。Exclude target list for ad group.
-
AD_GROUP_USER_LIST
-
ターゲットリストです(広告グループ)。Target list for ad group.
-
TARGET_LIST
-
サイトリターゲテイングのターゲットリストです。Target list of Site Retargeting.
-
SHARED_SET
-
共有リストです。Shared list.
-
SHARED_CRITERION
-
共有キーワードです。Shared keywords.
-
CAMPAIGN_SHARED_SET
-
キャンペーン共有リストです。Shared list for campaign.
-
AD_CUSTOMIZER
-
アドカスタマイザーです。Ad customizer.
-
EXCLUDE_AD_CUSTOMIZER
-
アドカスタマイザーを除くすべての履歴です。All operation history excepting ad customizer.
-
ASSET
-
アセット(広告表示アセット)です。Assets(Ad display asset).
-
CAMPAIGN_ASSET
-
キャンペーンとアセット間の設定情報です。Configuration information between campaign and assets.
-
AD_GROUP_ASSET
-
広告グループとアセット間の設定情報です。Configuration information between ad group and assets.
-
ACCOUNT_CUSTOMIZER
-
アカウントとカスタマイザー属性間の設定情報です。Configuration information between account and customizer attributes.
-
CAMPAIGN_CUSTOMIZER
-
キャンペーンとカスタマイザー属性間の設定情報です。Configuration information between campaign and customizer attributes.
-
AD_GROUP_CUSTOMIZER
-
広告グループとカスタマイザー属性間の設定情報です。Configuration information between ad group and customizer attributes.
-
AD_GROUP_CRITERION_CUSTOMIZER
-
キーワードとカスタマイザー属性間の設定情報です。Configuration information between keyword and customizer attributes.
-
CUSTOMIZER_ATTRIBUTE
-
カスタマイザー属性です。Customizer attributes.
-
PAGE_FEED_ASSET_SET
-
ページフィードアセットセットです。PageFeedAssetSet.
-
PAGE_FEED_ASSET
-
ページフィードアセットです。PageFeedAsset.
-
ALL
-
すべての履歴です。All operation history.
-
UNKNOWN
-
未知の値です。Unknown Value
-
- eventTypes: - type: array - nullable: true - items: - $ref: 'AuditLogServiceEventTypes.yaml#/AuditLogServiceEventTypes' - title: AuditLogServiceEventSelector - description: | -
AuditLogServiceEventSelectorオブジェクトは、操作履歴の取得対象を設定します。
- このフィールドは、必須です。
- 1~25件の指定が可能です。
- ※このフィールドは、レスポンスの際に返却されません。
-
AuditLogServiceEventSelector object enables the target setting of acquiring operation history.
- This field is required.
- 1 to 25 items can be specified.
- * This field is not returned in the response.
diff --git a/design/v11/campaign/CampaignServiceBudget.yaml b/design/v11/campaign/CampaignServiceBudget.yaml deleted file mode 100644 index 5886c92..0000000 --- a/design/v11/campaign/CampaignServiceBudget.yaml +++ /dev/null @@ -1,19 +0,0 @@ -CampaignServiceBudget: - type: object - nullable: true - properties: - amount: - type: integer - nullable: true - format: int64 - description: | -
1日単位のキャンペーン予算利用金額です。
- このフィールドは、ADD時は必須となり、SET時は省略可能となります。
-
Amount of budget of Campaign.
- This field is required in ADD operation, and is optional in SET operation.
- title: CampaignServiceBudget - description: | -
CampaignServiceBudgetオブジェクトは、キャンペーン予算に関する情報を表します。
- このフィールドは、ADD時に必須となり、SET時は省略可能となります。
-
CampaignServiceBudget object displays budget information for campaign.
- This field is required in ADD operation, and will be optional in SET operation.
diff --git a/design/v11/feed/Feed.yaml b/design/v11/feed/Feed.yaml deleted file mode 100644 index 1bab6a5..0000000 --- a/design/v11/feed/Feed.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Feed: - type: object - nullable: true - properties: - accountId: - type: integer - nullable: true - format: int64 - description: | -
アカウントIDです。
- ※入稿の仕様変更により不要になりました。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Account ID.
- *Not required by design change on editorials. 
- Although this field will be returned in the response, it will be ignored on input.
- domain: - type: string - nullable: true - description: | -
ドメインです。
- このフィールドは、ADD時に省略可能となり、SETおよびREMOVE時に無視されます。
-
Domain. 
- This field is optional in ADD operation, and will be ignored in SET and REMOVE operation.
- feedAttribute: - type: array - nullable: true - items: - $ref: 'FeedServiceAttribute.yaml#/FeedServiceAttribute' - feedId: - type: integer - nullable: true - format: int64 - description: | -
FeedIDです。
- このフィールドは、SETおよびREMOVE時に必須となり、ADD時は無視されます。
-
Feed ID.
- This field is required in SET and REMOVE operation, and will be ignored in ADD operation.
- feedName: - type: string - nullable: true - description: | -
Feedのリスト名です。
- このフィールドは、ADD時に必須となり、SETおよびREMOVE時に無視されます。
-
List name of Feed.
- This field is required in ADD operation, and will be ignored in SET and REMOVE operation.
- feedTrackId: - type: integer - nullable: true - format: int64 - description: | -
Feedのトラッキング用IDです。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Tracking ID of Feed.
- Although this field will be returned in the response, it will be ignored on input.
- placeholderType: - $ref: 'FeedServicePlaceholderType.yaml#/FeedServicePlaceholderType' - title: Feed - description: | -
Feedオブジェクトは、自動データ挿入のリストを格納します。
-
Feed object is the list of Data elements on auto data insertion.
diff --git a/design/v11/feed/FeedServiceAttribute.yaml b/design/v11/feed/FeedServiceAttribute.yaml deleted file mode 100644 index 3be69df..0000000 --- a/design/v11/feed/FeedServiceAttribute.yaml +++ /dev/null @@ -1,29 +0,0 @@ -FeedServiceAttribute: - type: object - nullable: true - properties: - feedAttributeId: - type: integer - nullable: true - format: int64 - description: | -
自動データ挿入のリストの属性(カラム)IDです。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Attribute ID (column ID) of auto data insertion list.
- Although this field will be returned in the response, it will be ignored on input.
- feedAttributeName: - type: string - nullable: true - description: | -
自動データ挿入のリストの属性(カラム)名です。
- このフィールドはADDおよびSET時に必須となり、REMOVE時に無視されます。
-
Attribute name (column name) of auto data insertion list.
- This field is required in ADD and SET operation, and will be ignored in REMOVE operation.
- placeholderField: - $ref: 'FeedServicePlaceholderField.yaml#/FeedServicePlaceholderField' - title: FeedServiceAttribute - description: | -
FeedServiceAttributeオブジェクトは、自動データ挿入のリストの属性を格納します。
- このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
-
FeedServiceAttribute object contains the attribute of auto data insertion list.
- This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
diff --git a/design/v11/feed/FeedServicePage.yaml b/design/v11/feed/FeedServicePage.yaml deleted file mode 100644 index 829dca2..0000000 --- a/design/v11/feed/FeedServicePage.yaml +++ /dev/null @@ -1,20 +0,0 @@ -FeedServicePage: - type: object - nullable: true - properties: - totalNumEntries: - type: integer - nullable: false - format: int32 - description: | -
取得される項目の総件数です。
-
Total number of entries in the result that this page is a part of.
- values: - type: array - nullable: true - items: - $ref: 'FeedServiceValue.yaml#/FeedServiceValue' - title: FeedServicePage - description: | -
FeedServicePageオブジェクトは、自動データ挿入のリストの結果を格納するコンテナです。
-
FeedServicePage contains the result of Data auto insertion.
diff --git a/design/v11/feed/FeedServicePlaceholderField.yaml b/design/v11/feed/FeedServicePlaceholderField.yaml deleted file mode 100644 index 199b42c..0000000 --- a/design/v11/feed/FeedServicePlaceholderField.yaml +++ /dev/null @@ -1,33 +0,0 @@ -FeedServicePlaceholderField: - type: string - nullable: true - enum: - - AD_CUSTOMIZER_INTEGER - - AD_CUSTOMIZER_PRICE - - AD_CUSTOMIZER_DATE - - AD_CUSTOMIZER_STRING - - DYNAMIC_AD_FOR_SEARCH_PAGE_FEEDS_PAGE_URL - - DYNAMIC_AD_FOR_SEARCH_PAGE_FEEDS_LABEL - - UNKNOWN - title: FeedServicePlaceholderField - description: | -
FeedServicePlaceholderFieldは、FeedItem情報の内容を選択します。
- このフィールドは、ADDおよびSET時に必須となり、REMOVE時に無視されます。
-
FeedServicePlaceholderField object select the details of Feed Item information.
- This field is required in ADD and SET operation, and will be ignored in REMOVE operation.
-
-
AD_CUSTOMIZER_INTEGER
-
データ自動挿入(INTEGERタイプの入力定義)です。Data Auto Insertion (Input of INTEGER type).
-
AD_CUSTOMIZER_PRICE
-
データ自動挿入(PRICEタイプの入力定義)です。Data Auto Insertion (Input of PRICE type).
-
AD_CUSTOMIZER_DATE
-
データ自動挿入(DATEタイプの入力定義)です。Data Auto Insertion (Input of DATE type).
-
AD_CUSTOMIZER_STRING
-
データ自動挿入(STRINGタイプの入力定義)です。Data Auto Insertion (Input of STRING type).
-
DYNAMIC_AD_FOR_SEARCH_PAGE_FEEDS_PAGE_URL
-
動的検索型連動広告ページフィードのページURLです。Page url of Dynamic ad for search page feeds.
-
DYNAMIC_AD_FOR_SEARCH_PAGE_FEEDS_LABEL
-
動的検索型連動広告ページフィードのラベルです。Label of Dynamic ad for search page feeds.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feed/FeedServicePlaceholderType.yaml b/design/v11/feed/FeedServicePlaceholderType.yaml deleted file mode 100644 index da53aa5..0000000 --- a/design/v11/feed/FeedServicePlaceholderType.yaml +++ /dev/null @@ -1,21 +0,0 @@ -FeedServicePlaceholderType: - type: string - nullable: true - enum: - - AD_CUSTOMIZER - - DYNAMIC_AD_FOR_SEARCH_PAGE_FEEDS - - UNKNOWN - title: FeedServicePlaceholderType - description: | -
FeedPlaceholderTypeは、FeedItem情報の種類を選択します。
- このフィールドは、ADD時に必須となり、SETおよびREMOVE時に無視されます。
-
FeedServicePlaceholderType (enum) object select the type of Feed Item information.
- This field is required in ADD operation, and will be ignored in SET and REMOVE operation.
-
-
AD_CUSTOMIZER
-
データ自動挿入です。Auto data insertion.
-
DYNAMIC_AD_FOR_SEARCH_PAGE_FEEDS
-
動的検索連動型広告ページフィードです。
※現在、こちらのEnumは利用できません。
Page feeds of dynamic ad for search.
*Currently this Enum is not available.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feed/FeedServiceReturnValue.yaml b/design/v11/feed/FeedServiceReturnValue.yaml deleted file mode 100644 index 43cc8e4..0000000 --- a/design/v11/feed/FeedServiceReturnValue.yaml +++ /dev/null @@ -1,13 +0,0 @@ -FeedServiceReturnValue: - type: object - nullable: true - properties: - values: - type: array - nullable: true - items: - $ref: 'FeedServiceValue.yaml#/FeedServiceValue' - title: FeedServiceReturnValue - description: | -
FeedServiceReturnValueは、操作結果を含む自動データ挿入のリストのコンテナです。
-
FeedReturn contains the result value of Data auto insertion.
diff --git a/design/v11/feed/FeedServiceSelector.yaml b/design/v11/feed/FeedServiceSelector.yaml deleted file mode 100644 index a610806..0000000 --- a/design/v11/feed/FeedServiceSelector.yaml +++ /dev/null @@ -1,53 +0,0 @@ -FeedServiceSelector: - type: object - nullable: true - required: - - accountId - properties: - accountId: - type: integer - nullable: false - format: int64 - description: | -
アカウントIDです。
-
Account ID.
- feedIds: - type: array - nullable: true - items: - type: integer - nullable: true - format: int64 - maxItems: 200 - description: | -
自動データ挿入のリストのIDです。
-
List ID of Feed.
- numberResults: - type: integer - nullable: true - format: int32 - minimum: 1 - maximum: 50 - default: 50 - description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
- placeholderTypes: - type: array - nullable: true - items: - $ref: 'FeedServicePlaceholderType.yaml#/FeedServicePlaceholderType' - maxItems: 2 - startIndex: - type: integer - nullable: true - format: int32 - minimum: 1 - default: 1 - description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
- title: FeedServiceSelector - description: | -
FeedServiceSelectorオブジェクトは、自動データ挿入のリストの基本情報を格納します。
-
FeedServiceSelector describes the basic information of list of Data auto insertion.
diff --git a/design/v11/feeditem/FeedItem.yaml b/design/v11/feeditem/FeedItem.yaml deleted file mode 100644 index a7bbffe..0000000 --- a/design/v11/feeditem/FeedItem.yaml +++ /dev/null @@ -1,110 +0,0 @@ -FeedItem: - type: object - nullable: true - properties: - accountId: - type: integer - nullable: true - format: int64 - description: | -
アカウントIDです。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Account ID.
- Although this field will be returned in the response, it will be ignored on input.
- approvalStatus: - $ref: 'FeedItemServiceApprovalStatus.yaml#/FeedItemServiceApprovalStatus' - customParameters: - $ref: 'FeedItemServiceCustomParameters.yaml#/FeedItemServiceCustomParameters' - devicePreference: - $ref: 'FeedItemServiceDevicePreference.yaml#/FeedItemServiceDevicePreference' - disapprovalReasonCodes: - type: array - nullable: true - items: - type: string - nullable: true - description: | -
審査否認理由です。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Reject reason on editorial review.
- Although this field will be returned in the response, it will be ignored on input.
- endDate: - type: string - nullable: true - description: | -
配信終了日です。
※空で設定すると、既存の配信終了日は削除されます。
- このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
-
End date of ad display.
∗By setting blank, existing end date of ad display will be deleted. -
This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
- feedId: - type: integer - nullable: true - format: int64 - description: | -
フィードIDです。
このフィールドはレスポンスの際に返却されますが、リクエストの際には無視されます。
- ※アドカスタマイザーの場合は、ADD時に必須となります。
-
Feed ID.
Although this field will be returned in the response, it will be ignored on input.
- *For AD_CUSTOMIZER, this field is required in ADD operation.
- feedItemAttribute: - type: array - nullable: true - items: - $ref: 'FeedItemServiceAttribute.yaml#/FeedItemServiceAttribute' - feedItemId: - type: integer - nullable: true - format: int64 - description: | -
フィードアイテムIDです。
- このフィールドは、SETおよびREMOVE時に必須となり、ADD時に無視されます。
-
Feed Item ID.
This field is required in SET and REMOVE operation, and will be ignored in ADD operation.
- feedItemTrackId: - type: integer - nullable: true - format: int64 - description: | -
トラッキング用フィードアイテムIDです。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Feed Item ID for tracking.
- Although this field will be returned in the response, it will be ignored on input.
- invalidedTrademarks: - type: array - nullable: true - items: - type: string - nullable: true - description: | -
制限された商標です。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Invalided trademarks.
- Although this field will be returned in the response, it will be ignored on input.
- location: - $ref: 'FeedItemServiceLocation.yaml#/FeedItemServiceLocation' - placeholderType: - $ref: 'FeedItemServicePlaceholderType.yaml#/FeedItemServicePlaceholderType' - reviewCustomParameters: - $ref: 'FeedItemServiceCustomParameters.yaml#/FeedItemServiceCustomParameters' - scheduling: - $ref: 'FeedItemServiceScheduling.yaml#/FeedItemServiceScheduling' - startDate: - type: string - nullable: true - description: | -
配信開始日です。
- ※空で設定すると、既存の配信開始日は削除されます。
- このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
-
Start date of ad display
- ∗On setting blank, existing start date of ad display will be deleted.
- This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
- targetingAdGroup: - $ref: 'FeedItemServiceTargetingAdGroup.yaml#/FeedItemServiceTargetingAdGroup' - targetingCampaign: - $ref: 'FeedItemServiceTargetingCampaign.yaml#/FeedItemServiceTargetingCampaign' - targetingKeyword: - $ref: 'FeedItemServiceTargetingKeyword.yaml#/FeedItemServiceTargetingKeyword' - trademarkStatus: - $ref: 'FeedItemServiceTrademarkStatus.yaml#/FeedItemServiceTrademarkStatus' - title: FeedItem - description: | -
FeedItemオブジェクトは、フィードアイテム情報を格納します。
-
FeedItem object contains the information of Feed Item.
diff --git a/design/v11/feeditem/FeedItemServiceApprovalStatus.yaml b/design/v11/feeditem/FeedItemServiceApprovalStatus.yaml deleted file mode 100644 index 6b01ac0..0000000 --- a/design/v11/feeditem/FeedItemServiceApprovalStatus.yaml +++ /dev/null @@ -1,30 +0,0 @@ -FeedItemServiceApprovalStatus: - type: string - nullable: true - enum: - - APPROVED - - APPROVED_WITH_REVIEW - - REVIEW - - PRE_DISAPPROVED - - POST_DISAPPROVED - - UNKNOWN - title: FeedItemServiceApprovalStatus - description: | -
FeedItemServiceApprovalStatusは、審査状況を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
FeedItemServiceApprovalStatus displays Editorial Status.
- Although this field will be returned in the response, it will be ignored on input.
-
-
APPROVED
-
承認済です。The item is approved
-
APPROVED_WITH_REVIEW
-
承認済です。
すでに掲載中のキーワード・広告を再編集し、審査中となり、編集前の広告が掲載されています。
The item is approved
Updated items are under review
-
REVIEW
-
審査中です。
新しく追加したキーワード・広告が審査中となり、広告は未掲載です。
Under editorial review
Newly added keywords/ads are under review, and not displayed yet
-
PRE_DISAPPROVED
-
掲載不可です。
新しく追加したキーワード・広告が審査で承認されず非掲載です。
The item was rejected
Newly added keywords/ads have been rejected, so it cannot be displayed
-
POST_DISAPPROVED
-
掲載停止です。
すでに掲載中のキーワード・広告について審査が行われた結果、承認されず非掲載です。
The item was rejected
Ads already displayed have been taken offline due to a result from post review
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceAttribute.yaml b/design/v11/feeditem/FeedItemServiceAttribute.yaml deleted file mode 100644 index 37f2f8d..0000000 --- a/design/v11/feeditem/FeedItemServiceAttribute.yaml +++ /dev/null @@ -1,31 +0,0 @@ -FeedItemServiceAttribute: - type: object - nullable: true - properties: - feedAttributeId: - type: integer - nullable: true - format: int64 - description: | -
フィード属性IDです。
- このフィールドは、ADDおよびSET時に無視されます。
- ※アドカスタマイザーの場合は、ADDおよびSET時に必須となります。
-
Feed attribute ID.
- This field will be ignored in ADD and SET operation.
- *For AD_CUSTOMIZER, this field is required in ADD and SET operation.
- multipleFeedItemAttribute: - $ref: 'FeedItemServiceMultipleFeedItemAttribute.yaml#/FeedItemServiceMultipleFeedItemAttribute' - placeholderField: - $ref: 'FeedItemServicePlaceholderField.yaml#/FeedItemServicePlaceholderField' - simpleFeedItemAttribute: - $ref: 'FeedItemServiceSimpleFeedItemAttribute.yaml#/FeedItemServiceSimpleFeedItemAttribute' - title: FeedItemServiceAttribute - description: | -
FeedItemServiceAttributeオブジェクトは、フィードアイテムの属性情報の値を格納します。
- このフィールドは、ADD時に必須となり、SET時に省略可能となり、REMOVE時に無視されます。
- SET時にfeedItemAttributeを指定するとすべて上書きされます。 -
-
FeedItemServiceAttribute object holds the value of Feed Item information.
- This field is required in ADD operation, is optional in SET operation, and will be ignored in REMOVE operation.
- If feedItemAttribute is specified in SET operation, it will be overwritten. -
diff --git a/design/v11/feeditem/FeedItemServiceCriterionTypeFeedItem.yaml b/design/v11/feeditem/FeedItemServiceCriterionTypeFeedItem.yaml deleted file mode 100644 index f5bb867..0000000 --- a/design/v11/feeditem/FeedItemServiceCriterionTypeFeedItem.yaml +++ /dev/null @@ -1,20 +0,0 @@ -FeedItemServiceCriterionTypeFeedItem: - type: string - nullable: true - enum: - - LOCATION - - UNKNOWN - title: FeedItemServiceCriterionTypeFeedItem - description: | -
FeedItemServiceCriterionTypeFeedItemオブジェクトは、地域設定のクライテリアを表します。
- このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
- ※ADD時のデフォルト設定値はLOCATIONとなります。
-
FeedItemServiceCriterionTypeFeedItem object describes criteria information of location restriction.
- This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
- *The default value in ADD operation will be LOCATION.
-
-
LOCATION
-
地域設定です。location restriction
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceCustomParameter.yaml b/design/v11/feeditem/FeedItemServiceCustomParameter.yaml deleted file mode 100644 index 5fe9d3d..0000000 --- a/design/v11/feeditem/FeedItemServiceCustomParameter.yaml +++ /dev/null @@ -1,30 +0,0 @@ -FeedItemServiceCustomParameter: - type: object - nullable: true - properties: - key: - type: string - nullable: true - description: | -
キーです。
- このフィールドは、ADDおよびSET時に必須となります。
-
Key of parameter.
- This field is required in ADD and SET operation.
- value: - type: string - nullable: true - description: | -
値です。
- このフィールドは、ADDおよびSET時に省略可能となります。
-
Value of parameter.
- This field is optional in ADD and SET operation.
- title: FeedItemServiceCustomParameter - description: | -
FeedItemServiceCustomParameterは、カスタムパラメータの内容を表します。
- このフィールドは、ADDおよびSET時に必須となります。
- SET時、このフィールドは既存の項目を置き換えます。
- ※削除フラグを立てた場合(isRemove=TRUE)、このフィールドは無視され、こちらの項目関係なく、全項目が削除されます。
-
FeedItemServiceCustomParameter displays the element of custom parameters.
- This field is required in ADD and SET operation.
- This field replaces the current items in SET operation.
- *If the delete flag is set (isRemove=TRUE), this field will be ignored and all items will be deleted.
diff --git a/design/v11/feeditem/FeedItemServiceCustomParameters.yaml b/design/v11/feeditem/FeedItemServiceCustomParameters.yaml deleted file mode 100644 index 7cd28bd..0000000 --- a/design/v11/feeditem/FeedItemServiceCustomParameters.yaml +++ /dev/null @@ -1,19 +0,0 @@ -FeedItemServiceCustomParameters: - type: object - nullable: true - properties: - isRemove: - $ref: 'FeedItemServiceIsRemove.yaml#/FeedItemServiceIsRemove' - parameters: - type: array - nullable: true - items: - $ref: 'FeedItemServiceCustomParameter.yaml#/FeedItemServiceCustomParameter' - title: FeedItemServiceCustomParameters - description: | -
FeedItemServiceCustomParametersオブジェクトは、カスタムパラメータの設定を表します。
- CustomParametersおよびReviewCustomParameters配下では、このフィールドはレスポンスの際に返却されますが、リクエストの際には無視されます。
- ※CustomParameters配下でのみ、クイックリンクアセットの場合、ADDおよびSET時に省略可能となります。
-
FeedItemServiceCustomParameters displays the setting of custom parameters.
- Under customParameters and ReviewCustomParameters, this field will be returned in the response, but it will be ignored on input.
- *Under customParameters, this field will be optional in ADD and SET operation for QUICKLINK asset.
diff --git a/design/v11/feeditem/FeedItemServiceDayOfWeek.yaml b/design/v11/feeditem/FeedItemServiceDayOfWeek.yaml deleted file mode 100644 index aa6cb15..0000000 --- a/design/v11/feeditem/FeedItemServiceDayOfWeek.yaml +++ /dev/null @@ -1,36 +0,0 @@ -FeedItemServiceDayOfWeek: - type: string - nullable: true - enum: - - MONDAY - - TUESDAY - - WEDNESDAY - - THURSDAY - - FRIDAY - - SATURDAY - - SUNDAY - - UNKNOWN - title: FeedItemServiceDayOfWeek - description: | -
FeedItemServiceDayOfWeekは、曜日を表します。
- このフィールドは、ADDおよびSET時に必須となります。
-
A day of the week.
- This field is required in ADD and SET operation.
-
-
MONDAY
-
月曜日です。For Monday of the week
-
TUESDAY
-
火曜日です。For Tuesday of the week
-
WEDNESDAY
-
水曜日です。For Wednesday of the week
-
THURSDAY
-
木曜日です。For Thursday of the week
-
FRIDAY
-
金曜日です。For Friday of the week
-
SATURDAY
-
土曜日です。For Saturday of the week
-
SUNDAY
-
日曜日です。For Sunday of the week
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceDevicePreference.yaml b/design/v11/feeditem/FeedItemServiceDevicePreference.yaml deleted file mode 100644 index e98018a..0000000 --- a/design/v11/feeditem/FeedItemServiceDevicePreference.yaml +++ /dev/null @@ -1,25 +0,0 @@ -FeedItemServiceDevicePreference: - type: string - nullable: true - enum: - - SMART_PHONE - - NONE - - UNKNOWN - title: FeedItemServiceDevicePreference - description: | -
FeedItemServiceDevicePreferenceは、広告を優先的に配信するデバイスを選択します。
- このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
- 電話番号アセットの場合、ADD時に省略可能となり、SET時に無視されます。
- ※ADD時のデフォルト設定値はSMART_PHONEとなります。
-
FeedItemServiceDevicePreference is a selection of device to deliver ads in high priority.
- This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
- For CALLEXTENSION, this field is optional in ADD operation, and will be ignored in SET operation.
- *The default value for ADD operation will be SMART_PHONE.
-
-
SMART_PHONE
-
スマートフォンを優先的に配信します。
作成(add)時のみご利用いただけます。
※優先デバイスの変更(set)・削除(remove)は実施できません。
Deliver ads to Smartphone in higher priority
Available for add operation only
It cannot be used in set or remove operation
-
NONE
-
指定なしnot specified
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceFeedAttributeValue.yaml b/design/v11/feeditem/FeedItemServiceFeedAttributeValue.yaml deleted file mode 100644 index b217b06..0000000 --- a/design/v11/feeditem/FeedItemServiceFeedAttributeValue.yaml +++ /dev/null @@ -1,85 +0,0 @@ -FeedItemServiceFeedAttributeValue: - type: object - nullable: true - properties: - disapprovalReasonCodes: - type: array - nullable: true - items: - type: string - nullable: true - description: | -
審査の否認理由コードです。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Reject reason code of editorial review.
- Although this field will be returned in the response, it will be ignored on input.
- feedAttributeValue: - type: string - nullable: true - description: | -
フィードアイテムの属性値です。
- このフィールドは、ADDおよびSET時に必須となり、REMOVE時は無視されます。
-
FeedItem attribute value.
- This field is required in ADD and SET operation, and will be ignored in REMOVE operation.
- reviewFeedAttributeValue: - type: string - nullable: true - description: | -
レビュー中のフィードアイテムの属性値です。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
FeedItem attribute value in review.
- Although this field will be returned in the response, it will be ignored on input.
- title: FeedItemServiceFeedAttributeValue - description: | -
FeedItemServiceFeedAttributeValueオブジェクトは、フィードアイテムの属性値を表示します。
- 更新時にfeedAttributeValueを指定するとすべて上書きされ、未指定のfeedAttributeValueの属性情報は削除されます。
- feedAttributeValueに空文字を指定すると、下記の場合のみフィードアイテムの属性情報は削除されます。 - - - - - - - - - - - - - - - - - - - - - -
placeholderTypeplaceholderField
QUICKLINKADVANCED_MOBILE_URL
QUICKLINKTRACKING_URL
AD_CUTOMIZERany
-
-
FeedItemServiceFeedAttributeValue object describes FeedItem attribute value.
- Upon updating, if feedAttributeValue is specified, the attribute information will be overwritten, but if feedAttributeValue is not specified, it will be deleted.
- If an empty string is specified in feedAttributeValue, the attribute information of the feed item will be deleted only for the following cases. - - - - - - - - - - - - - - - - - - - - - -
placeholderTypeplaceholderField
QUICKLINKADVANCED_MOBILE_URL
QUICKLINKTRACKING_URL
AD_CUTOMIZERany
-
diff --git a/design/v11/feeditem/FeedItemServiceGeoRestriction.yaml b/design/v11/feeditem/FeedItemServiceGeoRestriction.yaml deleted file mode 100644 index fc31edb..0000000 --- a/design/v11/feeditem/FeedItemServiceGeoRestriction.yaml +++ /dev/null @@ -1,23 +0,0 @@ -FeedItemServiceGeoRestriction: - type: string - nullable: true - enum: - - NONE - - LOCATION_OF_PRESENCE - - UNKNOWN - title: FeedItemServiceGeoRestriction - description: | -
FeedItemServiceGeoRestrictionオブジェクトは、地域設定の配信を制御します。
- このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
- ※ADD時のデフォルト設定値はNONEとなります。
-
FeedItemServiceGeoRestriction object controls ad delivery of location restriction.
- This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
- The default value in ADD operation will be NONE.
-
-
NONE
-
検索キーワードとユーザーの所在地の関係にかかわらず、配信されます。Regardless of the relationship between the search keyword and the user's location, Ads will be delivered.
-
LOCATION_OF_PRESENCE
-
検索キーワードがユーザーの所在地と無関係の場合は配信されません。Ads will not be delivered if the search keyword is unrelated to the user's location.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceIsRemove.yaml b/design/v11/feeditem/FeedItemServiceIsRemove.yaml deleted file mode 100644 index b398adc..0000000 --- a/design/v11/feeditem/FeedItemServiceIsRemove.yaml +++ /dev/null @@ -1,27 +0,0 @@ -FeedItemServiceIsRemove: - type: string - nullable: true - enum: - - 'TRUE' - - 'FALSE' - - UNKNOWN - title: FeedItemServiceIsRemove - description: | -
FeedItemServiceIsRemoveは、カスタムパラメータの削除フラグです。
- customParametersおよびreviewCustomParameters配下の場合、このフィールドはSET時に省略可能となります。
- locationオブジェクト配下の場合、このフィールドは、ADDおよびREMOVE時に無視され、SET時に省略可能となります。
- ※地域設定を解除する場合は、locationオブジェクトのisRemoveにTRUEを指定します。
- 地域設定解除後は、geoTargetingRestrictionにNONEが設定されます。
-
FeedItemServiceIsRemove is Delete flag.
- Under customParameters and reviewCustomParameters, this field is optional in SET operation.
- Under location object, this field will be ignored in ADD and REMOVE operation, and is optional in SET operation.
- *To deactivate the location restriction, set isRemove of location object to TRUE.
- After the deactivation, geoTargetingRestriction will be set to NONE.
-
-
TRUE
-
カスタムパラメータの削除フラグがオンです。Delete flag is on.
-
FALSE
-
カスタムパラメータの削除フラグがオフです。Delete flag is off.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceKeywordMatchType.yaml b/design/v11/feeditem/FeedItemServiceKeywordMatchType.yaml deleted file mode 100644 index f7b0f12..0000000 --- a/design/v11/feeditem/FeedItemServiceKeywordMatchType.yaml +++ /dev/null @@ -1,24 +0,0 @@ -FeedItemServiceKeywordMatchType: - type: string - nullable: true - enum: - - EXACT - - PHRASE - - BROAD - - UNKNOWN - title: FeedItemServiceKeywordMatchType - description: | -
FeedItemServiceKeywordMatchTypeは、キーワードのマッチタイプを表します。
- このフィールドは、ADDおよびSET時に必須となります。
-
FeedItemServiceKeywordMatchType describes keyword match type.
- This field is required in ADD and SET operation.
-
-
EXACT
-
完全一致です。Exact match.
-
PHRASE
-
フレーズ一致です。Phrase match.
-
BROAD
-
部分一致です。Broad match.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceLocation.yaml b/design/v11/feeditem/FeedItemServiceLocation.yaml deleted file mode 100644 index b63d235..0000000 --- a/design/v11/feeditem/FeedItemServiceLocation.yaml +++ /dev/null @@ -1,26 +0,0 @@ -FeedItemServiceLocation: - type: object - nullable: true - properties: - criterionTypeFeedItem: - $ref: 'FeedItemServiceCriterionTypeFeedItem.yaml#/FeedItemServiceCriterionTypeFeedItem' - geoRestriction: - $ref: 'FeedItemServiceGeoRestriction.yaml#/FeedItemServiceGeoRestriction' - isRemove: - $ref: 'FeedItemServiceIsRemove.yaml#/FeedItemServiceIsRemove' - targetId: - type: string - nullable: true - description: | -
地域種別コードです。
- このフィールドは、ADD時に必須となり、SET時に省略可能となり、REMOVE時に無視されます。
-
FeedItemServiceLocation Type Code.
- This field is required in ADD operation, is optional in SET operation, and will be ignored in REMOVE operation.
- title: FeedItemServiceLocation - description: | -
FeedItemServiceLocationオブジェクトは、地域設定情報を格納します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
- ※アドカスタマイザーの場合は、ADD時に省略可能となります。
-
FeedItemServiceLocation object contains the information of Geographic FeedItemServiceLocation.
- Although this field will be returned in the response, it will be ignored on input.
- *For AD_CUSTOMIZER, this field is optional in ADD operation.
diff --git a/design/v11/feeditem/FeedItemServiceMinuteOfHour.yaml b/design/v11/feeditem/FeedItemServiceMinuteOfHour.yaml deleted file mode 100644 index a6c8647..0000000 --- a/design/v11/feeditem/FeedItemServiceMinuteOfHour.yaml +++ /dev/null @@ -1,27 +0,0 @@ -FeedItemServiceMinuteOfHour: - type: string - nullable: true - enum: - - ZERO - - FIFTEEN - - THIRTY - - FORTY_FIVE - - UNKNOWN - title: FeedItemServiceMinuteOfHour - description: | -
FeedItemServiceMinuteOfHourは、時間(分)を表します。
- このフィールドは、ADDおよびSET時に必須となります。
-
Minutes of an hour. Only supported for: 0, 15, 30, and 45 minutes past the hour.
- This field is required in ADD and SET operation.
-
-
ZERO
-
0分です。Zero minutes past the hour
-
FIFTEEN
-
15分です。Fifteen minutes past the hour
-
THIRTY
-
30分です。Thirty minutes past the hour
-
FORTY_FIVE
-
45分です。Forty-five minutes past the hour
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceMultipleFeedItemAttribute.yaml b/design/v11/feeditem/FeedItemServiceMultipleFeedItemAttribute.yaml deleted file mode 100644 index 02b011a..0000000 --- a/design/v11/feeditem/FeedItemServiceMultipleFeedItemAttribute.yaml +++ /dev/null @@ -1,17 +0,0 @@ -FeedItemServiceMultipleFeedItemAttribute: - type: object - nullable: true - properties: - feedAttributeValues: - type: array - nullable: true - items: - $ref: 'FeedItemServiceFeedAttributeValue.yaml#/FeedItemServiceFeedAttributeValue' - isRemove: - $ref: 'FeedItemServiceIsRemove.yaml#/FeedItemServiceIsRemove' - title: FeedItemServiceMultipleFeedItemAttribute - description: | -
このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時には無視されます。
- ※placeholderFieldがSTRUCTURED_SNIPPET_VALUES, ADDITIONAL_ADVANCED_URLS, ADDITIONAL_ADVANCED_MOBILE_URLSの場合、ADDおよびSET時に必須となります。
-
This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
- If the placeholderField is STRUCTURED_SNIPPET_VALUES, ADDITIONAL_ADVANCED_URLS, or ADDITIONAL_ADVANCED_MOBILE_URLS, this field is required in ADD and SET operation.
diff --git a/design/v11/feeditem/FeedItemServiceOperation.yaml b/design/v11/feeditem/FeedItemServiceOperation.yaml deleted file mode 100644 index 7f2d4ac..0000000 --- a/design/v11/feeditem/FeedItemServiceOperation.yaml +++ /dev/null @@ -1,28 +0,0 @@ -FeedItemServiceOperation: - type: object - nullable: true - required: - - accountId - - operand - - placeholderType - properties: - accountId: - type: integer - nullable: false - format: int64 - description: | -
アカウントIDです。
-
Account ID.
- operand: - type: array - nullable: true - items: - $ref: 'FeedItem.yaml#/FeedItem' - minItems: 1 - maxItems: 2000 - placeholderType: - $ref: 'FeedItemServicePlaceholderType.yaml#/FeedItemServicePlaceholderType' - title: FeedItemServiceOperation - description: | -
FeedItemServiceOperationオブジェクトは、フィードアイテムの情報を格納します。
-
FeedItemServiceOperation contains the Feed Item information.
diff --git a/design/v11/feeditem/FeedItemServicePlaceholderField.yaml b/design/v11/feeditem/FeedItemServicePlaceholderField.yaml deleted file mode 100644 index 20fbe87..0000000 --- a/design/v11/feeditem/FeedItemServicePlaceholderField.yaml +++ /dev/null @@ -1,65 +0,0 @@ -FeedItemServicePlaceholderField: - type: string - nullable: true - enum: - - LINK_TEXT - - LINK_DESCRIPTION_1 - - LINK_DESCRIPTION_2 - - ADVANCED_URL - - ADVANCED_MOBILE_URL - - TRACKING_URL - - CALL_PHONE_NUMBER - - AD_CUSTOMIZER_INTEGER - - AD_CUSTOMIZER_PRICE - - AD_CUSTOMIZER_DATE - - AD_CUSTOMIZER_STRING - - CALLOUT_TEXT - - ADDITIONAL_ADVANCED_URLS - - ADDITIONAL_ADVANCED_MOBILE_URLS - - STRUCTURED_SNIPPET_HEADER - - STRUCTURED_SNIPPET_VALUES - - UNKNOWN - title: FeedItemServicePlaceholderField - description: | -
FeedItemServicePlaceholderFieldは、FeedItem情報の内容を選択します。
- このフィールドは、ADDおよびSET時に必須となり、REMOVE時に無視されます。
- ※アドカスタマイザーの場合は、ADDおよびSET時に無視されます。
-
FeedItemServicePlaceholderField object selects FeedItem information details.
- This field is required in ADD and SET operation, and will be ignored in REMOVE operation.
- *For AD_CUSTOMIZER, this field will be ignored in ADD and SET operation.
-
-
LINK_TEXT
-
クイックリンクアセットのテキストです。Quick link asset text.
-
LINK_DESCRIPTION_1
-
クイックリンク説明文1Quick link description 1.
-
LINK_DESCRIPTION_2
-
クイックリンク説明文2Quick link description 2.
-
ADVANCED_URL
-
最終リンク先URLです。Landing Page URL.
-
ADVANCED_MOBILE_URL
-
スマートフォン向けURLです。Smartphone Landing Page URL.
-
TRACKING_URL
-
トラッキングURLです。Tracking URL.
-
CALL_PHONE_NUMBER
-
電話番号アセットの電話番号です。Phone number of Call assets.
-
AD_CUSTOMIZER_INTEGER
-
データ自動挿入(INTEGERタイプの入力定義)です。Auto data insertion (INTEGER type defined).
-
AD_CUSTOMIZER_PRICE
-
データ自動挿入(PRICEタイプの入力定義)です。Auto data insertion (PRICE type defined).
-
AD_CUSTOMIZER_DATE
-
データ自動挿入(DATEタイプの入力定義)です。Auto data insertion (DATE type defined).
-
AD_CUSTOMIZER_STRING
-
データ自動挿入(STRINGタイプの入力定義)です。Auto data insertion (STRING type defined.).
-
CALLOUT_TEXT
-
テキスト補足アセットのテキストです。Text for Callout asset.
-
ADDITIONAL_ADVANCED_URLS
-
最終リンク先URLを2件以上設定する場合の入力定義です。Define when multiple Landing Page URLs are set.
-
ADDITIONAL_ADVANCED_MOBILE_URLS
-
スマートフォン向けURLを2件以上設定する場合の入力定義です。Define when multiple smartphone landing page URLs are set.
-
STRUCTURED_SNIPPET_HEADER
-
カテゴリ補足アセット(ヘッダ)です。Category snippet asset (header)
-
STRUCTURED_SNIPPET_VALUES
-
カテゴリ補足アセット(バリュー)です。Category snippet asset (value)
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServicePlaceholderType.yaml b/design/v11/feeditem/FeedItemServicePlaceholderType.yaml deleted file mode 100644 index 134f250..0000000 --- a/design/v11/feeditem/FeedItemServicePlaceholderType.yaml +++ /dev/null @@ -1,30 +0,0 @@ -FeedItemServicePlaceholderType: - type: string - nullable: true - enum: - - QUICKLINK - - CALLEXTENSION - - AD_CUSTOMIZER - - CALLOUT - - STRUCTURED_SNIPPET - - UNKNOWN - title: FeedItemServicePlaceholderType - description: | -
FeedItemServicePlaceholderTypeは、FeedItem情報の種類を選択します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
FeedItemServicePlaceholderType selects FeeItem information type.
- Although this field will be returned in the response, it will be ignored on input.
-
-
QUICKLINK
-
広告表示アセットのクイックリンクアセットです。
※現在、こちらのEnumは利用できません。
Quick link asset from ad display asset
*Currently this Enum is not available.
-
CALLEXTENSION
-
広告表示アセットの電話番号アセットです。
※現在、こちらのEnumは利用できません。
Call asset (Phone Number) from ad display asset
*Currently this Enum is not available.
-
AD_CUSTOMIZER
-
データ自動挿入です。Data Auto Insertion
-
CALLOUT
-
テキスト補足アセットです。
※現在、こちらのEnumは利用できません。
Callout asset from ad display asset
*Currently this Enum is not available.
-
STRUCTURED_SNIPPET
-
カテゴリ補足アセットです。
※現在、こちらのEnumは利用できません。
Category snippet asset from ad display asset
*Currently this Enum is not available.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/feeditem/FeedItemServiceReturnValue.yaml b/design/v11/feeditem/FeedItemServiceReturnValue.yaml deleted file mode 100644 index a7b8b2a..0000000 --- a/design/v11/feeditem/FeedItemServiceReturnValue.yaml +++ /dev/null @@ -1,13 +0,0 @@ -FeedItemServiceReturnValue: - type: object - nullable: true - properties: - values: - type: array - nullable: true - items: - $ref: 'FeedItemServiceValue.yaml#/FeedItemServiceValue' - title: FeedItemServiceReturnValue - description: | -
FeedItemReturnオブジェクトは、フィードアイテムの情報を格納します。
-
FeedItemReturn contains the Feed Item information.
diff --git a/design/v11/feeditem/FeedItemServiceSchedule.yaml b/design/v11/feeditem/FeedItemServiceSchedule.yaml deleted file mode 100644 index 34454da..0000000 --- a/design/v11/feeditem/FeedItemServiceSchedule.yaml +++ /dev/null @@ -1,36 +0,0 @@ -FeedItemServiceSchedule: - type: object - nullable: true - properties: - dayOfWeek: - $ref: 'FeedItemServiceDayOfWeek.yaml#/FeedItemServiceDayOfWeek' - endHour: - type: integer - nullable: true - format: int64 - description: | -
終了時です。
- ※0 ~ 24の範囲で設定してください。
- このフィールドは、ADDおよびSET時に必須となります。
-
End time in hour.
- *Specify from 0 - 24.
- This field is required in ADD and SET operation.
- endMinute: - $ref: 'FeedItemServiceMinuteOfHour.yaml#/FeedItemServiceMinuteOfHour' - startHour: - type: integer - nullable: true - format: int64 - description: | -
開始時です。
- ※0 ~ 23の範囲で設定してください。
このフィールドは、ADDおよびSET時に必須となります。
-
Start time in hour.
*Specify from 0 - 23.
- This field is required in ADD and SET operation.
- startMinute: - $ref: 'FeedItemServiceMinuteOfHour.yaml#/FeedItemServiceMinuteOfHour' - title: FeedItemServiceSchedule - description: | -
FeedItemServiceScheduleオブジェクトは、広告表示アセットの配信スケジュール設定を表します。
- このフィールドは、ADDおよびSET時に省略可能となります。
-
FeedItemServiceSchedule object describes display schedule from ad display asset.
- This field is optional in ADD and SET operation.
diff --git a/design/v11/feeditem/FeedItemServiceScheduling.yaml b/design/v11/feeditem/FeedItemServiceScheduling.yaml deleted file mode 100644 index e621a9b..0000000 --- a/design/v11/feeditem/FeedItemServiceScheduling.yaml +++ /dev/null @@ -1,15 +0,0 @@ -FeedItemServiceScheduling: - type: object - nullable: true - properties: - schedules: - type: array - nullable: true - items: - $ref: 'FeedItemServiceSchedule.yaml#/FeedItemServiceSchedule' - title: FeedItemServiceScheduling - description: | -
FeedItemServiceSchedulingオブジェクトは、広告配信スケジュールを表します。
- このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
-
FeedItemServiceScheduling object describes ad display schedule.
- This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
diff --git a/design/v11/feeditem/FeedItemServiceSelector.yaml b/design/v11/feeditem/FeedItemServiceSelector.yaml deleted file mode 100644 index c955f71..0000000 --- a/design/v11/feeditem/FeedItemServiceSelector.yaml +++ /dev/null @@ -1,70 +0,0 @@ -FeedItemServiceSelector: - type: object - nullable: true - required: - - accountId - properties: - accountId: - type: integer - nullable: false - format: int64 - description: | -
検索条件:アカウントIDです。
-
Search condition: Account ID.
- approvalStatuses: - type: array - nullable: true - items: - $ref: 'FeedItemServiceApprovalStatus.yaml#/FeedItemServiceApprovalStatus' - maxItems: 5 - feedIds: - type: array - nullable: true - items: - type: integer - nullable: true - format: int64 - maxItems: 1000 - description: | -
検索条件:フィードIDです。
-
Search condition: Feed ID.
- feedItemIds: - type: array - nullable: true - items: - type: integer - nullable: true - format: int64 - maxItems: 1000 - description: | -
検索条件:フィードアイテムIDです。
-
Search condition: Feed Item ID.
- numberResults: - type: integer - nullable: true - format: int32 - minimum: 1 - maximum: 2000 - default: 500 - description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
- placeholderTypes: - type: array - nullable: true - items: - $ref: 'FeedItemServicePlaceholderType.yaml#/FeedItemServicePlaceholderType' - maxItems: 5 - startIndex: - type: integer - nullable: true - format: int32 - minimum: 1 - default: 1 - description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
- title: FeedItemServiceSelector - description: | -
FeedItemServiceSelectorオブジェクトは、フィードアイテムの情報を指定します。
-
FeedItemServiceSelector describes the Feed item information.
diff --git a/design/v11/feeditem/FeedItemServiceSetTrademarkStatus.yaml b/design/v11/feeditem/FeedItemServiceSetTrademarkStatus.yaml deleted file mode 100644 index 1a5cde9..0000000 --- a/design/v11/feeditem/FeedItemServiceSetTrademarkStatus.yaml +++ /dev/null @@ -1,15 +0,0 @@ -FeedItemServiceSetTrademarkStatus: - type: object - nullable: true - properties: - feedItemId: - type: integer - nullable: true - format: int64 - description: | -
フィードアイテムIDです。
このフィールドは必須となります。
-
FeedItem ID.
This field is required.
- title: FeedItemServiceSetTrademarkStatus - description: | -
FeedItemServiceSetTrademarkStatusオブジェクトは、フィードアイテムの情報を格納します。
-
FeedItemServiceSetTrademarkStatus object holds feed item information.
diff --git a/design/v11/feeditem/FeedItemServiceSetTrademarkStatusOperation.yaml b/design/v11/feeditem/FeedItemServiceSetTrademarkStatusOperation.yaml deleted file mode 100644 index 7e2ce43..0000000 --- a/design/v11/feeditem/FeedItemServiceSetTrademarkStatusOperation.yaml +++ /dev/null @@ -1,28 +0,0 @@ -FeedItemServiceSetTrademarkStatusOperation: - type: object - nullable: true - required: - - accountId - - operand - - placeholderType - properties: - accountId: - type: integer - nullable: false - format: int64 - description: | -
アカウントIDです。
-
Account ID
- operand: - type: array - nullable: true - items: - $ref: 'FeedItemServiceSetTrademarkStatus.yaml#/FeedItemServiceSetTrademarkStatus' - minItems: 1 - maxItems: 2000 - placeholderType: - $ref: 'FeedItemServicePlaceholderType.yaml#/FeedItemServicePlaceholderType' - title: FeedItemServiceSetTrademarkStatusOperation - description: | -
FeedItemServiceSetTrademarkStatusOperationオブジェクトは、操作対象の商標使用制限の情報を格納します。
-
FeedItemServiceSetTrademarkStatusOperation object holds the target's trademark restriction information.
diff --git a/design/v11/feeditem/FeedItemServiceSetTrademarkStatusResponse.yaml b/design/v11/feeditem/FeedItemServiceSetTrademarkStatusResponse.yaml deleted file mode 100644 index 6feb0ef..0000000 --- a/design/v11/feeditem/FeedItemServiceSetTrademarkStatusResponse.yaml +++ /dev/null @@ -1,15 +0,0 @@ -FeedItemServiceSetTrademarkStatusResponse: - type: object - nullable: true - properties: - errors: - type: array - nullable: true - items: - $ref: '../../Error.yaml#/Error' - rid: - type: string - nullable: false - rval: - $ref: 'FeedItemServiceReturnValue.yaml#/FeedItemServiceReturnValue' - title: FeedItemServiceSetTrademarkStatusResponse diff --git a/design/v11/feeditem/FeedItemServiceSimpleFeedItemAttribute.yaml b/design/v11/feeditem/FeedItemServiceSimpleFeedItemAttribute.yaml deleted file mode 100644 index 96fbb6d..0000000 --- a/design/v11/feeditem/FeedItemServiceSimpleFeedItemAttribute.yaml +++ /dev/null @@ -1,44 +0,0 @@ -FeedItemServiceSimpleFeedItemAttribute: - type: object - nullable: true - properties: - feedAttributeValue: - type: string - nullable: true - description: | -
フィードアイテム情報の値です。

- ※データ自動挿入の利用時は、属性は以下のように入力してください:
- ・AD_CUSTOMIZER_INTEGER
- ex) 99999999
・AD_CUSTOMIZER_PRICE
- ex) 19800 or 19,800
- ・AD_CUSTOMIZER_DATE
- ex) 20151231 235959
- ・AD_CUSTOMIZER_STRING
- ex) hoge ・STRUCTURED_SNIPPET_HEADER
- ex) ブランド
-
Value of feed iteim information.

- *When using data insertion, you need to enter attribution as follows:
- ・AD_CUSTOMIZER_INTEGER
- ex) 99999999
- ・AD_CUSTOMIZER_PRICE
- ex) 19800 or 19,800
- ・AD_CUSTOMIZER_DATE
- ex) 20151231 235959
- ・AD_CUSTOMIZER_STRING
- ex) home
- ・STRUCTURED_SNIPPET_HEADER
- ex) brand
- reviewFeedAttributeValue: - type: string - nullable: true - description: | -
審査中のフィードアイテム情報です。
- ※審査中の間のみ、レスポンス時に表示されます。
-
The feed item information on editorial review.
- *It is displayed for response only on Editorial Review.
- title: FeedItemServiceSimpleFeedItemAttribute - description: | -
このフィールドは、ADDおよびSET時に省略可能となり、REMOVE時に無視されます。
- ※placeholderFieldがSTRUCTURED_SNIPPET_VALUES, ADDITIONAL_ADVANCED_URLS, ADDITIONAL_ADVANCED_MOBILE_URLSの場合、ADDおよびSET時に必須となります。
-
This field is optional in ADD and SET operation, and will be ignored in REMOVE operation.
- If the placeholderField is STRUCTURED_SNIPPET_VALUES, ADDITIONAL_ADVANCED_URLS, or ADDITIONAL_ADVANCED_MOBILE_URLS, this field is required in ADD and SET operation.
diff --git a/design/v11/feeditem/FeedItemServiceTargetingAdGroup.yaml b/design/v11/feeditem/FeedItemServiceTargetingAdGroup.yaml deleted file mode 100644 index e5479eb..0000000 --- a/design/v11/feeditem/FeedItemServiceTargetingAdGroup.yaml +++ /dev/null @@ -1,25 +0,0 @@ -FeedItemServiceTargetingAdGroup: - type: object - nullable: true - properties: - targetingAdGroupId: - type: integer - nullable: true - format: int64 - description: | -
配信に使用する広告グループIDです。
- ※設定を解除する場合は「0」を指定してください。
- ※addのリクエストで、「0」指定は未 指定と同じ扱いになります。
- データ自動挿入の場合、このフィールドはADDおよびSET時に省略可能となります。
-
Targeting Ad group ID.
- * To deactive, insert "0".
- * It would be "no setting", if "0" is set in add request.
- For AD_CUSTOMIZER, this field is optional in ADD and SET operation.
- title: FeedItemServiceTargetingAdGroup - description: | -
FeedItemServiceTargetingAdGroupオブジェクトは、データ自動挿入の広告グループとの紐付けを表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
- ※アドカスタマイザーの場合、ADDおよびSET時に省略可能となります。
-
FeedItemServiceTargetingAdGroup contains ad group setting for Data Auto Insertion.
- Although this field will be returned in the response, it will be ignored on input.
- *For AD_CUSTOMIZER, this field is optional in ADD and SET operation.
diff --git a/design/v11/feeditem/FeedItemServiceTargetingCampaign.yaml b/design/v11/feeditem/FeedItemServiceTargetingCampaign.yaml deleted file mode 100644 index 28ad1c8..0000000 --- a/design/v11/feeditem/FeedItemServiceTargetingCampaign.yaml +++ /dev/null @@ -1,25 +0,0 @@ -FeedItemServiceTargetingCampaign: - type: object - nullable: true - properties: - targetingCampaignId: - type: integer - nullable: true - format: int64 - description: | -
配信に使用するキャンペーンIDです。
- ※設定を解除する場合は「0」を指定してください。
- ※addのリクエストで、「0」指定は未指定と同じ扱いになります。
- データ自動挿入の場合、このフィールドはADDおよびSET時に必須となります。
-
Campaign ID used for ad display.
- *Specify '0' to clear the setting.
- *The specified '0' will be handled as same as 'not specified' by add request.
- For AD_CUSTOMIZER, This field is required in ADD and SET operation.
- title: FeedItemServiceTargetingCampaign - description: | -
FeedItemServiceTargetingCampaignオブジェクトは、データ自動挿入のキャンペーンとの紐付けを表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
- ※アドカスタマイザーの場合は、ADDおよびSET時に省略可能となります。
-
FeedItemServiceTargetingCampaign contains Campaign setting for Data Auto Insertion.
- Although this field will be returned in the response, it will be ignored on input.
- *For AD_CUSTOMIZER, this field is optional in ADD and SET operation.
diff --git a/design/v11/feeditem/FeedItemServiceTargetingKeyword.yaml b/design/v11/feeditem/FeedItemServiceTargetingKeyword.yaml deleted file mode 100644 index 2d4aff2..0000000 --- a/design/v11/feeditem/FeedItemServiceTargetingKeyword.yaml +++ /dev/null @@ -1,34 +0,0 @@ -FeedItemServiceTargetingKeyword: - type: object - nullable: true - properties: - keywordMatchType: - $ref: 'FeedItemServiceKeywordMatchType.yaml#/FeedItemServiceKeywordMatchType' - targetingKeywordId: - type: integer - nullable: true - format: int64 - description: | -
指定したキーワード(text)を識別する IDになります。
- ※設定を解除する場合は「0」を指定 してください。
- このフィールドは、SET時に省略可能となります。
-
ID to identify the Targeting keyword (text).
- * To deactive, set "0".
- This field is optional in SET operation.
- text: - type: string - nullable: true - description: | -
指定するキーワードです。
※入力制限:80文字、10ワード までです。
- このフィールドはADDおよびSET時に必須となります。
-
Keyword text.
- * Insert limit: Up to 80 characters and/or 10 words.
- This field is required in ADD and SET operation.
- title: FeedItemServiceTargetingKeyword - description: | -
FeedItemServiceTargetingKeywordオブジェクトは、データ自動挿入のターゲットキーワードを表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
- ※アドカスタマイザーの場合は、ADDおよびSET時に省略可能となります。
-
FeedItemServiceTargetingKeyword contains keyword setting for Data Auto Insertion.
- Although this field will be returned in the response, it will be ignored on input.
- *For AD_CUSTOMIZER, this field is optional in ADD and SET operation.
diff --git a/design/v11/feeditem/FeedItemServiceTrademarkStatus.yaml b/design/v11/feeditem/FeedItemServiceTrademarkStatus.yaml deleted file mode 100644 index cb1ebd3..0000000 --- a/design/v11/feeditem/FeedItemServiceTrademarkStatus.yaml +++ /dev/null @@ -1,30 +0,0 @@ -FeedItemServiceTrademarkStatus: - type: string - nullable: true - enum: - - NO_RESTRICTION - - CONFLICT_WITH_TRADEMARK - - CLAIM_IN_PROGRESS - - DISAPPROVED_CLAIM - - DISAPPROVED_REVIEWER - - UNKNOWN - title: FeedItemServiceTrademarkStatus - description: | -
FeedItemServiceTrademarkStatusは、商標保護ステータスです。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
FeedItemServiceTrademarkStatus object describes the status of trademark.
- Although this field will be returned in the response, it will be ignored on input.
-
-
DISAPPROVED_CLAIM
-
不服申立否認Disapproved claim.
-
DISAPPROVED_REVIEWER
-
目視による審査での否認Disapproved reviewer.
-
NO_RESTRICTION
-
制限なしNo restriction.
-
CONFLICT_WITH_TRADEMARK
-
商標に抵触して配信停止中Conflict with trademark.
-
CLAIM_IN_PROGRESS
-
不服申立中Claim in progress.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetrics.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetrics.yaml deleted file mode 100644 index f69674d..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetrics.yaml +++ /dev/null @@ -1,49 +0,0 @@ -KeywordForecastMetrics: - type: object - nullable: true - properties: - keyword: - type: string - nullable: true - description: | -
キーワードです。
-
Keywords.
- impressions: - type: number - nullable: true - format: double - description: | -
インプレッション数です。
-
Number of impression.
- ctr: - type: number - nullable: true - format: double - description: | -
クリック率です。
-
Click rate.
- averageCpc: - type: number - nullable: true - format: double - description: | -
平均CPCです。
-
Average CPC.
- clicks: - type: number - nullable: true - format: double - description: | -
クリック数です。
-
Number of click.
- cost: - type: number - nullable: true - format: double - description: | -
コストです。
-
Cost.
- title: KeywordForecastMetrics - description: | -
KeywordForecastMetrics オブジェクトは、見積もりリクエストを格納します。
-
KeywordForecastMetrics object contains the estimate request.
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceDateInterval.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceDateInterval.yaml deleted file mode 100644 index d148fce..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceDateInterval.yaml +++ /dev/null @@ -1,27 +0,0 @@ -KeywordForecastMetricsServiceDateInterval: - type: string - nullable: true - enum: - - NEXT_WEEK - - NEXT_MONTH - - NEXT_QUARTER - - CUSTOM_DATE - - UNKNOWN - title: KeywordForecastMetricsServiceDateInterval - description: | -
KeywordForecastMetricsServiceDateIntervalは、予測期間を表します。
- CUSTOM_DATEのとき、startDateとendDateは必須です。
-
KeywordForecastMetricsServiceDateInterval describes the forecast period.
- startDate and endDate is required if CUSTOM_DATE is specified.
-
-
NEXT_WEEK
-
翌週です。Next week.
-
NEXT_MONTH
-
翌月です。Next month.
-
NEXT_QUARTER
-
翌四半期です。Next quarter.
-
CUSTOM_DATE
-
任意期間です。Any period.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceGetResponse.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceGetResponse.yaml deleted file mode 100644 index cf7c5ba..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceGetResponse.yaml +++ /dev/null @@ -1,15 +0,0 @@ -KeywordForecastMetricsServiceGetResponse: - type: object - nullable: true - properties: - errors: - type: array - nullable: true - items: - $ref: '../../Error.yaml#/Error' - rid: - type: string - nullable: false - rval: - $ref: 'KeywordForecastMetricsServicePage.yaml#/KeywordForecastMetricsServicePage' - title: KeywordForecastMetricsServiceGetResponse diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanAdGroup.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanAdGroup.yaml deleted file mode 100644 index 95aafbe..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanAdGroup.yaml +++ /dev/null @@ -1,25 +0,0 @@ -KeywordForecastMetricsServiceKeywordPlanAdGroup: - type: object - nullable: true - required: - - keywordPlanAdGroupKeywords - properties: - cpc: - type: integer - nullable: true - format: int64 - description: | -
最大クリック単価です。
-
Maximum CPC.
- keywordPlanAdGroupKeywords: - type: array - nullable: true - items: - $ref: 'KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword.yaml#/KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword' - description: | -
見積もりを行うキーワードのコンテナです。
-
A container for the keywords to estimate
- title: KeywordForecastMetricsServiceKeywordPlanAdGroup - description: | -
KeywordForecastMetricsServiceKeywordPlanAdGroup オブジェクトは、見積もりリクエストを格納します。
-
KeywordForecastMetricsServiceKeywordPlanAdGroup object is a container for the estimate request.
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword.yaml deleted file mode 100644 index 02b4aa8..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword.yaml +++ /dev/null @@ -1,38 +0,0 @@ -KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword: - type: object - nullable: true - required: - - text - - matchType - properties: - text: - type: string - nullable: true - description: | -
キーワードです。
-
Keyword
- matchType: - $ref: 'KeywordForecastMetricsServiceMatchType.yaml#/KeywordForecastMetricsServiceMatchType' - cpc: - type: integer - nullable: true - format: int64 - description: | -
最大クリック単価です。
- isNegativeがTRUEのときにcpcを指定することはできません。
-
Maximum CPC.
- When isNegative is TRUE, CPC cannot be specified.
- isNegative: - type: boolean - nullable: true - description: | -
除外キーワードです。
- デフォルト値はfalseです。
- 除外キーワードのみでのリクエストはできません。
-
Refine keyword.
- The default value will be FALSE.
- Cannot request with only refine keyword.
- title: KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword - description: | -
KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword オブジェクトは、見積もりリクエストを格納します。
-
KeywordForecastMetricsServiceKeywordPlanAdGroupKeyword object contains the estimate request.
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanCampaign.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanCampaign.yaml deleted file mode 100644 index f3feac9..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanCampaign.yaml +++ /dev/null @@ -1,31 +0,0 @@ -KeywordForecastMetricsServiceKeywordPlanCampaign: - type: object - nullable: true - required: - - cpc - - keywordPlanAdGroup - properties: - keywordPlanNetwork: - $ref: 'KeywordForecastMetricsServiceKeywordPlanNetwork.yaml#/KeywordForecastMetricsServiceKeywordPlanNetwork' - cpc: - type: integer - nullable: true - format: int64 - description: | -
最大クリック単価です。
-
Maximum CPC.
- geoTargets: - type: array - nullable: true - items: - type: string - nullable: true - description: | -
地域情報です。
-
Area information.
- keywordPlanAdGroup: - $ref: 'KeywordForecastMetricsServiceKeywordPlanAdGroup.yaml#/KeywordForecastMetricsServiceKeywordPlanAdGroup' - title: KeywordForecastMetricsServiceKeywordPlanCampaign - description: | -
KeywordForecastMetricsServiceKeywordPlanCampaign オブジェクトは、見積もりリクエストを格納します。
-
KeywordForecastMetricsServiceKeywordPlanCampaign object is a container for the estimate request.
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanNetwork.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanNetwork.yaml deleted file mode 100644 index 8f739fa..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceKeywordPlanNetwork.yaml +++ /dev/null @@ -1,21 +0,0 @@ -KeywordForecastMetricsServiceKeywordPlanNetwork: - type: string - nullable: true - enum: - - YAHOO_SEARCH - - SEARCH_NETWORK - - UNKNOWN - title: KeywordForecastMetricsServiceKeywordPlanNetwork - description: | -
KeywordForecastMetricsServiceKeywordPlanNetworkは、予測対象の検索画面を表します。
- デフォルト値はYAHOO_SEARCHです。
-
KeywordForecastMetricsServiceKeywordPlanNetwork represents the search screen for the forecast target.
- Default value will be "YAHOO_SEARCH".
-
-
YAHOO_SEARCH
-
Yahoo!検索の検索画面のみです。Only the search screen of Yahoo! JAPAN Search.
-
SEARCH_NETWORK
-
Yahoo!検索を含むすべての検索画面です。All search screens including Yahoo! JAPAN Search.
-
UNKNOWN
-
未知の値です。Unknown Value
-
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml deleted file mode 100644 index 23d15b5..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml +++ /dev/null @@ -1,22 +0,0 @@ -KeywordForecastMetricsServiceMatchType: - type: string - nullable: true - enum: - - EXACT - - PHRASE - - BROAD - - UNKNOWN - title: KeywordForecastMetricsServiceMatchType - description: | -
KeywordForecastMetricsServiceMatchTypeは、キーワードのマッチタイプを表します。
-
KeywordForecastMetricsServiceMatchType describes keyword match type.
-
-
EXACT
-
完全一致です。Exact match.
-
PHRASE
-
フレーズ一致です。Phrase match.
-
BROAD
-
部分一致です。Broad match.
-
UNKNOWN
-
未知の値です。Unknown Value.
-
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServicePage.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServicePage.yaml deleted file mode 100644 index ad1e60f..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServicePage.yaml +++ /dev/null @@ -1,20 +0,0 @@ -KeywordForecastMetricsServicePage: - type: object - nullable: true - properties: - totalNumEntries: - type: integer - nullable: false - format: int32 - description: | -
取得される項目の総件数です。
-
Total number of entries
- values: - type: array - nullable: true - items: - $ref: 'KeywordForecastMetricsServiceValue.yaml#/KeywordForecastMetricsServiceValue' - title: KeywordForecastMetricsServicePage - description: | -
KeywordForecastMetricsServicePage オブジェクトは、見積もりの結果を格納するコンテナです。
-
KeywordForecastMetricsServicePage object is a container for the estimate result.
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceSelector.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceSelector.yaml deleted file mode 100644 index 22bbaf3..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceSelector.yaml +++ /dev/null @@ -1,43 +0,0 @@ -KeywordForecastMetricsServiceSelector: - type: object - nullable: true - required: - - accountId - - dateInterval - - keywordPlanCampaign - properties: - accountId: - type: integer - nullable: false - format: int64 - description: | -
アカウントIDです。
-
Account ID
- dateInterval: - $ref: 'KeywordForecastMetricsServiceDateInterval.yaml#/KeywordForecastMetricsServiceDateInterval' - startDate: - type: string - nullable: true - description: | -
dateIntervalがCUSTOM_DATEのときに指定する開始日です。
- 現在より先の日付、かつ一年未満である必要があります。
- ※フォーマット:yyyyMMdd
-
Start date specified when dateInterval is CUSTOM_DATE.
- Must be earlier than the current date and less than a year old.
- * Format: yyyyMMdd
- endDate: - type: string - nullable: true - description: | -
dateIntervalがCUSTOM_DATEのときに指定する終了日です。
- 現在より先の日付、かつ一年未満である必要があります。
- ※フォーマット:yyyyMMdd
-
End date specified when dateInterval is CUSTOM_DATE.
- Must be earlier than the current date and less than a year old.
- * Format: yyyyMMdd
- keywordPlanCampaign: - $ref: 'KeywordForecastMetricsServiceKeywordPlanCampaign.yaml#/KeywordForecastMetricsServiceKeywordPlanCampaign' - title: KeywordForecastMetricsServiceSelector - description: | -
KeywordForecastMetricsServiceSelector オブジェクトは、見積もりリクエストを格納します。
-
KeywordForecastMetricsServiceSelector object contains estimate request.
diff --git a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceValue.yaml b/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceValue.yaml deleted file mode 100644 index 97122b8..0000000 --- a/design/v11/keywordforecastmetrics/KeywordForecastMetricsServiceValue.yaml +++ /dev/null @@ -1,21 +0,0 @@ -KeywordForecastMetricsServiceValue: - type: object - nullable: true - properties: - keywordForecastMetrics: - $ref: 'KeywordForecastMetrics.yaml#/KeywordForecastMetrics' - errors: - type: array - nullable: true - items: - $ref: '../../Error.yaml#/Error' - operationSucceeded: - type: boolean - nullable: true - description: | -
処理結果です。
-
Operation result.
- title: KeywordForecastMetricsServiceValue - description: | -
KeywordForecastMetrics オブジェクトは、見積もりリクエストを格納します。
-
KeywordForecastMetrics object contains estimate request.
diff --git a/design/v12/adgroup/AdGroupServiceLabel.yaml b/design/v12/adgroup/AdGroupServiceLabel.yaml index f44f5e4..bd731be 100644 --- a/design/v12/adgroup/AdGroupServiceLabel.yaml +++ b/design/v12/adgroup/AdGroupServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupServiceLabel: title: AdGroupServiceLabel description: |
AdGroupServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request. diff --git a/design/v12/adgroup/AdGroupServiceSelector.yaml b/design/v12/adgroup/AdGroupServiceSelector.yaml index b62ec51..54d8937 100644 --- a/design/v12/adgroup/AdGroupServiceSelector.yaml +++ b/design/v12/adgroup/AdGroupServiceSelector.yaml @@ -48,10 +48,10 @@ AdGroupServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v12/adgroupad/AdGroupAdServiceLabel.yaml b/design/v12/adgroupad/AdGroupAdServiceLabel.yaml index e169bc8..169e2f7 100644 --- a/design/v12/adgroupad/AdGroupAdServiceLabel.yaml +++ b/design/v12/adgroupad/AdGroupAdServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupAdServiceLabel: title: AdGroupAdServiceLabel description: |
AdGroupAdServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupAdServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v12/adgroupad/AdGroupAdServiceSelector.yaml b/design/v12/adgroupad/AdGroupAdServiceSelector.yaml index 4a7a964..2d69cb5 100644 --- a/design/v12/adgroupad/AdGroupAdServiceSelector.yaml +++ b/design/v12/adgroupad/AdGroupAdServiceSelector.yaml @@ -72,10 +72,10 @@ AdGroupAdServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v12/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml b/design/v12/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml index cf1c773..0c079ea 100644 --- a/design/v12/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml +++ b/design/v12/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml @@ -7,10 +7,10 @@ AdGroupCriterionServiceContainsLabelId: - UNKNOWN title: AdGroupCriterionServiceContainsLabelId description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
diff --git a/design/v12/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml b/design/v12/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml index faa1eb0..be828b4 100644 --- a/design/v12/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml +++ b/design/v12/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml @@ -18,7 +18,7 @@ AdGroupCriterionServiceKeywordMatchType:
PHRASE
フレーズ一致です。Phrase match.
BROAD
-
部分一致です。Broad match.
+
インテントマッチです。Broad match.
UNKNOWN
未知の値です。Unknown value.
diff --git a/design/v12/adgroupcriterion/AdGroupCriterionServiceLabel.yaml b/design/v12/adgroupcriterion/AdGroupCriterionServiceLabel.yaml index a2561e4..f77a3b5 100644 --- a/design/v12/adgroupcriterion/AdGroupCriterionServiceLabel.yaml +++ b/design/v12/adgroupcriterion/AdGroupCriterionServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupCriterionServiceLabel: title: AdGroupCriterionServiceLabel description: |
AdGroupCriterionServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupCriterionServiceLabel object describes label information.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v12/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml b/design/v12/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml index 5b11991..f52f782 100644 --- a/design/v12/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml +++ b/design/v12/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml @@ -9,12 +9,14 @@ BiddingStrategyServiceTargetImpressionShareScheme: nullable: true format: int64 description: | -
入札価格の上限です。(0〜50000)
- ※「0」が設定された場合、上限設定はありません。
- このフィールドは、いずれの場合でも省略可能となります。
-
CPC limit (0-50000).
- * No limits if "0" is set.
- This field is optional in any cases.
+
入札価格の上限です。
+ 入札価格の上限の詳細は以下のヘルプを参照してください。
+ ・自動入札タイプ「ページ最上部掲載」【検索広告】
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+
Bid Limit.
+ Refer to the following help.
+ * Autobidding type absolute top placement [Search Ads]
+ This field is required in ADD operation, and will be optional in SET operation.
targetImpressionShare: type: integer nullable: true diff --git a/design/v12/campaign/CampaignServiceContainsLabel.yaml b/design/v12/campaign/CampaignServiceContainsLabel.yaml index d17e1da..ad22368 100644 --- a/design/v12/campaign/CampaignServiceContainsLabel.yaml +++ b/design/v12/campaign/CampaignServiceContainsLabel.yaml @@ -3,9 +3,9 @@ CampaignServiceContainsLabel: nullable: true title: CampaignServiceContainsLabel description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
diff --git a/design/v12/campaign/CampaignServiceLabel.yaml b/design/v12/campaign/CampaignServiceLabel.yaml index 2a48665..28e2198 100644 --- a/design/v12/campaign/CampaignServiceLabel.yaml +++ b/design/v12/campaign/CampaignServiceLabel.yaml @@ -30,6 +30,6 @@ CampaignServiceLabel: title: CampaignServiceLabel description: |
紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
CampaignServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v12/campaign/CampaignServiceSelector.yaml b/design/v12/campaign/CampaignServiceSelector.yaml index ea6de24..75203c8 100644 --- a/design/v12/campaign/CampaignServiceSelector.yaml +++ b/design/v12/campaign/CampaignServiceSelector.yaml @@ -50,10 +50,10 @@ CampaignServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v12/campaign/CampaignServiceTargetImpressionShareScheme.yaml b/design/v12/campaign/CampaignServiceTargetImpressionShareScheme.yaml index 6382ec0..e4e1391 100644 --- a/design/v12/campaign/CampaignServiceTargetImpressionShareScheme.yaml +++ b/design/v12/campaign/CampaignServiceTargetImpressionShareScheme.yaml @@ -10,11 +10,17 @@ CampaignServiceTargetImpressionShareScheme: format: int64 description: |
入札価格の上限です。
- このフィールドは省略可能となります。その際、デフォルト設定値は0となります。
- ※「0」が設定された場合、上限設定はありません。
-
Limit of bid (CPC).
- This field is optional. The default value will be 0.
- * No limits if "0" is set.
+ 入札価格の上限の詳細は以下のヘルプを参照してください。
+ ・自動入札タイプ「ページ最上部掲載」【検索広告】
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+ ただし、他の入札戦略から「ページ最上部掲載」へ変更される場合はSET時でも必須となります。 +
+
Bid Limit.
+ Refer to the following help.
+ * Autobidding type absolute top placement [Search Ads]
+ This field is required in ADD operation, and will be optional in SET operation.
+ If the 'Absolute top placement' type is specified in a SET operation from another bidding strategy type, this field will be required. +
targetImpressionShare: type: integer nullable: true diff --git a/design/v12/campaignexport/CampaignExportServiceEncoding.yaml b/design/v12/campaignexport/CampaignExportServiceEncoding.yaml index ab0e545..8632988 100644 --- a/design/v12/campaignexport/CampaignExportServiceEncoding.yaml +++ b/design/v12/campaignexport/CampaignExportServiceEncoding.yaml @@ -8,9 +8,9 @@ CampaignExportServiceEncoding: title: CampaignExportServiceEncoding description: |
CampaignExportServiceEncodingは、エクスポートするデータのエンコーディング設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceEncoding is an encoding setting for exporting data.
- This field is required.
+ This field is optional.
UTF8
UTF8です。UTF8 encode.
diff --git a/design/v12/campaignexport/CampaignExportServiceLang.yaml b/design/v12/campaignexport/CampaignExportServiceLang.yaml index c241bd5..45a74c6 100644 --- a/design/v12/campaignexport/CampaignExportServiceLang.yaml +++ b/design/v12/campaignexport/CampaignExportServiceLang.yaml @@ -8,9 +8,9 @@ CampaignExportServiceLang: title: CampaignExportServiceLang description: |
CampaignExportServiceLangは、エクスポートするデータの言語設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceLang is a language setting for exporting data.
- This field is required.
+ This field is optional.
JA
日本語です。Japanese.
diff --git a/design/v12/campaignexport/CampaignExportServiceOutput.yaml b/design/v12/campaignexport/CampaignExportServiceOutput.yaml index c0e1531..ba19b24 100644 --- a/design/v12/campaignexport/CampaignExportServiceOutput.yaml +++ b/design/v12/campaignexport/CampaignExportServiceOutput.yaml @@ -8,9 +8,9 @@ CampaignExportServiceOutput: title: CampaignExportServiceOutput description: |
CampaignExportServiceOutputは、エクスポートするデータの形式設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceOutput is an output format for exporting data.
- This field is required.
+ This field is optional.
CSV
CSVフォーマットです。CSV format.
diff --git a/design/v12/feeditem/FeedItemServiceKeywordMatchType.yaml b/design/v12/feeditem/FeedItemServiceKeywordMatchType.yaml index 44bacc3..ad95ff3 100644 --- a/design/v12/feeditem/FeedItemServiceKeywordMatchType.yaml +++ b/design/v12/feeditem/FeedItemServiceKeywordMatchType.yaml @@ -18,7 +18,7 @@ FeedItemServiceKeywordMatchType:
PHRASE
フレーズ一致です。Phrase match.
BROAD
-
部分一致です。Broad match.
+
インテントマッチです。Broad match.
UNKNOWN
未知の値です。Unknown value.
diff --git a/design/v12/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml b/design/v12/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml index 28dcd6f..5139d87 100644 --- a/design/v12/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml +++ b/design/v12/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml @@ -16,7 +16,7 @@ KeywordForecastMetricsServiceMatchType:
PHRASE
フレーズ一致です。Phrase match.
BROAD
-
部分一致です。Broad match.
+
インテントマッチです。Broad match.
UNKNOWN
未知の値です。Unknown value.
diff --git a/design/v13/adgroup/AdGroupServiceLabel.yaml b/design/v13/adgroup/AdGroupServiceLabel.yaml index f44f5e4..bd731be 100644 --- a/design/v13/adgroup/AdGroupServiceLabel.yaml +++ b/design/v13/adgroup/AdGroupServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupServiceLabel: title: AdGroupServiceLabel description: |
AdGroupServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request. diff --git a/design/v13/adgroup/AdGroupServiceSelector.yaml b/design/v13/adgroup/AdGroupServiceSelector.yaml index 29ed4f3..da5e7c1 100644 --- a/design/v13/adgroup/AdGroupServiceSelector.yaml +++ b/design/v13/adgroup/AdGroupServiceSelector.yaml @@ -48,10 +48,10 @@ AdGroupServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v13/adgroupad/AdGroupAdServiceLabel.yaml b/design/v13/adgroupad/AdGroupAdServiceLabel.yaml index e169bc8..169e2f7 100644 --- a/design/v13/adgroupad/AdGroupAdServiceLabel.yaml +++ b/design/v13/adgroupad/AdGroupAdServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupAdServiceLabel: title: AdGroupAdServiceLabel description: |
AdGroupAdServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupAdServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v13/adgroupad/AdGroupAdServiceSelector.yaml b/design/v13/adgroupad/AdGroupAdServiceSelector.yaml index 245190c..b4c87d6 100644 --- a/design/v13/adgroupad/AdGroupAdServiceSelector.yaml +++ b/design/v13/adgroupad/AdGroupAdServiceSelector.yaml @@ -72,10 +72,10 @@ AdGroupAdServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v13/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml b/design/v13/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml index cf1c773..0c079ea 100644 --- a/design/v13/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml +++ b/design/v13/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml @@ -7,10 +7,10 @@ AdGroupCriterionServiceContainsLabelId: - UNKNOWN title: AdGroupCriterionServiceContainsLabelId description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
diff --git a/design/v13/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml b/design/v13/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml index faa1eb0..be828b4 100644 --- a/design/v13/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml +++ b/design/v13/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml @@ -18,7 +18,7 @@ AdGroupCriterionServiceKeywordMatchType:
PHRASE
フレーズ一致です。Phrase match.
BROAD
-
部分一致です。Broad match.
+
インテントマッチです。Broad match.
UNKNOWN
未知の値です。Unknown value.
diff --git a/design/v13/adgroupcriterion/AdGroupCriterionServiceLabel.yaml b/design/v13/adgroupcriterion/AdGroupCriterionServiceLabel.yaml index a2561e4..f77a3b5 100644 --- a/design/v13/adgroupcriterion/AdGroupCriterionServiceLabel.yaml +++ b/design/v13/adgroupcriterion/AdGroupCriterionServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupCriterionServiceLabel: title: AdGroupCriterionServiceLabel description: |
AdGroupCriterionServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupCriterionServiceLabel object describes label information.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v13/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml b/design/v13/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml index 5b11991..f52f782 100644 --- a/design/v13/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml +++ b/design/v13/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml @@ -9,12 +9,14 @@ BiddingStrategyServiceTargetImpressionShareScheme: nullable: true format: int64 description: | -
入札価格の上限です。(0〜50000)
- ※「0」が設定された場合、上限設定はありません。
- このフィールドは、いずれの場合でも省略可能となります。
-
CPC limit (0-50000).
- * No limits if "0" is set.
- This field is optional in any cases.
+
入札価格の上限です。
+ 入札価格の上限の詳細は以下のヘルプを参照してください。
+ ・自動入札タイプ「ページ最上部掲載」【検索広告】
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+
Bid Limit.
+ Refer to the following help.
+ * Autobidding type absolute top placement [Search Ads]
+ This field is required in ADD operation, and will be optional in SET operation.
targetImpressionShare: type: integer nullable: true diff --git a/design/v13/campaign/CampaignServiceContainsLabel.yaml b/design/v13/campaign/CampaignServiceContainsLabel.yaml index d17e1da..ad22368 100644 --- a/design/v13/campaign/CampaignServiceContainsLabel.yaml +++ b/design/v13/campaign/CampaignServiceContainsLabel.yaml @@ -3,9 +3,9 @@ CampaignServiceContainsLabel: nullable: true title: CampaignServiceContainsLabel description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
diff --git a/design/v13/campaign/CampaignServiceLabel.yaml b/design/v13/campaign/CampaignServiceLabel.yaml index 2a48665..28e2198 100644 --- a/design/v13/campaign/CampaignServiceLabel.yaml +++ b/design/v13/campaign/CampaignServiceLabel.yaml @@ -30,6 +30,6 @@ CampaignServiceLabel: title: CampaignServiceLabel description: |
紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
CampaignServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v13/campaign/CampaignServiceSelector.yaml b/design/v13/campaign/CampaignServiceSelector.yaml index cf8196c..e4dfb2c 100644 --- a/design/v13/campaign/CampaignServiceSelector.yaml +++ b/design/v13/campaign/CampaignServiceSelector.yaml @@ -50,10 +50,10 @@ CampaignServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v13/campaign/CampaignServiceTargetImpressionShareScheme.yaml b/design/v13/campaign/CampaignServiceTargetImpressionShareScheme.yaml index 6382ec0..e4e1391 100644 --- a/design/v13/campaign/CampaignServiceTargetImpressionShareScheme.yaml +++ b/design/v13/campaign/CampaignServiceTargetImpressionShareScheme.yaml @@ -10,11 +10,17 @@ CampaignServiceTargetImpressionShareScheme: format: int64 description: |
入札価格の上限です。
- このフィールドは省略可能となります。その際、デフォルト設定値は0となります。
- ※「0」が設定された場合、上限設定はありません。
-
Limit of bid (CPC).
- This field is optional. The default value will be 0.
- * No limits if "0" is set.
+ 入札価格の上限の詳細は以下のヘルプを参照してください。
+ ・自動入札タイプ「ページ最上部掲載」【検索広告】
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+ ただし、他の入札戦略から「ページ最上部掲載」へ変更される場合はSET時でも必須となります。 +
+
Bid Limit.
+ Refer to the following help.
+ * Autobidding type absolute top placement [Search Ads]
+ This field is required in ADD operation, and will be optional in SET operation.
+ If the 'Absolute top placement' type is specified in a SET operation from another bidding strategy type, this field will be required. +
targetImpressionShare: type: integer nullable: true diff --git a/design/v13/campaignexport/CampaignExportServiceEncoding.yaml b/design/v13/campaignexport/CampaignExportServiceEncoding.yaml index ab0e545..8632988 100644 --- a/design/v13/campaignexport/CampaignExportServiceEncoding.yaml +++ b/design/v13/campaignexport/CampaignExportServiceEncoding.yaml @@ -8,9 +8,9 @@ CampaignExportServiceEncoding: title: CampaignExportServiceEncoding description: |
CampaignExportServiceEncodingは、エクスポートするデータのエンコーディング設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceEncoding is an encoding setting for exporting data.
- This field is required.
+ This field is optional.
UTF8
UTF8です。UTF8 encode.
diff --git a/design/v13/campaignexport/CampaignExportServiceLang.yaml b/design/v13/campaignexport/CampaignExportServiceLang.yaml index c241bd5..45a74c6 100644 --- a/design/v13/campaignexport/CampaignExportServiceLang.yaml +++ b/design/v13/campaignexport/CampaignExportServiceLang.yaml @@ -8,9 +8,9 @@ CampaignExportServiceLang: title: CampaignExportServiceLang description: |
CampaignExportServiceLangは、エクスポートするデータの言語設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceLang is a language setting for exporting data.
- This field is required.
+ This field is optional.
JA
日本語です。Japanese.
diff --git a/design/v13/campaignexport/CampaignExportServiceOutput.yaml b/design/v13/campaignexport/CampaignExportServiceOutput.yaml index c0e1531..ba19b24 100644 --- a/design/v13/campaignexport/CampaignExportServiceOutput.yaml +++ b/design/v13/campaignexport/CampaignExportServiceOutput.yaml @@ -8,9 +8,9 @@ CampaignExportServiceOutput: title: CampaignExportServiceOutput description: |
CampaignExportServiceOutputは、エクスポートするデータの形式設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceOutput is an output format for exporting data.
- This field is required.
+ This field is optional.
CSV
CSVフォーマットです。CSV format.
diff --git a/design/v13/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml b/design/v13/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml index 28dcd6f..5139d87 100644 --- a/design/v13/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml +++ b/design/v13/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml @@ -16,7 +16,7 @@ KeywordForecastMetricsServiceMatchType:
PHRASE
フレーズ一致です。Phrase match.
BROAD
-
部分一致です。Broad match.
+
インテントマッチです。Broad match.
UNKNOWN
未知の値です。Unknown value.
diff --git a/design/v14/Route.yaml b/design/v14/Route.yaml index 01d6df6..67cf94f 100644 --- a/design/v14/Route.yaml +++ b/design/v14/Route.yaml @@ -1525,6 +1525,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 120020Can not set value.
値を設定することができません。
Value cannot be set.
130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
210605App ad does not support Data Auto Insertion.
アプリ広告はデータ自動挿入をサポートしていません。
App ad does not support Data Auto Insertion.
@@ -10766,10 +10767,8 @@ paths:
アカウントIDを指定してください。
Specify Account ID.
description: | -
自動入札の学習データ除外に関する情報を取得します。
- ※現在、こちらのサービスは利用できません。
-
Gets learning data exclusion for autobidding.
- *Currently this service is not available.
+
自動入札の学習データ除外に関する情報を取得します。
+
Gets learning data exclusion for autobidding.
tags: - LearningDataExclusionService requestBody: @@ -10830,10 +10829,8 @@ paths:
アカウントIDを指定してください。
Specify Account ID.
description: | -
自動入札の学習データ除外を追加します。
- ※現在、こちらのサービスは利用できません。
-
Create learning data exclusion for autobidding.
- *Currently this service is not available.
+
自動入札の学習データ除外を追加します。
+
Create learning data exclusion for autobidding.
tags: - LearningDataExclusionService requestBody: @@ -10894,10 +10891,8 @@ paths:
アカウントIDを指定してください。
Specify Account ID.
description: | -
自動入札の学習データ除外の設定を変更します。
- ※現在、こちらのサービスは利用できません。
-
Update learning data exclusion for autobidding.
- *Currently this service is not available.
+
自動入札の学習データ除外の設定を変更します。
+
Update learning data exclusion for autobidding.
tags: - LearningDataExclusionService requestBody: @@ -10958,10 +10953,8 @@ paths:
アカウントIDを指定してください。
Specify Account ID.
description: | -
自動入札の学習データ除外を削除します。
- ※現在、こちらのサービスは利用できません。
-
Remove learning data exclusion for autobidding.
- *Currently this service is not available.
+
自動入札の学習データ除外を削除します。
+
Remove learning data exclusion for autobidding.
tags: - LearningDataExclusionService requestBody: diff --git a/design/v14/adgroup/AdGroupServiceLabel.yaml b/design/v14/adgroup/AdGroupServiceLabel.yaml index f44f5e4..bd731be 100644 --- a/design/v14/adgroup/AdGroupServiceLabel.yaml +++ b/design/v14/adgroup/AdGroupServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupServiceLabel: title: AdGroupServiceLabel description: |
AdGroupServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request. diff --git a/design/v14/adgroup/AdGroupServiceSelector.yaml b/design/v14/adgroup/AdGroupServiceSelector.yaml index eb6afab..195fe92 100644 --- a/design/v14/adgroup/AdGroupServiceSelector.yaml +++ b/design/v14/adgroup/AdGroupServiceSelector.yaml @@ -48,10 +48,10 @@ AdGroupServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v14/adgroupad/AdGroupAdServiceLabel.yaml b/design/v14/adgroupad/AdGroupAdServiceLabel.yaml index e169bc8..169e2f7 100644 --- a/design/v14/adgroupad/AdGroupAdServiceLabel.yaml +++ b/design/v14/adgroupad/AdGroupAdServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupAdServiceLabel: title: AdGroupAdServiceLabel description: |
AdGroupAdServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupAdServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v14/adgroupad/AdGroupAdServiceSelector.yaml b/design/v14/adgroupad/AdGroupAdServiceSelector.yaml index 238cc73..d1e77f8 100644 --- a/design/v14/adgroupad/AdGroupAdServiceSelector.yaml +++ b/design/v14/adgroupad/AdGroupAdServiceSelector.yaml @@ -72,10 +72,10 @@ AdGroupAdServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v14/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml b/design/v14/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml index cf1c773..0c079ea 100644 --- a/design/v14/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml +++ b/design/v14/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml @@ -7,10 +7,10 @@ AdGroupCriterionServiceContainsLabelId: - UNKNOWN title: AdGroupCriterionServiceContainsLabelId description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
diff --git a/design/v14/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml b/design/v14/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml index faa1eb0..be828b4 100644 --- a/design/v14/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml +++ b/design/v14/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml @@ -18,7 +18,7 @@ AdGroupCriterionServiceKeywordMatchType:
PHRASE
フレーズ一致です。Phrase match.
BROAD
-
部分一致です。Broad match.
+
インテントマッチです。Broad match.
UNKNOWN
未知の値です。Unknown value.
diff --git a/design/v14/adgroupcriterion/AdGroupCriterionServiceLabel.yaml b/design/v14/adgroupcriterion/AdGroupCriterionServiceLabel.yaml index a2561e4..f77a3b5 100644 --- a/design/v14/adgroupcriterion/AdGroupCriterionServiceLabel.yaml +++ b/design/v14/adgroupcriterion/AdGroupCriterionServiceLabel.yaml @@ -38,6 +38,6 @@ AdGroupCriterionServiceLabel: title: AdGroupCriterionServiceLabel description: |
AdGroupCriterionServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupCriterionServiceLabel object describes label information.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v14/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml b/design/v14/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml index 5b11991..f52f782 100644 --- a/design/v14/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml +++ b/design/v14/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml @@ -9,12 +9,14 @@ BiddingStrategyServiceTargetImpressionShareScheme: nullable: true format: int64 description: | -
入札価格の上限です。(0〜50000)
- ※「0」が設定された場合、上限設定はありません。
- このフィールドは、いずれの場合でも省略可能となります。
-
CPC limit (0-50000).
- * No limits if "0" is set.
- This field is optional in any cases.
+
入札価格の上限です。
+ 入札価格の上限の詳細は以下のヘルプを参照してください。
+ ・自動入札タイプ「ページ最上部掲載」【検索広告】
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+
Bid Limit.
+ Refer to the following help.
+ * Autobidding type absolute top placement [Search Ads]
+ This field is required in ADD operation, and will be optional in SET operation.
targetImpressionShare: type: integer nullable: true diff --git a/design/v14/campaign/CampaignServiceContainsLabel.yaml b/design/v14/campaign/CampaignServiceContainsLabel.yaml index d17e1da..ad22368 100644 --- a/design/v14/campaign/CampaignServiceContainsLabel.yaml +++ b/design/v14/campaign/CampaignServiceContainsLabel.yaml @@ -3,9 +3,9 @@ CampaignServiceContainsLabel: nullable: true title: CampaignServiceContainsLabel description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
diff --git a/design/v14/campaign/CampaignServiceLabel.yaml b/design/v14/campaign/CampaignServiceLabel.yaml index 2a48665..28e2198 100644 --- a/design/v14/campaign/CampaignServiceLabel.yaml +++ b/design/v14/campaign/CampaignServiceLabel.yaml @@ -30,6 +30,6 @@ CampaignServiceLabel: title: CampaignServiceLabel description: |
紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
CampaignServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v14/campaign/CampaignServiceSelector.yaml b/design/v14/campaign/CampaignServiceSelector.yaml index cf348ab..8a24e77 100644 --- a/design/v14/campaign/CampaignServiceSelector.yaml +++ b/design/v14/campaign/CampaignServiceSelector.yaml @@ -50,10 +50,10 @@ CampaignServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: diff --git a/design/v14/campaign/CampaignServiceTargetImpressionShareScheme.yaml b/design/v14/campaign/CampaignServiceTargetImpressionShareScheme.yaml index 6382ec0..e4e1391 100644 --- a/design/v14/campaign/CampaignServiceTargetImpressionShareScheme.yaml +++ b/design/v14/campaign/CampaignServiceTargetImpressionShareScheme.yaml @@ -10,11 +10,17 @@ CampaignServiceTargetImpressionShareScheme: format: int64 description: |
入札価格の上限です。
- このフィールドは省略可能となります。その際、デフォルト設定値は0となります。
- ※「0」が設定された場合、上限設定はありません。
-
Limit of bid (CPC).
- This field is optional. The default value will be 0.
- * No limits if "0" is set.
+ 入札価格の上限の詳細は以下のヘルプを参照してください。
+ ・自動入札タイプ「ページ最上部掲載」【検索広告】
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+ ただし、他の入札戦略から「ページ最上部掲載」へ変更される場合はSET時でも必須となります。 +
+
Bid Limit.
+ Refer to the following help.
+ * Autobidding type absolute top placement [Search Ads]
+ This field is required in ADD operation, and will be optional in SET operation.
+ If the 'Absolute top placement' type is specified in a SET operation from another bidding strategy type, this field will be required. +
targetImpressionShare: type: integer nullable: true diff --git a/design/v14/campaignexport/CampaignExportServiceEncoding.yaml b/design/v14/campaignexport/CampaignExportServiceEncoding.yaml index ab0e545..8632988 100644 --- a/design/v14/campaignexport/CampaignExportServiceEncoding.yaml +++ b/design/v14/campaignexport/CampaignExportServiceEncoding.yaml @@ -8,9 +8,9 @@ CampaignExportServiceEncoding: title: CampaignExportServiceEncoding description: |
CampaignExportServiceEncodingは、エクスポートするデータのエンコーディング設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceEncoding is an encoding setting for exporting data.
- This field is required.
+ This field is optional.
UTF8
UTF8です。UTF8 encode.
diff --git a/design/v14/campaignexport/CampaignExportServiceLang.yaml b/design/v14/campaignexport/CampaignExportServiceLang.yaml index c241bd5..45a74c6 100644 --- a/design/v14/campaignexport/CampaignExportServiceLang.yaml +++ b/design/v14/campaignexport/CampaignExportServiceLang.yaml @@ -8,9 +8,9 @@ CampaignExportServiceLang: title: CampaignExportServiceLang description: |
CampaignExportServiceLangは、エクスポートするデータの言語設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceLang is a language setting for exporting data.
- This field is required.
+ This field is optional.
JA
日本語です。Japanese.
diff --git a/design/v14/campaignexport/CampaignExportServiceOutput.yaml b/design/v14/campaignexport/CampaignExportServiceOutput.yaml index c0e1531..ba19b24 100644 --- a/design/v14/campaignexport/CampaignExportServiceOutput.yaml +++ b/design/v14/campaignexport/CampaignExportServiceOutput.yaml @@ -8,9 +8,9 @@ CampaignExportServiceOutput: title: CampaignExportServiceOutput description: |
CampaignExportServiceOutputは、エクスポートするデータの形式設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceOutput is an output format for exporting data.
- This field is required.
+ This field is optional.
CSV
CSVフォーマットです。CSV format.
diff --git a/design/v14/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml b/design/v14/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml index 28dcd6f..5139d87 100644 --- a/design/v14/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml +++ b/design/v14/keywordforecastmetrics/KeywordForecastMetricsServiceMatchType.yaml @@ -16,7 +16,7 @@ KeywordForecastMetricsServiceMatchType:
PHRASE
フレーズ一致です。Phrase match.
BROAD
-
部分一致です。Broad match.
+
インテントマッチです。Broad match.
UNKNOWN
未知の値です。Unknown value.
diff --git a/design/v14/learningdataexclusion/LearningDataExclusion.yaml b/design/v14/learningdataexclusion/LearningDataExclusion.yaml index af055ce..f0fc597 100644 --- a/design/v14/learningdataexclusion/LearningDataExclusion.yaml +++ b/design/v14/learningdataexclusion/LearningDataExclusion.yaml @@ -14,10 +14,10 @@ LearningDataExclusion: nullable: true description: |
学習データ除外名です。
- ADDおよびSET時、このフィールドは必須となります。
+ ADD時、このフィールドは必須となります。
※128文字以内になります。
Learning Data Exclusion name.
- This field is required in ADD and SET operation.
+ This field is required in ADD operation.
*Up to 128 characters.
description: type: string diff --git a/design/v14/learningdataexclusion/LearningDataExclusionServiceDevices.yaml b/design/v14/learningdataexclusion/LearningDataExclusionServiceDevices.yaml index 59cab9c..9890ee9 100644 --- a/design/v14/learningdataexclusion/LearningDataExclusionServiceDevices.yaml +++ b/design/v14/learningdataexclusion/LearningDataExclusionServiceDevices.yaml @@ -9,9 +9,9 @@ LearningDataExclusionServiceDevices: title: LearningDataExclusionServiceDevices description: |
LearningDataExclusionServiceDevicesは、対象デバイスを表します。
- ADDおよびSET時、このフィールドは必須となります。
+ ADD時、このフィールドは必須となります。
LearningDataExclusionServiceDevices describes target device.
- This field is required in ADD and SET operation.
+ This field is required in ADD operation.
MOBILE
モバイルです。Mobile.
diff --git a/design/v11/Route.yaml b/design/v15/Route.yaml similarity index 81% rename from design/v11/Route.yaml rename to design/v15/Route.yaml index e2544a1..365496f 100644 --- a/design/v11/Route.yaml +++ b/design/v15/Route.yaml @@ -1,11 +1,11 @@ openapi: 3.0.2 info: title: 'Yahoo!広告 検索広告 API リファレンス / Yahoo! JAPAN Ads Search Ads API Reference' - version: 'v11' + version: 'v15' description: |
Yahoo!広告 検索広告 APIのWebサービスについて説明します。
Search Ads API Web Services supported in Yahoo! JAPAN Ads API.
-
OpenAPI Specification
+
OpenAPI Specification
Best Practice
Best Practice
@@ -23,9 +23,14 @@ security: - oAuth: [ yahooads ] servers: - - url: https://ads-search.yahooapis.jp/api/v11 + - url: https://ads-search.yahooapis.jp/api/v15 tags: + - name: AbTestService + description: | + +
AbTestServiceでは、A/Bテストに関する情報の取得および、追加、更新を行います。
+
AbTestService provides functions for creating and managing A/B test.
- name: AccountManagementService description: | @@ -42,6 +47,11 @@ tags:
AccountSharedServiceは、アカウント内で共有できる対象外キーワードリストの照会、追加、変更、削除を行ないます。
Use this service to get, add, update or remove ad information of negative keyword list which can be shared within the account.
+ - name: BaseAccountService + description: | + +
操作対象のYahoo! JAPANビジネスIDが直接権限を持つ全てのアカウント(MCCアカウント・広告アカウント)の一覧を提供します。
+
Retrieve lists of all accounts (MCC and ad accounts) that the target Yahoo! JAPAN Business ID has direct access.
- name: AdGroupBidMultiplierService description: | @@ -118,16 +128,6 @@ tags:
SharedCriterionServiceでは、対象外キーワードリストに、対象外キーワードの登録や削除を行います。
Use this service to add or remove negative keyword to negative keyword list.
- - name: FeedItemService - description: | - -
FeedItemServiceでは、フィードアイテム情報の取得および追加・更新・削除を行います。
FeedItemService - is to get, add, update, or remove Feed Item information.
- - name: FeedService - description: | - -
FeedServiceでは、自動データ挿入のリスト情報の取得および追加・更新・削除を行います。
FeedService - is to get, add, update, or remove the Feed (Data auto insertion) information.
- name: AdGroupRetargetingListService description: | @@ -169,25 +169,27 @@ tags:

レポートフィールド

Report Fields

- name: CampaignExportService description: | @@ -246,11 +248,6 @@ tags:
KeywordPlanIdeaServiceは、指定された情報を元に新しいキーワード候補を提案するサービスです。
KeywordPlanIdeaService is a service that suggests new related keywords based on the specified value.
- - name: KeywordForecastMetricsService - description: | - -
KeywordForecastMetricsServiceは、キーワードの実績情報を取得します。
-
KeywordForecastMetricsService gets performance information of keywords.
- name: OfflineConversionService description: | @@ -329,10 +326,40 @@ tags:
Use this service to get page feed asset, upload or bulk download.
A PageFeedAssetSet is a PageFeed of Campaign Management Tool.
A PageFeedAsset is a PageFeedItem of Campaign Management Tool.
+ - name: CampaignBudgetService + description: | + +
CampaignBudgetServiceでは、共有予算に関する情報の取得および追加・更新・削除を行います。
+
CampaignBudgetService is to get, add, update or remove information of Campaign Budget.
+ - name: BiddingSeasonalityAdjustmentService + description: | + +
BiddingSeasonalityAdjustmentServiceでは、自動入札のスポット調整に関する情報の取得および追加・更新・削除を行います。
+
BiddingSeasonalityAdjustmentService is to get, add, update or remove information of BiddingSeasonalityAdjustment.
+ - name: LearningDataExclusionService + description: | + +
LearningDataExclusionServiceでは、自動入札の学習データ除外に関する情報の取得および追加・更新・削除を行います。
+
LearningDataExclusionService is to get, add, update or remove information of Learning data exclusion for autobidding.
+ - name: ConversionGroupService + description: | + +
ConversionGroupServiceでは、コンバージョングループ情報の操作を提供します。
+
ConversionGroupService provides ConversionGroup information operations.
paths: /AccountManagementService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントに関する情報を取得します。契約状況などのフィルタ条件を設定することが可能です。
Returns the account information. Enable to set the filter condition, such as the account Type.
@@ -385,6 +412,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountManagementService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
後請求のアカウントに関する情報を追加します。
Adds the information related to the invoice account.
@@ -437,6 +474,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountManagementService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: "
アカウントに関する情報を更新します。
Updates the information related to the account.
" tags: - AccountManagementService @@ -487,9 +534,21 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: | -
アカウントに関する情報を取得します。契約状況などのフィルタ条件を設定することが可能です。
-
Returns the account information. Enable to set the filter condition, such as the account Type.
+
アカウントに関する情報を取得します。契約状況などのフィルタ条件を設定することが可能です。
+ x-z-base-account-idに指定可能なアカウントIDはBaseAccountService/getで取得可能です。
+
Returns the account information. Enable to set the filter condition, such as the account Type.
+ Retrieve the account ID available for the "x-z-base-account-id" header using BaseAccountService/get.
tags: - AccountService requestBody: @@ -539,6 +598,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントに関する情報を更新します。
Updates the information related to the account.
@@ -592,6 +661,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountSharedService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
対象外キーワードリストの情報を取得します。
Get negative keyword list information.
@@ -645,6 +724,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountSharedService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントに対象外キーワードリストを追加します。
Add negative keyword list to account.
@@ -698,6 +787,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountSharedService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
対象外キーワードリストの設定を変更します。
Update negative keyword list information of account.
@@ -751,6 +850,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountSharedService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントから対象外キーワードリストを削除します。
Remove negative keyword list from account.
@@ -804,6 +913,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupBidMultiplierService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに関する入札価格調整率を取得します。
Gets bid multiplier of adgroup
@@ -857,6 +976,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupBidMultiplierService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに関する入札価格調整率を設定、更新します。
Updates adgroup bid multiplier.
@@ -897,6 +1026,7 @@ paths: 130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
211006Cannot bid modify criterion campaign opted out.
キャンペーンでデバイス別入札価格調整率を0(そのデバイスには配信しない)で設定済みのため、広告グループで同デバイスの入札価格調整率は変更できません。
The bid adjustment rate for this device in an ad group because the device bid adjustment rate in the campaign have already been set to 0 (not delivered to that device) can not changed.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -912,6 +1042,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupBidMultiplierService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに設定済みの入札価格調整率を削除します。
Remove bid multiplier which already set to ad group.
@@ -952,6 +1092,7 @@ paths: 130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
211006Cannot bid modify criterion campaign opted out.
キャンペーンでデバイス別入札価格調整率を0(そのデバイスには配信しない)で設定済みのため、広告グループで同デバイスの入札価格調整率は変更できません。
The bid adjustment rate for this device in an ad group because the device bid adjustment rate in the campaign have already been set to 0 (not delivered to that device) can not changed.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -967,6 +1108,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに関する情報を取得します。
Gets Ad group information.
@@ -1032,6 +1183,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループを追加します。
Create Ad group information.
@@ -1084,6 +1245,7 @@ paths: 211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and FinalUrl do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -1099,6 +1261,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループを更新します。
Updates Ad group information.
@@ -1136,9 +1308,9 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210405Budget has exceeded.
予算額を超過しています。
The budget amount is exceeded.
130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
- 210405Budget has exceeded.
予算額を超過しています。
The budget amount is exceeded.
210303Invalid conversion tracking.
コンバージョントラッキングが無効です。
Conversion tracking is Invalid.
210301Setting the disabled Auto bidding.
編集中(削除含む)の自動入札を指定しています。
Auto bidding in editing (including deletion) is specified.
210304Not enough conversions or invalid setting.
コンバージョン数が不十分です。
Conversions is not enough.
@@ -1151,6 +1323,8 @@ paths: 211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -1166,6 +1340,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループを削除します。
Removes Ad group information.
@@ -1218,6 +1402,7 @@ paths: 211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -1233,6 +1418,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAdService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告に関する情報を取得します。
Returns ad information.
@@ -1294,6 +1489,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAdService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告に関する情報を追加します。
Add informations of ad.
@@ -1331,6 +1536,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 120020Can not set value.
値を設定することができません。
Value cannot be set.
130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
210605App ad does not support Data Auto Insertion.
アプリ広告はデータ自動挿入をサポートしていません。
App ad does not support Data Auto Insertion.
@@ -1346,6 +1552,7 @@ paths: 210608When using fixed display position, need three title assets and two description assets.
表示位置の固定を利用する場合、タイトルは3番目まで、説明文は2番目まで表示されるアセットが必要です。
When using fixed display position, need three title assets and two description assets.
210609Need three title assets and two description assets. Assets that use a function without default text are not counted in the required count.
タイトルは3番目まで、説明文は2番目まで表示されるアセットが必要です。
デフォルトテキストのない関数が使われているアセットは、必須件数にカウントされません。
デフォルトテキストを設定、または関数を使わずにアセットを作成してください。
Need three title assets and two description assets.
Assets that use a function without default text are not counted in the required count.
Set the default text or create an asset without using a function.
210614Description: A number of characters is exceeding the limit for input.
説明文:入力可能な文字数を超えています。
Description: A number of characters is exceeding the limit for input.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -1361,6 +1568,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAdService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告に関する情報を更新します。
Updates ad information.
@@ -1414,6 +1631,8 @@ paths: 210608When using fixed display position, need three title assets and two description assets.
表示位置の固定を利用する場合、タイトルは3番目まで、説明文は2番目まで表示されるアセットが必要です。
When using fixed display position, need three title assets and two description assets.
210609Need three title assets and two description assets. Assets that use a function without default text are not counted in the required count.
タイトルは3番目まで、説明文は2番目まで表示されるアセットが必要です。
デフォルトテキストのない関数が使われているアセットは、必須件数にカウントされません。
デフォルトテキストを設定、または関数を使わずにアセットを作成してください。
Need three title assets and two description assets.
Assets that use a function without default text are not counted in the required count.
Set the default text or create an asset without using a function.
210614Description: A number of characters is exceeding the limit for input.
説明文:入力可能な文字数を超えています。
Description: A number of characters is exceeding the limit for input.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -1429,6 +1648,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAdService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告に関する情報を削除します。
Remove ad information.
@@ -1477,6 +1706,7 @@ paths: 210606Cannot create double text ad.
拡張テキスト広告が設定できるアカウントではありません。
It is not an account that can set double text ad.
211011Cannot set DisplayURL and AdvancedURL(FinalURL),AdvancedMobileURL(SmartphoneFinalURL).
Dynamic Ads for SearchにはAdvancedUrl(FinalUrl),AdvancedMobileUrl(SmartphoneFinalUrl),displayUrlは設定できません。
AdvancedUrl(FinalUrl), AdvancedMobileUrl(SmartphoneFinalUrl), DisplayUrl can not be set for Dynamic Ads for Search.
211019Request failed because of trademark conflicts.
商標に抵触している為、登録できません。
Request failed because of trademark conflicts.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -1492,6 +1722,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAdService/setTrademarkStatus: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
商標の使用制限が解除されている場合は、制限が解除された旨の値が返却されます。
When the trademark restriction is removed, a value indicates "removed" will be returned.
@@ -1540,6 +1780,7 @@ paths: 210606Cannot create double text ad.
拡張テキスト広告が設定できるアカウントではありません。
It is not an account that can set double text ad.
211011Cannot set DisplayURL and AdvancedURL(FinalURL),AdvancedMobileURL(SmartphoneFinalURL).
Dynamic Ads for SearchにはAdvancedUrl(FinalUrl),AdvancedMobileUrl(SmartphoneFinalUrl),displayUrlは設定できません。
AdvancedUrl(FinalUrl), AdvancedMobileUrl(SmartphoneFinalUrl), DisplayUrl can not be set for Dynamic Ads for Search.
211019Request failed because of trademark conflicts.
商標に抵触している為、登録できません。
Request failed because of trademark conflicts.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -1555,6 +1796,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAdLabelService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルと広告の紐付けを登録します。
Add informations of related ad and label.
@@ -1592,6 +1843,8 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+ 120020Can not set value.
値を設定することができません。
Value cannot be set.
@@ -1607,6 +1860,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAdLabelService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルと広告グループの紐付けを削除します。
Remove informations of related ad and label.
@@ -1644,6 +1907,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -1659,6 +1923,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに関するクライテリアを取得します。
Get criteria of Ad group.
@@ -1727,6 +2001,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに関するクライテリアを追加します。
Add Ad group criteria.
@@ -1782,6 +2066,7 @@ paths: 211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -1797,6 +2082,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに関するクライテリアを更新します。
Update or change Ad group criteria.
@@ -1852,6 +2147,8 @@ paths: 211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -1867,6 +2164,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに関するクライテリアを削除します。
Removes Ad group criteria.
@@ -1922,6 +2229,7 @@ paths: 211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -1937,6 +2245,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupWebpageService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに設定されているPageFeedAssetの配信/除外設定を取得します。
Get allowed or excluded settings of PageFeedAsset setting in ad group.
@@ -1993,6 +2311,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupWebpageService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループにPageFeedAssetを配信、又は、除外として設定します。
※1リクエストで異なるキャンペーン配下の広告グループに対してWebページ情報の設定が可能です。
@@ -2056,6 +2384,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupWebpageService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループにPageFeedAssetを配信、又は、除外として設定します。
※1リクエストで異なるキャンペーン配下の広告グループに対してWebページ情報の設定が可能です。
@@ -2118,6 +2456,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupWebpageService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループに関連付けしているPageFeedAssetを解除します。
Remove PageFeedAsset associated with ad group.
@@ -2176,6 +2524,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AuditLogService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
downloadの処理状況を取得します。
Gets processing status about download.
@@ -2228,6 +2586,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AuditLogService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
操作履歴ファイルをダウンロードするためのジョブを登録します。
Add a job to download operation history data file.
@@ -2280,6 +2648,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AuditLogService/download: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
操作履歴をダウンロードします。
Download the data of user operation history.
@@ -2331,23 +2709,31 @@ paths: $ref: '../Response401.yaml#/Response401' 400: $ref: '../Response400.yaml#/Response400' - /BiddingStrategyService/get: + /BaseAccountService/get: post: description: | -
自動入札設定に関する情報を取得します。
-
Returns auto bidding information.
+
操作対象のYahoo! JAPANビジネスIDが直接権限を持つ全てのアカウント(MCCアカウント・広告アカウント)の一覧を取得します。
+ 取得したアカウントのIDをx-z-base-account-idに指定し、AccountService/getにリクエストすることで、操作可能なアカウントの情報を取得できます。
+
Retrieve lists of all accounts (MCC and ad accounts) that the target Yahoo! JAPAN Business ID has direct access.
+ Get available account information by specifying the account ID for the "x-z-base-account-id" header and requesting AccountService/get.
tags: - - BiddingStrategyService + - BaseAccountService requestBody: content: application/json: schema: - $ref: 'biddingstrategy/BiddingStrategyServiceSelector.yaml#/BiddingStrategyServiceSelector' + $ref: 'baseaccount/BaseAccountServiceSelector.yaml#/BaseAccountServiceSelector' responses: 503: $ref: '../Response503.yaml#/Response503' 500: $ref: '../Response500.yaml#/Response500' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' 200: description: |

Error codes

@@ -2361,32 +2747,98 @@ paths: 0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
- F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
- S0001Invalid Status.
ステータスが無効です。
The status is invalid.
+ I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ F0001Invalid format.
値の形式が不正です。
The value format is invalid.
+ 110005Not a valid id.
IDが有効ではありません。
Not a valid id.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
- L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
- LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
- I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
- 210202Auto bidding type does not match.
登録されている自動入札タイプとリクエストされた自動入札タイプが一致しません。
Auto bidding type being registered does not match the requested auto bidding type.
- 210200Auto bidding has been used.
自動入札がキャンペーン、広告グループ、キーワードのいずれかに設定されているため、削除できません。
The auto bidding can not be deleted because it is set to either campaign, ad group, or keyword.
+ L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
+ 120020Can not set value.
値を設定することができません。
Value cannot be set.
content: application/json: schema: - $ref: 'biddingstrategy/BiddingStrategyServiceGetResponse.yaml#/BiddingStrategyServiceGetResponse' - 403: - $ref: '../Response403.yaml#/Response403' - 401: - $ref: '../Response401.yaml#/Response401' - 400: + $ref: 'baseaccount/BaseAccountServiceGetResponse.yaml#/BaseAccountServiceGetResponse' + /BiddingStrategyService/get: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札設定に関する情報を取得します。
+
Returns auto bidding information.
+ tags: + - BiddingStrategyService + requestBody: + content: + application/json: + schema: + $ref: 'biddingstrategy/BiddingStrategyServiceSelector.yaml#/BiddingStrategyServiceSelector' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
210202Auto bidding type does not match.
登録されている自動入札タイプとリクエストされた自動入札タイプが一致しません。
Auto bidding type being registered does not match the requested auto bidding type.
210200Auto bidding has been used.
自動入札がキャンペーン、広告グループ、キーワードのいずれかに設定されているため、削除できません。
The auto bidding can not be deleted because it is set to either campaign, ad group, or keyword.
+
+ content: + application/json: + schema: + $ref: 'biddingstrategy/BiddingStrategyServiceGetResponse.yaml#/BiddingStrategyServiceGetResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: $ref: '../Response400.yaml#/Response400' /BiddingStrategyService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
自動入札設定を追加します。
Creates the Auto bidding.
@@ -2441,6 +2893,16 @@ paths: $ref: '../Response400.yaml#/Response400' /BiddingStrategyService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
自動入札設定を更新します。
Updates an auto bidding.
@@ -2495,6 +2957,16 @@ paths: $ref: '../Response400.yaml#/Response400' /BiddingStrategyService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
自動入札設定を削除します。
Remove the auto bidding setting.
@@ -2549,6 +3021,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンに関する情報を取得します。
Gets information related to campaigns.
@@ -2620,6 +3102,16 @@ paths: $ref: '../Response403.yaml#/Response403' /CampaignService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンを追加します。
Add campaign information.
@@ -2696,6 +3188,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンを更新します。
Updates the information related to campaigns.
@@ -2756,6 +3258,7 @@ paths: 211008Cannot change Dynamic Ads for Search Campaign.
Dynamic Ads for Searchのキャンペーンに変更はできません。
It can not be changed to the campaign of Dynamic Ads for Search.
210314Cannot set Enhanced CPC for Mobile app download.
アプリダウンロードキャンペーンに「拡張クリック単価」を設定しようとしています。
"Enhanced CPC" can not be set for Mobile app download.
211020Domain crawling setting limit has exceed.
「ドメイン全体」または「ドメイン全体とページフィードを併用」を設定したキャンペーンの作成上限数を超えています。
Exceeding the maximum limit of campaigns that have "Entire domain" and "Entire domain and page feed."
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -2771,6 +3274,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンを削除します。
Removes the inforamtion related to campaigns.
@@ -2829,6 +3342,8 @@ paths: 211007Representative URL Does Not Match.
Feedで設定されているドメインと異なります。
It is different from the domain set by Feed.
211008Cannot change Dynamic Ads for Search Campaign.
Dynamic Ads for Searchのキャンペーンに変更はできません。
It can not be changed to the campaign of Dynamic Ads for Search.
210314Cannot set Enhanced CPC for Mobile app download.
アプリダウンロードキャンペーンに「拡張クリック単価」を設定しようとしています。
"Enhanced CPC" can not be set for Mobile app download.
+ 210916Cannot delete learning data exclusion for autobidding.
学習データ除外を設定しているため、キャンペーンを削除できません。
You can't remove campaigns that are associated with learning data exclusions. Remove learning data exclusions or remove associations with the campaign.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -2844,6 +3359,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignCriterionService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンの除外クライテリアに関する情報を取得します。
Gets negative criteria in campaign-level.
@@ -2899,6 +3424,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignCriterionService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンの除外クライテリアを追加します。
Add negative criteria in campaign-level.
@@ -2941,6 +3476,7 @@ paths: 210110Invalid target1日のスケジュール指定が上限値(6件)を超えています。
The daily schedule specification exceeds the upper limit (6 cases).
210517Exceeds maximum word limit.
キーワードは最大10個までしか指定できません。
10 keywords can only be specified up to.
210510Exists same text with match type.
指定されたキーワード、マッチタイプはすでにキャンペーン/広告グループ内に存在します。
The specified keyword, match type already exists in the campaign / ad group.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -2956,6 +3492,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignCriterionService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンの除外クライテリアを削除します。
Removed negative criteria in campaign-level.
@@ -2998,6 +3544,7 @@ paths: 210110Invalid target1日のスケジュール指定が上限値(6件)を超えています。
The daily schedule specification exceeds the upper limit (6 cases).
210517Exceeds maximum word limit.
キーワードは最大10個までしか指定できません。
10 keywords can only be specified up to.
210510Exists same text with match type.
指定されたキーワード、マッチタイプはすでにキャンペーン/広告グループ内に存在します。
The specified keyword, match type already exists in the campaign / ad group.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -3013,6 +3560,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupLabelService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルと広告グループの紐付けを登録します。
Add informations of related ad group and label.
@@ -3050,6 +3607,8 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -3065,6 +3624,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupLabelService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルと広告グループの紐付けを削除します。
Remove informations of related ad group and label.
@@ -3102,6 +3671,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -3117,6 +3687,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionLabelService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルと広告グループのクライテリアの紐付けを登録します。
Add informations of related conditions (criteria) of ad group and label.
@@ -3155,6 +3735,8 @@ paths: LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
211018Cannot Add AdGroupServiceLabel to Negative Criterion.
除外キーワードに対して、ラベルの紐付けはできません。
Labels cannot be associated with negative keywords.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -3170,6 +3752,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionLabelService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルと広告グループのクライテリアの紐付けを削除します。
Remove informations of related conditions (criteria) of ad group and label.
@@ -3208,6 +3800,7 @@ paths: LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
211018Cannot Add AdGroupServiceLabel to Negative Criterion.
除外キーワードに対して、ラベルの紐付けはできません。
Labels cannot be associated with negative keywords.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -3223,6 +3816,16 @@ paths: $ref: '../Response400.yaml#/Response400' /LabelService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルに関する情報を取得します。
Gets information related to labels.
@@ -3275,6 +3878,16 @@ paths: $ref: '../Response400.yaml#/Response400' /LabelService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルを追加します。
Add label information.
@@ -3327,6 +3940,16 @@ paths: $ref: '../Response400.yaml#/Response400' /LabelService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルを更新します。
Updates the information related to labels.
@@ -3379,6 +4002,16 @@ paths: $ref: '../Response400.yaml#/Response400' /LabelService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルを削除します。
Removes the inforamtion related to labels.
@@ -3431,6 +4064,16 @@ paths: $ref: '../Response400.yaml#/Response400' /ConversionTrackerService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
コンバージョン設定を取得します。
Get ConversionTracker settings.
@@ -3485,6 +4128,16 @@ paths: $ref: '../Response400.yaml#/Response400' /ConversionTrackerService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
コンバージョン設定を追加します。
Add ConversionTracker settings.
@@ -3524,6 +4177,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
225303Cannot duplicate Auto Bidding, since the app conversion type 'App Download' has been already with 'Auto' bidding on the same App ID.
同一のappIdで、アプリコンバージョン種別に「ダウンロード」が設定されている場合、自動入札を重複して設定できません。
If 'App Download' is set for the app conversion type with the same App ID, Auto Bidding can not be set twice.
225304Invalid combination of Auto Bidding and the app conversion type 'App Download' on the same App ID.
同一のappIdで、アプリコンバージョン種別「ダウンロード」と、自動入札設定の組み合わせが正しくありません。
With the same App ID, the combination of the app conversion type 'App Download' and Auto Bidding setting is incorrect.
+ 225307This action isn't available for the conversion tracker. Try again later.
このコンバージョントラッカーは現在、操作できません。しばらく時間をおいて、再度お試しください。
This action isn't available for the conversion tracker. Try again later.
@@ -3539,6 +4193,16 @@ paths: $ref: '../Response400.yaml#/Response400' /ConversionTrackerService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
コンバージョン設定を更新します。
Update ConversionTracker settings.
@@ -3578,6 +4242,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
225303Cannot duplicate Auto Bidding, since the app conversion type 'App Download' has been already with 'Auto' bidding on the same App ID.
同一のappIdで、アプリコンバージョン種別に「ダウンロード」が設定されている場合、自動入札を重複して設定できません。
If 'App Download' is set for the app conversion type with the same App ID, Auto Bidding can not be set twice.
225304Invalid combination of Auto Bidding and the app conversion type 'App Download' on the same App ID.
同一のappIdで、アプリコンバージョン種別「ダウンロード」と、自動入札設定の組み合わせが正しくありません。
With the same App ID, the combination of the app conversion type 'App Download' and Auto Bidding setting is incorrect.
+ 225306Cannot deactivated conversion tracker.
このコンバージョン設定はコンバージョングループに設定されているため、設定をオフにできません。
Cannot turn off the conversion settings set in the conversion group.
@@ -3593,6 +4258,16 @@ paths: $ref: '../Response400.yaml#/Response400' /ConversionTrackerService/getAppEventType: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アプリイベントタイプ情報を取得します。
Get AppEventType informations.
@@ -3647,6 +4322,16 @@ paths: $ref: '../Response400.yaml#/Response400' /SharedCriterionService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
対象外キーワードリストの情報を取得します。
Get negative keyword list information.
@@ -3700,6 +4385,16 @@ paths: $ref: '../Response400.yaml#/Response400' /SharedCriterionService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
対象外キーワードリストに対象外キーワードを追加します。
Add negative keywords to negative keyword list.
@@ -3753,6 +4448,16 @@ paths: $ref: '../Response400.yaml#/Response400' /SharedCriterionService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
対象外キーワードリストから対象外キーワードを削除します。
Removes negative keywords from negative keyword list.
@@ -3806,6 +4511,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupRetargetingListService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループレベルでのターゲットリスト設定に関する情報を取得します。
Retreive the target list setting in ad group level.
@@ -3860,6 +4575,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupRetargetingListService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループレベルでのターゲットリスト設定を追加します。
Create the target list setting in ad group level.
@@ -3899,6 +4624,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
225301Cannot attach criteria at campaign and adgroup.
広告グループとキャンペーンの両方にターゲットリストの関連付けはできません。
Target lists can not be associated with both ad groups and campaigns.
225302Cannot add closed target list.
停止中のターゲットリストは関連付けできません。
A closed target list can not be associated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -3914,6 +4640,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupRetargetingListService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループレベルでのターゲットリスト設定を更新します。
Update the target list setting in ad group level.
@@ -3953,6 +4689,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
225301Cannot attach criteria at campaign and adgroup.
広告グループとキャンペーンの両方にターゲットリストの関連付けはできません。
Target lists can not be associated with both ad groups and campaigns.
225302Cannot add closed target list.
停止中のターゲットリストは関連付けできません。
A closed target list can not be associated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -3968,6 +4705,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupRetargetingListService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループレベルでのターゲットリスト設定を削除します。
Delete the target list setting in ad group level.
@@ -4007,6 +4754,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
225301Cannot attach criteria at campaign and adgroup.
広告グループとキャンペーンの両方にターゲットリストの関連付けはできません。
Target lists can not be associated with both ad groups and campaigns.
225302Cannot add closed target list.
停止中のターゲットリストは関連付けできません。
A closed target list can not be associated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -4022,6 +4770,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignWebpageService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンに設定されているPageFeedAssetを照会します。
Get PageFeedAsset setting in campaign.
@@ -4076,6 +4834,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignWebpageService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンにPageFeedAssetを配信除外として設定します。
Set excluded settings of PageFeedAsset for campaign.
@@ -4133,6 +4901,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignWebpageService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンに関連付けしているPageFeedAssetを解除します。
Remove PageFeedAsset associated with campaign.
@@ -4189,11 +4967,21 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignRetargetingListService/get: post: - description: | -
キャンペーン階層におけるターゲットリストの設定情報を取得します。
-
Retreive the target list setting in campaign level.
- tags: - - CampaignRetargetingListService + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
キャンペーン階層におけるターゲットリストの設定情報を取得します。
+
Retreive the target list setting in campaign level.
+ tags: + - CampaignRetargetingListService requestBody: content: application/json: @@ -4243,6 +5031,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignRetargetingListService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーン階層におけるターゲットリストの設定情報を追加します。
Adds the target list setting in campaign level.
@@ -4282,6 +5080,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
225301Cannot attach criteria at campaign and adgroup.
広告グループとキャンペーンの両方にターゲットリストの関連付けはできません。
Target lists can not be associated with both ad groups and campaigns.
225302Cannot add closed target list.
停止中のターゲットリストは関連付けできません。
A closed target list can not be associated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -4297,6 +5096,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignRetargetingListService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーン階層におけるターゲットリストの設定情報を更新します。
Updates the target list setting in campaign level.
@@ -4336,6 +5145,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
225301Cannot attach criteria at campaign and adgroup.
広告グループとキャンペーンの両方にターゲットリストの関連付けはできません。
Target lists can not be associated with both ad groups and campaigns.
225302Cannot add closed target list.
停止中のターゲットリストは関連付けできません。
A closed target list can not be associated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -4351,6 +5161,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignRetargetingListService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーン階層におけるターゲットリストの設定情報を削除します。
Delete the target list setting in campaign level.
@@ -4390,6 +5210,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
225301Cannot attach criteria at campaign and adgroup.
広告グループとキャンペーンの両方にターゲットリストの関連付けはできません。
Target lists can not be associated with both ad groups and campaigns.
225302Cannot add closed target list.
停止中のターゲットリストは関連付けできません。
A closed target list can not be associated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -4405,6 +5226,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignSharedSetService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンと対象外キーワードリストの関連付け情報を取得します。
Returns the setup information between campaign and negative keyword list.
@@ -4457,6 +5288,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignSharedSetService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンに対象外キーワードリストの関連付け設定を行います。
Setup negative keyword list for campaign.
@@ -4494,6 +5335,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -4509,6 +5351,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignSharedSetService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンと対象外キーワードリストの関連付け設定を削除します。
Remove the setup settings between campaign and negative keyword list.
@@ -4546,6 +5398,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -4559,129 +5412,18 @@ paths: $ref: '../Response401.yaml#/Response401' 400: $ref: '../Response400.yaml#/Response400' - /FeedItemService/get: - post: - description: | -
フィードアイテム情報を取得します。
- ※現在、こちらのサービスは利用できません。
-
Get Feed Item information.
- *Currently this service is not available.
- tags: - - FeedItemService - requestBody: - content: - application/json: - schema: - $ref: 'feeditem/FeedItemServiceSelector.yaml#/FeedItemServiceSelector' - responses: - 503: - $ref: '../Response503.yaml#/Response503' - 500: - $ref: '../Response500.yaml#/Response500' - 200: - description: | -

Error codes

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
210110Invalid target1日のスケジュール指定が上限値(6件)を超えています。
The daily schedule specification exceeds the upper limit (6 cases).
210517Exceeds maximum word limit.
キーワードは最大10個までしか指定できません。
10 keywords can only be specified up to.
210126Mobile app download cannot connect to.
アプリダウンロードキャンペーンは設定できません。
Mobile app download cannot connect to.
210123Campaign targeting mismatchtargetingCampaignIdで指定したキャンペーンIDと、targetingAdGroupIdで指定した広告グループの上位キャンペーンIDが異なるため、設定できません。
It can not be set because the campaign ID specified by targetingCampaignId is different from the campaign ID of the ad group specified by targetingAdGroupId.
211000Cannot operate AdvancedURL(FinalURL).
アドバンスドURLに移行済みのため、操作できません。
Since it has already been transferred to AdvancedURL(FinalURL), it can not be operated.
211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
225305invalid category snippet header.
カテゴリ補足アセット(ヘッダ)が不正です。
Category snippet header is invalid.
211019Request failed because of trademark conflicts.
商標に抵触している為、登録できません。
Request failed because of trademark conflicts.
-
- content: - application/json: - schema: - $ref: 'feeditem/FeedItemServiceGetResponse.yaml#/FeedItemServiceGetResponse' - 403: - $ref: '../Response403.yaml#/Response403' - 401: - $ref: '../Response401.yaml#/Response401' - 400: - $ref: '../Response400.yaml#/Response400' - /FeedService/get: - post: - description: | -
自動データ挿入のリスト情報を取得します。
- ※現在、こちらのサービスは利用できません。
-
Returns Feed information.
- *Currently this service is not available.
- tags: - - FeedService - requestBody: - content: - application/json: - schema: - $ref: 'feed/FeedServiceSelector.yaml#/FeedServiceSelector' - responses: - 503: - $ref: '../Response503.yaml#/Response503' - 500: - $ref: '../Response500.yaml#/Response500' - 200: - description: | -

Error codes

-
- - - - - - - - - - - - - - - - - - - - - - -
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
211009Cannot Update.
Dynamic Ads for SearchのFeedは更新はできません。
Dynamic Ads for Search Feed can not be updated.
211014Cannot remove Feed related with campaign.
DASキャンペーンに設定されているFeedは削除できません。
Feed that is set for the campaign of Dynamic Ads for Search can not be deleted.
211017Cannot add Dynamic Search Ads Feed by Adult Account.
アダルトアカウントの場合、Dynamic Ads for Searchのフィード登録はできません。
For the Adult Accounts, Feeds for Dynamic Ads for Search can not be registered.
-
- content: - application/json: - schema: - $ref: 'feed/FeedServiceGetResponse.yaml#/FeedServiceGetResponse' - 403: - $ref: '../Response403.yaml#/Response403' - 401: - $ref: '../Response401.yaml#/Response401' - 400: - $ref: '../Response400.yaml#/Response400' /CampaignLabelService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルとキャンペーンの紐付けを登録します。
Add informations of related campaign and label.
@@ -4719,6 +5461,8 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -4734,6 +5478,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignLabelService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ラベルとキャンペーンの紐付けを削除します。
Remove informations of related campaign and label.
@@ -4771,6 +5525,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -4942,6 +5697,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignTargetService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンのターゲティング設定に関する情報を取得します。
Gets campaign informations related to targeting setting.
@@ -4996,6 +5761,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignTargetService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンのターゲティング設定に関する情報を追加します。
Adds campaign informations related to targeting setting.
@@ -5052,6 +5827,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignTargetService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンのターゲティング設定に関する情報を変更します。※入札価格調整率(bidmultiplier)のみ変更可能です。
Update campaign informations related to targeting setting.
* Bid Adjustment (bidmultiplier) is only modifiable.
@@ -5108,6 +5893,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignTargetService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンのターゲティング設定に関する情報を削除します。
Delete campaign informations related to targeting setting.
@@ -5164,6 +5959,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignExportService/download: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
エクスポート結果をダウンロードします。
Download the export result.
@@ -5217,6 +6022,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignExportService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
登録したジョブに関するステータス情報を取得します。
Obtains the status of registered jobs.
@@ -5269,6 +6084,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignExportService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
エクスポートの登録を実施します。
Creates job to register for export.
@@ -5321,6 +6146,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignExportService/getExportFields: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
エクスポートできるフィールドを照会します。
Obtains the fields which can export.
@@ -5373,6 +6208,16 @@ paths: $ref: '../Response400.yaml#/Response400' /RetargetingListService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ターゲットリストに関する情報を取得します。
Retrieves the target list information.
@@ -5434,6 +6279,16 @@ paths: $ref: '../Response400.yaml#/Response400' /RetargetingListService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ターゲットリストを追加します。
Adds target list.
@@ -5495,6 +6350,16 @@ paths: $ref: '../Response400.yaml#/Response400' /RetargetingListService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ターゲットリストを更新します。
Updates the target list.
@@ -5556,6 +6421,16 @@ paths: $ref: '../Response400.yaml#/Response400' /RetargetingListService/getCustomKey: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
カスタムキーに関する情報を取得します。
Get custom key information.
@@ -5617,6 +6492,16 @@ paths: $ref: '../Response400.yaml#/Response400' /BalanceService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
選択したアカウント残高に関する情報を取得します。
Returns account balance.
@@ -5669,6 +6554,16 @@ paths: $ref: '../Response400.yaml#/Response400' /ReportDefinitionService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
レポート定義に関する情報を取得します。
Get information related to report definition.
@@ -5723,6 +6618,16 @@ paths: $ref: '../Response400.yaml#/Response400' /ReportDefinitionService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
レポート定義を追加します。
Adds report definitions.
@@ -5777,6 +6682,16 @@ paths: $ref: '../Response400.yaml#/Response400' /ReportDefinitionService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
レポート定義を削除します。
Removes report definitions.
@@ -5885,7 +6800,17 @@ paths: $ref: '../Response400.yaml#/Response400' /ReportDefinitionService/download: post: - description: | + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: |
レポートをダウンロードします。
Download the report.
tags: @@ -5940,6 +6865,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountTrackingUrlService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントトラッキングに関する情報を取得します。
Retrieves information related to account tracking.
@@ -5992,6 +6927,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountTrackingUrlService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントトラッキングを更新します。
Updates account tracking information.
@@ -6044,6 +6989,16 @@ paths: $ref: '../Response400.yaml#/Response400' /KeywordPlanIdeaService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
指定された情報を元に新しいキーワード候補を提案するサービスです。
Suggests new related keywords based on the specified value.
@@ -6094,60 +7049,18 @@ paths: $ref: '../Response401.yaml#/Response401' 400: $ref: '../Response400.yaml#/Response400' - /KeywordForecastMetricsService/get: - post: - description: | -
キーワードの実績情報を取得します。
※現在、こちらのサービスは利用できません。
-
Get the performance information of the keyword.
*Currently this service is not available.
- tags: - - KeywordForecastMetricsService - requestBody: - content: - application/json: - schema: - $ref: 'keywordforecastmetrics/KeywordForecastMetricsServiceSelector.yaml#/KeywordForecastMetricsServiceSelector' - responses: - 503: - $ref: '../Response503.yaml#/Response503' - 500: - $ref: '../Response500.yaml#/Response500' - 200: - description: | -

Error codes

-
- - - - - - - - - - - - - - - - - - - -
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
-
- content: - application/json: - schema: - $ref: 'keywordforecastmetrics/KeywordForecastMetricsServiceGetResponse.yaml#/KeywordForecastMetricsServiceGetResponse' - 403: - $ref: '../Response403.yaml#/Response403' - 401: - $ref: '../Response401.yaml#/Response401' - 400: - $ref: '../Response400.yaml#/Response400' /OfflineConversionService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
登録したオフラインコンバージョンデータの情報を取得します。
Get registered offline conversion data information.
@@ -6214,6 +7127,15 @@ paths: tags: - OfflineConversionService parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
- in: query name: accountId schema: @@ -6290,6 +7212,16 @@ paths: $ref: 'offlineconversion/OfflineConversionServiceUploadResponse.yaml#/OfflineConversionServiceUploadResponse' /OfflineConversionService/download: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ファイルの一括ダウンロードを実施します。
Download all files.
@@ -6343,6 +7275,16 @@ paths: format: binary /OfflineConversionService/downloadErrorFile: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
エラーファイルのダウンロードを実施します。
Download error files.
@@ -6396,6 +7338,16 @@ paths: format: binary /BudgetOrderService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントの予算情報を取得します。
Get account budget information.
@@ -6449,6 +7401,16 @@ paths: $ref: '../Response400.yaml#/Response400' /BudgetOrderService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントの予算情報を操作します。
Operates account budget information.
@@ -6502,6 +7464,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AppLinkService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アプリリンク情報を取得します。
Get app link information.
@@ -6554,6 +7526,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AppLinkService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アプリリンク情報を追加します。
Add app link information.
@@ -6606,6 +7588,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AppLinkService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アプリリンク情報を更新します。
Updates the app link information.
@@ -6658,6 +7650,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AppLinkService/regenerate: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アプリリンク情報を再作成します。
Re-creates app link information.
@@ -6710,6 +7712,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountLinkService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントリンクの情報を取得します。
既に承認済みのアカウントリンク情報のみが取得できます。
@@ -6764,6 +7776,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAssetService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループとアセット間の設定情報を取得します。
Get configuration information between ad groups and assets.
@@ -6816,6 +7838,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAssetService/replace: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループにアセット情報を追加・更新・解除(削除)します。
・更新は常に上書きされるため追加分を含めて更新する必要があります。
@@ -6863,6 +7895,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -6878,6 +7911,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupAssetService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループとアセット間の設定情報を更新します。
・1つの広告グループに設定できるステータスが有効なアセット情報は、各種それぞれ20件までです。
@@ -6921,6 +7964,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -6936,6 +7980,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignAssetService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンとアセット間の設定情報を取得します。
Get configuration information between campaign and assets.
@@ -6988,6 +8042,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignAssetService/replace: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンにアセット情報を追加・更新・解除(削除)します。
・更新は常に上書きされるため追加分を含めて更新する必要があります。
@@ -7035,6 +8099,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -7050,6 +8115,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignAssetService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンとアセット間の設定情報を更新します。
・1つのキャンペーンに設定できるステータスが有効なアセット情報は、各種それぞれ20件までです。
@@ -7093,6 +8168,7 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
+ 210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
@@ -7108,6 +8184,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AssetService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アセットの情報を取得します。
Get asset information.
@@ -7160,6 +8246,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AssetService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アセットの情報を追加します。
Add asset information.
@@ -7199,6 +8295,13 @@ paths: I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
130000The server is busy. Please retry later.
サーバーが高負荷です。時間をおいて再試行してください。
The server is busy. Please retry later.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
+ V0003Over limit of the file size.
アップロードファイルサイズが上限を超過しています。
The upload file size exceeds the limit.
+ 210621Can’t add. The image format isn’t supported.
サポート外の画像フォーマットのため登録できません。
Can’t add. The image format isn’t supported.
+ 210624Unsupported pixel size.
規定のピクセルサイズではありません。
Unsupported pixel size.
+ 210626Over compressed image size.
システムで自動圧縮した結果、画像ファイルを200KB以下に圧縮できなかったため、アップロードできませんでした。画像ファイルのサイズを200KB以内に変更して再度お試しください。
The system compressed your images, but the file size was still too large (over 200 KB) to upload. Make your file size 200 KB or less and upload it again.
+ 210630Images not added. They may appear in incorrect orientation. Remove Exif data from images.
画像が正しい方向に表示されない可能性があるため、画像は登録されませんでした。画像のExif情報を削除してください。
Images not added. They may appear in incorrect orientation. Remove Exif data from images.
+ 210631Transparent images is unsupported.
透過画像は登録できません。
Can't add transparent images.
+ 210633Image assets aren't available for Adult Ads accounts.
アダルト広告のアカウントでは、画像アセットは利用できません。
Image assets aren't available for Adult Ads accounts.
@@ -7214,6 +8317,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AssetService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アセットの情報を更新します。
Set asset information.
@@ -7269,6 +8382,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AssetService/setTrademarkStatus: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
商標の使用制限が解除されている場合は、制限が解除された旨の値が返却されます。
When the trademark restriction is removed, a value indicates "removed" will be returned.
@@ -7321,23 +8444,39 @@ paths: $ref: '../Response401.yaml#/Response401' 400: $ref: '../Response400.yaml#/Response400' - /CustomizerAttributeService/get: + /AssetService/downloadImage: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: | -
カスタマイザー属性の情報を取得します。
-
Get customizerAttribute information.
+
入稿済みの画像ファイルをダウンロードします。
+
Download the submitted image file.
tags: - - CustomizerAttributeService + - AssetService requestBody: content: application/json: schema: - $ref: 'customizerattribute/CustomizerAttributeServiceSelector.yaml#/CustomizerAttributeServiceSelector' + $ref: 'asset/AssetServiceDownloadImageSelector.yaml#/AssetServiceDownloadImageSelector' responses: 503: $ref: '../Response503.yaml#/Response503' 500: $ref: '../Response500.yaml#/Response500' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' 200: description: |

Error codes

@@ -7360,31 +8499,38 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ S0001Invalid Status.
ステータスが無効です。
The status is invalid.
+ 210631Unable to download this image file.
ダウンロードできない画像ファイルです。詳細は審査否認理由をご確認ください。
This image file cannot be downloaded. Refer to disapproval reason for more details.
content: application/json: schema: - $ref: 'customizerattribute/CustomizerAttributeServiceGetResponse.yaml#/CustomizerAttributeServiceGetResponse' - 403: - $ref: '../Response403.yaml#/Response403' - 401: - $ref: '../Response401.yaml#/Response401' - 400: - $ref: '../Response400.yaml#/Response400' - /CustomizerAttributeService/add: + type: string + format: binary + /CustomizerAttributeService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: | -
カスタマイザー属性の情報を追加します。
-
Add customizerAttribute information.
+
カスタマイザー属性の情報を取得します。
+
Get customizerAttribute information.
tags: - CustomizerAttributeService requestBody: content: application/json: schema: - $ref: 'customizerattribute/CustomizerAttributeServiceOperation.yaml#/CustomizerAttributeServiceOperation' + $ref: 'customizerattribute/CustomizerAttributeServiceSelector.yaml#/CustomizerAttributeServiceSelector' responses: 503: $ref: '../Response503.yaml#/Response503' @@ -7418,18 +8564,28 @@ paths: content: application/json: schema: - $ref: 'customizerattribute/CustomizerAttributeServiceMutateResponse.yaml#/CustomizerAttributeServiceMutateResponse' + $ref: 'customizerattribute/CustomizerAttributeServiceGetResponse.yaml#/CustomizerAttributeServiceGetResponse' 403: $ref: '../Response403.yaml#/Response403' 401: $ref: '../Response401.yaml#/Response401' 400: $ref: '../Response400.yaml#/Response400' - /CustomizerAttributeService/remove: + /CustomizerAttributeService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: | -
カスタマイザー属性の情報を削除します。
-
Remove customizerAttribute information.
+
カスタマイザー属性の情報を追加します。
+
Add customizerAttribute information.
tags: - CustomizerAttributeService requestBody: @@ -7477,10 +8633,82 @@ paths: $ref: '../Response401.yaml#/Response401' 400: $ref: '../Response400.yaml#/Response400' - /AccountCustomizerService/get: + /CustomizerAttributeService/remove: post: - description: | -
アカウントとカスタマイザー属性間の設定情報を取得します。
+ parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
カスタマイザー属性の情報を削除します。
+
Remove customizerAttribute information.
+ tags: + - CustomizerAttributeService + requestBody: + content: + application/json: + schema: + $ref: 'customizerattribute/CustomizerAttributeServiceOperation.yaml#/CustomizerAttributeServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+
+ content: + application/json: + schema: + $ref: 'customizerattribute/CustomizerAttributeServiceMutateResponse.yaml#/CustomizerAttributeServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /AccountCustomizerService/get: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
アカウントとカスタマイザー属性間の設定情報を取得します。
Get the configuration information between the account and the customizer attributes.
tags: - AccountCustomizerService @@ -7531,6 +8759,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountCustomizerService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントとカスタマイザー属性間の設定情報を追加します。
Add the configuration information between the account and the customizer attributes.
@@ -7583,6 +8821,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AccountCustomizerService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
アカウントとカスタマイザー属性間の設定情報を削除します。
Remove the configuration information between the account and the customizer attributes.
@@ -7635,6 +8883,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignCustomizerService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンとカスタマイザー属性間の設定情報を取得します。
Get the configuration information between the campaign and the customizer attributes.
@@ -7687,6 +8945,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignCustomizerService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンとカスタマイザー属性間の設定情報を追加します。
Add the configuration information between the campaign and the customizer attributes.
@@ -7724,6 +8992,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -7739,6 +9008,16 @@ paths: $ref: '../Response400.yaml#/Response400' /CampaignCustomizerService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キャンペーンとカスタマイザー属性間の設定情報を削除します。
Remove the configuration information between the campaign and the customizer attributes.
@@ -7791,6 +9070,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCustomizerService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループとカスタマイザー属性間の設定情報を取得します。
Get the configuration information between the adgroup and the customizer attributes.
@@ -7843,6 +9132,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCustomizerService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループとカスタマイザー属性間の設定情報を追加します。
Add the configuration information between the adgroup and the customizer attributes.
@@ -7880,6 +9179,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -7895,6 +9195,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCustomizerService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
広告グループとカスタマイザー属性間の設定情報を削除します。
Remove the configuration information between the adgroup and the customizer attributes.
@@ -7947,6 +9257,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionCustomizerService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キーワードとカスタマイザー属性間の設定情報を取得します。
Get the configuration information between the keyword and the customizer attributes.
@@ -7999,6 +9319,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionCustomizerService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キーワードとカスタマイザー属性間の設定情報を追加します。
Add the configuration information between the keyword and the customizer attributes.
@@ -8036,6 +9366,7 @@ paths: RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
+ 120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
@@ -8051,6 +9382,16 @@ paths: $ref: '../Response400.yaml#/Response400' /AdGroupCriterionCustomizerService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
キーワードとカスタマイザー属性間の設定情報を削除します。
Remove the configuration information between the keyword and the customizer attributes.
@@ -8103,6 +9444,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetSetService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ページフィードアセットセットを取得します。
Returns PageFeedAssetSet.
@@ -8155,6 +9506,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetSetService/add: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ページフィードアセットセットを追加します。
Add the information related to PageFeedAssetSet.
@@ -8207,6 +9568,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetSetService/set: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ページフィードアセットセットを更新します。
Updates PageFeedAssetSet information.
@@ -8259,6 +9630,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetSetService/remove: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ページフィードアセットセットを削除します。
Removes PageFeedAssetSet information.
@@ -8317,6 +9698,15 @@ paths: tags: - PageFeedAssetService parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
- in: query name: accountId schema: @@ -8406,6 +9796,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetService/download: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ページフィードアセットをダウンロードします。
Download page feed assets.
@@ -8459,6 +9859,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetService/downloadErrorFile: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ページフィードアセットのエラーファイルをダウンロードします。
Download the error file of page feed assets.
@@ -8512,6 +9922,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetService/get: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
ページフィードアセット情報を取得します。
Gets information related to page feed asset.
@@ -8564,6 +9984,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetService/getReviewSummary: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
登録されているページフィードアセットの審査成績・状況のサマリーを取得します。
Gets registered approval records of page feed asset and summary of each status.
@@ -8616,6 +10046,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetService/getJobStatus: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
upload、downloadの処理状況を取得します。
Gets processing status about upload or download.
@@ -8668,6 +10108,16 @@ paths: $ref: '../Response400.yaml#/Response400' /PageFeedAssetService/addDownloadJob: post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
description: |
登録されているページフィードアセットを一括でダウンロードするためジョブを登録します。
Registers job to bulk download registered page feed asset.
@@ -8718,3 +10168,1437 @@ paths: $ref: '../Response401.yaml#/Response401' 400: $ref: '../Response400.yaml#/Response400' + /CampaignBudgetService/get: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
共有予算に関する情報を取得します。
+
Gets information related to campaign budget.
+ tags: + - CampaignBudgetService + requestBody: + content: + application/json: + schema: + $ref: 'campaignbudget/CampaignBudgetServiceSelector.yaml#/CampaignBudgetServiceSelector' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
210311Campaign has been started.
すでに開始しているキャンペーンの開始日は変更できません。
The start date of a campaign that has already started can not change.
210310Select the correct bid type.
入札最適化タイプと一致しません。
It does not match the correct bid type.
210307Budget is lower than ad group/keywords.
予算額は、キャンペーン内の広告グループ・キーワードに設定されている予算よりも高く設定してください。
The budget should be set higher than the budget set for the ad group / keyword in the campaign.
210300Double or no settings in Auto bidding.
入札タイプ、もしくはポートフォリオ入札IDの指定がありません。
または、入札タイプとポートフォリオ入札IDの両方を指定しています。
There is no specification of biddingStrategyType or PortfolioBiddingId.
Or both biddingStrategyType and PortfolioBiddingId are specified.
210301Setting the disabled Auto bidding.
編集中(削除含む)の自動入札を指定しています。
Auto bidding in editing (including deletion) is specified.
210302Conversion related settings in Auto bidding.
コンバージョン関連の自動入札を指定しています。
Auto bidding for conversion is specified.
210303Invalid conversion tracking.
コンバージョントラッキングが無効です。
Conversion tracking is Invalid.
210304Not enough conversions or invalid setting.
コンバージョン数が不十分です。
Conversions is not enough.
210305Auto bidding is already set.
キーワードに個別の入札価格や入札設定が指定されている状態で、キャンペーンに「コンバージョン数の最大化」、または「コンバージョン単価の目標値」の自動入札を設定しております。
Auto bidding of "Enhanced CPC" or "Target conversion spend" is set for campaigns with individual bidding prices and bidding settings specified for keywords.
210306Cannot use conversion optimizer.
コンバージョンオプティマイザーが利用できません。
Conversion optimizer cannot be used.
210308Set campaign active.
キャンペーンがACTIVEでないため、入札設定が利用できません。
Since the campaign is not ACTIVE, the bidding settings can not be used.
210309Set campaign to CPC.
キャンペーンが「CPC」でないため、入札設定が利用できません。
Since the campaign is not "CPC", bidding settings can not be used.
211000Cannot operate AdvancedURL(FinalURL).
アドバンスドURLに移行済みのため、操作できません。
Since it has already been transferred to AdvancedURL(FinalURL), it can not be operated.
211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
211007Representative URL Does Not Match.
Feedで設定されているドメインと異なります。
It is different from the domain set by Feed.
211008Cannot change Dynamic Ads for Search Campaign.
Dynamic Ads for Searchのキャンペーンに変更はできません。
It can not be changed to the campaign of Dynamic Ads for Search.
210314Cannot set Enhanced CPC for Mobile app download.
アプリダウンロードキャンペーンに「拡張クリック単価」を設定しようとしています。
"Enhanced CPC" can not be set for Mobile app download.
+
+ content: + application/json: + schema: + $ref: 'campaignbudget/CampaignBudgetServiceGetResponse.yaml#/CampaignBudgetServiceGetResponse' + 400: + $ref: '../Response400.yaml#/Response400' + 401: + $ref: '../Response401.yaml#/Response401' + 403: + $ref: '../Response403.yaml#/Response403' + /CampaignBudgetService/add: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
共有予算を追加します。
+
Add campaign budget information.
+ tags: + - CampaignBudgetService + requestBody: + content: + application/json: + schema: + $ref: 'campaignbudget/CampaignBudgetServiceOperation.yaml#/CampaignBudgetServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
210311Campaign has been started.
すでに開始しているキャンペーンの開始日は変更できません。
The start date of a campaign that has already started can not change.
210310Select the correct bid type.
入札最適化タイプと一致しません。
It does not match the correct bid type.
210307Budget is lower than ad group/keywords.
予算額は、キャンペーン内の広告グループ・キーワードに設定されている予算よりも高く設定してください。
The budget should be set higher than the budget set for the ad group / keyword in the campaign.
210300Double or no settings in Auto bidding.
入札タイプ、もしくはポートフォリオ入札IDの指定がありません。
または、入札タイプとポートフォリオ入札IDの両方を指定しています。
There is no specification of biddingStrategyType or PortfolioBiddingId.
Or both biddingStrategyType and PortfolioBiddingId are specified.
210301Setting the disabled Auto bidding.
編集中(削除含む)の自動入札を指定しています。
Auto bidding in editing (including deletion) is specified.
210302Conversion related settings in Auto bidding.
コンバージョン関連の自動入札を指定しています。
Auto bidding for conversion is specified.
210303Invalid conversion tracking.
コンバージョントラッキングが無効です。
Conversion tracking is Invalid.
210304Not enough conversions or invalid setting.
コンバージョン数が不十分です。
Conversions is not enough.
210305Auto bidding is already set.
キーワードに個別の入札価格や入札設定が指定されている状態で、キャンペーンに「コンバージョン数の最大化」、または「コンバージョン単価の目標値」の自動入札を設定しております。
Auto bidding of "Enhanced CPC" or "Target conversion spend" is set for campaigns with individual bidding prices and bidding settings specified for keywords.
210306Cannot use conversion optimizer.
コンバージョンオプティマイザーが利用できません。
Conversion optimizer cannot be used.
210308Set campaign active.
キャンペーンがACTIVEでないため、入札設定が利用できません。
Since the campaign is not ACTIVE, the bidding settings can not be used.
210309Set campaign to CPC.
キャンペーンが「CPC」でないため、入札設定が利用できません。
Since the campaign is not "CPC", bidding settings can not be used.
211000Cannot operate AdvancedURL(FinalURL).
アドバンスドURLに移行済みのため、操作できません。
Since it has already been transferred to AdvancedURL(FinalURL), it can not be operated.
211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
211007Representative URL Does Not Match.
Feedで設定されているドメインと異なります。
It is different from the domain set by Feed.
211008Cannot change Dynamic Ads for Search Campaign.
Dynamic Ads for Searchのキャンペーンに変更はできません。
It can not be changed to the campaign of Dynamic Ads for Search.
210312ConversionTracker has been over limit.
コンバージョントラッカーの登録できる上限値を超過しています。
The upper limit value of conversionTracker that can be registered is exceeded.
210313Campaign Type: This is not available.
キャンペーンタイプ:この設定は使用できません。
Campaign Type: This is not available.
210314Cannot set Enhanced CPC for Mobile app download.
アプリダウンロードキャンペーンに「拡張クリック単価」を設定しようとしています。
"Enhanced CPC" can not be set for Mobile app download.
211020Domain crawling setting limit has exceed.
「ドメイン全体」または「ドメイン全体とページフィードを併用」を設定したキャンペーンの作成上限数を超えています。
Exceeding the maximum limit of campaigns that have "Entire domain" and "Entire domain and page feed."
+
+ content: + application/json: + schema: + $ref: 'campaignbudget/CampaignBudgetServiceMutateResponse.yaml#/CampaignBudgetServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /CampaignBudgetService/set: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
共有予算を更新します。
+
Updates the information related to campaign budget.
+ tags: + - CampaignBudgetService + requestBody: + content: + application/json: + schema: + $ref: 'campaignbudget/CampaignBudgetServiceOperation.yaml#/CampaignBudgetServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
120020Can not set value.
値を設定することができません。
Value cannot be set.
210311Campaign has been started.
すでに開始しているキャンペーンの開始日は変更できません。
The start date of a campaign that has already started can not change.
210310Select the correct bid type.
入札最適化タイプと一致しません。
It does not match the correct bid type.
210307Budget is lower than ad group/keywords.
予算額は、キャンペーン内の広告グループ・キーワードに設定されている予算よりも高く設定してください。
The budget should be set higher than the budget set for the ad group / keyword in the campaign.
210300Double or no settings in Auto bidding.
入札タイプ、もしくはポートフォリオ入札IDの指定がありません。
または、入札タイプとポートフォリオ入札IDの両方を指定しています。
There is no specification of biddingStrategyType or PortfolioBiddingId.
Or both biddingStrategyType and PortfolioBiddingId are specified.
210301Setting the disabled Auto bidding.
編集中(削除含む)の自動入札を指定しています。
Auto bidding in editing (including deletion) is specified.
210302Conversion related settings in Auto bidding.
コンバージョン関連の自動入札を指定しています。
Auto bidding for conversion is specified.
210303Invalid conversion tracking.
コンバージョントラッキングが無効です。
Conversion tracking is Invalid.
210304Not enough conversions or invalid setting.
コンバージョン数が不十分です。
Conversions is not enough.
210305Auto bidding is already set.
キーワードに個別の入札価格や入札設定が指定されている状態で、キャンペーンに「コンバージョン数の最大化」、または「コンバージョン単価の目標値」の自動入札を設定しております。
Auto bidding of "Enhanced CPC" or "Target conversion spend" is set for campaigns with individual bidding prices and bidding settings specified for keywords.
210306Cannot use conversion optimizer.
コンバージョンオプティマイザーが利用できません。
Conversion optimizer cannot be used.
210308Set campaign active.
キャンペーンがACTIVEでないため、入札設定が利用できません。
Since the campaign is not ACTIVE, the bidding settings can not be used.
210309Set campaign to CPC.
キャンペーンが「CPC」でないため、入札設定が利用できません。
Since the campaign is not "CPC", bidding settings can not be used.
211000Cannot operate AdvancedURL(FinalURL).
アドバンスドURLに移行済みのため、操作できません。
Since it has already been transferred to AdvancedURL(FinalURL), it can not be operated.
211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
211007Representative URL Does Not Match.
Feedで設定されているドメインと異なります。
It is different from the domain set by Feed.
211008Cannot change Dynamic Ads for Search Campaign.
Dynamic Ads for Searchのキャンペーンに変更はできません。
It can not be changed to the campaign of Dynamic Ads for Search.
210314Cannot set Enhanced CPC for Mobile app download.
アプリダウンロードキャンペーンに「拡張クリック単価」を設定しようとしています。
"Enhanced CPC" can not be set for Mobile app download.
211020Domain crawling setting limit has exceed.
「ドメイン全体」または「ドメイン全体とページフィードを併用」を設定したキャンペーンの作成上限数を超えています。
Exceeding the maximum limit of campaigns that have "Entire domain" and "Entire domain and page feed."
+
+ content: + application/json: + schema: + $ref: 'campaignbudget/CampaignBudgetServiceMutateResponse.yaml#/CampaignBudgetServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /CampaignBudgetService/remove: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
共有予算を削除します。
+
Removes the inforamtion related to campaign budget.
+ tags: + - CampaignBudgetService + requestBody: + content: + application/json: + schema: + $ref: 'campaignbudget/CampaignBudgetServiceOperation.yaml#/CampaignBudgetServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
V0001Invalid value.
値が無効です。
The value is invalid.
S0001Invalid Status.
ステータスが無効です。
The status is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
210311Campaign has been started.
すでに開始しているキャンペーンの開始日は変更できません。
The start date of a campaign that has already started can not change.
210310Select the correct bid type.
入札最適化タイプと一致しません。
It does not match the correct bid type.
210307Budget is lower than ad group/keywords.
予算額は、キャンペーン内の広告グループ・キーワードに設定されている予算よりも高く設定してください。
The budget should be set higher than the budget set for the ad group / keyword in the campaign.
210300Double or no settings in Auto bidding.
入札タイプ、もしくはポートフォリオ入札IDの指定がありません。
または、入札タイプとポートフォリオ入札IDの両方を指定しています。
There is no specification of biddingStrategyType or PortfolioBiddingId.
Or both biddingStrategyType and PortfolioBiddingId are specified.
210301Setting the disabled Auto bidding.
編集中(削除含む)の自動入札を指定しています。
Auto bidding in editing (including deletion) is specified.
210302Conversion related settings in Auto bidding.
コンバージョン関連の自動入札を指定しています。
Auto bidding for conversion is specified.
210303Invalid conversion tracking.
コンバージョントラッキングが無効です。
Conversion tracking is Invalid.
210304Not enough conversions or invalid setting.
コンバージョン数が不十分です。
Conversions is not enough.
210305Auto bidding is already set.
キーワードに個別の入札価格や入札設定が指定されている状態で、キャンペーンに「コンバージョン数の最大化」、または「コンバージョン単価の目標値」の自動入札を設定しております。
Auto bidding of "Enhanced CPC" or "Target conversion spend" is set for campaigns with individual bidding prices and bidding settings specified for keywords.
210306Cannot use conversion optimizer.
コンバージョンオプティマイザーが利用できません。
Conversion optimizer cannot be used.
210308Set campaign active.
キャンペーンがACTIVEでないため、入札設定が利用できません。
Since the campaign is not ACTIVE, the bidding settings can not be used.
210309Set campaign to CPC.
キャンペーンが「CPC」でないため、入札設定が利用できません。
Since the campaign is not "CPC", bidding settings can not be used.
211000Cannot operate AdvancedURL(FinalURL).
アドバンスドURLに移行済みのため、操作できません。
Since it has already been transferred to AdvancedURL(FinalURL), it can not be operated.
211001Cannot set AdvancedMobileURL(SmartphoneFinalURL).
アプリダウンロードキャンペーンでは、advancedMobileURL(smartphoneFinalURL)の設定はできません。
In the app download campaign, AdvancedMobileURL(SmartphoneFinalURL) can not be set.
211003Domain does not match with DisplayURL.
表示URLと最終リンク先URLのドメインが一致していません。
Domain of DisplayURL and AdvancedURL(FinalURL) do not match.
211004Cannot set under AndroidCampaign.
Androidのアプリキャンペーンでは、以下の設定ができません:
・キャンペーン、広告グループ、広告、キーワードにTrackingUrlや CustomParameterを設定
・キーワードに最終リンク先URLやスマートフォン向けURLを設定
In the Android app campaign, the following settings can not be made:
・Set TrackingUrl and CustomParameter for campaigns, ad groups, ads, keywords
・Set the AdvancedUrl(FinalUrl) and AdvancedMobileUrl(SmartphoneFinalUrl) for the keywords
211007Representative URL Does Not Match.
Feedで設定されているドメインと異なります。
It is different from the domain set by Feed.
211008Cannot change Dynamic Ads for Search Campaign.
Dynamic Ads for Searchのキャンペーンに変更はできません。
It can not be changed to the campaign of Dynamic Ads for Search.
210314Cannot set Enhanced CPC for Mobile app download.
アプリダウンロードキャンペーンに「拡張クリック単価」を設定しようとしています。
"Enhanced CPC" can not be set for Mobile app download.
+
+ content: + application/json: + schema: + $ref: 'campaignbudget/CampaignBudgetServiceMutateResponse.yaml#/CampaignBudgetServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /BiddingSeasonalityAdjustmentService/get: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札のスポット調整に関する情報を取得します。
+
Gets bidding seasonality adjustment.
+ tags: + - BiddingSeasonalityAdjustmentService + requestBody: + content: + application/json: + schema: + $ref: 'biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceSelector.yaml#/BiddingSeasonalityAdjustmentServiceSelector' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始≧終了の日付指定の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
+
+ content: + application/json: + schema: + $ref: 'biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceGetResponse.yaml#/BiddingSeasonalityAdjustmentServiceGetResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /BiddingSeasonalityAdjustmentService/add: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札のスポット調整を追加します。
+
Create bidding seasonality adjustment.
+ tags: + - BiddingSeasonalityAdjustmentService + requestBody: + content: + application/json: + schema: + $ref: 'biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceOperation.yaml#/BiddingSeasonalityAdjustmentServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
+
+ content: + application/json: + schema: + $ref: 'biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceMutateResponse.yaml#/BiddingSeasonalityAdjustmentServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /BiddingSeasonalityAdjustmentService/set: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札のスポット調整の設定を変更します。
+
Update bidding seasonality adjustment.
+ tags: + - BiddingSeasonalityAdjustmentService + requestBody: + content: + application/json: + schema: + $ref: 'biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceOperation.yaml#/BiddingSeasonalityAdjustmentServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
+
+ content: + application/json: + schema: + $ref: 'biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceMutateResponse.yaml#/BiddingSeasonalityAdjustmentServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /BiddingSeasonalityAdjustmentService/remove: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札のスポット調整を削除します。
+
Remove bidding seasonality adjustment.
+ tags: + - BiddingSeasonalityAdjustmentService + requestBody: + content: + application/json: + schema: + $ref: 'biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceOperation.yaml#/BiddingSeasonalityAdjustmentServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
+
+ content: + application/json: + schema: + $ref: 'biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceMutateResponse.yaml#/BiddingSeasonalityAdjustmentServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /LearningDataExclusionService/get: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札の学習データ除外に関する情報を取得します。
+
Gets learning data exclusion for autobidding.
+ tags: + - LearningDataExclusionService + requestBody: + content: + application/json: + schema: + $ref: 'learningdataexclusion/LearningDataExclusionServiceSelector.yaml#/LearningDataExclusionServiceSelector' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始≧終了の日付指定の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
+
+ content: + application/json: + schema: + $ref: 'learningdataexclusion/LearningDataExclusionServiceGetResponse.yaml#/LearningDataExclusionServiceGetResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /LearningDataExclusionService/add: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札の学習データ除外を追加します。
+
Create learning data exclusion for autobidding.
+ tags: + - LearningDataExclusionService + requestBody: + content: + application/json: + schema: + $ref: 'learningdataexclusion/LearningDataExclusionServiceOperation.yaml#/LearningDataExclusionServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
+
+ content: + application/json: + schema: + $ref: 'learningdataexclusion/LearningDataExclusionServiceMutateResponse.yaml#/LearningDataExclusionServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /LearningDataExclusionService/set: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札の学習データ除外の設定を変更します。
+
Update learning data exclusion for autobidding.
+ tags: + - LearningDataExclusionService + requestBody: + content: + application/json: + schema: + $ref: 'learningdataexclusion/LearningDataExclusionServiceOperation.yaml#/LearningDataExclusionServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
120020Can not set value.
値を設定することができません。詳細はヘルプを参照してください。A/Bテストについて
Value cannot be set. See also the help below. About A/B test
+
+ content: + application/json: + schema: + $ref: 'learningdataexclusion/LearningDataExclusionServiceMutateResponse.yaml#/LearningDataExclusionServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /LearningDataExclusionService/remove: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
自動入札の学習データ除外を削除します。
+
Remove learning data exclusion for autobidding.
+ tags: + - LearningDataExclusionService + requestBody: + content: + application/json: + schema: + $ref: 'learningdataexclusion/LearningDataExclusionServiceOperation.yaml#/LearningDataExclusionServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
+
+ content: + application/json: + schema: + $ref: 'learningdataexclusion/LearningDataExclusionServiceMutateResponse.yaml#/LearningDataExclusionServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /AbTestService/get: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
+ A/Bテストの情報を取得します。
+ ※現在、こちらのサービスは利用できません。 +
+
+ Retrieves A/B test information.
+ *Currently this service is not available. +
+ tags: + - AbTestService + requestBody: + content: + application/json: + schema: + $ref: 'abtest/AbTestServiceSelector.yaml#/AbTestServiceSelector' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
V0001Invalid value.
値が無効です。
The value is invalid.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
120020Can not set value.
値を設定することができません。
Value cannot be set.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
+
+ content: + application/json: + schema: + $ref: 'abtest/AbTestServiceGetResponse.yaml#/AbTestServiceGetResponse' + /AbTestService/add: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
+ A/Bテストを追加します。
+ ※現在、こちらのサービスは利用できません。 +
+
+ Adds A/B test.
+ *Currently this service is not available. +
+ tags: + - AbTestService + requestBody: + content: + application/json: + schema: + $ref: 'abtest/AbTestServiceOperation.yaml#/AbTestServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
V0001Invalid value.
値が無効です。
The value is invalid.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
210917Cannot create duplicate test for campaign.
選択したキャンペーンは他のA/Bテストで「テスト元のキャンペーン」に設定されています。複数のA/Bテストで同じキャンペーンを設定できません。
The selected campaign is the original campaign for a different A/B test. You can't set up the same campaign for multiple A/B tests.
120020Value cannot be set.
値を設定することができません。
[TODO ヘルプページ追加する]Can not set value.
210919Specify a start date three days or later from today.
開始日は本日から3日後以降の日付を指定してください。
Specify a start date three days or later from today.
+
+ content: + application/json: + schema: + $ref: 'abtest/AbTestServiceMutateResponse.yaml#/AbTestServiceMutateResponse' + /AbTestService/set: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
+ A/Bテストを変更します。
+ ※現在、こちらのサービスは利用できません。 +
+
+ Updates information of A/B test.
+ *Currently this service is not available. +
+ tags: + - AbTestService + requestBody: + content: + application/json: + schema: + $ref: 'abtest/AbTestServiceOperation.yaml#/AbTestServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
V0001Invalid value.
値が無効です。
The value is invalid.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
210919Specify a start date three days or later from today.
開始日は本日から3日後以降の日付を指定してください。
Specify a start date three days or later from today.
120020Value cannot be set.
値を設定することができません。
Can not set value.
210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+
+ content: + application/json: + schema: + $ref: 'abtest/AbTestServiceMutateResponse.yaml#/AbTestServiceMutateResponse' + /AbTestService/remove: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
+ A/Bテストを削除します。
+ ※現在、こちらのサービスは利用できません。 +
+
+ Removes A/B test.
+ *Currently this service is not available. +
+ tags: + - AbTestService + requestBody: + content: + application/json: + schema: + $ref: 'abtest/AbTestServiceOperation.yaml#/AbTestServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
V0001Invalid value.
値が無効です。
The value is invalid.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
210920This action isn't available when creating the A/B test.
A/Bテスト作成中のため操作できません。
This action isn't available when creating the A/B test.
+
+ content: + application/json: + schema: + $ref: 'abtest/AbTestServiceMutateResponse.yaml#/AbTestServiceMutateResponse' + /AbTestService/graduateTest: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
+ A/Bテストで使用中のキャンペーンに適用します。
+ ※現在、こちらのサービスは利用できません。 +
+
+ [TODO]Graduate Test A/B test.
+ *Currently this service is not available. +
+ tags: + - AbTestService + requestBody: + content: + application/json: + schema: + $ref: 'abtest/AbTestServiceGraduateTestOperation.yaml#/AbTestServiceGraduateTestOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
This error can result for a variety of reasons.
Typically because one of the parameter values in the request is wrong or invalid and the operation cannot be completed.
R0001Require.
必須です。
It is missing required parameter.
V0001Invalid value.
値が無効です。
The value is invalid.
I0001Deactivated Id.
IDが無効です。
The ID is Deactivated.
F0001Invalid format.
値の形式が不正です。
The value format is invalid.
L0002Over list size.
配列の要素数が上限値を超過しています。
The number of elements in the array exceeds the upper limit.
D0001Duplicate.
一意な値が重複しています。
The unique value is duplicated.
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
The relation of the request is contradictory.
For example, you are specifying the date of start > end.
L0001Lower list size.
配列の要素数が下限値を下回っています。
The number of elements in the array is below the lower limit.
LT001Over limit.
登録できる上限値を超過しています。
The upper limit value that can be registered is exceeded.
130001The request was not completed. Please reduce concurrent requests or data size.
リクエストが完了しませんでした。同時リクエスト数またはデータサイズを減らして再度お試しください。
The request was not completed. Please reduce concurrent requests or data size.
210307Budget is lower than ad group/keywords.
予算額は、キャンペーン内の広告グループ・キーワードに設定されている予算よりも高く設定してください。
The budget should be set higher than the budget set for the ad group / keyword in the campaign.
210316Cannot set campaign budget for bidding strategy type.
入札戦略「MAXIMIZE_CONVERSIONS(targetCpa設定なし)」もしくは「MAXIMIZE_CONVERSION_VALUE(targetRoas設定なし)」のキャンペーンには共有予算を設定できません。
Cannot set campaign budget for bidding strategy type.
210317Please set either CampaignBudgetId or amount.
CampaignBudgetId または amount どちらかを設定してください。
Please set either CampaignBudgetId or amount.
210922Test status is not ENDED or already GRADUATED.
A/BテストのステータスがENDEDでないため変換できません。
Can't switch. The A/B test status isn't ENDED.
+
+ content: + application/json: + schema: + $ref: 'abtest/AbTestServiceMutateResponse.yaml#/AbTestServiceMutateResponse' + /ConversionGroupService/get: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
指定アカウントのコンバージョングループ情報を取得します。
+
Get ConversionGroup information of specified account.
+ tags: + - ConversionGroupService + requestBody: + content: + application/json: + schema: + $ref: 'conversiongroup/ConversionGroupServiceSelector.yaml#/ConversionGroupServiceSelector' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始≧終了の日付指定の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
+
+ content: + application/json: + schema: + $ref: 'conversiongroup/ConversionGroupServiceGetResponse.yaml#/ConversionGroupServiceGetResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /ConversionGroupService/add: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
コンバージョングループ情報を追加します。
+
Add ConversionGroup information.
+ tags: + - ConversionGroupService + requestBody: + content: + application/json: + schema: + $ref: 'conversiongroup/ConversionGroupServiceOperation.yaml#/ConversionGroupServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
225310Turn on the conversion settings.
このコンバージョン設定はコンバージョングループに設定されているため、設定をオフにできません。
You can't turn off the conversion settings set in the conversion group.
225308This action isn't available for the conversion group. Try again later.
このコンバージョングループは現在、操作できません。しばらく時間をおいて、再度お試しください。
This action isn't available for the conversion group. Try again later.
210923Cannot delete conversion group.
キャンペーンに紐づいているコンバージョングループは削除できません。
Cannot delete conversion group.
+
+ content: + application/json: + schema: + $ref: 'conversiongroup/ConversionGroupServiceMutateResponse.yaml#/ConversionGroupServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /ConversionGroupService/set: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
コンバージョングループ情報を更新します。
+
Update ConversionGroup information.
+ tags: + - ConversionGroupService + requestBody: + content: + application/json: + schema: + $ref: 'conversiongroup/ConversionGroupServiceOperation.yaml#/ConversionGroupServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
225310Turn on the conversion settings.
このコンバージョン設定はコンバージョングループに設定されているため、設定をオフにできません。
You can't turn off the conversion settings set in the conversion group.
225308This action isn't available for the conversion group. Try again later.
このコンバージョングループは現在、操作できません。しばらく時間をおいて、再度お試しください。
This action isn't available for the conversion group. Try again later.
210923Cannot delete conversion group.
キャンペーンに紐づいているコンバージョングループは削除できません。
Cannot delete conversion group.
+
+ content: + application/json: + schema: + $ref: 'conversiongroup/ConversionGroupServiceMutateResponse.yaml#/ConversionGroupServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' + /ConversionGroupService/remove: + post: + parameters: + - in: header + name: x-z-base-account-id + schema: + type: integer + format: int64 + required: true + description: | +
アカウントIDを指定してください。
+
Specify Account ID.
+ description: | +
コンバージョングループ情報を削除します。
+
Remove ConversionGroup information.
+ tags: + - ConversionGroupService + requestBody: + content: + application/json: + schema: + $ref: 'conversiongroup/ConversionGroupServiceOperation.yaml#/ConversionGroupServiceOperation' + responses: + 503: + $ref: '../Response503.yaml#/Response503' + 500: + $ref: '../Response500.yaml#/Response500' + 200: + description: | +

Error codes

+
+ + + + + + + + + + + + + + + + + + + +
CodeMessageDescription
0001Invalid Request.
さまざまな要因が考えられます。
主な要因は、パラメータの値が不正か、誤りがあるためにオペレーションが完了できません。
R0001Require.
必須です。
F0001Invalid format.
値の形式が不正です。
V0001Invalid value.
値が無効です。
S0001Invalid Status.
ステータスが無効です。
L0002Over list size.
配列の要素数が上限値を超過しています。
L0001Lower list size.
配列の要素数が下限値を下回っています。
D0001Duplicate.
一意な値が重複しています。
RL001Invalid relation.
リクエストの関連性が矛盾しています。
たとえば、開始>終了の日付指定を行なっているなど
LT001Over limit.
登録できる上限値を超過しています。
I0001Deactivated Id.
IDが無効です。
+
+ content: + application/json: + schema: + $ref: 'conversiongroup/ConversionGroupServiceMutateResponse.yaml#/ConversionGroupServiceMutateResponse' + 403: + $ref: '../Response403.yaml#/Response403' + 401: + $ref: '../Response401.yaml#/Response401' + 400: + $ref: '../Response400.yaml#/Response400' diff --git a/design/v15/abtest/AbTest.yaml b/design/v15/abtest/AbTest.yaml new file mode 100644 index 0000000..91df63a --- /dev/null +++ b/design/v15/abtest/AbTest.yaml @@ -0,0 +1,200 @@ +AbTest: + type: object + nullable: true + properties: + accountId: + type: integer + nullable: true + format: int64 + description: | +
+ アカウントIDです。
+ このフィールドは、リクエストの場合は必須です。 +
+
+ Account ID.
+ This field is required in requests. +
+ abTestId: + type: integer + nullable: true + format: int64 + description: | +
+ A/BテストIDです。
+ このフィールドは、ADD時は無視され、SETおよびREMOVE時は必須となります。 +
+
+ A/B test ID.
+ This field will be ignored in ADD operation, and will be required in SET and REMOVE operation. +
+ abTestName: + type: string + nullable: true + description: | +
+ A/Bテスト名です。
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+ ※256文字以内になります。 +
+
+ A/B test name.
+ This field is required in ADD operation, and will be optional in SET operation.
+ *Up to 128 characters. +
+ description: + type: string + nullable: true + description: | +
+ 説明文です。
+ ADDおよびSET時、このフィールドは省略可能となります。
+ ※512文字以内になります。 +
+
+ Description text.
+ This field is optional in ADD and SET operation.
+ *Up to 512 characters. +
+ suffix: + type: string + nullable: true + description: | +
+ A/Bテストのサフィックスです。
+ ADD時、このフィールドは必須となります。
+ ※16文字以内になります。 +
+
+ suffix text.
+ This field is required in ADD operation.
+ *Up to 16 characters. +
+ aCampaignId: + type: integer + nullable: true + format: int64 + description: | +
+ キャンペーンAのキャンペーンIDです。
+ ADD時、このフィールドは必須となります。 +
+
+ Campaign ID of Campaign A.
+ This field is required in ADD operation. +
+ aCampaignName: + type: string + nullable: true + description: | +
+ キャンペーンAのキャンペーン名です。
+ このフィールドはリクエストの際には無視されます。
+ GET時のみレスポンスの際に返却されます。 +
+
+ Campaign name of Campaign A.
+ This field will be ignored on input.
+ This field will be returned in the GET response only. +
+ aCampaignUserStatus: + $ref: 'AbTestServiceCampaignUserStatus.yaml#/AbTestServiceCampaignUserStatus' + aCampaignTestType: + $ref: 'AbTestServiceCampaignTestType.yaml#/AbTestServiceCampaignTestType' + aCampaignIsDeleted: + $ref: 'AbTestServiceCampaignIsDeleteFlg.yaml#/AbTestServiceCampaignIsDeleteFlg' + bCampaignId: + type: integer + nullable: true + format: int64 + description: | +
+ キャンペーンBのキャンペーンIDです。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ Campaign ID of Campaign B.
+ Although this field will be returned in the response, it will be ignored on input. +
+ bCampaignName: + type: string + nullable: true + description: | +
+ キャンペーンBのキャンペーン名です。
+ このフィールドはリクエストの際には無視されます。
+ GET時のみレスポンスの際に返却されます。 +
+
+ Campaign name of Campaign B.
+ This field will be ignored on input.
+ This field will be returned in the GET response only. +
+ bCampaignUserStatus: + $ref: 'AbTestServiceCampaignUserStatus.yaml#/AbTestServiceCampaignUserStatus' + bCampaignTestType: + $ref: 'AbTestServiceCampaignTestType.yaml#/AbTestServiceCampaignTestType' + bCampaignIsDeleted: + $ref: 'AbTestServiceCampaignIsDeleteFlg.yaml#/AbTestServiceCampaignIsDeleteFlg' + isRemoveDescription: + $ref: 'AbTestServiceIsRemoveFlg.yaml#/AbTestServiceIsRemoveFlg' + endDate: + type: string + nullable: true + description: | +
+ 終了日です。
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+ ※フォーマット:yyyyMMdd +
+
+ End date.
+ This field is required in ADD operation, and will be optional in SET operation.
+ *format: yyyyMMdd +
+ startDate: + type: string + nullable: true + description: | +
+ 開始日です。
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+ ※フォーマット:yyyyMMdd +
+
+ Start date.
+ This field is required in ADD operation, and will be optional in SET operation.
+ *format: yyyyMMdd +
+ status: + $ref: 'AbTestServiceStatus.yaml#/AbTestServiceStatus' + errors: + type: array + nullable: true + items: + type: string + nullable: true + description: | +
+ エラー内容です。
+ このフィールドはリクエストの際には無視されます。
+ 以下エラー詳細になります。
+ - ENTITY_USE_AD_CUSTOMIZER: アドカスタマイザーを利用した広告が含まれるキャンペーンはテスト元のキャンペーンに設定できません。
+ - ENTITY_UNDER_REVIEW: 審査中のアイテムが含まれるためA/Bテストを作成できませんでした。
+ - CAMPAIGN_OVER_LIMIT: キャンペーンの作成上限数を超えています。
+ - KEYWORD_OVER_LIMIT: キーワードの作成上限数を超えています。
+ - AD_OVER_LIMIT: 広告の作成上限数を超えています。
+ - SYSTEM_ERROR_OCCURRED: システムエラーが発生しました。
+
Errors.
+ This field will be ignored on input.
+ Error details.
+ - ENTITY_USE_AD_CUSTOMIZER: You can't set up a campaign that contains ads using the ad customizer as the original campaign.
+ - ENTITY_UNDER_REVIEW: Can't create an A/B test. The campaign contains elements under review.
+ - CAMPAIGN_OVER_LIMIT: You already have the maximum number of campaigns.
+ - KEYWORD_OVER_LIMIT: You already have the maximum number of keywords.
+ - AD_OVER_LIMIT: You already have the maximum number of ads.
+ - SYSTEM_ERROR_OCCURRED: A system error has occurred.
+ title: AbTest + description: | +
AbTestオブジェクトは、A/Bテスト情報を保持します。
+
The A/B Test object is a container for storing A/B test information.
diff --git a/design/v15/abtest/AbTestServiceBudget.yaml b/design/v15/abtest/AbTestServiceBudget.yaml new file mode 100644 index 0000000..2babfe3 --- /dev/null +++ b/design/v15/abtest/AbTestServiceBudget.yaml @@ -0,0 +1,26 @@ +AbTestServiceBudget: + type: object + nullable: true + properties: + campaignBudgetId: + type: integer + nullable: true + format: int64 + description: | +
共有予算IDです。
+ amountと同時に設定することはできません。
+
CampaignBudget ID.
+ This field cannot be set at the same time as amount.
+ amount: + type: integer + nullable: true + format: int64 + description: | +
1日単位のキャンペーン予算利用金額です。
+ campaignBudgetIdと同時に設定することはできません。
+
Amount of budget of Campaign.
+ This field cannot be set at the same time as campaignBudgetId.
+ title: AbTestServiceBudget + description: | +
AbTestServiceBudgetオブジェクトは、キャンペーン予算に関する情報を表します。
+
AbTestServiceBudget object displays budget information for campaign.
diff --git a/design/v15/abtest/AbTestServiceCampaignIsDeleteFlg.yaml b/design/v15/abtest/AbTestServiceCampaignIsDeleteFlg.yaml new file mode 100644 index 0000000..9c56253 --- /dev/null +++ b/design/v15/abtest/AbTestServiceCampaignIsDeleteFlg.yaml @@ -0,0 +1,27 @@ +AbTestServiceCampaignIsDeleteFlg: + type: string + nullable: true + enum: + - 'TRUE' + - 'FALSE' + - UNKNOWN + title: AbTestServiceCampaignIsDeleteFlg + description: | +
+ AbTestServiceCampaignIsDeleteFlgは、キャンペーンの削除フラグです。
+ このフィールドはリクエストの際には無視されます。
+ GET時のみレスポンスの際に返却されます。 +
+
+ Campaign of delete flag.
+ This field will be ignored on input.
+ This field will be returned in the GET response only. +
+
+
TRUE
+
キャンペーン削除済み。Campaign Deleted.
+
FALSE
+
キャンペーン削除なし。No campaign deleted.
+
UNKNOWN
+
未知の値です。Unknown Value
+
diff --git a/design/v15/abtest/AbTestServiceCampaignTestType.yaml b/design/v15/abtest/AbTestServiceCampaignTestType.yaml new file mode 100644 index 0000000..3abf638 --- /dev/null +++ b/design/v15/abtest/AbTestServiceCampaignTestType.yaml @@ -0,0 +1,28 @@ +AbTestServiceCampaignTestType: + type: string + nullable: true + enum: + - BASE + - TEST + - NONE + - UNKNOWN + title: AbTestServiceCampaignTestType + description: | +
+ AbTestServiceCampaignTestTypeは、キャンペーンのテストタイプを表します。
+ このフィールドはリクエストの際には無視されます。 +
+
+ AbTestServiceCampaignTestType test type of campaign.
+ This field will be ignored on input. +
+
+
BASE
+
テスト対象のベースキャンペーン。Base campaign to be tested.
+
TEST
+
テストキャンペーン。Test campaign.
+
NONE
+
テスト対象外のキャンペーン。Campaigns not subject to testing.
+
UNKNOWN
+
未知の値です。Unknown Value
+
diff --git a/design/v15/abtest/AbTestServiceCampaignUserStatus.yaml b/design/v15/abtest/AbTestServiceCampaignUserStatus.yaml new file mode 100644 index 0000000..8f21601 --- /dev/null +++ b/design/v15/abtest/AbTestServiceCampaignUserStatus.yaml @@ -0,0 +1,21 @@ +AbTestServiceCampaignUserStatus: + type: string + nullable: true + enum: + - ACTIVE + - PAUSED + - UNKNOWN + title: AbTestServiceCampaignUserStatus + description: | +
AbTestServiceCampaignUserStatusは、配信設定を表します。
+ このフィールドはリクエストの際には無視されます。
+
AbTestServiceCampaignUserStatus describes delivery settings.
+ This field will be ignored on input.
+
+
ACTIVE
+
広告は配信されている状態です。Currently ad delivery is active.
+
PAUSED
+
広告は一時停止の状態のため、配信されていません。Currently ad is paused, which the delivery is not active.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v11/feed/FeedServiceGetResponse.yaml b/design/v15/abtest/AbTestServiceGetResponse.yaml similarity index 64% rename from design/v11/feed/FeedServiceGetResponse.yaml rename to design/v15/abtest/AbTestServiceGetResponse.yaml index 0282ce1..31ce267 100644 --- a/design/v11/feed/FeedServiceGetResponse.yaml +++ b/design/v15/abtest/AbTestServiceGetResponse.yaml @@ -1,4 +1,4 @@ -FeedServiceGetResponse: +AbTestServiceGetResponse: type: object nullable: true properties: @@ -11,5 +11,5 @@ FeedServiceGetResponse: type: string nullable: false rval: - $ref: 'FeedServicePage.yaml#/FeedServicePage' - title: FeedServiceGetResponse + $ref: 'AbTestServicePage.yaml#/AbTestServicePage' + title: AbTestServiceGetResponse diff --git a/design/v15/abtest/AbTestServiceGraduateTest.yaml b/design/v15/abtest/AbTestServiceGraduateTest.yaml new file mode 100644 index 0000000..02662aa --- /dev/null +++ b/design/v15/abtest/AbTestServiceGraduateTest.yaml @@ -0,0 +1,17 @@ +AbTestServiceGraduateTest: + type: object + nullable: true + properties: + abTestId: + type: integer + nullable: true + format: int64 + description: | +
A/BテストIDです。
+
A/B test ID.
+ budget: + $ref: 'AbTestServiceBudget.yaml#/AbTestServiceBudget' + title: AbTestServiceGraduateTest + description: | +
AbTestServiceGraduateTestオブジェクトは、A/Bテストキャンペーンに適用する設定情報を表します。
+
AbTestServiceGraduateTest object describes configuration information between Apply to the campaign used for the A/B test.
diff --git a/design/v15/abtest/AbTestServiceGraduateTestOperation.yaml b/design/v15/abtest/AbTestServiceGraduateTestOperation.yaml new file mode 100644 index 0000000..89e14fe --- /dev/null +++ b/design/v15/abtest/AbTestServiceGraduateTestOperation.yaml @@ -0,0 +1,25 @@ +AbTestServiceGraduateTestOperation: + type: object + nullable: true + required: + - accountId + - operand + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
Account ID.
+ operand: + type: array + nullable: true + items: + $ref: 'AbTestServiceGraduateTest.yaml#/AbTestServiceGraduateTest' + minItems: 1 + maxItems: 10 + title: AbTestServiceGraduateTestOperation + description: | +
AbTestServiceGraduateTestOperationオブジェクトは、A/Bテストで使用中のキャンペーンに適用する情報を格納するコンテナです。
+
AbTestServiceGraduateTestOperation is a container of Apply to the campaign used for the A/B test information.
diff --git a/design/v15/abtest/AbTestServiceIsRemoveFlg.yaml b/design/v15/abtest/AbTestServiceIsRemoveFlg.yaml new file mode 100644 index 0000000..611d9c6 --- /dev/null +++ b/design/v15/abtest/AbTestServiceIsRemoveFlg.yaml @@ -0,0 +1,27 @@ +AbTestServiceIsRemoveFlg: + type: string + nullable: true + enum: + - 'TRUE' + - 'FALSE' + - UNKNOWN + title: AbTestServiceIsRemoveFlg + description: | +
+ AbTestServiceIsRemoveFlgは、項目を削除するフラグです。
+ 設定値が「TRUE」の場合、設定されている値が無効になります。
+ このフィールドは、ADD時は無視され、SET時は省略可能となります。 +
+
+ AbTestServiceIsRemoveFlg is a flag for removing an information item.
+ If the set value is 'TRUE', the set value will be invalid.
+ This field will be ignored in ADD operation, and will be optional in SET operation. +
+
+
TRUE
+
項目の削除。Removes the information item.
+
FALSE
+
項目の削除なし。Not remove the information item.
+
UNKNOWN
+
未知の値です。Unknown Value
+
diff --git a/design/v11/feeditem/FeedItemServiceGetResponse.yaml b/design/v15/abtest/AbTestServiceMutateResponse.yaml similarity index 60% rename from design/v11/feeditem/FeedItemServiceGetResponse.yaml rename to design/v15/abtest/AbTestServiceMutateResponse.yaml index f2fcb41..22fadab 100644 --- a/design/v11/feeditem/FeedItemServiceGetResponse.yaml +++ b/design/v15/abtest/AbTestServiceMutateResponse.yaml @@ -1,4 +1,4 @@ -FeedItemServiceGetResponse: +AbTestServiceMutateResponse: type: object nullable: true properties: @@ -11,5 +11,5 @@ FeedItemServiceGetResponse: type: string nullable: false rval: - $ref: 'FeedItemServicePage.yaml#/FeedItemServicePage' - title: FeedItemServiceGetResponse + $ref: 'AbTestServiceReturnValue.yaml#/AbTestServiceReturnValue' + title: AbTestServiceMutateResponse diff --git a/design/v15/abtest/AbTestServiceOperation.yaml b/design/v15/abtest/AbTestServiceOperation.yaml new file mode 100644 index 0000000..b471811 --- /dev/null +++ b/design/v15/abtest/AbTestServiceOperation.yaml @@ -0,0 +1,25 @@ +AbTestServiceOperation: + type: object + nullable: true + required: + - accountId + - operand + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
The account ID.
+ operand: + type: array + nullable: false + items: + $ref: 'AbTest.yaml#/AbTest' + minItems: 1 + maxItems: 10 + title: AbTestServiceOperation + description: | +
AbTestServiceOperationオブジェクトは、操作の対象となるA/Bテストの情報と処理の内容を表します。
+
The AbTestServiceOperation object is a container for storing A/B test information and operation results.
diff --git a/design/v15/abtest/AbTestServicePage.yaml b/design/v15/abtest/AbTestServicePage.yaml new file mode 100644 index 0000000..e9afa9e --- /dev/null +++ b/design/v15/abtest/AbTestServicePage.yaml @@ -0,0 +1,20 @@ +AbTestServicePage: + type: object + nullable: true + properties: + totalNumEntries: + type: integer + nullable: false + format: int32 + description: | +
取得される項目の総件数です。
+
Total number of entries.
+ values: + type: array + nullable: true + items: + $ref: 'AbTestServiceValue.yaml#/AbTestServiceValue' + title: AbTestServicePage + description: | +
AbTestServicePageオブジェクトは、取得されるA/Bテストに関するエントリーを表します。
+
The AbTestServicePage object is a container for storing A/B test information entry.
diff --git a/design/v15/abtest/AbTestServiceReturnValue.yaml b/design/v15/abtest/AbTestServiceReturnValue.yaml new file mode 100644 index 0000000..64e48fb --- /dev/null +++ b/design/v15/abtest/AbTestServiceReturnValue.yaml @@ -0,0 +1,13 @@ +AbTestServiceReturnValue: + type: object + nullable: true + properties: + values: + type: array + nullable: true + items: + $ref: 'AbTestServiceValue.yaml#/AbTestServiceValue' + title: AbTestServiceReturnValue + description: | +
AbTestServiceReturnValueオブジェクトは、A/Bテストの情報を格納するコンテナです。
+
The AbTestServiceReturnValue object is a container for storing A/B test information.
diff --git a/design/v15/abtest/AbTestServiceSelector.yaml b/design/v15/abtest/AbTestServiceSelector.yaml new file mode 100644 index 0000000..3f638ab --- /dev/null +++ b/design/v15/abtest/AbTestServiceSelector.yaml @@ -0,0 +1,47 @@ +AbTestServiceSelector: + type: object + nullable: true + required: + - accountId + properties: + accountId: + type: integer + nullable: true + format: int64 + description: | +
検索条件:アカウントID
+
Search condition: account ID.
+ abTestIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 1000 + description: | +
検索条件:A/BテストID
+
Search condition: A/B test ID.
+ numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 1000 + default: 1000 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ startIndex: + type: integer + nullable: true + format: int32 + minimum: 1 + default: 1 + description: | +
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
+ title: AbTestServiceSelector + description: | +
AbTestServiceSelectorオブジェクトは、getメソッドの検索条件(実行パラメータ)を保持します。
+
The AbTestServiceSelector object is a container for storing a set of criteria (parameters) for get method.
diff --git a/design/v15/abtest/AbTestServiceStatus.yaml b/design/v15/abtest/AbTestServiceStatus.yaml new file mode 100644 index 0000000..b8dac8d --- /dev/null +++ b/design/v15/abtest/AbTestServiceStatus.yaml @@ -0,0 +1,34 @@ +AbTestServiceStatus: + type: string + nullable: true + enum: + - PENDING + - ACTIVE + - ENDED + - GRADUATED + - ERROR + - UNKNOWN + title: AbTestServiceStatus + description: | +
+ AbTestServiceStatusは、A/Bテストのステータスを表します。
+ このフィールドはリクエストの際には無視されます。 +
+
+ It shows AbTestServiceStatus status.
+ This field will be ignored on input. +
+
+
PENDING
+
開始前Planned
+
ACTIVE
+
テスト中Live
+
ENDED
+
完了Completed
+
GRADUATED
+
適用済Graduated
+
ERROR
+
エラーError
+
UNKNOWN
+
未知の値です。Unknown Value
+
diff --git a/design/v15/abtest/AbTestServiceValue.yaml b/design/v15/abtest/AbTestServiceValue.yaml new file mode 100644 index 0000000..83f62ac --- /dev/null +++ b/design/v15/abtest/AbTestServiceValue.yaml @@ -0,0 +1,21 @@ +AbTestServiceValue: + type: object + nullable: true + properties: + abTest: + $ref: 'AbTest.yaml#/AbTest' + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + operationSucceeded: + type: boolean + nullable: true + description: | +
処理結果です。
+
A result of operation.
+ title: AbTestServiceValue + description: | +
AbTestServiceValueオブジェクトは、処理結果を含むA/Bテストに関する情報を表します。
+
AbTestServiceValue serves the information of AbTest including operation results.
diff --git a/design/v11/account/Account.yaml b/design/v15/account/Account.yaml similarity index 92% rename from design/v11/account/Account.yaml rename to design/v15/account/Account.yaml index 6bc0ce8..1be4ca3 100644 --- a/design/v11/account/Account.yaml +++ b/design/v15/account/Account.yaml @@ -17,14 +17,12 @@ Account: description: |
アカウント名です。
SET時、このフィールドは省略可能となります。
-
Account Name.
+
Account name.
This field is optional in SET operation.
accountStatus: $ref: 'AccountServiceStatus.yaml#/AccountServiceStatus' accountType: $ref: 'AccountServiceType.yaml#/AccountServiceType' - authType: - $ref: 'AccountServiceAuthType.yaml#/AccountServiceAuthType' autoTaggingEnabled: $ref: 'AccountServiceAutoTaggingEnabled.yaml#/AccountServiceAutoTaggingEnabled' deliveryStatus: @@ -49,8 +47,8 @@ Account: SET時、このフィールドは無視されます。
「yyyyMMdd」形式で表示されます。
End date of ad serving.
This field will be ignored in SET operation.
It is displayed in 'yyyyMMdd' format.
- isManagerAccount: - $ref: 'AccountServiceIsManagerAccount.yaml#/AccountServiceIsManagerAccount' + isMccAccount: + $ref: 'AccountServiceIsMccAccount.yaml#/AccountServiceIsMccAccount' contactBizId: type: string nullable: true diff --git a/design/v11/account/AccountServiceAutoTaggingEnabled.yaml b/design/v15/account/AccountServiceAutoTaggingEnabled.yaml similarity index 80% rename from design/v11/account/AccountServiceAutoTaggingEnabled.yaml rename to design/v15/account/AccountServiceAutoTaggingEnabled.yaml index fa3e7df..767be79 100644 --- a/design/v11/account/AccountServiceAutoTaggingEnabled.yaml +++ b/design/v15/account/AccountServiceAutoTaggingEnabled.yaml @@ -12,12 +12,12 @@ AccountServiceAutoTaggingEnabled: MCCアカウントの場合、このフィールドは返却されず、リクエストの際も無視されます。
AccountServiceAutoTaggingEnabled is management flag for whether or not to set auto tag.
This field is optional in SET operation.
- If isManagerAccount is "TRUE", this field will not be returned and will be ignored on request.
+ If isMccAccount is "TRUE", this field will not be returned and will be ignored on request.
TRUE
-
するsetting
+
するSetting auto tag.
FALSE
-
しないnot setting
+
しないNot setting auto tag.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/account/AccountServiceDeliveryStatus.yaml b/design/v15/account/AccountServiceDeliveryStatus.yaml similarity index 87% rename from design/v11/account/AccountServiceDeliveryStatus.yaml rename to design/v15/account/AccountServiceDeliveryStatus.yaml index f843540..3167999 100644 --- a/design/v11/account/AccountServiceDeliveryStatus.yaml +++ b/design/v15/account/AccountServiceDeliveryStatus.yaml @@ -12,12 +12,12 @@ AccountServiceDeliveryStatus: MCCアカウントの場合、このフィールドは返却されず、リクエストの際も無視されます。
AccountServiceDeliveryStatus object describes delivery settings.
This field is optional in SET operation.
- If isManagerAccount is "TRUE", this field will not be returned and will be ignored on request.
+ If isMccAccount is "TRUE", this field will not be returned and will be ignored on request.
PAUSED
配信状況はオフです。Not active.
ACTIVE
配信状況はオンです。Active
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/account/AccountServiceGetResponse.yaml b/design/v15/account/AccountServiceGetResponse.yaml similarity index 100% rename from design/v11/account/AccountServiceGetResponse.yaml rename to design/v15/account/AccountServiceGetResponse.yaml diff --git a/design/v15/account/AccountServiceIncludeMccAccount.yaml b/design/v15/account/AccountServiceIncludeMccAccount.yaml new file mode 100644 index 0000000..d4ea4c6 --- /dev/null +++ b/design/v15/account/AccountServiceIncludeMccAccount.yaml @@ -0,0 +1,27 @@ +AccountServiceIncludeMccAccount: + type: string + nullable: true + enum: + - ONLY_MCC_ACCOUNT + - ONLY_ADS_ACCOUNT + - UNKNOWN + title: AccountServiceIncludeMccAccount + description: | +
+ AccountServiceIncludeMccAccountオブジェクトは、取得するアカウントにMCCアカウントを含むかどうかを表します。
+ このフィールドは、省略可能となります。
+ 指定しなかった場合、ONLY_ADS_ACCOUNTが代入されます。 +
+
+ AccountServiceIncludeMccAccount represents whether the account to be retrieved includes an MCC account.
+ This field is optional.
+ If this field is not specified, ONLY_ADS_ACCOUNT will be assigned.
+ +
+
ONLY_MCC_ACCOUNT
+
MCCアカウントのみです。MCC account only.
+
ONLY_ADS_ACCOUNT
+
広告アカウントのみです。Ads account only.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v11/account/AccountServiceIncludeTestAccount.yaml b/design/v15/account/AccountServiceIncludeTestAccount.yaml similarity index 94% rename from design/v11/account/AccountServiceIncludeTestAccount.yaml rename to design/v15/account/AccountServiceIncludeTestAccount.yaml index d837a67..017429e 100644 --- a/design/v11/account/AccountServiceIncludeTestAccount.yaml +++ b/design/v15/account/AccountServiceIncludeTestAccount.yaml @@ -19,5 +19,5 @@ AccountServiceIncludeTestAccount:
ALL
全てのアカウントAll accounts.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v15/account/AccountServiceIsMccAccount.yaml b/design/v15/account/AccountServiceIsMccAccount.yaml new file mode 100644 index 0000000..5e9b073 --- /dev/null +++ b/design/v15/account/AccountServiceIsMccAccount.yaml @@ -0,0 +1,25 @@ +AccountServiceIsMccAccount: + type: string + nullable: true + enum: + - 'FALSE' + - 'TRUE' + - UNKNOWN + title: AccountServiceIsMccAccount + description: | +
+ AccountServiceIsMccAccountは、MCCアカウントかどうかを表します。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ AccountServiceIsMccAccount indicates whether it is an MCC account.
+ Although this field will be returned in the response, it will be ignored on input. +
+
+
TRUE
+
MCCアカウントです。MCC account.
+
FALSE
+
通常アカウントです。Client account.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v11/account/AccountServiceIsTestAccount.yaml b/design/v15/account/AccountServiceIsTestAccount.yaml similarity index 64% rename from design/v11/account/AccountServiceIsTestAccount.yaml rename to design/v15/account/AccountServiceIsTestAccount.yaml index 95d2b83..f54c22a 100644 --- a/design/v11/account/AccountServiceIsTestAccount.yaml +++ b/design/v15/account/AccountServiceIsTestAccount.yaml @@ -7,9 +7,11 @@ AccountServiceIsTestAccount: - UNKNOWN title: AccountServiceIsTestAccount description: | -
isTestAccountは、テストアカウントかどうかを表すフラグです。
+
AccountServiceIsTestAccountはテストアカウントかどうかを表します。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
MCCアカウントの場合、このフィールドはFALSEになります。
-
Test account.
+
AccountServiceIsTestAccount indicates whether it is a test account.
+ Although this field will be returned in the response, it will be ignored on input.
If isManagerAccount is "TRUE", this field will be FALSE.
TRUE
@@ -17,5 +19,5 @@ AccountServiceIsTestAccount:
FALSE
Productionアカウント(テストアカウントではありません)Production (non-test) account.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/account/AccountServiceMutateResponse.yaml b/design/v15/account/AccountServiceMutateResponse.yaml similarity index 100% rename from design/v11/account/AccountServiceMutateResponse.yaml rename to design/v15/account/AccountServiceMutateResponse.yaml diff --git a/design/v11/account/AccountServiceOperation.yaml b/design/v15/account/AccountServiceOperation.yaml similarity index 97% rename from design/v11/account/AccountServiceOperation.yaml rename to design/v15/account/AccountServiceOperation.yaml index 561befa..f7dac2b 100644 --- a/design/v11/account/AccountServiceOperation.yaml +++ b/design/v15/account/AccountServiceOperation.yaml @@ -14,7 +14,7 @@ AccountServiceOperation:
Account ID.
operand: type: array - nullable: true + nullable: false items: $ref: 'Account.yaml#/Account' minItems: 1 diff --git a/design/v11/account/AccountServicePage.yaml b/design/v15/account/AccountServicePage.yaml similarity index 100% rename from design/v11/account/AccountServicePage.yaml rename to design/v15/account/AccountServicePage.yaml diff --git a/design/v11/account/AccountServiceReturnValue.yaml b/design/v15/account/AccountServiceReturnValue.yaml similarity index 100% rename from design/v11/account/AccountServiceReturnValue.yaml rename to design/v15/account/AccountServiceReturnValue.yaml diff --git a/design/v11/account/AccountServiceSelector.yaml b/design/v15/account/AccountServiceSelector.yaml similarity index 68% rename from design/v11/account/AccountServiceSelector.yaml rename to design/v15/account/AccountServiceSelector.yaml index 227e400..7355f19 100644 --- a/design/v11/account/AccountServiceSelector.yaml +++ b/design/v15/account/AccountServiceSelector.yaml @@ -35,12 +35,10 @@ AccountServiceSelector: nullable: true items: $ref: 'AccountServiceType.yaml#/AccountServiceType' - authType: - $ref: 'AccountServiceAuthType.yaml#/AccountServiceAuthType' includeTestAccount: $ref: 'AccountServiceIncludeTestAccount.yaml#/AccountServiceIncludeTestAccount' - includeManagerAccount: - $ref: 'AccountServiceIncludeManagerAccount.yaml#/AccountServiceIncludeManagerAccount' + includeMccAccount: + $ref: 'AccountServiceIncludeMccAccount.yaml#/AccountServiceIncludeMccAccount' numberResults: type: integer nullable: true @@ -49,8 +47,8 @@ AccountServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -58,8 +56,8 @@ AccountServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AccountServiceSelector description: |
AccountServiceSelectorオブジェクトは、選択するアカウントを表します。
diff --git a/design/v11/account/AccountServiceStatus.yaml b/design/v15/account/AccountServiceStatus.yaml similarity index 91% rename from design/v11/account/AccountServiceStatus.yaml rename to design/v15/account/AccountServiceStatus.yaml index a7fde11..8fcdec5 100644 --- a/design/v11/account/AccountServiceStatus.yaml +++ b/design/v15/account/AccountServiceStatus.yaml @@ -18,9 +18,9 @@ AccountServiceStatus: Although this field will be returned in the response, it will be ignored on input.
INPROGRESS
-
審査中Under review
+
審査中Under review.
WAIT_DECIDE
-
確定待ちWaiting confirmation
+
確定待ちWaiting confirmation.
SUSPENDED
サービス停止中The account service is not active.
SERVING
@@ -28,5 +28,5 @@ AccountServiceStatus:
ENDED
サービス終了The account service has ended.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/account/AccountServiceType.yaml b/design/v15/account/AccountServiceType.yaml similarity index 95% rename from design/v11/account/AccountServiceType.yaml rename to design/v15/account/AccountServiceType.yaml index 654684f..34184ca 100644 --- a/design/v11/account/AccountServiceType.yaml +++ b/design/v15/account/AccountServiceType.yaml @@ -19,5 +19,5 @@ AccountServiceType:
INVOICE
代理店クライアントなどの請求書方式です。Invoice Type
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/account/AccountServiceValue.yaml b/design/v15/account/AccountServiceValue.yaml similarity index 100% rename from design/v11/account/AccountServiceValue.yaml rename to design/v15/account/AccountServiceValue.yaml diff --git a/design/v11/accountcustomizer/AccountCustomizer.yaml b/design/v15/accountcustomizer/AccountCustomizer.yaml similarity index 88% rename from design/v11/accountcustomizer/AccountCustomizer.yaml rename to design/v15/accountcustomizer/AccountCustomizer.yaml index 9075d63..ff23999 100644 --- a/design/v11/accountcustomizer/AccountCustomizer.yaml +++ b/design/v15/accountcustomizer/AccountCustomizer.yaml @@ -26,11 +26,11 @@ AccountCustomizer: description: |
属性値です。挿入用広告に挿入されます。
入力仕様の詳細は以下のヘルプを参照してください。
- ・アドカスタマイザー属性を関連付ける
+ ・アドカスタマイザー属性を関連付ける
ADD時、このフィールドは必須となります。
The attribute value. It will be inserted into the ad for insertion.
See also the help below.
- * Associate ad customizer attributes
+ * Associate ad customizer attributes
This field is required in ADD operation.
approvalStatus: $ref: 'AccountCustomizerServiceApprovalStatus.yaml#/AccountCustomizerServiceApprovalStatus' diff --git a/design/v11/accountcustomizer/AccountCustomizerServiceApprovalStatus.yaml b/design/v15/accountcustomizer/AccountCustomizerServiceApprovalStatus.yaml similarity index 95% rename from design/v11/accountcustomizer/AccountCustomizerServiceApprovalStatus.yaml rename to design/v15/accountcustomizer/AccountCustomizerServiceApprovalStatus.yaml index 51e13f4..554c9ac 100644 --- a/design/v11/accountcustomizer/AccountCustomizerServiceApprovalStatus.yaml +++ b/design/v15/accountcustomizer/AccountCustomizerServiceApprovalStatus.yaml @@ -16,7 +16,7 @@ AccountCustomizerServiceApprovalStatus: Although this field will be returned in the response, it will be ignored on input.
APPROVED
-
承認済です。The item is approved
+
承認済です。The item is approved.
APPROVED_WITH_REVIEW
承認済です。
すでに設定済みの情報を再編集した場合の再審査中です。
The item is approved.
Updated items are under review.
REVIEW
@@ -26,5 +26,5 @@ AccountCustomizerServiceApprovalStatus:
POST_DISAPPROVED
掲載停止です。
すでに設定中の設定情報について審査が行われた結果、否認されました。
As a result of the review of the setting information that has already been set, it was rejected.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accountcustomizer/AccountCustomizerServiceGetResponse.yaml b/design/v15/accountcustomizer/AccountCustomizerServiceGetResponse.yaml similarity index 100% rename from design/v11/accountcustomizer/AccountCustomizerServiceGetResponse.yaml rename to design/v15/accountcustomizer/AccountCustomizerServiceGetResponse.yaml diff --git a/design/v11/accountcustomizer/AccountCustomizerServiceMutateResponse.yaml b/design/v15/accountcustomizer/AccountCustomizerServiceMutateResponse.yaml similarity index 100% rename from design/v11/accountcustomizer/AccountCustomizerServiceMutateResponse.yaml rename to design/v15/accountcustomizer/AccountCustomizerServiceMutateResponse.yaml diff --git a/design/v11/accountcustomizer/AccountCustomizerServiceOperation.yaml b/design/v15/accountcustomizer/AccountCustomizerServiceOperation.yaml similarity index 100% rename from design/v11/accountcustomizer/AccountCustomizerServiceOperation.yaml rename to design/v15/accountcustomizer/AccountCustomizerServiceOperation.yaml diff --git a/design/v11/accountcustomizer/AccountCustomizerServicePage.yaml b/design/v15/accountcustomizer/AccountCustomizerServicePage.yaml similarity index 100% rename from design/v11/accountcustomizer/AccountCustomizerServicePage.yaml rename to design/v15/accountcustomizer/AccountCustomizerServicePage.yaml diff --git a/design/v11/accountcustomizer/AccountCustomizerServiceReturnValue.yaml b/design/v15/accountcustomizer/AccountCustomizerServiceReturnValue.yaml similarity index 100% rename from design/v11/accountcustomizer/AccountCustomizerServiceReturnValue.yaml rename to design/v15/accountcustomizer/AccountCustomizerServiceReturnValue.yaml diff --git a/design/v11/accountcustomizer/AccountCustomizerServiceSelector.yaml b/design/v15/accountcustomizer/AccountCustomizerServiceSelector.yaml similarity index 67% rename from design/v11/accountcustomizer/AccountCustomizerServiceSelector.yaml rename to design/v15/accountcustomizer/AccountCustomizerServiceSelector.yaml index 80574b8..cd1ead9 100644 --- a/design/v11/accountcustomizer/AccountCustomizerServiceSelector.yaml +++ b/design/v15/accountcustomizer/AccountCustomizerServiceSelector.yaml @@ -20,7 +20,7 @@ AccountCustomizerServiceSelector: format: int64 description: |
検索条件:カスタマイザー属性ID
-
Search condition: Customizer Attribute ID
+
Search condition: Customizer attribute ID.
types: type: array nullable: true @@ -35,8 +35,8 @@ AccountCustomizerServiceSelector: maximum: 2000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -44,8 +44,8 @@ AccountCustomizerServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AccountCustomizerServiceSelector description: |
AccountCustomizerServiceSelectorオブジェクトは、カスタマイザー属性の情報を指定します。
diff --git a/design/v11/accountcustomizer/AccountCustomizerServiceType.yaml b/design/v15/accountcustomizer/AccountCustomizerServiceType.yaml similarity index 88% rename from design/v11/accountcustomizer/AccountCustomizerServiceType.yaml rename to design/v15/accountcustomizer/AccountCustomizerServiceType.yaml index 373e0df..55106ed 100644 --- a/design/v11/accountcustomizer/AccountCustomizerServiceType.yaml +++ b/design/v15/accountcustomizer/AccountCustomizerServiceType.yaml @@ -17,9 +17,9 @@ AccountCustomizerServiceType:
NUMBER
数値です。Number.
PRICE
-
値段です。price.
+
値段です。Price.
PERCENT
-
パーセントです。percent.
+
パーセントです。Percent.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accountcustomizer/AccountCustomizerServiceValue.yaml b/design/v15/accountcustomizer/AccountCustomizerServiceValue.yaml similarity index 100% rename from design/v11/accountcustomizer/AccountCustomizerServiceValue.yaml rename to design/v15/accountcustomizer/AccountCustomizerServiceValue.yaml diff --git a/design/v11/accountlink/AccountLink.yaml b/design/v15/accountlink/AccountLink.yaml similarity index 84% rename from design/v11/accountlink/AccountLink.yaml rename to design/v15/accountlink/AccountLink.yaml index 5b7326e..8429643 100644 --- a/design/v11/accountlink/AccountLink.yaml +++ b/design/v15/accountlink/AccountLink.yaml @@ -2,7 +2,7 @@ AccountLink: type: object nullable: true properties: - managerAccountId: + mccAccountId: type: integer nullable: false format: int64 @@ -16,8 +16,8 @@ AccountLink: description: |
アカウントIDです。
Account ID.
- linkAccessPermission: - $ref: 'AccountLinkServiceLinkAccessPermission.yaml#/AccountLinkServiceLinkAccessPermission' + accountStatus: + $ref: 'AccountLinkServiceAccountStatus.yaml#/AccountLinkServiceAccountStatus' ownerShipType: $ref: 'AccountLinkServiceOwnerShipType.yaml#/AccountLinkServiceOwnerShipType' title: AccountLink diff --git a/design/v11/accountlink/AccountLinkServiceAccountStatus.yaml b/design/v15/accountlink/AccountLinkServiceAccountStatus.yaml similarity index 96% rename from design/v11/accountlink/AccountLinkServiceAccountStatus.yaml rename to design/v15/accountlink/AccountLinkServiceAccountStatus.yaml index 4666424..22bd7c4 100644 --- a/design/v11/accountlink/AccountLinkServiceAccountStatus.yaml +++ b/design/v15/accountlink/AccountLinkServiceAccountStatus.yaml @@ -24,5 +24,5 @@ AccountLinkServiceAccountStatus:
ENDED
サービス終了です。The account service has been ended.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accountlink/AccountLinkServiceGetResponse.yaml b/design/v15/accountlink/AccountLinkServiceGetResponse.yaml similarity index 100% rename from design/v11/accountlink/AccountLinkServiceGetResponse.yaml rename to design/v15/accountlink/AccountLinkServiceGetResponse.yaml diff --git a/design/v11/accountlink/AccountLinkServiceOwnerShipType.yaml b/design/v15/accountlink/AccountLinkServiceOwnerShipType.yaml similarity index 95% rename from design/v11/accountlink/AccountLinkServiceOwnerShipType.yaml rename to design/v15/accountlink/AccountLinkServiceOwnerShipType.yaml index f0adc83..edfd1d3 100644 --- a/design/v11/accountlink/AccountLinkServiceOwnerShipType.yaml +++ b/design/v15/accountlink/AccountLinkServiceOwnerShipType.yaml @@ -15,5 +15,5 @@ AccountLinkServiceOwnerShipType:
NON_OWNER
リンク先のアカウントは他企業のアカウントです。The linked account is an account of another company.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accountlink/AccountLinkServicePage.yaml b/design/v15/accountlink/AccountLinkServicePage.yaml similarity index 100% rename from design/v11/accountlink/AccountLinkServicePage.yaml rename to design/v15/accountlink/AccountLinkServicePage.yaml diff --git a/design/v11/accountlink/AccountLinkServiceSelector.yaml b/design/v15/accountlink/AccountLinkServiceSelector.yaml similarity index 59% rename from design/v11/accountlink/AccountLinkServiceSelector.yaml rename to design/v15/accountlink/AccountLinkServiceSelector.yaml index 81f3e35..b75c6fe 100644 --- a/design/v11/accountlink/AccountLinkServiceSelector.yaml +++ b/design/v15/accountlink/AccountLinkServiceSelector.yaml @@ -2,15 +2,15 @@ AccountLinkServiceSelector: type: object nullable: true required: - - managerAccountId + - mccAccountId properties: - managerAccountId: + mccAccountId: type: integer nullable: false format: int64 description: |
MCCアカウントIDです。
-
MCC Account ID.
+
MCC account ID.
accountStatuses: type: array nullable: true @@ -25,8 +25,8 @@ AccountLinkServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -34,8 +34,8 @@ AccountLinkServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AccountLinkServiceSelector description: |
AccountLinkServiceSelectorオブジェクトは、取得するアカウントリンク情報を指定します。
diff --git a/design/v11/accountlink/AccountLinkServiceValue.yaml b/design/v15/accountlink/AccountLinkServiceValue.yaml similarity index 100% rename from design/v11/accountlink/AccountLinkServiceValue.yaml rename to design/v15/accountlink/AccountLinkServiceValue.yaml diff --git a/design/v11/accountmanagement/AccountManagement.yaml b/design/v15/accountmanagement/AccountManagement.yaml similarity index 92% rename from design/v11/accountmanagement/AccountManagement.yaml rename to design/v15/accountmanagement/AccountManagement.yaml index a485e93..3ef36b1 100644 --- a/design/v11/accountmanagement/AccountManagement.yaml +++ b/design/v15/accountmanagement/AccountManagement.yaml @@ -17,7 +17,7 @@ AccountManagement: description: |
アカウント名です。
このフィールドは、ADD時は必須となり、SET時は省略可能となります。
-
Account Name.
+
Account name.
This field is required in ADD operation, and will be optional in SET operation.
accountPayment: $ref: 'AccountManagementServicePayment.yaml#/AccountManagementServicePayment' @@ -27,12 +27,10 @@ AccountManagement: description: |
代理店担当者名です。
ADDおよびSET時、このフィールドは省略可能となります。
-
Agency Person Name.
+
Agency person name.
This field is optional in ADD and SET operation.
agencyPrefectureCode: $ref: 'AccountManagementServicePrefectureCode.yaml#/AccountManagementServicePrefectureCode' - authType: - $ref: 'AccountManagementServiceAuthType.yaml#/AccountManagementServiceAuthType' autoTaggingEnabled: $ref: 'AccountManagementServiceAutoTaggingEnabled.yaml#/AccountManagementServiceAutoTaggingEnabled' client: @@ -45,7 +43,7 @@ AccountManagement: description: |
アカウント管理者のYahoo! JAPANビジネスIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Contact Business ID.
+
Contact business ID.
Although this field will be returned in the response, it will be ignored on input.
deliveryStatus: $ref: 'AccountManagementServiceDeliveryStatus.yaml#/AccountManagementServiceDeliveryStatus' diff --git a/design/v11/accountmanagement/AccountManagementServiceAutoTaggingEnabled.yaml b/design/v15/accountmanagement/AccountManagementServiceAutoTaggingEnabled.yaml similarity index 88% rename from design/v11/accountmanagement/AccountManagementServiceAutoTaggingEnabled.yaml rename to design/v15/accountmanagement/AccountManagementServiceAutoTaggingEnabled.yaml index 179c962..570143d 100644 --- a/design/v11/accountmanagement/AccountManagementServiceAutoTaggingEnabled.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceAutoTaggingEnabled.yaml @@ -12,10 +12,10 @@ AccountManagementServiceAutoTaggingEnabled:
AccountManagementServiceAutoTaggingEnabled is management flag for whether or not to set auto tag.
This field is optional in ADD and SET operation. The default value in ADD operation will be TRUE.
-
FALSE
-
しないnot setting.
TRUE
-
するsetting.
+
するSetting auto tag.
+
FALSE
+
しないNot setting auto tag.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceClient.yaml b/design/v15/accountmanagement/AccountManagementServiceClient.yaml similarity index 100% rename from design/v11/accountmanagement/AccountManagementServiceClient.yaml rename to design/v15/accountmanagement/AccountManagementServiceClient.yaml diff --git a/design/v11/accountmanagement/AccountManagementServiceClientType.yaml b/design/v15/accountmanagement/AccountManagementServiceClientType.yaml similarity index 95% rename from design/v11/accountmanagement/AccountManagementServiceClientType.yaml rename to design/v15/accountmanagement/AccountManagementServiceClientType.yaml index f11b019..1c71346 100644 --- a/design/v11/accountmanagement/AccountManagementServiceClientType.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceClientType.yaml @@ -19,5 +19,5 @@ AccountManagementServiceClientType:
SELF
自社出稿SELF
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceDeliveryStatus.yaml b/design/v15/accountmanagement/AccountManagementServiceDeliveryStatus.yaml similarity index 95% rename from design/v11/accountmanagement/AccountManagementServiceDeliveryStatus.yaml rename to design/v15/accountmanagement/AccountManagementServiceDeliveryStatus.yaml index 9321d4f..d0820dc 100644 --- a/design/v11/accountmanagement/AccountManagementServiceDeliveryStatus.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceDeliveryStatus.yaml @@ -17,5 +17,5 @@ AccountManagementServiceDeliveryStatus:
PAUSED
配信状況はオフです。Not active.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceEnterpriseType.yaml b/design/v15/accountmanagement/AccountManagementServiceEnterpriseType.yaml similarity index 98% rename from design/v11/accountmanagement/AccountManagementServiceEnterpriseType.yaml rename to design/v15/accountmanagement/AccountManagementServiceEnterpriseType.yaml index 621038d..f998e3b 100644 --- a/design/v11/accountmanagement/AccountManagementServiceEnterpriseType.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceEnterpriseType.yaml @@ -54,5 +54,5 @@ AccountManagementServiceEnterpriseType:
KYODO
協同組合KYODO
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceEnterpriseTypePosition.yaml b/design/v15/accountmanagement/AccountManagementServiceEnterpriseTypePosition.yaml similarity index 96% rename from design/v11/accountmanagement/AccountManagementServiceEnterpriseTypePosition.yaml rename to design/v15/accountmanagement/AccountManagementServiceEnterpriseTypePosition.yaml index 391d291..4fe2774 100644 --- a/design/v11/accountmanagement/AccountManagementServiceEnterpriseTypePosition.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceEnterpriseTypePosition.yaml @@ -23,5 +23,5 @@ AccountManagementServiceEnterpriseTypePosition:
BACK
会社名の後ろです。Enterprise type is placed after the company name.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceGetResponse.yaml b/design/v15/accountmanagement/AccountManagementServiceGetResponse.yaml similarity index 100% rename from design/v11/accountmanagement/AccountManagementServiceGetResponse.yaml rename to design/v15/accountmanagement/AccountManagementServiceGetResponse.yaml diff --git a/design/v11/accountmanagement/AccountManagementServiceIncludeTestAccount.yaml b/design/v15/accountmanagement/AccountManagementServiceIncludeTestAccount.yaml similarity index 94% rename from design/v11/accountmanagement/AccountManagementServiceIncludeTestAccount.yaml rename to design/v15/accountmanagement/AccountManagementServiceIncludeTestAccount.yaml index 9ac764d..6fd0557 100644 --- a/design/v11/accountmanagement/AccountManagementServiceIncludeTestAccount.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceIncludeTestAccount.yaml @@ -18,5 +18,5 @@ AccountManagementServiceIncludeTestAccount:
ALL
全てのアカウントAll accounts.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceInvoice.yaml b/design/v15/accountmanagement/AccountManagementServiceInvoice.yaml similarity index 93% rename from design/v11/accountmanagement/AccountManagementServiceInvoice.yaml rename to design/v15/accountmanagement/AccountManagementServiceInvoice.yaml index 62a96c3..e20ea5f 100644 --- a/design/v11/accountmanagement/AccountManagementServiceInvoice.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceInvoice.yaml @@ -10,7 +10,7 @@ AccountManagementServiceInvoice:
金額です。
※1,000単位、3,000以上999,999,999,999,000以内です。
このフィールドは、ADD時に必須となり、SET時に省略可能となります。
-
Budget Amount.
+
Budget amount.
* Amount must be more than 3,000 and less than 999,999,999,999,000. The unit is 1,000.
This field is required in ADD operation, and will be optional in SET operation.
endDate: @@ -20,8 +20,8 @@ AccountManagementServiceInvoice:
終了日です。※YYYYMMDD形式です。
ADDおよびSET時、このフィールドは省略可能となります。その際、ADD時のデフォルト設定値は20371231となり、『設定なし』と同義となります。
20371231を指定した場合も『設定なし』となります。
SET時に『設定なし』に設定する場合は、20371231を指定してください。
-
End Date (YYYYMMDD).
- This field is optional in ADD and SET operation. The default value in ADD operation will be 20371231. 20371231 will be considered as "No setting".
+
End date (YYYYMMDD).
+ This field is optional in ADD and SET operation. The default value in ADD operation will be 20371231. 20371231 will be considered as "No setting."
In order to reset the endDate in SET operation, specify 20371231.
startDate: type: string @@ -29,7 +29,7 @@ AccountManagementServiceInvoice: description: |
開始日です。※YYYYMMDD形式です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。※自動でADD時の日付が登録されます。
-
Start Date (YYYYMMDD).
+
Start date (YYYYMMDD).
Although this field will be returned in the response, it will be ignored on input. * This field will be automatically registered in ADD operation.
title: AccountManagementServiceInvoice description: | diff --git a/design/v11/accountmanagement/AccountManagementServiceIsAdultAccount.yaml b/design/v15/accountmanagement/AccountManagementServiceIsAdultAccount.yaml similarity index 89% rename from design/v11/accountmanagement/AccountManagementServiceIsAdultAccount.yaml rename to design/v15/accountmanagement/AccountManagementServiceIsAdultAccount.yaml index 084fa56..2db4b36 100644 --- a/design/v11/accountmanagement/AccountManagementServiceIsAdultAccount.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceIsAdultAccount.yaml @@ -9,7 +9,7 @@ AccountManagementServiceIsAdultAccount: description: |
IsAdultAccountは、アダルト広告専用アカウントを表します。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
IsAdultAccount is the Adult Account flag.
+
IsAdultAccount is the adult account flag.
Although this field will be returned in the response, it will be ignored on input.
TRUE
@@ -17,5 +17,5 @@ AccountManagementServiceIsAdultAccount:
FALSE
それ以外です。Others.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceIsTestAccount.yaml b/design/v15/accountmanagement/AccountManagementServiceIsTestAccount.yaml similarity index 95% rename from design/v11/accountmanagement/AccountManagementServiceIsTestAccount.yaml rename to design/v15/accountmanagement/AccountManagementServiceIsTestAccount.yaml index b6dca8d..9e3e08a 100644 --- a/design/v11/accountmanagement/AccountManagementServiceIsTestAccount.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceIsTestAccount.yaml @@ -17,5 +17,5 @@ AccountManagementServiceIsTestAccount:
FALSE
Productionアカウント(テストアカウントではありません)です。Production (non-test) account.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceMutateResponse.yaml b/design/v15/accountmanagement/AccountManagementServiceMutateResponse.yaml similarity index 100% rename from design/v11/accountmanagement/AccountManagementServiceMutateResponse.yaml rename to design/v15/accountmanagement/AccountManagementServiceMutateResponse.yaml diff --git a/design/v11/accountmanagement/AccountManagementServiceOperation.yaml b/design/v15/accountmanagement/AccountManagementServiceOperation.yaml similarity index 100% rename from design/v11/accountmanagement/AccountManagementServiceOperation.yaml rename to design/v15/accountmanagement/AccountManagementServiceOperation.yaml diff --git a/design/v11/accountmanagement/AccountManagementServicePage.yaml b/design/v15/accountmanagement/AccountManagementServicePage.yaml similarity index 100% rename from design/v11/accountmanagement/AccountManagementServicePage.yaml rename to design/v15/accountmanagement/AccountManagementServicePage.yaml diff --git a/design/v11/accountmanagement/AccountManagementServicePayment.yaml b/design/v15/accountmanagement/AccountManagementServicePayment.yaml similarity index 100% rename from design/v11/accountmanagement/AccountManagementServicePayment.yaml rename to design/v15/accountmanagement/AccountManagementServicePayment.yaml diff --git a/design/v11/accountmanagement/AccountManagementServicePaymentType.yaml b/design/v15/accountmanagement/AccountManagementServicePaymentType.yaml similarity index 95% rename from design/v11/accountmanagement/AccountManagementServicePaymentType.yaml rename to design/v15/accountmanagement/AccountManagementServicePaymentType.yaml index 3e99fc8..1f76fa9 100644 --- a/design/v11/accountmanagement/AccountManagementServicePaymentType.yaml +++ b/design/v15/accountmanagement/AccountManagementServicePaymentType.yaml @@ -17,5 +17,5 @@ AccountManagementServicePaymentType:
INVOICE
後請求です。Invoice payment.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServicePrefectureCode.yaml b/design/v15/accountmanagement/AccountManagementServicePrefectureCode.yaml similarity index 99% rename from design/v11/accountmanagement/AccountManagementServicePrefectureCode.yaml rename to design/v15/accountmanagement/AccountManagementServicePrefectureCode.yaml index 8a9610e..393feb8 100644 --- a/design/v11/accountmanagement/AccountManagementServicePrefectureCode.yaml +++ b/design/v15/accountmanagement/AccountManagementServicePrefectureCode.yaml @@ -157,5 +157,5 @@ AccountManagementServicePrefectureCode:
NONE
未設定NONE
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceReturnValue.yaml b/design/v15/accountmanagement/AccountManagementServiceReturnValue.yaml similarity index 100% rename from design/v11/accountmanagement/AccountManagementServiceReturnValue.yaml rename to design/v15/accountmanagement/AccountManagementServiceReturnValue.yaml diff --git a/design/v11/accountmanagement/AccountManagementServiceSelector.yaml b/design/v15/accountmanagement/AccountManagementServiceSelector.yaml similarity index 67% rename from design/v11/accountmanagement/AccountManagementServiceSelector.yaml rename to design/v15/accountmanagement/AccountManagementServiceSelector.yaml index ba4cff8..99f3a5c 100644 --- a/design/v11/accountmanagement/AccountManagementServiceSelector.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceSelector.yaml @@ -18,10 +18,10 @@ AccountManagementServiceSelector: nullable: true items: $ref: 'AccountManagementServiceStatus.yaml#/AccountManagementServiceStatus' - maxItems: 6 + maxItems: 5 description: |
検索条件:アカウントステータス
-
Account Statuses.
+
Account statuses.
accountTypes: type: array nullable: true @@ -30,9 +30,7 @@ AccountManagementServiceSelector: maxItems: 2 description: |
検索条件:アカウントの料金支払い種別
-
Account Payment Types.
- authType: - $ref: 'AccountManagementServiceAuthType.yaml#/AccountManagementServiceAuthType' +
Account payment types.
includeTestAccount: $ref: 'AccountManagementServiceIncludeTestAccount.yaml#/AccountManagementServiceIncludeTestAccount' numberResults: @@ -43,8 +41,8 @@ AccountManagementServiceSelector: maximum: 200 default: 200 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -52,8 +50,8 @@ AccountManagementServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AccountManagementServiceSelector description: |
AccountManagementServiceSelectorオブジェクトは、選択するアカウントを表します。
diff --git a/design/v11/accountmanagement/AccountManagementServiceStatus.yaml b/design/v15/accountmanagement/AccountManagementServiceStatus.yaml similarity index 86% rename from design/v11/accountmanagement/AccountManagementServiceStatus.yaml rename to design/v15/accountmanagement/AccountManagementServiceStatus.yaml index fd8663b..2f4f70d 100644 --- a/design/v11/accountmanagement/AccountManagementServiceStatus.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceStatus.yaml @@ -7,7 +7,6 @@ AccountManagementServiceStatus: - SUSPENDED - SERVING - ENDED - - CANCELED - UNKNOWN title: AccountManagementServiceStatus description: | @@ -26,8 +25,6 @@ AccountManagementServiceStatus:
サービス中です。The account is active.
ENDED
サービス終了です。The account service has ended.
-
CANCELED
-
解約済みです。The account service has been canceled.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceUrlType.yaml b/design/v15/accountmanagement/AccountManagementServiceUrlType.yaml similarity index 93% rename from design/v11/accountmanagement/AccountManagementServiceUrlType.yaml rename to design/v15/accountmanagement/AccountManagementServiceUrlType.yaml index cfbebc0..3c4b046 100644 --- a/design/v11/accountmanagement/AccountManagementServiceUrlType.yaml +++ b/design/v15/accountmanagement/AccountManagementServiceUrlType.yaml @@ -24,7 +24,7 @@ AccountManagementServiceUrlType:
SOFTBANK
ソフトバンクです。Softbank.
OTHER
-
その他です。other.
+
その他です。Other.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/accountmanagement/AccountManagementServiceValue.yaml b/design/v15/accountmanagement/AccountManagementServiceValue.yaml similarity index 100% rename from design/v11/accountmanagement/AccountManagementServiceValue.yaml rename to design/v15/accountmanagement/AccountManagementServiceValue.yaml diff --git a/design/v11/accountshared/AccountShared.yaml b/design/v15/accountshared/AccountShared.yaml similarity index 96% rename from design/v11/accountshared/AccountShared.yaml rename to design/v15/accountshared/AccountShared.yaml index a854f4e..dc5b90e 100644 --- a/design/v11/accountshared/AccountShared.yaml +++ b/design/v15/accountshared/AccountShared.yaml @@ -15,7 +15,7 @@ AccountShared: format: int32 description: |
対象外キーワードリストに含まれるアイテム(検索対象外キーワード)数です。
-
Number of items on Negative keyword list (keyword excluded on search).
+
Number of items on negative keyword list (keyword excluded on search).
name: type: string nullable: true diff --git a/design/v11/accountshared/AccountSharedServiceGetResponse.yaml b/design/v15/accountshared/AccountSharedServiceGetResponse.yaml similarity index 100% rename from design/v11/accountshared/AccountSharedServiceGetResponse.yaml rename to design/v15/accountshared/AccountSharedServiceGetResponse.yaml diff --git a/design/v11/accountshared/AccountSharedServiceMutateResponse.yaml b/design/v15/accountshared/AccountSharedServiceMutateResponse.yaml similarity index 100% rename from design/v11/accountshared/AccountSharedServiceMutateResponse.yaml rename to design/v15/accountshared/AccountSharedServiceMutateResponse.yaml diff --git a/design/v11/accountshared/AccountSharedServiceOperation.yaml b/design/v15/accountshared/AccountSharedServiceOperation.yaml similarity index 100% rename from design/v11/accountshared/AccountSharedServiceOperation.yaml rename to design/v15/accountshared/AccountSharedServiceOperation.yaml diff --git a/design/v11/accountshared/AccountSharedServicePage.yaml b/design/v15/accountshared/AccountSharedServicePage.yaml similarity index 100% rename from design/v11/accountshared/AccountSharedServicePage.yaml rename to design/v15/accountshared/AccountSharedServicePage.yaml diff --git a/design/v11/accountshared/AccountSharedServiceReturnValue.yaml b/design/v15/accountshared/AccountSharedServiceReturnValue.yaml similarity index 100% rename from design/v11/accountshared/AccountSharedServiceReturnValue.yaml rename to design/v15/accountshared/AccountSharedServiceReturnValue.yaml diff --git a/design/v11/accountshared/AccountSharedServiceSelector.yaml b/design/v15/accountshared/AccountSharedServiceSelector.yaml similarity index 67% rename from design/v11/accountshared/AccountSharedServiceSelector.yaml rename to design/v15/accountshared/AccountSharedServiceSelector.yaml index 48030c5..f6767d4 100644 --- a/design/v11/accountshared/AccountSharedServiceSelector.yaml +++ b/design/v15/accountshared/AccountSharedServiceSelector.yaml @@ -11,16 +11,6 @@ AccountSharedServiceSelector: description: |
アカウントIDです。
Account ID.
- numberResults: - type: integer - nullable: true - format: int32 - minimum: 1 - maximum: 20 - default: 20 - description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
sharedListIds: type: array nullable: true @@ -32,6 +22,16 @@ AccountSharedServiceSelector: description: |
検索対象外キーワードリストIDです。
Negative keyword list ID.
+ numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 20 + default: 20 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -39,8 +39,8 @@ AccountSharedServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AccountSharedServiceSelector description: |
AccountSharedServiceSelectorオブジェクトは、検索条件(実行パラメータ)を保持します。
diff --git a/design/v11/accountshared/AccountSharedServiceValue.yaml b/design/v15/accountshared/AccountSharedServiceValue.yaml similarity index 100% rename from design/v11/accountshared/AccountSharedServiceValue.yaml rename to design/v15/accountshared/AccountSharedServiceValue.yaml diff --git a/design/v11/accounttrackingurl/AccountTrackingUrl.yaml b/design/v15/accounttrackingurl/AccountTrackingUrl.yaml similarity index 100% rename from design/v11/accounttrackingurl/AccountTrackingUrl.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrl.yaml diff --git a/design/v11/accounttrackingurl/AccountTrackingUrlServiceGetResponse.yaml b/design/v15/accounttrackingurl/AccountTrackingUrlServiceGetResponse.yaml similarity index 100% rename from design/v11/accounttrackingurl/AccountTrackingUrlServiceGetResponse.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrlServiceGetResponse.yaml diff --git a/design/v11/accounttrackingurl/AccountTrackingUrlServiceMutateResponse.yaml b/design/v15/accounttrackingurl/AccountTrackingUrlServiceMutateResponse.yaml similarity index 100% rename from design/v11/accounttrackingurl/AccountTrackingUrlServiceMutateResponse.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrlServiceMutateResponse.yaml diff --git a/design/v11/accounttrackingurl/AccountTrackingUrlServiceOperation.yaml b/design/v15/accounttrackingurl/AccountTrackingUrlServiceOperation.yaml similarity index 100% rename from design/v11/accounttrackingurl/AccountTrackingUrlServiceOperation.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrlServiceOperation.yaml diff --git a/design/v11/accounttrackingurl/AccountTrackingUrlServicePage.yaml b/design/v15/accounttrackingurl/AccountTrackingUrlServicePage.yaml similarity index 100% rename from design/v11/accounttrackingurl/AccountTrackingUrlServicePage.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrlServicePage.yaml diff --git a/design/v11/accounttrackingurl/AccountTrackingUrlServiceReturnValue.yaml b/design/v15/accounttrackingurl/AccountTrackingUrlServiceReturnValue.yaml similarity index 81% rename from design/v11/accounttrackingurl/AccountTrackingUrlServiceReturnValue.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrlServiceReturnValue.yaml index ab8d72e..84a4b12 100644 --- a/design/v11/accounttrackingurl/AccountTrackingUrlServiceReturnValue.yaml +++ b/design/v15/accounttrackingurl/AccountTrackingUrlServiceReturnValue.yaml @@ -10,4 +10,4 @@ AccountTrackingUrlServiceReturnValue: title: AccountTrackingUrlServiceReturnValue description: |
AccountTrackingUrlServiceReturnValueオブジェクトは、アカウントトラッキング情報を含む結果として戻される値を表します。
-
AccountTrackingUrlServiceReturnValue obaject describes account tracking details.
+
AccountTrackingUrlServiceReturnValue object describes account tracking details.
diff --git a/design/v11/accounttrackingurl/AccountTrackingUrlServiceSelector.yaml b/design/v15/accounttrackingurl/AccountTrackingUrlServiceSelector.yaml similarity index 62% rename from design/v11/accounttrackingurl/AccountTrackingUrlServiceSelector.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrlServiceSelector.yaml index a8dfa41..dd679da 100644 --- a/design/v11/accounttrackingurl/AccountTrackingUrlServiceSelector.yaml +++ b/design/v15/accounttrackingurl/AccountTrackingUrlServiceSelector.yaml @@ -20,8 +20,8 @@ AccountTrackingUrlServiceSelector: maximum: 1000 default: 1000 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -29,8 +29,8 @@ AccountTrackingUrlServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AccountTrackingUrlServiceSelector description: |
AccountTrackingUrlServiceSelectorオブジェクトは、アカウントトラッキング情報のget処理の検索条件を表します。
diff --git a/design/v11/accounttrackingurl/AccountTrackingUrlServiceUrlApprovalStatus.yaml b/design/v15/accounttrackingurl/AccountTrackingUrlServiceUrlApprovalStatus.yaml similarity index 96% rename from design/v11/accounttrackingurl/AccountTrackingUrlServiceUrlApprovalStatus.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrlServiceUrlApprovalStatus.yaml index 2fe61e2..e830ee7 100644 --- a/design/v11/accounttrackingurl/AccountTrackingUrlServiceUrlApprovalStatus.yaml +++ b/design/v15/accounttrackingurl/AccountTrackingUrlServiceUrlApprovalStatus.yaml @@ -24,5 +24,5 @@ AccountTrackingUrlServiceUrlApprovalStatus:
REVIEW
審査中です。In review status.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/accounttrackingurl/AccountTrackingUrlServiceValue.yaml b/design/v15/accounttrackingurl/AccountTrackingUrlServiceValue.yaml similarity index 100% rename from design/v11/accounttrackingurl/AccountTrackingUrlServiceValue.yaml rename to design/v15/accounttrackingurl/AccountTrackingUrlServiceValue.yaml diff --git a/design/v11/adgroup/AdGroup.yaml b/design/v15/adgroup/AdGroup.yaml similarity index 92% rename from design/v11/adgroup/AdGroup.yaml rename to design/v15/adgroup/AdGroup.yaml index d86ecdf..8d08098 100644 --- a/design/v11/adgroup/AdGroup.yaml +++ b/design/v15/adgroup/AdGroup.yaml @@ -30,7 +30,7 @@ AdGroup: description: |
広告グループ名です。
このフィールドは、ADD時は必須となり、SET時は省略可能となります。
-
Ad Group name.
+
Ad group name.
This field is required in ADD operation, and will be optional in SET operation.
adGroupTrackId: type: integer @@ -39,7 +39,7 @@ AdGroup: description: |
トラッキング用広告グループIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Ad Group ID for tracking.
+
Ad group ID for tracking.
Although this field will be returned in the response, it will be ignored on input.
campaignId: type: integer @@ -99,7 +99,13 @@ AdGroup: nullable: true description: |
広告グループが作成された日です。
※フォーマット:yyyyMMdd
-
Date of Ad Group made.
* Format: yyyyMMdd
+
Date of ad group made.
* Format: yyyyMMdd
+ updatedDate: + type: string + nullable: true + description: | +
広告グループが更新された日です。
※フォーマット:yyyyMMdd
+
Date of ad group updated.
* Format: yyyyMMdd
title: AdGroup description: |
AdGroup オブジェクトは、広告グループを表します。
diff --git a/design/v11/adgroup/AdGroupServiceBiddingKeywordCpcRange.yaml b/design/v15/adgroup/AdGroupServiceBiddingKeywordCpcRange.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceBiddingKeywordCpcRange.yaml rename to design/v15/adgroup/AdGroupServiceBiddingKeywordCpcRange.yaml diff --git a/design/v11/adgroup/AdGroupServiceBiddingScheme.yaml b/design/v15/adgroup/AdGroupServiceBiddingScheme.yaml similarity index 96% rename from design/v11/adgroup/AdGroupServiceBiddingScheme.yaml rename to design/v15/adgroup/AdGroupServiceBiddingScheme.yaml index 867d494..3b9afa5 100644 --- a/design/v11/adgroup/AdGroupServiceBiddingScheme.yaml +++ b/design/v15/adgroup/AdGroupServiceBiddingScheme.yaml @@ -18,5 +18,5 @@ AdGroupServiceBiddingScheme: description: |
AdGroupServiceBiddingSchemeオブジェクトは、自動入札設定の詳細情報を表します。 (BiddingStrategyService以外用のオブジェクトです。)
-
AdGroupServiceBiddingScheme object displays the details of Auto Bidding setting.
+
AdGroupServiceBiddingScheme object displays the details of auto bidding setting.
diff --git a/design/v11/adgroup/AdGroupServiceBiddingStrategyConfiguration.yaml b/design/v15/adgroup/AdGroupServiceBiddingStrategyConfiguration.yaml similarity index 97% rename from design/v11/adgroup/AdGroupServiceBiddingStrategyConfiguration.yaml rename to design/v15/adgroup/AdGroupServiceBiddingStrategyConfiguration.yaml index 67d72fd..c461e35 100644 --- a/design/v11/adgroup/AdGroupServiceBiddingStrategyConfiguration.yaml +++ b/design/v15/adgroup/AdGroupServiceBiddingStrategyConfiguration.yaml @@ -27,5 +27,5 @@ AdGroupServiceBiddingStrategyConfiguration: description: |
AdGroupServiceBiddingStrategyConfigurationオブジェクトは、自動入札設定方法を表します。
-
AdGroupServiceBiddingStrategyConfiguration object describes Auto Bidding setting.
+
AdGroupServiceBiddingStrategyConfiguration object describes auto bidding setting.
diff --git a/design/v11/adgroup/AdGroupServiceCampaignBiddingStrategyType.yaml b/design/v15/adgroup/AdGroupServiceCampaignBiddingStrategyType.yaml similarity index 93% rename from design/v11/adgroup/AdGroupServiceCampaignBiddingStrategyType.yaml rename to design/v15/adgroup/AdGroupServiceCampaignBiddingStrategyType.yaml index c8f8745..ab62610 100644 --- a/design/v11/adgroup/AdGroupServiceCampaignBiddingStrategyType.yaml +++ b/design/v15/adgroup/AdGroupServiceCampaignBiddingStrategyType.yaml @@ -13,7 +13,7 @@ AdGroupServiceCampaignBiddingStrategyType: description: |
AdGroupServiceCampaignBiddingStrategyTypeは、自動入札タイプを表します。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AdGroupServiceCampaignBiddingStrategyType displays the Auto Bidding type.
+
AdGroupServiceCampaignBiddingStrategyType displays the auto bidding type.
Although this field will be returned in the response, it will be ignored on input.
CPC
@@ -25,12 +25,12 @@ AdGroupServiceCampaignBiddingStrategyType:
TARGET_CPA
コンバージョン単価の目標値です。
※ADDおよびSET時、この値は指定できません。
Target conversion spend (CPA).
* This value cannot be specified in ADD and SET operation.
MAXIMIZE_CONVERSIONS
-
コンバージョン数を最大化します。
※キャンペーンに適用可能です。広告グループには現在設定できません。
Maximize Conversions.
* Applicable for adgroup. Currently not available for ad group.
+
コンバージョン数を最大化します。
※キャンペーンに適用可能です。広告グループには現在設定できません。
Maximize Conversions.
* Applicable for ad group. Currently not available for ad group.
MAXIMIZE_CONVERSION_VALUE
コンバージョン価値を最大化します。
※キャンペーンに適用可能です。広告グループには現在設定できません。
Maximize Conversions Value.
* Applicable for adgroup. Currently not available for ad group.
TARGET_IMPRESSION_SHARE
-
インプレッションシェアの目標値です。
※キャンペーンに適用可能です。広告グループには現在設定できません。
Target value of impression share.
* Applicable for adgroup. Currently not available for ad group.
+
インプレッションシェアの目標値です。
※キャンペーンに適用可能です。広告グループには現在設定できません。
Target value of impression share.
* Applicable for ad group. Currently not available for ad group.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
title: AdGroupServiceCampaignBiddingStrategyType diff --git a/design/v11/adgroup/AdGroupServiceCpcBiddingScheme.yaml b/design/v15/adgroup/AdGroupServiceCpcBiddingScheme.yaml similarity index 95% rename from design/v11/adgroup/AdGroupServiceCpcBiddingScheme.yaml rename to design/v15/adgroup/AdGroupServiceCpcBiddingScheme.yaml index b1d40a4..2c52a13 100644 --- a/design/v11/adgroup/AdGroupServiceCpcBiddingScheme.yaml +++ b/design/v15/adgroup/AdGroupServiceCpcBiddingScheme.yaml @@ -21,5 +21,5 @@ AdGroupServiceCpcBiddingScheme: AdGroupServiceCpcBiddingSchemeオブジェクトは、広告グループ最大入札価格(CPC)の設定情報を表します。
- AdGroupServiceCpcBiddingScheme object holds configuration information of Max bid of ad group (CPC). + AdGroupServiceCpcBiddingScheme object holds configuration information of max bid of ad group (CPC).
diff --git a/design/v11/adgroup/AdGroupServiceCreatedDateRange.yaml b/design/v15/adgroup/AdGroupServiceCreatedDateRange.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceCreatedDateRange.yaml rename to design/v15/adgroup/AdGroupServiceCreatedDateRange.yaml diff --git a/design/v11/adgroup/AdGroupServiceCriterionType.yaml b/design/v15/adgroup/AdGroupServiceCriterionType.yaml similarity index 89% rename from design/v11/adgroup/AdGroupServiceCriterionType.yaml rename to design/v15/adgroup/AdGroupServiceCriterionType.yaml index b002eee..9244a4a 100644 --- a/design/v11/adgroup/AdGroupServiceCriterionType.yaml +++ b/design/v15/adgroup/AdGroupServiceCriterionType.yaml @@ -14,7 +14,7 @@ AdGroupServiceCriterionType: *The default value in ADD operation for the case of no setting 'TargetingSetting' is TARGET_LIST.
TARGET_LIST
-
ターゲットリストです。Target list
+
ターゲットリストです。Target list.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroup/AdGroupServiceCustomParameter.yaml b/design/v15/adgroup/AdGroupServiceCustomParameter.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceCustomParameter.yaml rename to design/v15/adgroup/AdGroupServiceCustomParameter.yaml diff --git a/design/v11/adgroup/AdGroupServiceCustomParameters.yaml b/design/v15/adgroup/AdGroupServiceCustomParameters.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceCustomParameters.yaml rename to design/v15/adgroup/AdGroupServiceCustomParameters.yaml diff --git a/design/v11/adgroup/AdGroupServiceFrequentlyRunBetterPerformingAdsMode.yaml b/design/v15/adgroup/AdGroupServiceFrequentlyRunBetterPerformingAdsMode.yaml similarity index 95% rename from design/v11/adgroup/AdGroupServiceFrequentlyRunBetterPerformingAdsMode.yaml rename to design/v15/adgroup/AdGroupServiceFrequentlyRunBetterPerformingAdsMode.yaml index a67721c..d7d98cb 100644 --- a/design/v11/adgroup/AdGroupServiceFrequentlyRunBetterPerformingAdsMode.yaml +++ b/design/v15/adgroup/AdGroupServiceFrequentlyRunBetterPerformingAdsMode.yaml @@ -17,5 +17,5 @@ AdGroupServiceFrequentlyRunBetterPerformingAdsMode:
DONT_APPLY
優先しません。Don't apply.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroup/AdGroupServiceGetResponse.yaml b/design/v15/adgroup/AdGroupServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceGetResponse.yaml rename to design/v15/adgroup/AdGroupServiceGetResponse.yaml diff --git a/design/v11/adgroup/AdGroupServiceIsRemove.yaml b/design/v15/adgroup/AdGroupServiceIsRemove.yaml similarity index 88% rename from design/v11/adgroup/AdGroupServiceIsRemove.yaml rename to design/v15/adgroup/AdGroupServiceIsRemove.yaml index 15527e1..eaaa91d 100644 --- a/design/v11/adgroup/AdGroupServiceIsRemove.yaml +++ b/design/v15/adgroup/AdGroupServiceIsRemove.yaml @@ -9,7 +9,7 @@ AdGroupServiceIsRemove: description: |
AdGroupServiceIsRemoveは、カスタムパラメータの削除フラグです。
SET時、このフィールドは省略可能となります。
-
AdGroupServiceIsRemove is Delete flag.
+
AdGroupServiceIsRemove is delete flag.
This field is optional in SET operation.
TRUE
@@ -17,5 +17,5 @@ AdGroupServiceIsRemove:
FALSE
カスタムパラメータの削除フラグがオフです。Delete flag is off.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroup/AdGroupServiceIsRemoveFlg.yaml b/design/v15/adgroup/AdGroupServiceIsRemoveFlg.yaml similarity index 85% rename from design/v11/adgroup/AdGroupServiceIsRemoveFlg.yaml rename to design/v15/adgroup/AdGroupServiceIsRemoveFlg.yaml index ac62aa3..7036a9c 100644 --- a/design/v11/adgroup/AdGroupServiceIsRemoveFlg.yaml +++ b/design/v15/adgroup/AdGroupServiceIsRemoveFlg.yaml @@ -19,9 +19,9 @@ AdGroupServiceIsRemoveFlg:
TRUE
-
項目の削除。removes the information item.
+
項目の削除。Removes the information item.
FALSE
-
項目の削除なし。not remove the information item.
+
項目の削除なし。Not remove the information item.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroup/AdGroupServiceLabel.yaml b/design/v15/adgroup/AdGroupServiceLabel.yaml similarity index 82% rename from design/v11/adgroup/AdGroupServiceLabel.yaml rename to design/v15/adgroup/AdGroupServiceLabel.yaml index d81a8a6..bd731be 100644 --- a/design/v11/adgroup/AdGroupServiceLabel.yaml +++ b/design/v15/adgroup/AdGroupServiceLabel.yaml @@ -25,7 +25,7 @@ AdGroupServiceLabel: description: |
ラベルIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AdGroupServiceLabel ID.
+
Label ID.
Although this field will be returned in the response, it will be ignored on input.
labelName: type: string @@ -33,11 +33,11 @@ AdGroupServiceLabel: description: |
ラベル名です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AdGroupServiceLabel Name.
+
Label name.
Although this field will be returned in the response, it will be ignored on input.
title: AdGroupServiceLabel description: |
AdGroupServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v11/adgroup/AdGroupServiceMaximizeConversionValueBiddingScheme.yaml b/design/v15/adgroup/AdGroupServiceMaximizeConversionValueBiddingScheme.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceMaximizeConversionValueBiddingScheme.yaml rename to design/v15/adgroup/AdGroupServiceMaximizeConversionValueBiddingScheme.yaml diff --git a/design/v11/adgroup/AdGroupServiceMaximizeConversionsBiddingScheme.yaml b/design/v15/adgroup/AdGroupServiceMaximizeConversionsBiddingScheme.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceMaximizeConversionsBiddingScheme.yaml rename to design/v15/adgroup/AdGroupServiceMaximizeConversionsBiddingScheme.yaml diff --git a/design/v11/adgroup/AdGroupServiceMutateResponse.yaml b/design/v15/adgroup/AdGroupServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceMutateResponse.yaml rename to design/v15/adgroup/AdGroupServiceMutateResponse.yaml diff --git a/design/v11/adgroup/AdGroupServiceOperation.yaml b/design/v15/adgroup/AdGroupServiceOperation.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceOperation.yaml rename to design/v15/adgroup/AdGroupServiceOperation.yaml diff --git a/design/v11/adgroup/AdGroupServicePage.yaml b/design/v15/adgroup/AdGroupServicePage.yaml similarity index 97% rename from design/v11/adgroup/AdGroupServicePage.yaml rename to design/v15/adgroup/AdGroupServicePage.yaml index 3b11c44..18fc71a 100644 --- a/design/v11/adgroup/AdGroupServicePage.yaml +++ b/design/v15/adgroup/AdGroupServicePage.yaml @@ -17,4 +17,4 @@ AdGroupServicePage: title: AdGroupServicePage description: |
AdGroupServicePageオブジェクトは、取得される広告グループに関するエントリーを表します。
-
AdGroupServicePage object displays entries for Ad group.
+
AdGroupServicePage object displays entries for ad group.
diff --git a/design/v11/adgroup/AdGroupServiceReturnValue.yaml b/design/v15/adgroup/AdGroupServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceReturnValue.yaml rename to design/v15/adgroup/AdGroupServiceReturnValue.yaml diff --git a/design/v11/adgroup/AdGroupServiceReviewUrl.yaml b/design/v15/adgroup/AdGroupServiceReviewUrl.yaml similarity index 85% rename from design/v11/adgroup/AdGroupServiceReviewUrl.yaml rename to design/v15/adgroup/AdGroupServiceReviewUrl.yaml index e5b46ec..5e05da3 100644 --- a/design/v11/adgroup/AdGroupServiceReviewUrl.yaml +++ b/design/v15/adgroup/AdGroupServiceReviewUrl.yaml @@ -16,4 +16,4 @@ AdGroupServiceReviewUrl: title: AdGroupServiceReviewUrl description: |
AdGroupServiceReviewUrlオブジェクトは、トラッキングURLとカスタムパラメータを表します。
-
AdGroupServiceReviewUrl object siplays the Tracking URL and Custom Parameter.
+
AdGroupServiceReviewUrl object displays the Tracking URL and Custom Parameter.
diff --git a/design/v11/adgroup/AdGroupServiceSelector.yaml b/design/v15/adgroup/AdGroupServiceSelector.yaml similarity index 76% rename from design/v11/adgroup/AdGroupServiceSelector.yaml rename to design/v15/adgroup/AdGroupServiceSelector.yaml index 63084d0..195fe92 100644 --- a/design/v11/adgroup/AdGroupServiceSelector.yaml +++ b/design/v15/adgroup/AdGroupServiceSelector.yaml @@ -21,7 +21,7 @@ AdGroupServiceSelector: maxItems: 1000 description: |
検索条件:広告グループID
-
Search condition: Ad Group ID
+
Search condition: Ad group ID
portfolioBiddingIds: type: array nullable: true @@ -48,10 +48,10 @@ AdGroupServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: @@ -75,8 +75,8 @@ AdGroupServiceSelector: maximum: 10000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -84,8 +84,8 @@ AdGroupServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
userStatuses: type: array nullable: true @@ -94,6 +94,8 @@ AdGroupServiceSelector: maxItems: 2 createdDateRange: $ref: 'AdGroupServiceCreatedDateRange.yaml#/AdGroupServiceCreatedDateRange' + updatedDateRange: + $ref: 'AdGroupServiceUpdatedDateRange.yaml#/AdGroupServiceUpdatedDateRange' biddingKeywordCpcRange: $ref: 'AdGroupServiceBiddingKeywordCpcRange.yaml#/AdGroupServiceBiddingKeywordCpcRange' title: AdGroupServiceSelector diff --git a/design/v11/adgroup/AdGroupServiceSettings.yaml b/design/v15/adgroup/AdGroupServiceSettings.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceSettings.yaml rename to design/v15/adgroup/AdGroupServiceSettings.yaml diff --git a/design/v11/adgroup/AdGroupServiceTargetAll.yaml b/design/v15/adgroup/AdGroupServiceTargetAll.yaml similarity index 90% rename from design/v11/adgroup/AdGroupServiceTargetAll.yaml rename to design/v15/adgroup/AdGroupServiceTargetAll.yaml index 5bc939a..e10598d 100644 --- a/design/v11/adgroup/AdGroupServiceTargetAll.yaml +++ b/design/v15/adgroup/AdGroupServiceTargetAll.yaml @@ -17,7 +17,7 @@ AdGroupServiceTargetAll:
ACTIVE
すべてのユーザーを配信対象とします。
ターゲットリストのユーザーは入札価格調整率の適用のみ行います。
All users are target of ad delivery.
Only applying bid adjustment rate is done for users on the Target List.
DEACTIVE
-
ターゲットリストのユーザーのみを配信対象とします。
また、ターゲットリストのユーザーに対して入札価格調整率を適用します。
Users on the Target List are target of ad delivery.
And bid adjustment rate is applied to users on the Target List.
+
ターゲットリストのユーザーのみを配信対象とします。
また、ターゲットリストのユーザーに対して入札価格調整率を適用します。
Users on the target list are target of ad delivery.
And bid adjustment rate is applied to users on the target list.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroup/AdGroupServiceTargetCpaBiddingScheme.yaml b/design/v15/adgroup/AdGroupServiceTargetCpaBiddingScheme.yaml similarity index 96% rename from design/v11/adgroup/AdGroupServiceTargetCpaBiddingScheme.yaml rename to design/v15/adgroup/AdGroupServiceTargetCpaBiddingScheme.yaml index fd75e12..8bd9370 100644 --- a/design/v11/adgroup/AdGroupServiceTargetCpaBiddingScheme.yaml +++ b/design/v15/adgroup/AdGroupServiceTargetCpaBiddingScheme.yaml @@ -29,5 +29,5 @@ AdGroupServiceTargetCpaBiddingScheme: AdGroupServiceTargetCpaBiddingSchemeオブジェクトは、広告グループ目標単価(tCPA)の設定情報を表します。
- AdGroupServiceTargetCpaBiddingScheme object holds configuration information of Target CPA (tCPA) of ad group. + AdGroupServiceTargetCpaBiddingScheme object holds configuration information of target CPA (tCPA) of ad group.
diff --git a/design/v11/adgroup/AdGroupServiceTargetRoasBiddingScheme.yaml b/design/v15/adgroup/AdGroupServiceTargetRoasBiddingScheme.yaml similarity index 95% rename from design/v11/adgroup/AdGroupServiceTargetRoasBiddingScheme.yaml rename to design/v15/adgroup/AdGroupServiceTargetRoasBiddingScheme.yaml index 71996c2..ef07311 100644 --- a/design/v11/adgroup/AdGroupServiceTargetRoasBiddingScheme.yaml +++ b/design/v15/adgroup/AdGroupServiceTargetRoasBiddingScheme.yaml @@ -27,5 +27,5 @@ AdGroupServiceTargetRoasBiddingScheme: AdGroupServiceTargetRoasBiddingSchemeオブジェクトは、広告グループ費用対効果(tROAS)の設定情報を表します。
- AdGroupServiceTargetRoasBiddingScheme object holds configuration information of Target ROAS (tROAS) of ad group. + AdGroupServiceTargetRoasBiddingScheme object holds configuration information of target ROAS (tROAS) of ad group.
diff --git a/design/v11/adgroup/AdGroupServiceTargetingSetting.yaml b/design/v15/adgroup/AdGroupServiceTargetingSetting.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceTargetingSetting.yaml rename to design/v15/adgroup/AdGroupServiceTargetingSetting.yaml diff --git a/design/v15/adgroup/AdGroupServiceUpdatedDateRange.yaml b/design/v15/adgroup/AdGroupServiceUpdatedDateRange.yaml new file mode 100644 index 0000000..2646d16 --- /dev/null +++ b/design/v15/adgroup/AdGroupServiceUpdatedDateRange.yaml @@ -0,0 +1,44 @@ +AdGroupServiceUpdatedDateRange: + type: object + nullable: true + properties: + startDate: + type: string + nullable: true + description: | +
+ 検索対象期間の開始日です。
+ ※フォーマット:yyyyMMdd +
+
+ This is the start date of the search target period.
+ * Format: yyyyMMdd +
+ endDate: + type: string + nullable: true + description: | +
+ 検索対象期間の終了日です。
+ ※フォーマット:yyyyMMdd +
+
+ This is the end date of the search target period.
+ * Format: yyyyMMdd +
+ title: AdGroupServiceUpdatedDateRange + description: | +
+ AdGroupServiceUpdatedDateRangeは、更新日による検索対象期間を表します。
+ このフィールドを指定することで、Yahoo!広告内のシステムによる自動更新やユーザーの操作を含む更新日付を対象にキャンペーンをフィルタリングできます。
+ フィルタリング対象の更新日付については以下をご確認ください。
+ ・Yahoo!広告内のシステムによる自動更新を含むため、ユーザーの操作に起因しない更新であってもフィルタリング対象になることがあります。
+ ・ユーザーの操作とは、AdGroupServiceのADD、SET操作による更新を指します。AdGroupServiceのフィールドであっても、LabelServiceなどAdGroupService以外のサービスのADD、SET操作によるデータの更新は、AdGroupServiceUpdatedDateRangeで指定する更新日付のフィルタリング対象にはなりません。 +
+
+ AdGroupServiceUpdatedDateRange represents the search target period by the update date.
+ By specifying this field, you can filter adGroups 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 AdGroupService. Therefore, updates to AdGroupService fields made through ADD and SET operations in other services, such as LabelService, can NOT be filtered by the update date specified in AdGroupServiceUpdatedDateRange. +
diff --git a/design/v11/adgroup/AdGroupServiceUrlApprovalStatus.yaml b/design/v15/adgroup/AdGroupServiceUrlApprovalStatus.yaml similarity index 96% rename from design/v11/adgroup/AdGroupServiceUrlApprovalStatus.yaml rename to design/v15/adgroup/AdGroupServiceUrlApprovalStatus.yaml index 55693c6..b1a482f 100644 --- a/design/v11/adgroup/AdGroupServiceUrlApprovalStatus.yaml +++ b/design/v15/adgroup/AdGroupServiceUrlApprovalStatus.yaml @@ -24,5 +24,5 @@ AdGroupServiceUrlApprovalStatus:
APPROVED_WITH_REVIEW
配信審査中です。Approved with in process of review.
Ad will stop displaying if disapproved.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroup/AdGroupServiceUrlReviewData.yaml b/design/v15/adgroup/AdGroupServiceUrlReviewData.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceUrlReviewData.yaml rename to design/v15/adgroup/AdGroupServiceUrlReviewData.yaml diff --git a/design/v11/adgroup/AdGroupServiceUserStatus.yaml b/design/v15/adgroup/AdGroupServiceUserStatus.yaml similarity index 95% rename from design/v11/adgroup/AdGroupServiceUserStatus.yaml rename to design/v15/adgroup/AdGroupServiceUserStatus.yaml index 1ff0ea5..15599f8 100644 --- a/design/v11/adgroup/AdGroupServiceUserStatus.yaml +++ b/design/v15/adgroup/AdGroupServiceUserStatus.yaml @@ -17,5 +17,5 @@ AdGroupServiceUserStatus:
PAUSED
広告は一時停止の状態のため、配信されていません。Currently ad is paused, which the delivery is not active.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroup/AdGroupServiceValue.yaml b/design/v15/adgroup/AdGroupServiceValue.yaml similarity index 100% rename from design/v11/adgroup/AdGroupServiceValue.yaml rename to design/v15/adgroup/AdGroupServiceValue.yaml diff --git a/design/v11/adgroupad/AdGroupAd.yaml b/design/v15/adgroupad/AdGroupAd.yaml similarity index 96% rename from design/v11/adgroupad/AdGroupAd.yaml rename to design/v15/adgroupad/AdGroupAd.yaml index 235cfce..214f930 100644 --- a/design/v11/adgroupad/AdGroupAd.yaml +++ b/design/v15/adgroupad/AdGroupAd.yaml @@ -141,6 +141,12 @@ AdGroupAd: description: |
広告が作成された日です。
※フォーマット:yyyyMMdd
Date of Ad made.
* Format: yyyyMMdd
+ updatedDate: + type: string + nullable: true + description: | +
広告が更新された日です。
※フォーマット:yyyyMMdd
+
Date of Ad updated.
* Format: yyyyMMdd
title: AdGroupAd description: |
AdGroupAdオブジェクトは、広告に関する操作を行うための情報を表します。
diff --git a/design/v11/adgroupad/AdGroupAdServiceAd.yaml b/design/v15/adgroupad/AdGroupAdServiceAd.yaml similarity index 95% rename from design/v11/adgroupad/AdGroupAdServiceAd.yaml rename to design/v15/adgroupad/AdGroupAdServiceAd.yaml index 65efbbf..642ecad 100644 --- a/design/v11/adgroupad/AdGroupAdServiceAd.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceAd.yaml @@ -21,7 +21,7 @@ AdGroupAdServiceAd:
最終リンク先URLです。
ADD時、このフィールドは必須となります。※adTypeがDYNAMIC_SEARCH_LINKED_ADの場合は無視されます。
SET時、adTypeがRESPONSIVE_SEARCH_ADの場合のみ更新可能です。
-
Landing Page URL.
+
Landing page URL.
This field is required in ADD operation. *If adType is DYNAMIC_SEARCH_LINKED_AD, this field will be ignored.
reviewFinalUrl: type: string @@ -30,7 +30,7 @@ AdGroupAdServiceAd:
審査中の最終リンク先URLです。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
-
Landing Page URL on editorial review.
+
Landing page URL on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.
smartphoneFinalUrl: @@ -40,7 +40,7 @@ AdGroupAdServiceAd:
最終リンク先URL(スマートフォン)です。
ADD時、このフィールドは省略可能となります。※adTypeがDYNAMIC_SEARCH_LINKED_ADの場合は無視されます。
SET時、adTypeがRESPONSIVE_SEARCH_ADの場合のみ更新可能です。
-
Landing Page URL (Smartphone).
+
Landing page URL (Smartphone).
This field is optional in ADD operation. *If adType is DYNAMIC_SEARCH_LINKED_AD, this field will be ignored.
reviewSmartphoneFinalUrl: type: string @@ -49,7 +49,7 @@ AdGroupAdServiceAd:
審査中の最終リンク先URL(スマートフォン)です。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
-
Landing Page URL (Smartphone) on editorial review.
+
Landing page URL (Smartphone) on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.
isRemoveSmartphoneFinalUrl: diff --git a/design/v11/adgroupad/AdGroupAdServiceAdType.yaml b/design/v15/adgroupad/AdGroupAdServiceAdType.yaml similarity index 95% rename from design/v11/adgroupad/AdGroupAdServiceAdType.yaml rename to design/v15/adgroupad/AdGroupAdServiceAdType.yaml index 9e23159..269bd9b 100644 --- a/design/v11/adgroupad/AdGroupAdServiceAdType.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceAdType.yaml @@ -22,7 +22,7 @@ AdGroupAdServiceAdType:
EXTENDED_TEXT_AD
「タイトル15文字-15文字、説明文40文字」のテキスト広告です。
PC、スマートフォン・タブレット端末の場合にご利用いただけます。
※現在、こちらの広告タイプでは入稿できません。
Text ads for “Title: 15 - 15 characters, Description: 40 characters”.
It is available for PC, Smartphone and Tablet.
*Currently this ad type is not available for ad creation.
DYNAMIC_SEARCH_LINKED_AD
-
動的検索連動型広告です。Dynamic Search Ads
+
動的検索連動型広告です。Dynamic Ads for Search.
TEXT_AD2
「タイトル15文字、説明文19文字-19文字」のテキスト広告です。
PC、スマートフォン・タブレット端末の場合にご利用いただけます。
※現在、こちらの広告タイプでは入稿できません。
Text ads for “Title: 15 characters, Description: 19 characters / 19 characters”.
It is available for PC, Smartphone and Tablet.
*Currently this ad type is not available for ad creation.
APP_AD
@@ -30,5 +30,5 @@ AdGroupAdServiceAdType:
RESPONSIVE_SEARCH_AD
レスポンシブ検索広告です。Responsive Ads for Search.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceAppAd.yaml b/design/v15/adgroupad/AdGroupAdServiceAppAd.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceAppAd.yaml rename to design/v15/adgroupad/AdGroupAdServiceAppAd.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceAppStore.yaml b/design/v15/adgroupad/AdGroupAdServiceAppStore.yaml similarity index 93% rename from design/v11/adgroupad/AdGroupAdServiceAppStore.yaml rename to design/v15/adgroupad/AdGroupAdServiceAppStore.yaml index 02e3123..9677411 100644 --- a/design/v11/adgroupad/AdGroupAdServiceAppStore.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceAppStore.yaml @@ -15,5 +15,5 @@ AdGroupAdServiceAppStore:
ANDROID
Android用アプリストアです。Android app store.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceApprovalStatus.yaml b/design/v15/adgroupad/AdGroupAdServiceApprovalStatus.yaml similarity index 77% rename from design/v11/adgroupad/AdGroupAdServiceApprovalStatus.yaml rename to design/v15/adgroupad/AdGroupAdServiceApprovalStatus.yaml index f7d17c0..296ebf0 100644 --- a/design/v11/adgroupad/AdGroupAdServiceApprovalStatus.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceApprovalStatus.yaml @@ -12,19 +12,19 @@ AdGroupAdServiceApprovalStatus: description: |
AdGroupAdServiceApprovalStatusは、審査状況を表します。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AdGroupAdServiceApprovalStatus displays Editorial Status.
+
AdGroupAdServiceApprovalStatus displays editorial status.
Although this field will be returned in the response, it will be ignored on input.
APPROVED
-
承認済です。The item is approved
+
承認済です。The item is approved.
APPROVED_WITH_REVIEW
-
承認済です。
すでに掲載中のキーワード・広告・広告テキストアセットを再編集し、審査中となり、編集前のキーワード・広告・広告テキストアセットが掲載されています。
The item is approved
Updated items are under review
+
承認済です。
すでに掲載中のキーワード・広告・広告テキストアセットを再編集し、審査中となり、編集前のキーワード・広告・広告テキストアセットが掲載されています。
The item is approved.
Updated items are under review.
REVIEW
-
審査中です。
新しく追加したキーワード・広告・広告テキストアセットが審査中となり、キーワード・広告・広告テキストアセットは未掲載です。
Under editorial review
Newly added items are under review, and not displayed yet
+
審査中です。
新しく追加したキーワード・広告・広告テキストアセットが審査中となり、キーワード・広告・広告テキストアセットは未掲載です。
Under editorial review.
Newly added items are under review, and not displayed yet.
PRE_DISAPPROVED
-
掲載不可です。
新しく追加したキーワード・広告・広告テキストアセットが審査で承認されず非掲載です。
The item was rejected
Newly added items have been rejected, so it cannot be displayed
+
掲載不可です。
新しく追加したキーワード・広告・広告テキストアセットが審査で承認されず非掲載です。
The item was rejected.
Newly added items have been rejected, so it cannot be displayed.
POST_DISAPPROVED
-
掲載停止です。
すでに掲載中のキーワード・広告・広告テキストアセットについて審査が行われた結果、承認されず非掲載です。
The item was rejected
Ads already displayed have been taken offline due to a result from post review
+
掲載停止です。
すでに掲載中のキーワード・広告・広告テキストアセットについて審査が行われた結果、承認されず非掲載です。
The item was rejected.
Ads already displayed have been taken offline due to a result from post review.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceAssetType.yaml b/design/v15/adgroupad/AdGroupAdServiceAssetType.yaml similarity index 95% rename from design/v11/adgroupad/AdGroupAdServiceAssetType.yaml rename to design/v15/adgroupad/AdGroupAdServiceAssetType.yaml index 75ca06f..7adac22 100644 --- a/design/v11/adgroupad/AdGroupAdServiceAssetType.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceAssetType.yaml @@ -17,5 +17,5 @@ AdGroupAdServiceAssetType:
DESCRIPTION
広告テキストアセットが説明文であることを表します。Indicates that the ad text asset is a description.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceCreatedDateRange.yaml b/design/v15/adgroupad/AdGroupAdServiceCreatedDateRange.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceCreatedDateRange.yaml rename to design/v15/adgroupad/AdGroupAdServiceCreatedDateRange.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceCustomParameter.yaml b/design/v15/adgroupad/AdGroupAdServiceCustomParameter.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceCustomParameter.yaml rename to design/v15/adgroupad/AdGroupAdServiceCustomParameter.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceCustomParameters.yaml b/design/v15/adgroupad/AdGroupAdServiceCustomParameters.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceCustomParameters.yaml rename to design/v15/adgroupad/AdGroupAdServiceCustomParameters.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceDescriptionPinnedField.yaml b/design/v15/adgroupad/AdGroupAdServiceDescriptionPinnedField.yaml similarity index 84% rename from design/v11/adgroupad/AdGroupAdServiceDescriptionPinnedField.yaml rename to design/v15/adgroupad/AdGroupAdServiceDescriptionPinnedField.yaml index aa12fec..a0cd730 100644 --- a/design/v11/adgroupad/AdGroupAdServiceDescriptionPinnedField.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceDescriptionPinnedField.yaml @@ -14,11 +14,11 @@ AdGroupAdServiceDescriptionPinnedField: This field is optional in ADD and SET operation.
UNSPECIFIED
-
指定なしです。unspecified.
+
指定なしです。Unspecified.
DESCRIPTION1
-
説明文1です。description1.
+
説明文1です。Description1.
DESCRIPTION2
-
説明文2です。description2.
+
説明文2です。Description2.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceDescriptionTextAsset.yaml b/design/v15/adgroupad/AdGroupAdServiceDescriptionTextAsset.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceDescriptionTextAsset.yaml rename to design/v15/adgroupad/AdGroupAdServiceDescriptionTextAsset.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceDevicePreference.yaml b/design/v15/adgroupad/AdGroupAdServiceDevicePreference.yaml similarity index 93% rename from design/v11/adgroupad/AdGroupAdServiceDevicePreference.yaml rename to design/v15/adgroupad/AdGroupAdServiceDevicePreference.yaml index 0c64d87..d2a8819 100644 --- a/design/v11/adgroupad/AdGroupAdServiceDevicePreference.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceDevicePreference.yaml @@ -12,7 +12,7 @@ AdGroupAdServiceDevicePreference: This field is optional in ADD operation. *If adType is EXTENDED_TEXT_AD, this field will be ignored.
SMART_PHONE
-
スマートフォンを優先的に配信します。
作成(add)時のみご利用いただけます。
※優先デバイスの変更(set)・削除(remove)は実施できません。
Deliver ads to Smartphone in higher priority
Available for add operation only
It cannot be used in set or remove operation
+
スマートフォンを優先的に配信します。
作成(add)時のみご利用いただけます。
※優先デバイスの変更(set)・削除(remove)は実施できません。
Deliver ads to Smartphone in higher priority
Available for add operation only
It cannot be used in set or remove operation.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceDynamicSearchLinkedAd.yaml b/design/v15/adgroupad/AdGroupAdServiceDynamicSearchLinkedAd.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceDynamicSearchLinkedAd.yaml rename to design/v15/adgroupad/AdGroupAdServiceDynamicSearchLinkedAd.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceExtendedTextAd.yaml b/design/v15/adgroupad/AdGroupAdServiceExtendedTextAd.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceExtendedTextAd.yaml rename to design/v15/adgroupad/AdGroupAdServiceExtendedTextAd.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceGetResponse.yaml b/design/v15/adgroupad/AdGroupAdServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceGetResponse.yaml rename to design/v15/adgroupad/AdGroupAdServiceGetResponse.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceHeadlinePinnedField.yaml b/design/v15/adgroupad/AdGroupAdServiceHeadlinePinnedField.yaml similarity index 83% rename from design/v11/adgroupad/AdGroupAdServiceHeadlinePinnedField.yaml rename to design/v15/adgroupad/AdGroupAdServiceHeadlinePinnedField.yaml index 3d08bb7..edc043a 100644 --- a/design/v11/adgroupad/AdGroupAdServiceHeadlinePinnedField.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceHeadlinePinnedField.yaml @@ -15,13 +15,13 @@ AdGroupAdServiceHeadlinePinnedField: This field is optional in ADD and SET operation.
UNSPECIFIED
-
指定なしです。unspecified.
+
指定なしです。Unspecified.
HEADLINE1
-
タイトル1です。headline1.
+
タイトル1です。Headline1.
HEADLINE2
-
タイトル2です。headline2.
+
タイトル2です。Headline2.
HEADLINE3
-
タイトル3です。headline3.
+
タイトル3です。Headline3.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceHeadlineTextAsset.yaml b/design/v15/adgroupad/AdGroupAdServiceHeadlineTextAsset.yaml similarity index 96% rename from design/v11/adgroupad/AdGroupAdServiceHeadlineTextAsset.yaml rename to design/v15/adgroupad/AdGroupAdServiceHeadlineTextAsset.yaml index 38f9ee9..ad8e61c 100644 --- a/design/v11/adgroupad/AdGroupAdServiceHeadlineTextAsset.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceHeadlineTextAsset.yaml @@ -24,7 +24,7 @@ AdGroupAdServiceHeadlineTextAsset:
審査否認の理由コードです。
(コード詳細は、DictionaryServiceのgetDisapprovalReasonのレスポンスを参照)
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Code of Disapproval reason.
+
Code of disapproval reason.
(Refer to DictionaryService getDisapprovalReason response for details)
Although this field will be returned in the response, it will be ignored on input.
title: AdGroupAdServiceHeadlineTextAsset diff --git a/design/v11/adgroupad/AdGroupAdServiceIsRemove.yaml b/design/v15/adgroupad/AdGroupAdServiceIsRemove.yaml similarity index 85% rename from design/v11/adgroupad/AdGroupAdServiceIsRemove.yaml rename to design/v15/adgroupad/AdGroupAdServiceIsRemove.yaml index 0a42276..fb968ff 100644 --- a/design/v11/adgroupad/AdGroupAdServiceIsRemove.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceIsRemove.yaml @@ -19,9 +19,9 @@ AdGroupAdServiceIsRemove:
TRUE
-
項目の削除。removes the information item.
+
項目の削除。Removes the information item.
FALSE
-
項目の削除なし。not remove the information item.
+
項目の削除なし。Not remove the information item.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceLabel.yaml b/design/v15/adgroupad/AdGroupAdServiceLabel.yaml similarity index 82% rename from design/v11/adgroupad/AdGroupAdServiceLabel.yaml rename to design/v15/adgroupad/AdGroupAdServiceLabel.yaml index ea216af..169e2f7 100644 --- a/design/v11/adgroupad/AdGroupAdServiceLabel.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceLabel.yaml @@ -25,7 +25,7 @@ AdGroupAdServiceLabel: description: |
ラベルIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AdGroupAdServiceLabel ID.
+
Label ID.
Although this field will be returned in the response, it will be ignored on input.
labelName: type: string @@ -33,11 +33,11 @@ AdGroupAdServiceLabel: description: |
ラベル名です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AdGroupAdServiceLabel Name.
+
Label name.
Although this field will be returned in the response, it will be ignored on input.
title: AdGroupAdServiceLabel description: |
AdGroupAdServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupAdServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v11/adgroupad/AdGroupAdServiceMutateResponse.yaml b/design/v15/adgroupad/AdGroupAdServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceMutateResponse.yaml rename to design/v15/adgroupad/AdGroupAdServiceMutateResponse.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceOperation.yaml b/design/v15/adgroupad/AdGroupAdServiceOperation.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceOperation.yaml rename to design/v15/adgroupad/AdGroupAdServiceOperation.yaml diff --git a/design/v11/adgroupad/AdGroupAdServicePage.yaml b/design/v15/adgroupad/AdGroupAdServicePage.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServicePage.yaml rename to design/v15/adgroupad/AdGroupAdServicePage.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceResponsiveSearchAd.yaml b/design/v15/adgroupad/AdGroupAdServiceResponsiveSearchAd.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceResponsiveSearchAd.yaml rename to design/v15/adgroupad/AdGroupAdServiceResponsiveSearchAd.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceReturnValue.yaml b/design/v15/adgroupad/AdGroupAdServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceReturnValue.yaml rename to design/v15/adgroupad/AdGroupAdServiceReturnValue.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceSelector.yaml b/design/v15/adgroupad/AdGroupAdServiceSelector.yaml similarity index 80% rename from design/v11/adgroupad/AdGroupAdServiceSelector.yaml rename to design/v15/adgroupad/AdGroupAdServiceSelector.yaml index 718a739..d1e77f8 100644 --- a/design/v11/adgroupad/AdGroupAdServiceSelector.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceSelector.yaml @@ -36,7 +36,7 @@ AdGroupAdServiceSelector: description: |
検索条件:広告グループID
Search condition: Ad group ID.
- Ads returned will be from adgroups whose ids are included in this list.
+ Ads returned will be from ad groups whose ids are included in this list.
adIds: type: array nullable: true @@ -72,10 +72,10 @@ AdGroupAdServiceSelector: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: @@ -93,6 +93,8 @@ AdGroupAdServiceSelector: *When specified labelIds, containsLabel information is added to the result.
createdDateRange: $ref: 'AdGroupAdServiceCreatedDateRange.yaml#/AdGroupAdServiceCreatedDateRange' + updatedDateRange: + $ref: 'AdGroupAdServiceUpdatedDateRange.yaml#/AdGroupAdServiceUpdatedDateRange' numberResults: type: integer nullable: true @@ -101,8 +103,8 @@ AdGroupAdServiceSelector: maximum: 10000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -110,8 +112,8 @@ AdGroupAdServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AdGroupAdServiceSelector description: |
AdGroupAdServiceSelectorオブジェクトは、操作の対象とする広告およびフィルタ条件を表します。
diff --git a/design/v11/adgroupad/AdGroupAdServiceSetTrademarkStatus.yaml b/design/v15/adgroupad/AdGroupAdServiceSetTrademarkStatus.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceSetTrademarkStatus.yaml rename to design/v15/adgroupad/AdGroupAdServiceSetTrademarkStatus.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceSetTrademarkStatusOperation.yaml b/design/v15/adgroupad/AdGroupAdServiceSetTrademarkStatusOperation.yaml similarity index 95% rename from design/v11/adgroupad/AdGroupAdServiceSetTrademarkStatusOperation.yaml rename to design/v15/adgroupad/AdGroupAdServiceSetTrademarkStatusOperation.yaml index daab5b0..a6deb48 100644 --- a/design/v11/adgroupad/AdGroupAdServiceSetTrademarkStatusOperation.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceSetTrademarkStatusOperation.yaml @@ -11,7 +11,7 @@ AdGroupAdServiceSetTrademarkStatusOperation: format: int64 description: |
アカウントIDです。
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/adgroupad/AdGroupAdServiceSetTrademarkStatusResponse.yaml b/design/v15/adgroupad/AdGroupAdServiceSetTrademarkStatusResponse.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceSetTrademarkStatusResponse.yaml rename to design/v15/adgroupad/AdGroupAdServiceSetTrademarkStatusResponse.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceTextAd2.yaml b/design/v15/adgroupad/AdGroupAdServiceTextAd2.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceTextAd2.yaml rename to design/v15/adgroupad/AdGroupAdServiceTextAd2.yaml diff --git a/design/v11/adgroupad/AdGroupAdServiceTextAssetActiveStatus.yaml b/design/v15/adgroupad/AdGroupAdServiceTextAssetActiveStatus.yaml similarity index 96% rename from design/v11/adgroupad/AdGroupAdServiceTextAssetActiveStatus.yaml rename to design/v15/adgroupad/AdGroupAdServiceTextAssetActiveStatus.yaml index 9ee42bf..10d981c 100644 --- a/design/v11/adgroupad/AdGroupAdServiceTextAssetActiveStatus.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceTextAssetActiveStatus.yaml @@ -23,5 +23,5 @@ AdGroupAdServiceTextAssetActiveStatus:
PENDING_DELETE
配信可(停止予定)です。Available (will be inactive).
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceTrademarkStatus.yaml b/design/v15/adgroupad/AdGroupAdServiceTrademarkStatus.yaml similarity index 97% rename from design/v11/adgroupad/AdGroupAdServiceTrademarkStatus.yaml rename to design/v15/adgroupad/AdGroupAdServiceTrademarkStatus.yaml index 8ba21f8..465a292 100644 --- a/design/v11/adgroupad/AdGroupAdServiceTrademarkStatus.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceTrademarkStatus.yaml @@ -26,5 +26,5 @@ AdGroupAdServiceTrademarkStatus:
DISAPPROVED_REVIEWER
目視による審査での否認Disapproved reviewer.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v15/adgroupad/AdGroupAdServiceUpdatedDateRange.yaml b/design/v15/adgroupad/AdGroupAdServiceUpdatedDateRange.yaml new file mode 100644 index 0000000..5a71163 --- /dev/null +++ b/design/v15/adgroupad/AdGroupAdServiceUpdatedDateRange.yaml @@ -0,0 +1,44 @@ +AdGroupAdServiceUpdatedDateRange: + type: object + nullable: true + properties: + startDate: + type: string + nullable: true + description: | +
+ 検索対象期間の開始日です。
+ ※フォーマット:yyyyMMdd +
+
+ This is the start date of the search target period.
+ * Format: yyyyMMdd +
+ endDate: + type: string + nullable: true + description: | +
+ 検索対象期間の終了日です。
+ ※フォーマット:yyyyMMdd +
+
+ This is the end date of the search target period.
+ * Format: yyyyMMdd +
+ title: AdGroupAdServiceUpdatedDateRange + description: | +
+ AdGroupAdServiceUpdatedDateRangeは、更新日による検索対象期間を表します。
+ このフィールドを指定することで、Yahoo!広告内のシステムによる自動更新やユーザーの操作を含む更新日付を対象にキャンペーンをフィルタリングできます。
+ フィルタリング対象の更新日付については以下をご確認ください。
+ ・Yahoo!広告内のシステムによる自動更新を含むため、ユーザーの操作に起因しない更新であってもフィルタリング対象になることがあります。
+ ・ユーザーの操作とは、AdGroupAdServiceのADD、SET操作による更新を指します。AdGroupAdServiceのフィールドであっても、LabelServiceなどAdGroupAdService以外のサービスのADD、SET操作によるデータの更新は、AdGroupAdServiceUpdatedDateRangeで指定する更新日付のフィルタリング対象にはなりません。 +
+
+ AdGroupAdServiceUpdatedDateRange represents the search target period by the update date.
+ By specifying this field, you can filter adGroupAds 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 AdGroupAdService. Therefore, updates to AdGroupAdService fields made through ADD and SET operations in other services, such as LabelService, can NOT be filtered by the update date specified in AdGroupAdServiceUpdatedDateRange. +
diff --git a/design/v11/adgroupad/AdGroupAdServiceUserStatus.yaml b/design/v15/adgroupad/AdGroupAdServiceUserStatus.yaml similarity index 95% rename from design/v11/adgroupad/AdGroupAdServiceUserStatus.yaml rename to design/v15/adgroupad/AdGroupAdServiceUserStatus.yaml index 40af265..b830d10 100644 --- a/design/v11/adgroupad/AdGroupAdServiceUserStatus.yaml +++ b/design/v15/adgroupad/AdGroupAdServiceUserStatus.yaml @@ -17,5 +17,5 @@ AdGroupAdServiceUserStatus:
PAUSED
広告は一時停止の状態のため、配信されていません。Currently ad is paused, which the delivery is not active.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupad/AdGroupAdServiceValue.yaml b/design/v15/adgroupad/AdGroupAdServiceValue.yaml similarity index 100% rename from design/v11/adgroupad/AdGroupAdServiceValue.yaml rename to design/v15/adgroupad/AdGroupAdServiceValue.yaml diff --git a/design/v11/adgroupadlabel/AdGroupAdLabel.yaml b/design/v15/adgroupadlabel/AdGroupAdLabel.yaml similarity index 97% rename from design/v11/adgroupadlabel/AdGroupAdLabel.yaml rename to design/v15/adgroupadlabel/AdGroupAdLabel.yaml index 0b9470d..cd7fd44 100644 --- a/design/v11/adgroupadlabel/AdGroupAdLabel.yaml +++ b/design/v15/adgroupadlabel/AdGroupAdLabel.yaml @@ -27,7 +27,7 @@ AdGroupAdLabel: description: |
広告IDです。
このフィールドは、いずれの場合でも必須となります。
-
Ad group Ad ID.
+
Ad group ad ID.
This field is required in any cases.
campaignId: type: integer diff --git a/design/v11/adgroupadlabel/AdGroupAdLabelServiceMutateResponse.yaml b/design/v15/adgroupadlabel/AdGroupAdLabelServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupadlabel/AdGroupAdLabelServiceMutateResponse.yaml rename to design/v15/adgroupadlabel/AdGroupAdLabelServiceMutateResponse.yaml diff --git a/design/v11/adgroupadlabel/AdGroupAdLabelServiceOperation.yaml b/design/v15/adgroupadlabel/AdGroupAdLabelServiceOperation.yaml similarity index 94% rename from design/v11/adgroupadlabel/AdGroupAdLabelServiceOperation.yaml rename to design/v15/adgroupadlabel/AdGroupAdLabelServiceOperation.yaml index b19a32f..7426b6e 100644 --- a/design/v11/adgroupadlabel/AdGroupAdLabelServiceOperation.yaml +++ b/design/v15/adgroupadlabel/AdGroupAdLabelServiceOperation.yaml @@ -11,7 +11,7 @@ AdGroupAdLabelServiceOperation: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/adgroupadlabel/AdGroupAdLabelServiceReturnValue.yaml b/design/v15/adgroupadlabel/AdGroupAdLabelServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupadlabel/AdGroupAdLabelServiceReturnValue.yaml rename to design/v15/adgroupadlabel/AdGroupAdLabelServiceReturnValue.yaml diff --git a/design/v11/adgroupadlabel/AdGroupAdLabelServiceValue.yaml b/design/v15/adgroupadlabel/AdGroupAdLabelServiceValue.yaml similarity index 100% rename from design/v11/adgroupadlabel/AdGroupAdLabelServiceValue.yaml rename to design/v15/adgroupadlabel/AdGroupAdLabelServiceValue.yaml diff --git a/design/v11/adgroupasset/AdGroupAsset.yaml b/design/v15/adgroupasset/AdGroupAsset.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAsset.yaml rename to design/v15/adgroupasset/AdGroupAsset.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceGetResponse.yaml b/design/v15/adgroupasset/AdGroupAssetServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceGetResponse.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceGetResponse.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceList.yaml b/design/v15/adgroupasset/AdGroupAssetServiceList.yaml similarity index 96% rename from design/v11/adgroupasset/AdGroupAssetServiceList.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceList.yaml index d8439a3..1461a4c 100644 --- a/design/v11/adgroupasset/AdGroupAssetServiceList.yaml +++ b/design/v15/adgroupasset/AdGroupAssetServiceList.yaml @@ -14,7 +14,7 @@ AdGroupAssetServiceList: description: |
広告グループIDです。
REPLACE時、このフィールドは必須となります。
-
Ad Group ID.
+
Ad group ID.
This field is required in REPLACE operation.
campaignId: type: integer diff --git a/design/v11/adgroupasset/AdGroupAssetServiceMutateResponse.yaml b/design/v15/adgroupasset/AdGroupAssetServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceMutateResponse.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceMutateResponse.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceOperation.yaml b/design/v15/adgroupasset/AdGroupAssetServiceOperation.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceOperation.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceOperation.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServicePage.yaml b/design/v15/adgroupasset/AdGroupAssetServicePage.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServicePage.yaml rename to design/v15/adgroupasset/AdGroupAssetServicePage.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceReplaceOperation.yaml b/design/v15/adgroupasset/AdGroupAssetServiceReplaceOperation.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceReplaceOperation.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceReplaceOperation.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceReplaceResponse.yaml b/design/v15/adgroupasset/AdGroupAssetServiceReplaceResponse.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceReplaceResponse.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceReplaceResponse.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceReplaceReturnValue.yaml b/design/v15/adgroupasset/AdGroupAssetServiceReplaceReturnValue.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceReplaceReturnValue.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceReplaceReturnValue.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceReplaceValue.yaml b/design/v15/adgroupasset/AdGroupAssetServiceReplaceValue.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceReplaceValue.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceReplaceValue.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceReturnValue.yaml b/design/v15/adgroupasset/AdGroupAssetServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceReturnValue.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceReturnValue.yaml diff --git a/design/v11/adgroupasset/AdGroupAssetServiceSelector.yaml b/design/v15/adgroupasset/AdGroupAssetServiceSelector.yaml similarity index 76% rename from design/v11/adgroupasset/AdGroupAssetServiceSelector.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceSelector.yaml index cca7b51..ff40644 100644 --- a/design/v11/adgroupasset/AdGroupAssetServiceSelector.yaml +++ b/design/v15/adgroupasset/AdGroupAssetServiceSelector.yaml @@ -49,7 +49,7 @@ AdGroupAssetServiceSelector: nullable: true items: $ref: 'AdGroupAssetServiceType.yaml#/AdGroupAssetServiceType' - maxItems: 4 + maxItems: 5 userStatuses: type: array nullable: true @@ -64,8 +64,8 @@ AdGroupAssetServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -73,8 +73,8 @@ AdGroupAssetServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AdGroupAssetServiceSelector description: |
AdGroupAssetServiceSelectorオブジェクトは、アセット情報を指定します。
diff --git a/design/v11/adgroupasset/AdGroupAssetServiceType.yaml b/design/v15/adgroupasset/AdGroupAssetServiceType.yaml similarity index 86% rename from design/v11/adgroupasset/AdGroupAssetServiceType.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceType.yaml index ad403c6..67f92c9 100644 --- a/design/v11/adgroupasset/AdGroupAssetServiceType.yaml +++ b/design/v15/adgroupasset/AdGroupAssetServiceType.yaml @@ -6,6 +6,7 @@ AdGroupAssetServiceType: - CALL - CALLOUT - STRUCTURED_SNIPPET + - IMAGE - UNKNOWN title: AdGroupAssetServiceType description: | @@ -22,6 +23,8 @@ AdGroupAssetServiceType:
広告表示アセットのテキスト補足アセットです。Callout asset from ad display asset.
STRUCTURED_SNIPPET
広告表示アセットのカテゴリ補足アセットです。Category snippet asset from ad display asset.
+
IMAGE
+
広告表示アセットの画像アセットです。Image asset from ad display asset.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupasset/AdGroupAssetServiceUserStatus.yaml b/design/v15/adgroupasset/AdGroupAssetServiceUserStatus.yaml similarity index 95% rename from design/v11/adgroupasset/AdGroupAssetServiceUserStatus.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceUserStatus.yaml index 8b5d887..1f6c325 100644 --- a/design/v11/adgroupasset/AdGroupAssetServiceUserStatus.yaml +++ b/design/v15/adgroupasset/AdGroupAssetServiceUserStatus.yaml @@ -17,5 +17,5 @@ AdGroupAssetServiceUserStatus:
PAUSED
ステータスは一時停止されています。Status is paused.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupasset/AdGroupAssetServiceValue.yaml b/design/v15/adgroupasset/AdGroupAssetServiceValue.yaml similarity index 100% rename from design/v11/adgroupasset/AdGroupAssetServiceValue.yaml rename to design/v15/adgroupasset/AdGroupAssetServiceValue.yaml diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplier.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplier.yaml similarity index 100% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplier.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplier.yaml diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceGetResponse.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceGetResponse.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceGetResponse.yaml diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceMutateResponse.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceMutateResponse.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceMutateResponse.yaml diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceOperation.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceOperation.yaml similarity index 100% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceOperation.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceOperation.yaml diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServicePage.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServicePage.yaml similarity index 100% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServicePage.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServicePage.yaml diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServicePlatformType.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServicePlatformType.yaml similarity index 95% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServicePlatformType.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServicePlatformType.yaml index f4fc422..bff5053 100644 --- a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServicePlatformType.yaml +++ b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServicePlatformType.yaml @@ -20,5 +20,5 @@ AdGroupBidMultiplierServicePlatformType:
DESKTOP
パソコンです。PC.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceReturnValue.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceReturnValue.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceReturnValue.yaml diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceSelector.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceSelector.yaml similarity index 73% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceSelector.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceSelector.yaml index 03085a9..db43ef7 100644 --- a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceSelector.yaml +++ b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceSelector.yaml @@ -33,6 +33,12 @@ AdGroupBidMultiplierServiceSelector: description: |
キャンペーンIDです。
Campaign ID.
+ platformTypes: + type: array + nullable: true + items: + $ref: 'AdGroupBidMultiplierServicePlatformType.yaml#/AdGroupBidMultiplierServicePlatformType' + maxItems: 3 numberResults: type: integer nullable: true @@ -41,14 +47,8 @@ AdGroupBidMultiplierServiceSelector: maximum: 10000 default: 1000 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
- platformTypes: - type: array - nullable: true - items: - $ref: 'AdGroupBidMultiplierServicePlatformType.yaml#/AdGroupBidMultiplierServicePlatformType' - maxItems: 3 +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -56,8 +56,8 @@ AdGroupBidMultiplierServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AdGroupBidMultiplierServiceSelector description: |
AdGroupBidMultiplierServiceSelectorオブジェクトは、入札価格調整率を格納するコンテナです。
diff --git a/design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceValue.yaml b/design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceValue.yaml similarity index 100% rename from design/v11/adgroupbidmultiplier/AdGroupBidMultiplierServiceValue.yaml rename to design/v15/adgroupbidmultiplier/AdGroupBidMultiplierServiceValue.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterion.yaml b/design/v15/adgroupcriterion/AdGroupCriterion.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterion.yaml rename to design/v15/adgroupcriterion/AdGroupCriterion.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceApprovalStatus.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceApprovalStatus.yaml similarity index 75% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceApprovalStatus.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceApprovalStatus.yaml index 04e98ff..2ece6cf 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceApprovalStatus.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceApprovalStatus.yaml @@ -14,15 +14,15 @@ AdGroupCriterionServiceApprovalStatus:
AdGroupCriterionServiceApprovalStatus displays Editorial Status.
APPROVED
-
承認済です。The item is approved
+
承認済です。The item is approved.
APPROVED_WITH_REVIEW
-
承認済です。
すでに掲載中のキーワード・広告を再編集し、審査中となり、編集前の広告が掲載されています。
The item is approved
Updated items are under review
+
承認済です。
すでに掲載中のキーワード・広告を再編集し、審査中となり、編集前の広告が掲載されています。
The item is approved.
Updated items are under review.
REVIEW
-
審査中です。
新しく追加したキーワード・広告が審査中となり、広告は未掲載です。
Under editorial review
Newly added keywords/ads are under review, and not displayed yet
+
審査中です。
新しく追加したキーワード・広告が審査中となり、広告は未掲載です。
Under editorial review.
Newly added keywords/ads are under review, and not displayed yet.
PRE_DISAPPROVED
-
掲載不可です。
新しく追加したキーワード・広告が審査で承認されず非掲載です。
The item was rejected
Newly added keywords/ads have been rejected, so it cannot be displayed
+
掲載不可です。
新しく追加したキーワード・広告が審査で承認されず非掲載です。
The item was rejected.
Newly added keywords/ads have been rejected, so it cannot be displayed.
POST_DISAPPROVED
-
掲載停止です。
すでに掲載中のキーワード・広告について審査が行われた結果、承認されず非掲載です。
The item was rejected
Ads already displayed have been taken offline due to a result from post review
+
掲載停止です。
すでに掲載中のキーワード・広告について審査が行われた結果、承認されず非掲載です。
The item was rejected.
Ads already displayed have been taken offline due to a result from post review.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceBid.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceBid.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceBid.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceBid.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceBidSource.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceBidSource.yaml similarity index 90% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceBidSource.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceBidSource.yaml index 0c6319f..c2bd24e 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceBidSource.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceBidSource.yaml @@ -11,9 +11,9 @@ AdGroupCriterionServiceBidSource:
AdGroupCriterionServiceBidSource displays which level bid belongs to (criterion or ad group.)
ADGROUP
-
広告グループレベルです。Effective Bid is Adgroup level bid
+
広告グループレベルです。Effective Bid is Adgroup level bid.
CRITERION
-
キーワードレベルです。Effective Bid is Keyword level bid
+
キーワードレベルです。Effective Bid is Keyword level bid.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceBiddableAdGroupCriterion.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceBiddableAdGroupCriterion.yaml similarity index 94% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceBiddableAdGroupCriterion.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceBiddableAdGroupCriterion.yaml index 92c62ee..0019ca3 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceBiddableAdGroupCriterion.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceBiddableAdGroupCriterion.yaml @@ -9,7 +9,7 @@ AdGroupCriterionServiceBiddableAdGroupCriterion:
最終リンク先URL(スマートフォン)です。
ADDおよびSET時、このフィールドは省略可能となります。
※空で設定すると、既存の最終リンク先URL(スマートフォン)は削除されます。
-
Upgraded Final URL (Smartphone).
+
Upgraded final URL (Smartphone).
This field is optional in ADD and SET operation.
*When tag is set blank, existing upgraded Final URL (Smartphone) will be deleted.
finalUrl: @@ -19,7 +19,7 @@ AdGroupCriterionServiceBiddableAdGroupCriterion:
移行後の最終リンク先URLです。
ADDおよびSET時、このフィールドは省略可能となります。※ADD時、移行してtracking Urlを指定している場合は必須となります。
※空で設定すると、既存の移行後の最終リンク先URLは削除されます。
-
Upgraded Final URL.
+
Upgraded final URL.
This field is optional in ADD and SET operation. *If upgraded and tracking Url is specified, it is required in ADD operation.
*When this is set blank, existing upgraded Final URL will be deleted.
approvalStatus: @@ -47,20 +47,20 @@ AdGroupCriterionServiceBiddableAdGroupCriterion: description: |
審査否認コードです。
(コード詳細は、DictionaryServiceのgetDisapprovalReasonのレスポンスを参照)
-
Code of Disapproval reason.
+
Code of disapproval reason.
(Refer to DictionaryService getDisapprovalReason response for details)
reviewSmartphoneFinalUrl: type: string nullable: true description: |
配信審査中の最終リンク先URL(スマートフォン)です。
-
Upgraded Final URL (Smartphone), in review.
+
Upgraded final URL (Smartphone), in review.
reviewFinalUrl: type: string nullable: true description: |
移行後の配信審査中の最終リンク先URLです。
-
Upgraded Final URL, in review.
+
Upgraded final URL, in review.
reviewCustomParameters: $ref: 'AdGroupCriterionServiceCustomParameters.yaml#/AdGroupCriterionServiceCustomParameters' reviewDestinationUrl: diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceBiddingKeywordCpcRange.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceBiddingKeywordCpcRange.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceBiddingKeywordCpcRange.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceBiddingKeywordCpcRange.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml similarity index 73% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml index 72390d4..0c079ea 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceContainsLabelId.yaml @@ -7,17 +7,17 @@ AdGroupCriterionServiceContainsLabelId: - UNKNOWN title: AdGroupCriterionServiceContainsLabelId description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
TRUE
-
取得するacquiring
+
取得するAcquiring.
FALSE
-
取得しないnot acquire
+
取得しないNot acquire.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceCriterion.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceCriterion.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceCriterion.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceCriterion.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceCriterionType.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceCriterionType.yaml similarity index 93% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceCriterionType.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceCriterionType.yaml index f891422..299b51d 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceCriterionType.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceCriterionType.yaml @@ -14,5 +14,5 @@ AdGroupCriterionServiceCriterionType:
KEYWORD
キーワードです。Keyword.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceCustomParameter.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceCustomParameter.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceCustomParameter.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceCustomParameter.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceCustomParameters.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceCustomParameters.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceCustomParameters.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceCustomParameters.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceGetResponse.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceGetResponse.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceGetResponse.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceIsRemove.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceIsRemove.yaml similarity index 95% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceIsRemove.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceIsRemove.yaml index 74aa854..8a43dbd 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceIsRemove.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceIsRemove.yaml @@ -18,5 +18,5 @@ AdGroupCriterionServiceIsRemove:
FALSE
カスタムパラメータの削除フラグがオフです。Delete flag is off.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceKeyword.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceKeyword.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceKeyword.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceKeyword.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml similarity index 85% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml index 69cb387..be828b4 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceKeywordMatchType.yaml @@ -18,7 +18,7 @@ AdGroupCriterionServiceKeywordMatchType:
PHRASE
フレーズ一致です。Phrase match.
BROAD
-
部分一致です。Broad match.
+
インテントマッチです。Broad match.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceLabel.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceLabel.yaml similarity index 82% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceLabel.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceLabel.yaml index feb3183..f77a3b5 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceLabel.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceLabel.yaml @@ -25,7 +25,7 @@ AdGroupCriterionServiceLabel: description: |
ラベルIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AdGroupCriterionServiceLabel ID.
+
Label ID.
Although this field will be returned in the response, it will be ignored on input.
labelName: type: string @@ -33,11 +33,11 @@ AdGroupCriterionServiceLabel: description: |
ラベル名です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AdGroupCriterionServiceLabel Name.
+
Label name.
Although this field will be returned in the response, it will be ignored on input.
title: AdGroupCriterionServiceLabel description: |
AdGroupCriterionServiceLabelは、紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
AdGroupCriterionServiceLabel object describes label information.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceMutateResponse.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceMutateResponse.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceMutateResponse.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceOperation.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceOperation.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceOperation.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceOperation.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServicePage.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServicePage.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServicePage.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServicePage.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceReturnValue.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceReturnValue.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceReturnValue.yaml diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceSelector.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceSelector.yaml similarity index 85% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceSelector.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceSelector.yaml index 59a477c..ed87fd5 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceSelector.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceSelector.yaml @@ -83,8 +83,8 @@ AdGroupCriterionServiceSelector: maximum: 10000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -92,8 +92,8 @@ AdGroupCriterionServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
use: $ref: 'AdGroupCriterionServiceUse.yaml#/AdGroupCriterionServiceUse' userStatuses: diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceTrademarkStatus.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceTrademarkStatus.yaml similarity index 97% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceTrademarkStatus.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceTrademarkStatus.yaml index 4130d9b..b30c22b 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceTrademarkStatus.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceTrademarkStatus.yaml @@ -26,5 +26,5 @@ AdGroupCriterionServiceTrademarkStatus:
DISAPPROVED_REVIEWER
目視による審査での否認Disapproved reviewer.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceUse.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceUse.yaml similarity index 91% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceUse.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceUse.yaml index 030ecd6..bc3542b 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceUse.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceUse.yaml @@ -15,7 +15,7 @@ AdGroupCriterionServiceUse:
BIDDABLE
入札キーワードです。
※この項目は、CampaignCriterionServiceでは設定できません。
Biddable criterion. *This item is not specifiable at CampaignCriterionService.
NEGATIVE
-
検索対象外キーワード(広告を表示させないためのターゲット条件)です。Negative criterion (Target condition for not to display ad )
+
検索対象外キーワード(広告を表示させないためのターゲット条件)です。Negative criterion (Target condition for not to display ad ).
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceUserStatus.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceUserStatus.yaml similarity index 95% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceUserStatus.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceUserStatus.yaml index 20990d1..97054e3 100644 --- a/design/v11/adgroupcriterion/AdGroupCriterionServiceUserStatus.yaml +++ b/design/v15/adgroupcriterion/AdGroupCriterionServiceUserStatus.yaml @@ -17,5 +17,5 @@ AdGroupCriterionServiceUserStatus:
PAUSED
広告は一時停止の状態のため、配信されていません。Currently ad is paused, which the delivery is not active.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterion/AdGroupCriterionServiceValue.yaml b/design/v15/adgroupcriterion/AdGroupCriterionServiceValue.yaml similarity index 100% rename from design/v11/adgroupcriterion/AdGroupCriterionServiceValue.yaml rename to design/v15/adgroupcriterion/AdGroupCriterionServiceValue.yaml diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizer.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizer.yaml similarity index 90% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizer.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizer.yaml index 2abefff..97ce356 100644 --- a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizer.yaml +++ b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizer.yaml @@ -35,11 +35,11 @@ AdGroupCriterionCustomizer: description: |
属性値です。挿入用広告に挿入されます。
入力仕様の詳細は以下のヘルプを参照してください。
- ・アドカスタマイザー属性を関連付ける
+ ・アドカスタマイザー属性を関連付ける
ADD時、このフィールドは必須となります。
The attribute value. It will be inserted into the ad for insertion.
See also the help below.
- * Associate ad customizer attributes
+ * Associate ad customizer attributes
This field is required in ADD operation.
approvalStatus: $ref: 'AdGroupCriterionCustomizerServiceApprovalStatus.yaml#/AdGroupCriterionCustomizerServiceApprovalStatus' diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceApprovalStatus.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceApprovalStatus.yaml similarity index 95% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceApprovalStatus.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceApprovalStatus.yaml index 395b42d..640f11d 100644 --- a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceApprovalStatus.yaml +++ b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceApprovalStatus.yaml @@ -16,7 +16,7 @@ AdGroupCriterionCustomizerServiceApprovalStatus: Although this field will be returned in the response, it will be ignored on input.
APPROVED
-
承認済です。The item is approved
+
承認済です。The item is approved.
APPROVED_WITH_REVIEW
承認済です。
すでに設定済みの情報を再編集した場合の再審査中です。
The item is approved.
Updated items are under review.
REVIEW
@@ -26,5 +26,5 @@ AdGroupCriterionCustomizerServiceApprovalStatus:
POST_DISAPPROVED
掲載停止です。
すでに設定中の設定情報について審査が行われた結果、否認されました。
As a result of the review of the setting information that has already been set, it was rejected.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceGetResponse.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceGetResponse.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceGetResponse.yaml diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceMutateResponse.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceMutateResponse.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceMutateResponse.yaml diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceOperation.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceOperation.yaml similarity index 100% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceOperation.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceOperation.yaml diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServicePage.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServicePage.yaml similarity index 100% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServicePage.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServicePage.yaml diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceReturnValue.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceReturnValue.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceReturnValue.yaml diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceSelector.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceSelector.yaml similarity index 75% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceSelector.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceSelector.yaml index ad37fe8..b376b78 100644 --- a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceSelector.yaml +++ b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceSelector.yaml @@ -20,7 +20,7 @@ AdGroupCriterionCustomizerServiceSelector: format: int64 description: |
検索条件:カスタマイザー属性ID
-
Search condition: Customizer Attribute ID
+
Search condition: Customizer attribute ID
campaignIds: type: array nullable: true @@ -40,7 +40,7 @@ AdGroupCriterionCustomizerServiceSelector: format: int64 description: |
検索条件:広告グループID
-
Search condition: Ad Group ID
+
Search condition: Ad group ID
criterionIds: type: array nullable: true @@ -65,8 +65,8 @@ AdGroupCriterionCustomizerServiceSelector: maximum: 2000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -74,8 +74,8 @@ AdGroupCriterionCustomizerServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AdGroupCriterionCustomizerServiceSelector description: |
AdGroupCriterionCustomizerServiceSelectorオブジェクトは、カスタマイザー属性の情報を指定します。
diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceType.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceType.yaml similarity index 95% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceType.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceType.yaml index f317f60..9ff8868 100644 --- a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceType.yaml +++ b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceType.yaml @@ -21,5 +21,5 @@ AdGroupCriterionCustomizerServiceType:
PERCENT
パーセントです。percent.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceValue.yaml b/design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceValue.yaml similarity index 100% rename from design/v11/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceValue.yaml rename to design/v15/adgroupcriterioncustomizer/AdGroupCriterionCustomizerServiceValue.yaml diff --git a/design/v11/adgroupcriterionlabel/AdGroupCriterionLabel.yaml b/design/v15/adgroupcriterionlabel/AdGroupCriterionLabel.yaml similarity index 100% rename from design/v11/adgroupcriterionlabel/AdGroupCriterionLabel.yaml rename to design/v15/adgroupcriterionlabel/AdGroupCriterionLabel.yaml diff --git a/design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceMutateResponse.yaml b/design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceMutateResponse.yaml rename to design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceMutateResponse.yaml diff --git a/design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceOperation.yaml b/design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceOperation.yaml similarity index 95% rename from design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceOperation.yaml rename to design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceOperation.yaml index 3e5f68e..ea7e4d0 100644 --- a/design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceOperation.yaml +++ b/design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceOperation.yaml @@ -11,7 +11,7 @@ AdGroupCriterionLabelServiceOperation: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceReturnValue.yaml b/design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceReturnValue.yaml rename to design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceReturnValue.yaml diff --git a/design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceValue.yaml b/design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceValue.yaml similarity index 100% rename from design/v11/adgroupcriterionlabel/AdGroupCriterionLabelServiceValue.yaml rename to design/v15/adgroupcriterionlabel/AdGroupCriterionLabelServiceValue.yaml diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizer.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizer.yaml similarity index 88% rename from design/v11/adgroupcustomizer/AdGroupCustomizer.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizer.yaml index 0e8ed52..c3d7ec2 100644 --- a/design/v11/adgroupcustomizer/AdGroupCustomizer.yaml +++ b/design/v15/adgroupcustomizer/AdGroupCustomizer.yaml @@ -18,7 +18,7 @@ AdGroupCustomizer: description: |
広告グループIDです。
ADDおよびREMOVE時、このフィールドは必須となります。
-
AdGroup ID.
+
Ad group ID.
This field is required in ADD and REMOVE operation.
customizerAttributeId: type: integer @@ -35,11 +35,11 @@ AdGroupCustomizer: description: |
属性値です。挿入用広告に挿入されます。
入力仕様の詳細は以下のヘルプを参照してください。
- ・アドカスタマイザー属性を関連付ける
+ ・アドカスタマイザー属性を関連付ける
ADD時、このフィールドは必須となります。
The attribute value. It will be inserted into the ad for insertion.
See also the help below.
- * Associate ad customizer attributes
+ * Associate ad customizer attributes
This field is required in ADD operation.
approvalStatus: $ref: 'AdGroupCustomizerServiceApprovalStatus.yaml#/AdGroupCustomizerServiceApprovalStatus' diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceApprovalStatus.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceApprovalStatus.yaml similarity index 95% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServiceApprovalStatus.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServiceApprovalStatus.yaml index f7f7587..198f7d4 100644 --- a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceApprovalStatus.yaml +++ b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceApprovalStatus.yaml @@ -16,7 +16,7 @@ AdGroupCustomizerServiceApprovalStatus: Although this field will be returned in the response, it will be ignored on input.
APPROVED
-
承認済です。The item is approved
+
承認済です。The item is approved.
APPROVED_WITH_REVIEW
承認済です。
すでに設定済みの情報を再編集した場合の再審査中です。
The item is approved.
Updated items are under review.
REVIEW
@@ -26,5 +26,5 @@ AdGroupCustomizerServiceApprovalStatus:
POST_DISAPPROVED
掲載停止です。
すでに設定中の設定情報について審査が行われた結果、否認されました。
As a result of the review of the setting information that has already been set, it was rejected.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceGetResponse.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServiceGetResponse.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServiceGetResponse.yaml diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceMutateResponse.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServiceMutateResponse.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServiceMutateResponse.yaml diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceOperation.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceOperation.yaml similarity index 100% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServiceOperation.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServiceOperation.yaml diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServicePage.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServicePage.yaml similarity index 100% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServicePage.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServicePage.yaml diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceReturnValue.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServiceReturnValue.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServiceReturnValue.yaml diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceSelector.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceSelector.yaml similarity index 72% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServiceSelector.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServiceSelector.yaml index 51258ae..da792f6 100644 --- a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceSelector.yaml +++ b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceSelector.yaml @@ -20,7 +20,7 @@ AdGroupCustomizerServiceSelector: format: int64 description: |
検索条件:カスタマイザー属性ID
-
Search condition: Customizer Attribute ID
+
Search condition: Customizer attribute ID
campaignIds: type: array nullable: true @@ -40,7 +40,7 @@ AdGroupCustomizerServiceSelector: format: int64 description: |
検索条件:広告グループID
-
Search condition: AdGroup ID
+
Search condition: Ad group ID
types: type: array nullable: true @@ -55,8 +55,8 @@ AdGroupCustomizerServiceSelector: maximum: 2000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -64,8 +64,8 @@ AdGroupCustomizerServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AdGroupCustomizerServiceSelector description: |
AdGroupCustomizerServiceSelectorオブジェクトは、カスタマイザー属性の情報を指定します。
diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceType.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceType.yaml similarity index 95% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServiceType.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServiceType.yaml index 003633d..351b44b 100644 --- a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceType.yaml +++ b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceType.yaml @@ -21,5 +21,5 @@ AdGroupCustomizerServiceType:
PERCENT
パーセントです。percent.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupcustomizer/AdGroupCustomizerServiceValue.yaml b/design/v15/adgroupcustomizer/AdGroupCustomizerServiceValue.yaml similarity index 100% rename from design/v11/adgroupcustomizer/AdGroupCustomizerServiceValue.yaml rename to design/v15/adgroupcustomizer/AdGroupCustomizerServiceValue.yaml diff --git a/design/v11/adgrouplabel/AdGroupLabel.yaml b/design/v15/adgrouplabel/AdGroupLabel.yaml similarity index 97% rename from design/v11/adgrouplabel/AdGroupLabel.yaml rename to design/v15/adgrouplabel/AdGroupLabel.yaml index e3e346f..b79c7f5 100644 --- a/design/v11/adgrouplabel/AdGroupLabel.yaml +++ b/design/v15/adgrouplabel/AdGroupLabel.yaml @@ -18,7 +18,7 @@ AdGroupLabel: description: |
広告グループIDです。
このフィールドは、いずれの場合でも必須となります。
-
Ad Group ID.
+
Ad group ID.
This field is required in any cases.
campaignId: type: integer diff --git a/design/v11/adgrouplabel/AdGroupLabelServiceMutateResponse.yaml b/design/v15/adgrouplabel/AdGroupLabelServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgrouplabel/AdGroupLabelServiceMutateResponse.yaml rename to design/v15/adgrouplabel/AdGroupLabelServiceMutateResponse.yaml diff --git a/design/v11/adgrouplabel/AdGroupLabelServiceOperation.yaml b/design/v15/adgrouplabel/AdGroupLabelServiceOperation.yaml similarity index 94% rename from design/v11/adgrouplabel/AdGroupLabelServiceOperation.yaml rename to design/v15/adgrouplabel/AdGroupLabelServiceOperation.yaml index b538a21..1f419ec 100644 --- a/design/v11/adgrouplabel/AdGroupLabelServiceOperation.yaml +++ b/design/v15/adgrouplabel/AdGroupLabelServiceOperation.yaml @@ -11,7 +11,7 @@ AdGroupLabelServiceOperation: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/adgrouplabel/AdGroupLabelServiceReturnValue.yaml b/design/v15/adgrouplabel/AdGroupLabelServiceReturnValue.yaml similarity index 100% rename from design/v11/adgrouplabel/AdGroupLabelServiceReturnValue.yaml rename to design/v15/adgrouplabel/AdGroupLabelServiceReturnValue.yaml diff --git a/design/v11/adgrouplabel/AdGroupLabelServiceValue.yaml b/design/v15/adgrouplabel/AdGroupLabelServiceValue.yaml similarity index 100% rename from design/v11/adgrouplabel/AdGroupLabelServiceValue.yaml rename to design/v15/adgrouplabel/AdGroupLabelServiceValue.yaml diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingList.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingList.yaml similarity index 100% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingList.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingList.yaml diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceCriterionTargetList.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceCriterionTargetList.yaml similarity index 97% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceCriterionTargetList.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceCriterionTargetList.yaml index 1fd937a..3ca8489 100644 --- a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceCriterionTargetList.yaml +++ b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceCriterionTargetList.yaml @@ -9,7 +9,7 @@ AdGroupRetargetingListServiceCriterionTargetList: description: |
リターゲティングトラックIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Retargeting Track ID.
+
Retargeting track ID.
Although this field will be returned in the response, it will be ignored on input.
targetListId: type: integer diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceExcludedType.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceExcludedType.yaml similarity index 84% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceExcludedType.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceExcludedType.yaml index 26cdb21..8c5f61f 100644 --- a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceExcludedType.yaml +++ b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceExcludedType.yaml @@ -13,9 +13,9 @@ AdGroupRetargetingListServiceExcludedType: This field is optional.
INCLUDED
-
配信対象です。Ads to be delivered
+
配信対象です。Ads to be delivered.
EXCLUDED
-
除外対象です。Ads not to be delivered
+
除外対象です。Ads not to be delivered.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceGetResponse.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceGetResponse.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceGetResponse.yaml diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceMutateResponse.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceMutateResponse.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceMutateResponse.yaml diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceOperation.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceOperation.yaml similarity index 100% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceOperation.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceOperation.yaml diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServicePage.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServicePage.yaml similarity index 100% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServicePage.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServicePage.yaml diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceReturnValue.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceReturnValue.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceReturnValue.yaml diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceSelector.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceSelector.yaml similarity index 77% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceSelector.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceSelector.yaml index 8094e51..1064349 100644 --- a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceSelector.yaml +++ b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceSelector.yaml @@ -43,8 +43,8 @@ AdGroupRetargetingListServiceSelector: maximum: 1000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -52,8 +52,8 @@ AdGroupRetargetingListServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
targetListIds: type: array nullable: true diff --git a/design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceValue.yaml b/design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceValue.yaml similarity index 100% rename from design/v11/adgroupretargetinglist/AdGroupRetargetingListServiceValue.yaml rename to design/v15/adgroupretargetinglist/AdGroupRetargetingListServiceValue.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpage.yaml b/design/v15/adgroupwebpage/AdGroupWebpage.yaml similarity index 92% rename from design/v11/adgroupwebpage/AdGroupWebpage.yaml rename to design/v15/adgroupwebpage/AdGroupWebpage.yaml index 74fd372..f3cfcf9 100644 --- a/design/v11/adgroupwebpage/AdGroupWebpage.yaml +++ b/design/v15/adgroupwebpage/AdGroupWebpage.yaml @@ -15,14 +15,14 @@ AdGroupWebpage: format: int64 description: |
広告グループIDです。
このフィールドは、いずれの場合でも必須です。
-
Ad Group ID.
This field is required in any cases.
+
Ad group ID.
This field is required in any cases.
adGroupTrackId: type: integer nullable: true format: int64 description: |
広告グループトラッキングIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Ad Group Tracking ID.
Although this field will be returned in the response, it will be ignored on input.
+
Ad group tracking ID.
Although this field will be returned in the response, it will be ignored on input.
bid: $ref: 'AdGroupWebpageServiceBid.yaml#/AdGroupWebpageServiceBid' campaignId: @@ -38,7 +38,7 @@ AdGroupWebpage: format: int64 description: |
キャンペーントラッキングIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Campaign Tracking ID.
Although this field will be returned in the response, it will be ignored on input.
+
Campaign tracking ID.
Although this field will be returned in the response, it will be ignored on input.
excludedType: $ref: 'AdGroupWebpageServiceExcludedType.yaml#/AdGroupWebpageServiceExcludedType' userStatus: diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceBid.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceBid.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceBid.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceBid.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceBidSource.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceBidSource.yaml similarity index 84% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceBidSource.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceBidSource.yaml index c752f1b..c1f363a 100644 --- a/design/v11/adgroupwebpage/AdGroupWebpageServiceBidSource.yaml +++ b/design/v15/adgroupwebpage/AdGroupWebpageServiceBidSource.yaml @@ -13,9 +13,9 @@ AdGroupWebpageServiceBidSource: Although this field will be returned in the response, it will be ignored on input.
ADGROUP
-
広告グループレベルLevel of ad group
+
広告グループレベルLevel of ad group.
CRITERION
-
キーワードレベルLevel of keyword
+
キーワードレベルLevel of keyword.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceExcludedType.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceExcludedType.yaml similarity index 87% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceExcludedType.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceExcludedType.yaml index d57e83c..0957862 100644 --- a/design/v11/adgroupwebpage/AdGroupWebpageServiceExcludedType.yaml +++ b/design/v15/adgroupwebpage/AdGroupWebpageServiceExcludedType.yaml @@ -13,9 +13,9 @@ AdGroupWebpageServiceExcludedType: This field is optional in ADD operation, and will be ignored in SET operation. The default value in ADD operation will be 'INCLUDED'.
INCLUDED
-
配信対象Ads to be delivered
+
配信対象Ads to be delivered.
EXCLUDED
-
除外対象Ads not to be delivered
+
除外対象Ads not to be delivered.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceGetResponse.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceGetResponse.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceGetResponse.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceGetResponse.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceMutateResponse.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceMutateResponse.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceMutateResponse.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceMutateResponse.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceOperation.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceOperation.yaml similarity index 95% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceOperation.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceOperation.yaml index 9218fed..cad648e 100644 --- a/design/v11/adgroupwebpage/AdGroupWebpageServiceOperation.yaml +++ b/design/v15/adgroupwebpage/AdGroupWebpageServiceOperation.yaml @@ -11,7 +11,7 @@ AdGroupWebpageServiceOperation: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceOperator.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceOperator.yaml similarity index 96% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceOperator.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceOperator.yaml index 97164f9..9c7feff 100644 --- a/design/v11/adgroupwebpage/AdGroupWebpageServiceOperator.yaml +++ b/design/v15/adgroupwebpage/AdGroupWebpageServiceOperator.yaml @@ -21,5 +21,5 @@ AdGroupWebpageServiceOperator:
EQUALS
指定の値と一致します。Equal to selected value.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServicePage.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServicePage.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServicePage.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServicePage.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceReturnValue.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceReturnValue.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceReturnValue.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceReturnValue.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceSelector.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceSelector.yaml similarity index 69% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceSelector.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceSelector.yaml index c2a667b..7a90213 100644 --- a/design/v11/adgroupwebpage/AdGroupWebpageServiceSelector.yaml +++ b/design/v15/adgroupwebpage/AdGroupWebpageServiceSelector.yaml @@ -10,7 +10,7 @@ AdGroupWebpageServiceSelector: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
adGroupIds: type: array nullable: true @@ -21,7 +21,7 @@ AdGroupWebpageServiceSelector: maxItems: 1000 description: |
広告グループID
-
AdGroup ID
+
Ad group ID.
campaignIds: type: array nullable: true @@ -32,7 +32,7 @@ AdGroupWebpageServiceSelector: maxItems: 1000 description: |
キャンペーンID
-
Campaign ID
+
Campaign ID.
numberResults: type: integer nullable: true @@ -41,8 +41,8 @@ AdGroupWebpageServiceSelector: maximum: 2000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -50,8 +50,8 @@ AdGroupWebpageServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
targetIds: type: array nullable: true diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceUserStatus.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceUserStatus.yaml similarity index 95% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceUserStatus.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceUserStatus.yaml index 19931fc..b0ccec2 100644 --- a/design/v11/adgroupwebpage/AdGroupWebpageServiceUserStatus.yaml +++ b/design/v15/adgroupwebpage/AdGroupWebpageServiceUserStatus.yaml @@ -17,5 +17,5 @@ AdGroupWebpageServiceUserStatus:
ACTIVE
広告は配信されている状態Currently ad delivery is active.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceValue.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceValue.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceValue.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceValue.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceWebpage.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceWebpage.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceWebpage.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceWebpage.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceWebpageCondition.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceWebpageCondition.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceWebpageCondition.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceWebpageCondition.yaml diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceWebpageConditionType.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceWebpageConditionType.yaml similarity index 80% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceWebpageConditionType.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceWebpageConditionType.yaml index 6921d5c..ececa5c 100644 --- a/design/v11/adgroupwebpage/AdGroupWebpageServiceWebpageConditionType.yaml +++ b/design/v15/adgroupwebpage/AdGroupWebpageServiceWebpageConditionType.yaml @@ -16,15 +16,15 @@ AdGroupWebpageServiceWebpageConditionType: This field is required in ADD operation, and will be ignored in SET operation.
PAGE_CONTENT
-
WebページのコンテンツContents of web page
+
WebページのコンテンツContents of web page.
CUSTOM_LABEL
-
カスタムラベルCustom label
+
カスタムラベルCustom label.
ALL_PAGES
-
すべてのWebページAll web pages
+
すべてのWebページAll web pages.
URL
-
URLURL
+
URLURL.
PAGE_TITLE
-
WebページのタイトルTitle of web page
+
WebページのタイトルTitle of web page.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/adgroupwebpage/AdGroupWebpageServiceWebpageParameter.yaml b/design/v15/adgroupwebpage/AdGroupWebpageServiceWebpageParameter.yaml similarity index 100% rename from design/v11/adgroupwebpage/AdGroupWebpageServiceWebpageParameter.yaml rename to design/v15/adgroupwebpage/AdGroupWebpageServiceWebpageParameter.yaml diff --git a/design/v11/applink/AppLink.yaml b/design/v15/applink/AppLink.yaml similarity index 92% rename from design/v11/applink/AppLink.yaml rename to design/v15/applink/AppLink.yaml index fa98a5f..be5be80 100644 --- a/design/v11/applink/AppLink.yaml +++ b/design/v15/applink/AppLink.yaml @@ -16,7 +16,7 @@ AppLink: description: |
アプリリンクIDです。
SETまたはREGENERATE時、このフィールドは必須となります。
-
App Link ID.
+
App link ID.
This field is required in SET or REGENERATE operation.
appVendorId: type: string @@ -25,7 +25,7 @@ AppLink:
アプリ計測ベンダーIDです。
ADD時、このフィールドは必須となります。
※DictionaryService/getAppLinkVendorで取得できるappVendorIdのみ使用できます。
-
App Vendor ID.
+
App vendor ID.
This field is required in ADD operation.
*Only the appVendorId that can be obtained with DictionaryService/getAppLinkVendor can be used.
appVendorNameJa: @@ -33,13 +33,13 @@ AppLink: nullable: true description: |
アプリ計測ベンダー名(日本語)です。
-
App Vendor Name in Japanese.
+
App vendor name in Japanese.
appVendorNameEn: type: string nullable: true description: |
アプリ計測ベンダー名(英語)です。
-
App Vendor Name in English.
+
App vendor name in English.
appId: type: string nullable: true diff --git a/design/v11/applink/AppLinkServiceAppLinkPlatform.yaml b/design/v15/applink/AppLinkServiceAppLinkPlatform.yaml similarity index 83% rename from design/v11/applink/AppLinkServiceAppLinkPlatform.yaml rename to design/v15/applink/AppLinkServiceAppLinkPlatform.yaml index 2c221bf..935ef55 100644 --- a/design/v11/applink/AppLinkServiceAppLinkPlatform.yaml +++ b/design/v15/applink/AppLinkServiceAppLinkPlatform.yaml @@ -8,11 +8,11 @@ AppLinkServiceAppLinkPlatform: description: |
AppLinkServiceAppLinkPlatformは、アプリケーションプラットフォームを表します。
ADD時、このフィールドは必須となります。
-
App Link Platform.
+
App link platform.
This field is required in ADD operation.
ANDROID
-
ANDROIDANDROID
+
ANDROIDANDROID.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/applink/AppLinkServiceGetResponse.yaml b/design/v15/applink/AppLinkServiceGetResponse.yaml similarity index 100% rename from design/v11/applink/AppLinkServiceGetResponse.yaml rename to design/v15/applink/AppLinkServiceGetResponse.yaml diff --git a/design/v11/applink/AppLinkServiceLinkStatus.yaml b/design/v15/applink/AppLinkServiceLinkStatus.yaml similarity index 90% rename from design/v11/applink/AppLinkServiceLinkStatus.yaml rename to design/v15/applink/AppLinkServiceLinkStatus.yaml index 4a2d520..a715bed 100644 --- a/design/v11/applink/AppLinkServiceLinkStatus.yaml +++ b/design/v15/applink/AppLinkServiceLinkStatus.yaml @@ -9,7 +9,7 @@ AppLinkServiceLinkStatus: description: |
AppLinkServiceLinkStatusは、リンクステータスを表します。
SET時、このフィールドは必須となります。
-
Link Status.
+
Link status.
This field is required in SET operation.
ENABLED
@@ -17,5 +17,5 @@ AppLinkServiceLinkStatus:
DISABLED
リンクは無効です。The link is invalid.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/applink/AppLinkServiceMutateResponse.yaml b/design/v15/applink/AppLinkServiceMutateResponse.yaml similarity index 100% rename from design/v11/applink/AppLinkServiceMutateResponse.yaml rename to design/v15/applink/AppLinkServiceMutateResponse.yaml diff --git a/design/v11/applink/AppLinkServiceOperation.yaml b/design/v15/applink/AppLinkServiceOperation.yaml similarity index 100% rename from design/v11/applink/AppLinkServiceOperation.yaml rename to design/v15/applink/AppLinkServiceOperation.yaml diff --git a/design/v11/applink/AppLinkServicePage.yaml b/design/v15/applink/AppLinkServicePage.yaml similarity index 100% rename from design/v11/applink/AppLinkServicePage.yaml rename to design/v15/applink/AppLinkServicePage.yaml diff --git a/design/v11/applink/AppLinkServiceReturnValue.yaml b/design/v15/applink/AppLinkServiceReturnValue.yaml similarity index 100% rename from design/v11/applink/AppLinkServiceReturnValue.yaml rename to design/v15/applink/AppLinkServiceReturnValue.yaml diff --git a/design/v11/applink/AppLinkServiceSelector.yaml b/design/v15/applink/AppLinkServiceSelector.yaml similarity index 68% rename from design/v11/applink/AppLinkServiceSelector.yaml rename to design/v15/applink/AppLinkServiceSelector.yaml index 1c3ddb5..c79157d 100644 --- a/design/v11/applink/AppLinkServiceSelector.yaml +++ b/design/v15/applink/AppLinkServiceSelector.yaml @@ -22,7 +22,7 @@ AppLinkServiceSelector: description: |
検索条件:アプリリンクIDです。
※指定しない場合は、フィルタ条件に すべてのアプリリンク情報が含まれます。
-
Search condition: App Link ID
+
Search condition: App link ID
* All AppLink information will return, if no id are not specified.
numberResults: type: integer @@ -32,8 +32,8 @@ AppLinkServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -41,8 +41,8 @@ AppLinkServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AppLinkServiceSelector description: |
AppLinkServiceSelectorオブジェクトは、操作の対象となるコンバージョントラッカーおよびフィルタ条件を指定します。
diff --git a/design/v11/applink/AppLinkServiceSyncStatus.yaml b/design/v15/applink/AppLinkServiceSyncStatus.yaml similarity index 93% rename from design/v11/applink/AppLinkServiceSyncStatus.yaml rename to design/v15/applink/AppLinkServiceSyncStatus.yaml index 15a3306..92e2366 100644 --- a/design/v11/applink/AppLinkServiceSyncStatus.yaml +++ b/design/v15/applink/AppLinkServiceSyncStatus.yaml @@ -15,5 +15,5 @@ AppLinkServiceSyncStatus:
COMPLETED
同期済みです。Synchronization is complete.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/applink/AppLinkServiceValue.yaml b/design/v15/applink/AppLinkServiceValue.yaml similarity index 100% rename from design/v11/applink/AppLinkServiceValue.yaml rename to design/v15/applink/AppLinkServiceValue.yaml diff --git a/design/v11/asset/Asset.yaml b/design/v15/asset/Asset.yaml similarity index 92% rename from design/v11/asset/Asset.yaml rename to design/v15/asset/Asset.yaml index 49077a2..d874dcb 100644 --- a/design/v11/asset/Asset.yaml +++ b/design/v15/asset/Asset.yaml @@ -66,7 +66,7 @@ Asset: description: |
最終リンク先URL(スマートフォン)です。
ADDおよびSET時、このフィールドは省略可能となります。
-
Landing Page URL (Smartphone).
+
Landing page URL (Smartphone).
This field is optional in ADD and SET operation.
reviewSmartphoneFinalUrl: type: string @@ -75,7 +75,7 @@ Asset:
審査中の最終リンク先URL(スマートフォン)です。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
-
Landing Page URL (Smartphone) on editorial review.
+
Landing page URL (Smartphone) on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.
finalUrl: @@ -85,7 +85,7 @@ Asset:
最終リンク先URLです。
ADDおよびSET時、assetData.typeがQUICKLINKの場合は必須です。
assetData.typeがQUICKLINK以外の場合、リクエストの際に無視されます。
-
Landing Page URL.
+
Landing page URL.
This field is optional in ADD and SET operation.
In ADD and SET operation, If assetData.type is QUICKLINK, this field is required.
And will be ignored when assetData.type is the others.
@@ -96,7 +96,7 @@ Asset:
審査中の最終リンク先URLです。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
-
Landing Page URL on editorial review.
+
Landing page URL on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.
trackingUrl: @@ -119,5 +119,7 @@ Asset: It will be returned at the time of response only during the review.
title: Asset description: | -
Assetオブジェクトは、アセット情報を格納します。
-
Asset object contains the information of Asset.
+
Assetオブジェクトは、アセット情報を格納します。
+ ※type=IMAGEのアセットを登録するときは最大1件となります。
+
Asset object contains the information of Asset.
+ *In the case of `type=IMAGE`, the operand size is limited to one item.
diff --git a/design/v11/asset/AssetServiceApprovalStatus.yaml b/design/v15/asset/AssetServiceApprovalStatus.yaml similarity index 77% rename from design/v11/asset/AssetServiceApprovalStatus.yaml rename to design/v15/asset/AssetServiceApprovalStatus.yaml index 6e96f3c..c025d8b 100644 --- a/design/v11/asset/AssetServiceApprovalStatus.yaml +++ b/design/v15/asset/AssetServiceApprovalStatus.yaml @@ -12,19 +12,19 @@ AssetServiceApprovalStatus: description: |
AssetServiceApprovalStatusは、審査状況を表します。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
AssetServiceApprovalStatus displays Editorial Status.
+
AssetServiceApprovalStatus displays editorial status.
Although this field will be returned in the response, it will be ignored on input.
APPROVED
-
承認済です。The item is approved
+
承認済です。The item is approved.
APPROVED_WITH_REVIEW
-
承認済です。
すでに掲載中のアセットを再編集し、審査中となり、編集前の広告が掲載されています。
The item is approved
Updated items are under review
+
承認済です。
すでに掲載中のアセットを再編集し、審査中となり、編集前の広告が掲載されています。
The item is approved.
Updated items are under review.
REVIEW
-
審査中です。
新しく追加したアセットが審査中となり、広告は未掲載です。
Under editorial review
Newly added keywords/ads are under review, and not displayed yet
+
審査中です。
新しく追加したアセットが審査中となり、広告は未掲載です。
Under editorial review.
Newly added keywords/ads are under review, and not displayed yet.
PRE_DISAPPROVED
-
掲載不可です。
新しく追加したアセットが審査で承認されず非掲載です。
The item was rejected
Newly added keywords/ads have been rejected, so it cannot be displayed
+
掲載不可です。
新しく追加したアセットが審査で承認されず非掲載です。
The item was rejected.
Newly added keywords/ads have been rejected, so it cannot be displayed.
POST_DISAPPROVED
-
掲載停止です。
すでに掲載中のアセットについて審査が行われた結果、承認されず非掲載です。
The item was rejected
Ads already displayed have been taken offline due to a result from post review
+
掲載停止です。
すでに掲載中のアセットについて審査が行われた結果、承認されず非掲載です。
The item was rejected
Ads already displayed have been taken offline due to a result from post review.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/asset/AssetServiceAssetData.yaml b/design/v15/asset/AssetServiceAssetData.yaml similarity index 92% rename from design/v11/asset/AssetServiceAssetData.yaml rename to design/v15/asset/AssetServiceAssetData.yaml index fabbaac..5bc956c 100644 --- a/design/v11/asset/AssetServiceAssetData.yaml +++ b/design/v15/asset/AssetServiceAssetData.yaml @@ -12,6 +12,8 @@ AssetServiceAssetData: $ref: 'AssetServiceCalloutAsset.yaml#/AssetServiceCalloutAsset' structuredSnippetAsset: $ref: 'AssetServiceStructuredSnippetAsset.yaml#/AssetServiceStructuredSnippetAsset' + imageAsset: + $ref: 'AssetServiceImageAsset.yaml#/AssetServiceImageAsset' title: AssetServiceAssetData description: |
AssetServiceAssetDataオブジェクトは、アセットの詳細情報を格納します。
diff --git a/design/v11/asset/AssetServiceCallAsset.yaml b/design/v15/asset/AssetServiceCallAsset.yaml similarity index 93% rename from design/v11/asset/AssetServiceCallAsset.yaml rename to design/v15/asset/AssetServiceCallAsset.yaml index fb018cb..f89a6d7 100644 --- a/design/v11/asset/AssetServiceCallAsset.yaml +++ b/design/v15/asset/AssetServiceCallAsset.yaml @@ -8,7 +8,7 @@ AssetServiceCallAsset: description: |
電話番号です。
ADDおよびSET時、このフィールドは必須となります。
-
Phone Number.
+
Phone number.
This field is required in ADD and SET operation.
reviewPhoneNumber: type: string @@ -17,7 +17,7 @@ AssetServiceCallAsset:
審査中の電話番号です。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
-
Phone Number on editorial review.
+
Phone number on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.
schedules: diff --git a/design/v11/asset/AssetServiceCalloutAsset.yaml b/design/v15/asset/AssetServiceCalloutAsset.yaml similarity index 100% rename from design/v11/asset/AssetServiceCalloutAsset.yaml rename to design/v15/asset/AssetServiceCalloutAsset.yaml diff --git a/design/v11/asset/AssetServiceCustomParameter.yaml b/design/v15/asset/AssetServiceCustomParameter.yaml similarity index 100% rename from design/v11/asset/AssetServiceCustomParameter.yaml rename to design/v15/asset/AssetServiceCustomParameter.yaml diff --git a/design/v11/asset/AssetServiceCustomParameters.yaml b/design/v15/asset/AssetServiceCustomParameters.yaml similarity index 100% rename from design/v11/asset/AssetServiceCustomParameters.yaml rename to design/v15/asset/AssetServiceCustomParameters.yaml diff --git a/design/v11/asset/AssetServiceDayOfWeek.yaml b/design/v15/asset/AssetServiceDayOfWeek.yaml similarity index 74% rename from design/v11/asset/AssetServiceDayOfWeek.yaml rename to design/v15/asset/AssetServiceDayOfWeek.yaml index a2b57dd..c1fd7ec 100644 --- a/design/v11/asset/AssetServiceDayOfWeek.yaml +++ b/design/v15/asset/AssetServiceDayOfWeek.yaml @@ -18,19 +18,19 @@ AssetServiceDayOfWeek: This field is required in ADD and SET operation.
MONDAY
-
月曜日です。For Monday of the week
+
月曜日です。For Monday of the week.
TUESDAY
-
火曜日です。For Tuesday of the week
+
火曜日です。For Tuesday of the week.
WEDNESDAY
-
水曜日です。For Wednesday of the week
+
水曜日です。For Wednesday of the week.
THURSDAY
-
木曜日です。For Thursday of the week
+
木曜日です。For Thursday of the week.
FRIDAY
-
金曜日です。For Friday of the week
+
金曜日です。For Friday of the week.
SATURDAY
-
土曜日です。For Saturday of the week
+
土曜日です。For Saturday of the week.
SUNDAY
-
日曜日です。For Sunday of the week
+
日曜日です。For Sunday of the week.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v15/asset/AssetServiceDownloadImageSelector.yaml b/design/v15/asset/AssetServiceDownloadImageSelector.yaml new file mode 100644 index 0000000..8955f9e --- /dev/null +++ b/design/v15/asset/AssetServiceDownloadImageSelector.yaml @@ -0,0 +1,25 @@ +AssetServiceDownloadImageSelector: + type: object + nullable: true + required: + - accountId + - assetId + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
検索条件:アカウントIDです。
+
Search condition: Account ID.
+ assetId: + type: integer + nullable: false + format: int64 + description: | +
検索条件:アセットIDです。
+
Search condition: Asset ID.
+ title: AssetServiceDownloadImageSelector + description: | +
入稿済みの画像ファイルをダウンロードします。
+
Download the submitted image file.
diff --git a/design/v15/asset/AssetServiceFileType.yaml b/design/v15/asset/AssetServiceFileType.yaml new file mode 100644 index 0000000..f64ea45 --- /dev/null +++ b/design/v15/asset/AssetServiceFileType.yaml @@ -0,0 +1,25 @@ +AssetServiceFileType: + type: string + nullable: true + enum: + - PNG + - JPEG + - UNKNOWN + title: AssetServiceFileType + description: | +
+ AssetServiceFileTypeは、画像のファイルタイプです。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ AssetServiceFileType serves the file type of image.
+ Although this field will be returned in the response, it will be ignored on input. +
+
+
PNG
+
PNGです。PNG image.
+
JPEG
+
JPEGです。JPEG image.
+
UNKNOWN
+
未知の値です。Unknown Value
+
diff --git a/design/v11/asset/AssetServiceGetResponse.yaml b/design/v15/asset/AssetServiceGetResponse.yaml similarity index 100% rename from design/v11/asset/AssetServiceGetResponse.yaml rename to design/v15/asset/AssetServiceGetResponse.yaml diff --git a/design/v15/asset/AssetServiceImageAsset.yaml b/design/v15/asset/AssetServiceImageAsset.yaml new file mode 100644 index 0000000..151d64b --- /dev/null +++ b/design/v15/asset/AssetServiceImageAsset.yaml @@ -0,0 +1,84 @@ +AssetServiceImageAsset: + type: object + nullable: true + properties: + imageName: + type: string + nullable: true + description: | +
画像名です。
+ ADD時、このフィールドは必須となります。
+
Image name.
+ This field is required in ADD operation.
+ data: + type: string + nullable: true + format: byte + description: | +
画像ファイルのbase64エンコードです。ADD時、このフィールドは必須となります。
+ ※このフィールドは、レスポンスの際に返却されません。
+
The image file in base64 encode. This field is required in ADD operation.
+ * This field is not returned in the response.
+ aspectRatio: + type: string + nullable: true + description: | +
+ 画像アスペクト比の種類です。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ The type of aspect ratio.
+ Although this field will be returned in the response, it will be ignored on input. +
+ fileSize: + type: integer + nullable: true + format: int64 + description: | +
+ ファイルサイズです。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ The file size of image.
+ Although this field will be returned in the response, it will be ignored on input. +
+ height: + type: integer + nullable: true + format: int64 + description: | +
+ 縦の長さです。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ The height of image.
+ Although this field will be returned in the response, it will be ignored on input. +
+ width: + type: integer + nullable: true + format: int64 + description: | +
+ 横幅です。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ The width of image.
+ Although this field will be returned in the response, it will be ignored on input. +
+ fileType: + $ref: 'AssetServiceFileType.yaml#/AssetServiceFileType' + title: AssetServiceImageAsset + description: | +
AssetServiceImageAssetオブジェクトは、画像アセット情報を格納します。
+ ADD時、このフィールドは省略可能となります。※typeがIMAGEの場合は必須です。
+ ・画像アセットについて
+ ・画像アセットの作成
+
AssetServiceImageAsset contains Asset value information for image asset.
+ This field is optional in ADD operation. *If type is IMAGE, this field is required.
+ * About image asset
+ * Create image asset
diff --git a/design/v11/asset/AssetServiceIsRemove.yaml b/design/v15/asset/AssetServiceIsRemove.yaml similarity index 94% rename from design/v11/asset/AssetServiceIsRemove.yaml rename to design/v15/asset/AssetServiceIsRemove.yaml index 6df0581..1c8be34 100644 --- a/design/v11/asset/AssetServiceIsRemove.yaml +++ b/design/v15/asset/AssetServiceIsRemove.yaml @@ -17,5 +17,5 @@ AssetServiceIsRemove:
FALSE
カスタムパラメータの削除フラグがオフです。Delete flag is off.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/asset/AssetServiceMinuteOfHour.yaml b/design/v15/asset/AssetServiceMinuteOfHour.yaml similarity index 78% rename from design/v11/asset/AssetServiceMinuteOfHour.yaml rename to design/v15/asset/AssetServiceMinuteOfHour.yaml index 09fbfa0..04eab7c 100644 --- a/design/v11/asset/AssetServiceMinuteOfHour.yaml +++ b/design/v15/asset/AssetServiceMinuteOfHour.yaml @@ -15,13 +15,13 @@ AssetServiceMinuteOfHour: This field is required in ADD and SET operation.
ZERO
-
0分です。Zero minutes past the hour
+
0分です。Zero minutes past the hour.
FIFTEEN
-
15分です。Fifteen minutes past the hour
+
15分です。Fifteen minutes past the hour.
THIRTY
-
30分です。Thirty minutes past the hour
+
30分です。Thirty minutes past the hour.
FORTY_FIVE
-
45分です。Forty-five minutes past the hour
+
45分です。Forty-five minutes past the hour.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/asset/AssetServiceMutateResponse.yaml b/design/v15/asset/AssetServiceMutateResponse.yaml similarity index 100% rename from design/v11/asset/AssetServiceMutateResponse.yaml rename to design/v15/asset/AssetServiceMutateResponse.yaml diff --git a/design/v11/asset/AssetServiceOperation.yaml b/design/v15/asset/AssetServiceOperation.yaml similarity index 100% rename from design/v11/asset/AssetServiceOperation.yaml rename to design/v15/asset/AssetServiceOperation.yaml diff --git a/design/v11/asset/AssetServicePage.yaml b/design/v15/asset/AssetServicePage.yaml similarity index 100% rename from design/v11/asset/AssetServicePage.yaml rename to design/v15/asset/AssetServicePage.yaml diff --git a/design/v11/asset/AssetServiceQuickLinkAsset.yaml b/design/v15/asset/AssetServiceQuickLinkAsset.yaml similarity index 100% rename from design/v11/asset/AssetServiceQuickLinkAsset.yaml rename to design/v15/asset/AssetServiceQuickLinkAsset.yaml diff --git a/design/v11/asset/AssetServiceReturnValue.yaml b/design/v15/asset/AssetServiceReturnValue.yaml similarity index 100% rename from design/v11/asset/AssetServiceReturnValue.yaml rename to design/v15/asset/AssetServiceReturnValue.yaml diff --git a/design/v11/asset/AssetServiceSchedule.yaml b/design/v15/asset/AssetServiceSchedule.yaml similarity index 100% rename from design/v11/asset/AssetServiceSchedule.yaml rename to design/v15/asset/AssetServiceSchedule.yaml diff --git a/design/v11/asset/AssetServiceSelector.yaml b/design/v15/asset/AssetServiceSelector.yaml similarity index 70% rename from design/v11/asset/AssetServiceSelector.yaml rename to design/v15/asset/AssetServiceSelector.yaml index 226349b..ce74ac8 100644 --- a/design/v11/asset/AssetServiceSelector.yaml +++ b/design/v15/asset/AssetServiceSelector.yaml @@ -27,7 +27,7 @@ AssetServiceSelector: nullable: true items: $ref: 'AssetServiceType.yaml#/AssetServiceType' - maxItems: 4 + maxItems: 5 approvalStatuses: type: array nullable: true @@ -42,8 +42,8 @@ AssetServiceSelector: maximum: 2000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -51,8 +51,8 @@ AssetServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AssetServiceSelector description: |
AssetServiceSelectorオブジェクトは、アセットの情報を指定します。
diff --git a/design/v11/asset/AssetServiceSetTrademarkStatus.yaml b/design/v15/asset/AssetServiceSetTrademarkStatus.yaml similarity index 100% rename from design/v11/asset/AssetServiceSetTrademarkStatus.yaml rename to design/v15/asset/AssetServiceSetTrademarkStatus.yaml diff --git a/design/v11/asset/AssetServiceSetTrademarkStatusOperation.yaml b/design/v15/asset/AssetServiceSetTrademarkStatusOperation.yaml similarity index 95% rename from design/v11/asset/AssetServiceSetTrademarkStatusOperation.yaml rename to design/v15/asset/AssetServiceSetTrademarkStatusOperation.yaml index dd3fc2c..d4b613b 100644 --- a/design/v11/asset/AssetServiceSetTrademarkStatusOperation.yaml +++ b/design/v15/asset/AssetServiceSetTrademarkStatusOperation.yaml @@ -11,7 +11,7 @@ AssetServiceSetTrademarkStatusOperation: format: int64 description: |
アカウントIDです。
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/asset/AssetServiceSetTrademarkStatusResponse.yaml b/design/v15/asset/AssetServiceSetTrademarkStatusResponse.yaml similarity index 100% rename from design/v11/asset/AssetServiceSetTrademarkStatusResponse.yaml rename to design/v15/asset/AssetServiceSetTrademarkStatusResponse.yaml diff --git a/design/v11/asset/AssetServiceStructuredSnippetAsset.yaml b/design/v15/asset/AssetServiceStructuredSnippetAsset.yaml similarity index 80% rename from design/v11/asset/AssetServiceStructuredSnippetAsset.yaml rename to design/v15/asset/AssetServiceStructuredSnippetAsset.yaml index e1ead16..ea78092 100644 --- a/design/v11/asset/AssetServiceStructuredSnippetAsset.yaml +++ b/design/v15/asset/AssetServiceStructuredSnippetAsset.yaml @@ -8,7 +8,7 @@ AssetServiceStructuredSnippetAsset: description: |
ヘッダーです。
ADDおよびSET時、このフィールドは必須となります。
-
header.
+
Header.
This field is required in ADD and SET operation.
reviewHeader: type: string @@ -17,7 +17,7 @@ AssetServiceStructuredSnippetAsset:
審査中のヘッダーです。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
-
header on editorial review.
+
Header on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.
values: @@ -29,7 +29,7 @@ AssetServiceStructuredSnippetAsset: description: |
バリューです。
ADDおよびSET時、このフィールドは必須となります。
-
value.
+
Value.
This field is required in ADD and SET operation.
reviewValues: type: array @@ -41,7 +41,7 @@ AssetServiceStructuredSnippetAsset:
レビュー中のバリューです。
このフィールドは、リクエストの際には無視されます。
審査中の間のみ、レスポンスの際に返却されます。
-
value on editorial review.
+
Value on editorial review.
This field will be ignored on input.
It will be returned at the time of response only during the review.
title: AssetServiceStructuredSnippetAsset @@ -49,8 +49,8 @@ AssetServiceStructuredSnippetAsset:
AssetServiceStructuredSnippetAssetオブジェクトは、カテゴリ補足アセットのアセット情報を格納します。
ADD時、このフィールドは省略可能となります。※typeがSTRUCTURED_SNIPPETの場合は必須です。
詳細は以下のヘルプを参照してください。
- ・補足カテゴリーと補足内容の入力例(カテゴリ補足アセット)
+ ・補足カテゴリーと補足内容の入力例(カテゴリ補足アセット)
AssetServiceStructuredSnippetAsset contains Asset value information for category snippet asset.
This field is optional in ADD operation. *If type is STRUCTURED_SNIPPET, this field is required.
See also the help below.
- * Example of supplemental category and supplemental text (Category snippet asset)
+ * Example of supplemental category and supplemental text (Category snippet asset)
diff --git a/design/v11/asset/AssetServiceTrademarkStatus.yaml b/design/v15/asset/AssetServiceTrademarkStatus.yaml similarity index 96% rename from design/v11/asset/AssetServiceTrademarkStatus.yaml rename to design/v15/asset/AssetServiceTrademarkStatus.yaml index b6cce8a..e5bfe7b 100644 --- a/design/v11/asset/AssetServiceTrademarkStatus.yaml +++ b/design/v15/asset/AssetServiceTrademarkStatus.yaml @@ -26,5 +26,5 @@ AssetServiceTrademarkStatus:
CLAIM_IN_PROGRESS
不服申立中Claim in progress.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/asset/AssetServiceType.yaml b/design/v15/asset/AssetServiceType.yaml similarity index 74% rename from design/v11/asset/AssetServiceType.yaml rename to design/v15/asset/AssetServiceType.yaml index c6167da..00e3f39 100644 --- a/design/v11/asset/AssetServiceType.yaml +++ b/design/v15/asset/AssetServiceType.yaml @@ -6,6 +6,7 @@ AssetServiceType: - CALL - CALLOUT - STRUCTURED_SNIPPET + - IMAGE - UNKNOWN title: AssetServiceType description: | @@ -15,13 +16,15 @@ AssetServiceType: This field is required in ADD and SET operation.
QUICKLINK
-
広告表示アセットのクイックリンクアセットです。Quick link asset from ad display asset
+
広告表示アセットのクイックリンクアセットです。Quick link asset from ad display asset.
CALL
広告表示アセットの電話番号アセットです。Call asset from ad display asset.
CALLOUT
-
広告表示アセットのテキスト補足アセットです。Callout asset from ad display asset
+
広告表示アセットのテキスト補足アセットです。Callout asset from ad display asset.
STRUCTURED_SNIPPET
-
広告表示アセットのカテゴリ補足アセットです。Category snippet asset from ad display asset
+
広告表示アセットのカテゴリ補足アセットです。Category snippet asset from ad display asset.
+
IMAGE
+
広告表示アセットの画像アセットです。Image asset from ad display asset.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/asset/AssetServiceValue.yaml b/design/v15/asset/AssetServiceValue.yaml similarity index 100% rename from design/v11/asset/AssetServiceValue.yaml rename to design/v15/asset/AssetServiceValue.yaml diff --git a/design/v11/auditlog/AuditLogServiceAddResponse.yaml b/design/v15/auditlog/AuditLogServiceAddResponse.yaml similarity index 100% rename from design/v11/auditlog/AuditLogServiceAddResponse.yaml rename to design/v15/auditlog/AuditLogServiceAddResponse.yaml diff --git a/design/v15/auditlog/AuditLogServiceDateRange.yaml b/design/v15/auditlog/AuditLogServiceDateRange.yaml new file mode 100644 index 0000000..86a4216 --- /dev/null +++ b/design/v15/auditlog/AuditLogServiceDateRange.yaml @@ -0,0 +1,40 @@ +AuditLogServiceDateRange: + type: object + nullable: true + properties: + endDate: + type: string + nullable: true + description: | +
対象期間の終了日です。
+ このフィールドは、省略可能となります。
+ ・入力形式:Ymd形式
+ ・デフォルト値:現在の日付
+ ・指定可能範囲:現在の日付
+ ※終了日付は開始日付以降の日付を指定してください。
+
End date of target date.
+ This field is optional.
+ - Entry format : Ymd format
+ - Default value : Current date
+ - Available range : Current date
+ *Enter the date after Start date.
+ startDate: + type: string + nullable: true + description: | +
対象期間の開始日です。
+ このフィールドは、省略可能となります。
+ ・入力形式:Ymd形式
+ ・デフォルト値:2週間前の日付
+ ・指定可能範囲:1年前の日付
+
Start date of target date.
+ This field is optional.
+ - Entry format : Ymd format
+ - Default value : Dated 2 weeks ago
+ - Available range : Date one year ago
+ title: AuditLogServiceDateRange + description: | +
AuditLogServiceDateRangeオブジェクトは操作履歴を取得する条件、期間を示します。
+ このフィールドは、省略可能となります。
+
AuditLogServiceDateRange object displays the conditions and period to get Operation History.
+ This field is optional.
diff --git a/design/v11/auditlog/AuditLogServiceDownloadSelector.yaml b/design/v15/auditlog/AuditLogServiceDownloadSelector.yaml similarity index 100% rename from design/v11/auditlog/AuditLogServiceDownloadSelector.yaml rename to design/v15/auditlog/AuditLogServiceDownloadSelector.yaml diff --git a/design/v11/auditlog/AuditLogServiceEncoding.yaml b/design/v15/auditlog/AuditLogServiceEncoding.yaml similarity index 87% rename from design/v11/auditlog/AuditLogServiceEncoding.yaml rename to design/v15/auditlog/AuditLogServiceEncoding.yaml index 12d9683..e4410af 100644 --- a/design/v11/auditlog/AuditLogServiceEncoding.yaml +++ b/design/v15/auditlog/AuditLogServiceEncoding.yaml @@ -13,9 +13,9 @@ AuditLogServiceEncoding: This field is optional. The default value will be SJIS.
SJIS
-
SJIS形式です。SJIS
+
SJIS形式です。SJIS.
UTF8
-
UTF8形式です。UTF8
+
UTF8形式です。UTF8.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v15/auditlog/AuditLogServiceEventSelector.yaml b/design/v15/auditlog/AuditLogServiceEventSelector.yaml new file mode 100644 index 0000000..b92b9e2 --- /dev/null +++ b/design/v15/auditlog/AuditLogServiceEventSelector.yaml @@ -0,0 +1,353 @@ +AuditLogServiceEventSelector: + type: object + nullable: true + properties: + entityType: + type: string + nullable: true + description: | +
+ AuditLogServiceEntityTypeは、操作履歴に出力するエンティティの種類を表します。
+ ADD時、指定必須です。
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AuditLogServiceEntityType説明
CAMPAIGNキャンペーンです。
NEGATIVE_CAMPAIGN_CRITERION対象外キーワードです(キャンペーン)。
CAMPAIGN_CRITERIONキャンペーンのターゲティング設定です。
AD_GROUP広告グループです。
AD_GROUP_BID_MULTIPLIER広告グループ入札価格調整率です。
BIDDABLE_AD_GROUP_CRITERION入札キーワードです。
NEGATIVE_AD_GROUP_CRITERION対象外キーワードです(広告グループ)。
AD広告です。
FEEDFeedフォルダーです。
FEED_ITEM広告表示アセットです。
CAMPAIGN_FEED広告表示アセットです(キャンペーン)。
AD_GROUP_FEED広告表示アセットです(広告グループ)。
SS_IOアカウントです。
SS_CONVERSIONコンバージョントラッカー(コンバージョン測定)です。
BIDDING_STRATEGY自動入札設定です。
NEGATIVE_CAMPAIGN_USER_LIST対象外ターゲットリストです(キャンペーン)。
NEGATIVE_AD_GROUP_USER_LIST対象外ターゲットリストです(広告グループ)。
AD_GROUP_USER_LISTターゲットリストです(広告グループ)。
TARGET_LISTサイトリターゲテイングのターゲットリストです。
SHARED_SET共有リストです。
SHARED_CRITERION共有キーワードです。
CAMPAIGN_SHARED_SETキャンペーン共有リストです。
AD_CUSTOMIZERアドカスタマイザーです。
EXCLUDE_AD_CUSTOMIZERアドカスタマイザーを除くすべての履歴です。
ASSETアセット(広告表示アセット)です。
CAMPAIGN_ASSETキャンペーンとアセット間の設定情報です。
AD_GROUP_ASSET広告グループとアセット間の設定情報です。
ACCOUNT_CUSTOMIZERアカウントとカスタマイザー属性間の設定情報です。
CAMPAIGN_CUSTOMIZERキャンペーンとカスタマイザー属性間の設定情報です。
AD_GROUP_CUSTOMIZER広告グループとカスタマイザー属性間の設定情報です。
AD_GROUP_CRITERION_CUSTOMIZERキーワードとカスタマイザー属性間の設定情報です。
CUSTOMIZER_ATTRIBUTEカスタマイザー属性です。
PAGE_FEED_ASSET_SETページフィードアセットセットです。
PAGE_FEED_ASSETページフィードアセットです。
BIDDING_SEASONALITY_ADJUSTMENT自動入札のスポット調整です。
CAMPAIGN_BUDGETキャンペーン間の共有予算です。
AB_TESTA/Bテストです。
SS_CONVERSION_GROUPコンバージョングループです。
ALLすべての履歴です。
+
+
+ AuditLogServiceEntityType object describes the type of entities to be output on the data of operation history.
+ This field is required in ADD operation.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AuditLogServiceEntityTypedescription
CAMPAIGNCampaign.
NEGATIVE_CAMPAIGN_CRITERIONNegative keywords (for campaign).
CAMPAIGN_CRITERIONTargeting setting on campaign.
AD_GROUPAd group.
AD_GROUP_BID_MULTIPLIERBid adjustment for ad group.
BIDDABLE_AD_GROUP_CRITERIONBidding keyword.
NEGATIVE_AD_GROUP_CRITERIONNegative keywords (for ad group).
ADAd.
FEEDFeed folder.
FEED_ITEMAd display assets.
CAMPAIGN_FEEDAd display assets for campaign.
AD_GROUP_FEEDAd display assets for ad group.
SS_IOAccount.
SS_CONVERSIONConversion tracker for conversion tracking.
BIDDING_STRATEGYAuto bidding setting.
NEGATIVE_CAMPAIGN_USER_LISTExclude target list for campaign.
NEGATIVE_AD_GROUP_USER_LISTExclude target list for ad group.
AD_GROUP_USER_LISTTarget list for ad group.
TARGET_LISTTarget list of Site Retargeting.
SHARED_SETShared list.
SHARED_CRITERIONShared keywords.
CAMPAIGN_SHARED_SETShared list for campaign.
AD_CUSTOMIZERAd customizer.
EXCLUDE_AD_CUSTOMIZERAll operation history excepting ad customizer.
ASSETAssets (Ad display asset).
CAMPAIGN_ASSETConfiguration information between campaign and assets.
AD_GROUP_ASSETConfiguration information between ad group and assets.
ACCOUNT_CUSTOMIZERConfiguration information between account and customizer attributes.
CAMPAIGN_CUSTOMIZERConfiguration information between campaign and customizer attributes.
AD_GROUP_CUSTOMIZERConfiguration information between ad group and customizer attributes.
AD_GROUP_CRITERION_CUSTOMIZERConfiguration information between keyword and customizer attributes.
CUSTOMIZER_ATTRIBUTECustomizer attributes.
PAGE_FEED_ASSET_SETPageFeedAssetSet.
PAGE_FEED_ASSETPageFeedAsset.
BIDDING_SEASONALITY_ADJUSTMENTBidding Seasonality Adjustment.
CAMPAIGN_BUDGETShared budgets.
AB_TESTA/B test.
SS_CONVERSION_GROUPConversion Group.
ALLAll operation history.
+
+ eventTypes: + type: array + nullable: true + items: + $ref: 'AuditLogServiceEventTypes.yaml#/AuditLogServiceEventTypes' + title: AuditLogServiceEventSelector + description: | +
AuditLogServiceEventSelectorオブジェクトは、操作履歴の取得対象を設定します。
+ このフィールドは、必須です。
+ 1~25件の指定が可能です。
+
AuditLogServiceEventSelector object enables the target setting of acquiring operation history.
+ This field is required.
+ 1 to 25 items can be specified.
diff --git a/design/v11/auditlog/AuditLogServiceEventTypes.yaml b/design/v15/auditlog/AuditLogServiceEventTypes.yaml similarity index 82% rename from design/v11/auditlog/AuditLogServiceEventTypes.yaml rename to design/v15/auditlog/AuditLogServiceEventTypes.yaml index 9ae4633..fc4510f 100644 --- a/design/v11/auditlog/AuditLogServiceEventTypes.yaml +++ b/design/v15/auditlog/AuditLogServiceEventTypes.yaml @@ -13,13 +13,13 @@ AuditLogServiceEventTypes:
AuditLogServiceEventTypes describes the operation type to be acquired the operation history data.
ADD
-
追加add
+
追加Add.
SET
-
更新update
+
更新Update.
REMOVE
-
削除delete
+
削除Delete.
ALL
-
すべての操作タイプall operation types
+
すべての操作タイプAll operation types.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/auditlog/AuditLogServiceGetResponse.yaml b/design/v15/auditlog/AuditLogServiceGetResponse.yaml similarity index 100% rename from design/v11/auditlog/AuditLogServiceGetResponse.yaml rename to design/v15/auditlog/AuditLogServiceGetResponse.yaml diff --git a/design/v11/auditlog/AuditLogServiceJob.yaml b/design/v15/auditlog/AuditLogServiceJob.yaml similarity index 100% rename from design/v11/auditlog/AuditLogServiceJob.yaml rename to design/v15/auditlog/AuditLogServiceJob.yaml diff --git a/design/v11/auditlog/AuditLogServiceJobStatus.yaml b/design/v15/auditlog/AuditLogServiceJobStatus.yaml similarity index 96% rename from design/v11/auditlog/AuditLogServiceJobStatus.yaml rename to design/v15/auditlog/AuditLogServiceJobStatus.yaml index 4263e9f..8687cb2 100644 --- a/design/v11/auditlog/AuditLogServiceJobStatus.yaml +++ b/design/v15/auditlog/AuditLogServiceJobStatus.yaml @@ -23,5 +23,5 @@ AuditLogServiceJobStatus:
TIMEOUT
タイムアウトです。Timeout occurred.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/auditlog/AuditLogServiceLang.yaml b/design/v15/auditlog/AuditLogServiceLang.yaml similarity index 84% rename from design/v11/auditlog/AuditLogServiceLang.yaml rename to design/v15/auditlog/AuditLogServiceLang.yaml index a96c5f1..14c88ff 100644 --- a/design/v11/auditlog/AuditLogServiceLang.yaml +++ b/design/v15/auditlog/AuditLogServiceLang.yaml @@ -13,9 +13,9 @@ AuditLogServiceLang: This field is optional. The default value will be JA.
EN
-
英語です。English language
+
英語です。English language.
JA
-
日本語です。Japanese language
+
日本語です。Japanese language.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/auditlog/AuditLogServiceOperation.yaml b/design/v15/auditlog/AuditLogServiceOperation.yaml similarity index 100% rename from design/v11/auditlog/AuditLogServiceOperation.yaml rename to design/v15/auditlog/AuditLogServiceOperation.yaml diff --git a/design/v11/auditlog/AuditLogServiceOutput.yaml b/design/v15/auditlog/AuditLogServiceOutput.yaml similarity index 79% rename from design/v11/auditlog/AuditLogServiceOutput.yaml rename to design/v15/auditlog/AuditLogServiceOutput.yaml index 2d772ad..922cf93 100644 --- a/design/v11/auditlog/AuditLogServiceOutput.yaml +++ b/design/v15/auditlog/AuditLogServiceOutput.yaml @@ -15,13 +15,13 @@ AuditLogServiceOutput: This field is optional. The default value will be CSV.
ZIPPED_CSV
-
ZIP圧縮されたCSV形式です。in zipped CSV format
+
ZIP圧縮されたCSV形式です。In zipped CSV format.
ZIPPED_TSV
-
ZIP圧縮されたTSV形式です。in zipped TSV format
+
ZIP圧縮されたTSV形式です。In zipped TSV format.
CSV
-
CSV形式です。in CSV format
+
CSV形式です。In CSV format.
TSV
-
TSV形式です。in TSV format
+
TSV形式です。In TSV format.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/auditlog/AuditLogServicePage.yaml b/design/v15/auditlog/AuditLogServicePage.yaml similarity index 100% rename from design/v11/auditlog/AuditLogServicePage.yaml rename to design/v15/auditlog/AuditLogServicePage.yaml diff --git a/design/v11/auditlog/AuditLogServiceReturnValue.yaml b/design/v15/auditlog/AuditLogServiceReturnValue.yaml similarity index 100% rename from design/v11/auditlog/AuditLogServiceReturnValue.yaml rename to design/v15/auditlog/AuditLogServiceReturnValue.yaml diff --git a/design/v11/auditlog/AuditLogServiceSelector.yaml b/design/v15/auditlog/AuditLogServiceSelector.yaml similarity index 65% rename from design/v11/auditlog/AuditLogServiceSelector.yaml rename to design/v15/auditlog/AuditLogServiceSelector.yaml index b5b0961..59e3f53 100644 --- a/design/v11/auditlog/AuditLogServiceSelector.yaml +++ b/design/v15/auditlog/AuditLogServiceSelector.yaml @@ -10,7 +10,7 @@ AuditLogServiceSelector: format: int64 description: |
アカウントIDです。
-
Account ID
+
Account ID.
jobIds: type: array nullable: true @@ -21,7 +21,7 @@ AuditLogServiceSelector: maxItems: 1000 description: |
登録したジョブのIDです。
-
Created job ID
+
Created job ID.
jobStatuses: type: array nullable: true @@ -36,8 +36,8 @@ AuditLogServiceSelector: maximum: 1000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -45,8 +45,8 @@ AuditLogServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: AuditLogServiceSelector description: |
AuditLogServiceSelectorオブジェクトは、登録したジョブを照会するための検索条件を保持します。
diff --git a/design/v11/auditlog/AuditLogServiceSourceType.yaml b/design/v15/auditlog/AuditLogServiceSourceType.yaml similarity index 89% rename from design/v11/auditlog/AuditLogServiceSourceType.yaml rename to design/v15/auditlog/AuditLogServiceSourceType.yaml index 25516fd..820bd1d 100644 --- a/design/v11/auditlog/AuditLogServiceSourceType.yaml +++ b/design/v15/auditlog/AuditLogServiceSourceType.yaml @@ -11,7 +11,7 @@ AuditLogServiceSourceType: description: |
AuditLogServiceSourceTypeは、操作履歴における操作者を表します。
このフィールドは、省略可能となります。その際、デフォルト値はAPIとなります。
-
AuditLogServiceSourceType desribes the operator information of operation history data.
+
AuditLogServiceSourceType describes the operator information of operation history data.
This field is optional. The default value will be API.
API
@@ -23,5 +23,5 @@ AuditLogServiceSourceType:
ALL
すべての操作者による操作です。Operated by all of operators.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/auditlog/AuditLogServiceValue.yaml b/design/v15/auditlog/AuditLogServiceValue.yaml similarity index 100% rename from design/v11/auditlog/AuditLogServiceValue.yaml rename to design/v15/auditlog/AuditLogServiceValue.yaml diff --git a/design/v11/balance/Balance.yaml b/design/v15/balance/Balance.yaml similarity index 93% rename from design/v11/balance/Balance.yaml rename to design/v15/balance/Balance.yaml index 26217a5..9f2b4a2 100644 --- a/design/v11/balance/Balance.yaml +++ b/design/v15/balance/Balance.yaml @@ -8,7 +8,7 @@ Balance: format: int64 description: |
アカウントIDです。
-
Accoount ID
+
Account ID.
balance: type: integer nullable: true diff --git a/design/v11/balance/BalanceServiceGetResponse.yaml b/design/v15/balance/BalanceServiceGetResponse.yaml similarity index 100% rename from design/v11/balance/BalanceServiceGetResponse.yaml rename to design/v15/balance/BalanceServiceGetResponse.yaml diff --git a/design/v11/balance/BalanceServicePage.yaml b/design/v15/balance/BalanceServicePage.yaml similarity index 100% rename from design/v11/balance/BalanceServicePage.yaml rename to design/v15/balance/BalanceServicePage.yaml diff --git a/design/v11/balance/BalanceServiceSelector.yaml b/design/v15/balance/BalanceServiceSelector.yaml similarity index 100% rename from design/v11/balance/BalanceServiceSelector.yaml rename to design/v15/balance/BalanceServiceSelector.yaml diff --git a/design/v11/balance/BalanceServiceValue.yaml b/design/v15/balance/BalanceServiceValue.yaml similarity index 94% rename from design/v11/balance/BalanceServiceValue.yaml rename to design/v15/balance/BalanceServiceValue.yaml index 55e45ea..6b801ff 100644 --- a/design/v11/balance/BalanceServiceValue.yaml +++ b/design/v15/balance/BalanceServiceValue.yaml @@ -6,7 +6,7 @@ BalanceServiceValue: $ref: 'Balance.yaml#/Balance' description: |
アカウントの残高です。
-
balance of the account.
+
Balance of the account.
errors: type: array nullable: true diff --git a/design/v15/baseaccount/BaseAccount.yaml b/design/v15/baseaccount/BaseAccount.yaml new file mode 100644 index 0000000..9614f99 --- /dev/null +++ b/design/v15/baseaccount/BaseAccount.yaml @@ -0,0 +1,43 @@ +BaseAccount: + type: object + nullable: true + properties: + accountId: + type: integer + nullable: true + format: int64 + description: | +
+ アカウントIDです。 +
+
+ Account ID. +
+ accountName: + type: string + nullable: true + description: | +
+ アカウント名です。 +
+
+ Account name. +
+ accountStatus: + $ref: 'BaseAccountServiceAccountStatus.yaml#/BaseAccountServiceAccountStatus' + authType: + $ref: 'BaseAccountServiceAuthType.yaml#/BaseAccountServiceAuthType' + hasAdminAuth: + $ref: 'BaseAccountServiceHasAdminAuth.yaml#/BaseAccountServiceHasAdminAuth' + isRootMccAccount: + $ref: 'BaseAccountServiceIsRootMccAccount.yaml#/BaseAccountServiceIsRootMccAccount' + isMccAccount: + $ref: 'BaseAccountServiceIsMccAccount.yaml#/BaseAccountServiceIsMccAccount' + isTestAccount: + $ref: 'BaseAccountServiceIsTestAccount.yaml#/BaseAccountServiceIsTestAccount' + title: Account + description: | +
BaseAccountオブジェクトは、アカウント情報を示します。
+
+
BaseAccount objects serve account information.
+
diff --git a/design/v15/baseaccount/BaseAccountServiceAccountStatus.yaml b/design/v15/baseaccount/BaseAccountServiceAccountStatus.yaml new file mode 100644 index 0000000..f609ec7 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceAccountStatus.yaml @@ -0,0 +1,28 @@ +BaseAccountServiceAccountStatus: + type: string + nullable: true + enum: + - SUSPENDED + - SERVING + - ENDED + - UNKNOWN + title: BaseAccountServiceAccountStatus + description: | +
BaseAccountServiceAccountStatusは、アカウントの登録状況を表します。
+ MCCアカウントの場合、このフィールドはSERVINGになります。
+ このフィールドは、SET時は無視され、GET時は省略可能となります。 +
+
BaseAccountServiceAccountStatus displays the account registration status.
+ If isManagerAccount is "TRUE", this field will be SERVING.
+ This field will be ignored in SET operation, and will be optional in GET operation. +
+
+
SUSPENDED
+
サービス停止。The account service is paused.
+
SERVING
+
サービス中。The account is active.
+
ENDED
+
サービス終了。The account service has been ended.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v11/account/AccountServiceAuthType.yaml b/design/v15/baseaccount/BaseAccountServiceAuthType.yaml similarity index 51% rename from design/v11/account/AccountServiceAuthType.yaml rename to design/v15/baseaccount/BaseAccountServiceAuthType.yaml index 2f99ea0..edbbc2e 100644 --- a/design/v11/account/AccountServiceAuthType.yaml +++ b/design/v15/baseaccount/BaseAccountServiceAuthType.yaml @@ -1,21 +1,25 @@ -AccountServiceAuthType: +BaseAccountServiceAuthType: type: string nullable: true enum: - - REFERABLE - - UPDATABLE - - UNKNOWN - title: AccountServiceAuthType + - REFERABLE + - UPDATABLE + - UNKNOWN + title: BaseAccountServiceAuthType description: | -
権限タイプ
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Roles
- Although this field will be returned in the response, it will be ignored on input.
+
+ 権限タイプです。
+ このフィールドは、GET時に省略可能となり、SET時に無視されます。 +
+
+ Access Roles.
+ Although this field is optional in GET operation, and will be ignored in SET operation. +
REFERABLE
参照権限Read only
UPDATABLE
更新権限Write
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/feed/FeedServiceMutateResponse.yaml b/design/v15/baseaccount/BaseAccountServiceGetResponse.yaml similarity index 61% rename from design/v11/feed/FeedServiceMutateResponse.yaml rename to design/v15/baseaccount/BaseAccountServiceGetResponse.yaml index 27fe888..f8af078 100644 --- a/design/v11/feed/FeedServiceMutateResponse.yaml +++ b/design/v15/baseaccount/BaseAccountServiceGetResponse.yaml @@ -1,4 +1,4 @@ -FeedServiceMutateResponse: +BaseAccountServiceGetResponse: type: object nullable: true properties: @@ -11,5 +11,5 @@ FeedServiceMutateResponse: type: string nullable: false rval: - $ref: 'FeedServiceReturnValue.yaml#/FeedServiceReturnValue' - title: FeedServiceMutateResponse + $ref: 'BaseAccountServicePage.yaml#/BaseAccountServicePage' + title: BaseAccountServiceGetResponse diff --git a/design/v15/baseaccount/BaseAccountServiceHasAdminAuth.yaml b/design/v15/baseaccount/BaseAccountServiceHasAdminAuth.yaml new file mode 100644 index 0000000..5146cc4 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceHasAdminAuth.yaml @@ -0,0 +1,21 @@ +BaseAccountServiceHasAdminAuth: + type: string + nullable: true + enum: + - 'TRUE' + - 'FALSE' + - UNKNOWN + title: BaseAccountServiceHasAdminAuth + description: | +
BaseAccountServiceHasAdminAuthは、当該アカウントに対して管理権限を持っているかどうかを表します。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+
BaseAccountServiceHasAdminAuth indicates whether admin access is available for this account.
+ Although this field will be returned in the response, it will be ignored on input.
+
+
TRUE
+
管理権限を持っているAdmin access is granted.
+
FALSE
+
管理権限を持っていないAdmin access isn't granted.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/baseaccount/BaseAccountServiceIncludeAdminAuth.yaml b/design/v15/baseaccount/BaseAccountServiceIncludeAdminAuth.yaml new file mode 100644 index 0000000..beba4b8 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceIncludeAdminAuth.yaml @@ -0,0 +1,27 @@ +BaseAccountServiceIncludeAdminAuth: + type: string + nullable: true + enum: + - ONLY_ADMIN + - EXCLUDE_ADMIN + - UNKNOWN + title: BaseAccountServiceIncludeAdminAuth + description: | +
+ BaseAccountServiceIncludeAdminAuthオブジェクトは、取得するアカウントに管理権限のアカウントを含むかどうかを表します。
+ このフィールドは、省略可能となります。
+ リクエスト時にauthTypeフィールドでREFERABLEを指定した場合、このフィールドは無視されます。 +
+
+ BaseAccountServiceIncludeAdminAuth indicates whether to include accounts with admin access for accounts you get. + This field is optional. + If it is specified REFERABLE in authType on request, this field will be ignored. +
+
+
ONLY_ADMIN
+
管理権限のアカウントのみを取得します。Retrieve only accounts with admin access.
+
EXCLUDE_ADMIN
+
管理権限のアカウントを除外します。Exclude accounts without admin access.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/baseaccount/BaseAccountServiceIncludeMccAccount.yaml b/design/v15/baseaccount/BaseAccountServiceIncludeMccAccount.yaml new file mode 100644 index 0000000..a9aa436 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceIncludeMccAccount.yaml @@ -0,0 +1,31 @@ +BaseAccountServiceIncludeMccAccount: + type: string + nullable: true + enum: + - ONLY_MCC + - ONLY_ROOT_MCC + - ONLY_ADS_ACCOUNT + - ALL + - UNKNOWN + title: BaseAccountServiceIncludeMccAccount + description: | +
+ BaseAccountServiceIncludeMccAccountオブジェクトは、取得するアカウントにMCCアカウントを含むかどうかを表します。
+ このフィールドは、省略可能となります。その際、GET時のデフォルト設定値はALLとなります。 +
+
+ BaseAccountServiceIncludeMccAccount represents whether the account to be retrieved includes an MCC account.
+ This field is optional. The default value in GET operation will be ALL. +
+
+
ONLY_MCC
+
MCCアカウントのみです。MCC account only.
+
ONLY_ROOT_MCC
+
ルートMCCアカウントのみです。Root MCC account only.
+
ONLY_ADS_ACCOUNT
+
検索広告アカウントのみです。Search Ads account only.
+
ALL
+
全てのアカウントです。All accounts.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/baseaccount/BaseAccountServiceIncludeTestAccount.yaml b/design/v15/baseaccount/BaseAccountServiceIncludeTestAccount.yaml new file mode 100644 index 0000000..02e11e9 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceIncludeTestAccount.yaml @@ -0,0 +1,28 @@ +BaseAccountServiceIncludeTestAccount: + type: string + nullable: true + enum: + - ONLY_TEST + - EXCLUDE_TEST + - ALL + - UNKNOWN + title: BaseAccountServiceIncludeTestAccount + description: | +
+ BaseAccountServiceIncludeTestAccountオブジェクトは、取得するアカウントにテストアカウントを含むかどうかを表します。
+ このフィールドは、省略可能となります。その際、GET時のデフォルト設定値はEXCLUDE_TESTとなります。 +
+
+ BaseAccountServiceIncludeTestAccount object represents whether the account to be retrieved includes an test account.
+ This field is optional. The default value in GET operation will be EXCLUDE_TEST. +
+
+
ONLY_TEST
+
テストアカウントのみTest account only.
+
EXCLUDE_TEST
+
テストアカウントを除外Exclude test accounts.
+
ALL
+
全てのアカウントAll accounts.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/baseaccount/BaseAccountServiceIsMccAccount.yaml b/design/v15/baseaccount/BaseAccountServiceIsMccAccount.yaml new file mode 100644 index 0000000..8f80780 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceIsMccAccount.yaml @@ -0,0 +1,25 @@ +BaseAccountServiceIsMccAccount: + type: string + nullable: true + enum: + - 'FALSE' + - 'TRUE' + - UNKNOWN + title: BaseAccountServiceIsMccAccount + description: | +
+ BaseAccountServiceIsMccAccountは、MCCアカウントかどうかを表します。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ BaseAccountServiceIsMccAccount indicates whether it is an MCC account.
+ Although this field will be returned in the response, it will be ignored on input. +
+
+
TRUE
+
MCCアカウントです。MCC Account.
+
FALSE
+
通常アカウントです。Client Account.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/baseaccount/BaseAccountServiceIsRootMccAccount.yaml b/design/v15/baseaccount/BaseAccountServiceIsRootMccAccount.yaml new file mode 100644 index 0000000..151028a --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceIsRootMccAccount.yaml @@ -0,0 +1,25 @@ +BaseAccountServiceIsRootMccAccount: + type: string + nullable: true + enum: + - 'FALSE' + - 'TRUE' + - UNKNOWN + title: BaseAccountServiceIsRootMccAccount + description: | +
+ BaseAccountServiceIsRootMccAccountは、ルートMCCアカウントかどうかを表します。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ BaseAccountServiceIsRootMccAccount indicates whether it is an root MCC account.
+ Although this field will be returned in the response, it will be ignored on input. +
+
+
TRUE
+
ルートMCCアカウントです。Root MCC Account.
+
FALSE
+
ルートMCCアカウントではありません。Not root MCC Account.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/baseaccount/BaseAccountServiceIsTestAccount.yaml b/design/v15/baseaccount/BaseAccountServiceIsTestAccount.yaml new file mode 100644 index 0000000..31ef3c0 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceIsTestAccount.yaml @@ -0,0 +1,23 @@ +BaseAccountServiceIsTestAccount: + type: string + nullable: true + enum: + - 'TRUE' + - 'FALSE' + - UNKNOWN + title: BaseAccountServiceIsTestAccount + description: | +
BaseAccountServiceIsTestAccountはテストアカウントかどうかを表します。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ MCCアカウントの場合、このフィールドはFALSEになります。
+
BaseAccountServiceIsTestAccount indicates whether it is a test account.
+ Although this field will be returned in the response, it will be ignored on input.
+ If isMccAccount is "TRUE", this field will be FALSE.
+
+
TRUE
+
テストアカウントTest account.
+
FALSE
+
Productionアカウント(テストアカウントではありません)Production (non-test) account.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/baseaccount/BaseAccountServiceMutateResponse.yaml b/design/v15/baseaccount/BaseAccountServiceMutateResponse.yaml new file mode 100644 index 0000000..9e31876 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceMutateResponse.yaml @@ -0,0 +1,15 @@ +BaseAccountServiceMutateResponse: + type: object + nullable: true + properties: + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + rid: + type: string + nullable: false + rval: + $ref: 'BaseAccountServiceReturnValue.yaml#/BaseAccountServiceReturnValue' + title: BaseAccountServiceMutateResponse diff --git a/design/v15/baseaccount/BaseAccountServiceOperation.yaml b/design/v15/baseaccount/BaseAccountServiceOperation.yaml new file mode 100644 index 0000000..f7a8ed3 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceOperation.yaml @@ -0,0 +1,25 @@ +BaseAccountServiceOperation: + type: object + nullable: true + required: + - accountId + - operand + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
Account ID.
+ operand: + type: array + nullable: false + items: + $ref: 'Account.yaml#/Account' + minItems: 1 + maxItems: 1 + title: BaseAccountServiceOperation + description: | +
BaseAccountServiceOperationオブジェクトは、操作の対象となるアカウント情報を表します。
+
BaseAccountServiceOperation object is a container for storing account information.
diff --git a/design/v15/baseaccount/BaseAccountServicePage.yaml b/design/v15/baseaccount/BaseAccountServicePage.yaml new file mode 100644 index 0000000..9c6c4bc --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServicePage.yaml @@ -0,0 +1,26 @@ +BaseAccountServicePage: + type: object + nullable: true + properties: + authorizationBusinessId: + type: string + nullable: true + description: | +
アプリケーションによるYahoo!広告へのアクセスを認可したYahoo! JAPANビジネスIDです。
+
Yahoo! JAPAN Business ID that authorized access to Yahoo! JAPAN Ads via application.
+ totalNumEntries: + type: integer + nullable: false + format: int32 + description: | +
取得される項目の総件数です。
+
Total number of items to be retrieved.
+ values: + type: array + nullable: true + items: + $ref: 'BaseAccountServiceValue.yaml#/BaseAccountServiceValue' + title: BaseAccountServicePage + description: | +
BaseAccountServicePageオブジェクトは、取得されるアカウント情報に関するエントリーを表します。
+
The BaseAccountServicePage object is a container for storing account information entry.
diff --git a/design/v15/baseaccount/BaseAccountServiceReturnValue.yaml b/design/v15/baseaccount/BaseAccountServiceReturnValue.yaml new file mode 100644 index 0000000..aa8a2d2 --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceReturnValue.yaml @@ -0,0 +1,13 @@ +BaseAccountServiceReturnValue: + type: object + nullable: true + properties: + values: + type: array + nullable: true + items: + $ref: 'BaseAccountServiceValue.yaml#/BaseAccountServiceValue' + title: BaseAccountServiceReturnValue + description: | +
BaseAccountServiceReturnValueオブジェクトは、アカウント情報を格納するコンテナです。
+
The BaseAccountServiceReturnValue object is a container for storing account information.
diff --git a/design/v15/baseaccount/BaseAccountServiceSelector.yaml b/design/v15/baseaccount/BaseAccountServiceSelector.yaml new file mode 100644 index 0000000..4c7433f --- /dev/null +++ b/design/v15/baseaccount/BaseAccountServiceSelector.yaml @@ -0,0 +1,64 @@ +BaseAccountServiceSelector: + type: object + nullable: true + properties: + accountIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 200 + description: | +
指定しない場合は紐づくアカウントをすべて取得します。
+
If nothing is selected, all accounts are retrieved.
+ accountName: + type: string + nullable: true + description: | +
アカウント名です。
+ このフィールドは、省略可能となります。
+ この検索条件では、大文字と小文字は区別されません。 +
+
Account name.
+ This field is optional.
+ This searching condition is case-insensitive. +
+ accountStatuses: + type: array + nullable: true + items: + $ref: 'BaseAccountServiceAccountStatus.yaml#/BaseAccountServiceAccountStatus' + maxItems: 3 + authType: + $ref: 'BaseAccountServiceAuthType.yaml#/BaseAccountServiceAuthType' + includeAdminAuth: + $ref: 'BaseAccountServiceIncludeAdminAuth.yaml#/BaseAccountServiceIncludeAdminAuth' + includeMccAccount: + $ref: 'BaseAccountServiceIncludeMccAccount.yaml#/BaseAccountServiceIncludeMccAccount' + includeTestAccount: + $ref: 'BaseAccountServiceIncludeTestAccount.yaml#/BaseAccountServiceIncludeTestAccount' + numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 200 + default: 200 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ startIndex: + type: integer + nullable: true + format: int32 + minimum: 1 + default: 1 + description: | +
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
+ title: BaseAccountServiceSelector + description: | +
BaseAccountServiceSelectorオブジェクトは、取得するアカウントを指定します。
+
The BaseAccountServiceSelector object is used to select accounts for acquisition.
diff --git a/design/v11/feed/FeedServiceValue.yaml b/design/v15/baseaccount/BaseAccountServiceValue.yaml similarity index 59% rename from design/v11/feed/FeedServiceValue.yaml rename to design/v15/baseaccount/BaseAccountServiceValue.yaml index 17ce2d5..e6ad45b 100644 --- a/design/v11/feed/FeedServiceValue.yaml +++ b/design/v15/baseaccount/BaseAccountServiceValue.yaml @@ -1,21 +1,21 @@ -FeedServiceValue: +BaseAccountServiceValue: type: object nullable: true properties: + account: + $ref: 'BaseAccount.yaml#/BaseAccount' errors: type: array nullable: true items: $ref: '../../Error.yaml#/Error' - feed: - $ref: 'Feed.yaml#/Feed' operationSucceeded: type: boolean nullable: true description: |
処理結果です。trueの場合は、処理は成功しました。falseの場合は処理が失敗しています。
The process results. If true, the process succeeded. If false, the process failed.
- title: FeedServiceValue + title: BaseAccountServiceValue description: | -
FeedServiceValueオブジェクトは、自動データ挿入のリスト内容を格納するコンテナです。
-
FeedServiceValue contains FeedItem value information.
+
BaseAccountServiceValueオブジェクトは、アカウント情報を格納するコンテナです。
+
The BaseAccountServiceValue object is a container for storing account information.
diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustment.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustment.yaml new file mode 100644 index 0000000..fe40786 --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustment.yaml @@ -0,0 +1,104 @@ +BiddingSeasonalityAdjustment: + type: object + nullable: true + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
Account ID.
+ biddingSeasonalityAdjustmentName: + type: string + nullable: true + description: | +
自動入札のスポット調整名です。
+ ADDおよびSET時、このフィールドは必須となります。
+ ※256文字以内になります。
+
Bidding seasonality adjustment name.
+ This field is required in ADD and SET operation.
+ *Up to 256 characters.
+ description: + type: string + nullable: true + description: | +
自動入札のスポット調整の説明です。
+ このフィールドは、省略可能となります。
+ ※500文字以内になります。
+
Bidding Seasonality Adjustment description.
+ This field is optional.
+ *Up to 500 characters.
+ biddingSeasonalityAdjustmentId: + type: integer + nullable: true + format: int64 + description: | +
自動入札のスポット調整IDです。
+ SET及びREMOVE時、このフィールドは必須です。
+
Bidding seasonality adjustment ID.
+ This field is required in SET and REMOVE operation.
+ devices: + type: array + nullable: true + items: + $ref: 'BiddingSeasonalityAdjustmentServiceDevices.yaml#/BiddingSeasonalityAdjustmentServiceDevices' + maxItems: 3 + startDateTime: + type: string + nullable: true + description: | +
ルール適用開始日です。
+ ADD時、このフィールドは必須です。
+ ※YYYYMMDDHHmmss形式です。
+ ※リクエスト日は2037/12/30まで 指定可能です。
+ ※startDateTime〜endDateTimeが14日を超える場合はエラーになります。
+
Start date of rule setting.
+ This field is required in ADD operation.
+ *In YYYYMMDDHHmmss format
+ *Request date can be set up to 2037/12/30
+ *If startDateTime〜endDateTime exceeds 14 days, an error will occur.
+ endDateTime: + type: string + nullable: true + description: | +
ルール適用終了日です。
+ ADD時、このフィールドは必須です。
+ ※YYYYMMDDHHmmss形式です。
+ ※リクエスト日は2037/12/30まで 指定可能です。
+ ※startDateTime〜endDateTimeが14日を超える場合はエラーになります。
+
End date of rule setting.
+ This field is required in ADD operation.
+ *In YYYYMMDDHHmmss format
+ *Request date can be set up to 2037/12/30
+ *If startDateTime〜endDateTime exceeds 14 days, an error will occur.
+ conversionRate: + type: number + nullable: true + format: double + description: | +
コンバージョン率を調整する値です。
+ ADD時、このフィールドは必須となります。
+ ※制限値:0.1 ~ 10 +
+
Value to adjust conversion rate.
+ This field is required in ADD operation.
+ *Range limit: 0.1 ~ 10 +
+ campaignIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 2000 + description: | +
キャンペーンIDです。
+ ADD時、このフィールドは必須となります。
+
Campaign ID.
+ This field is required in ADD operation.
+ title: BiddingSeasonalityAdjustment + description: | +
BiddingSeasonalityAdjustment オブジェクトは、自動入札のスポット調整を表します。
+
BiddingSeasonalityAdjustment object describes bidding seasonality adjustment information.
diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceDevices.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceDevices.yaml new file mode 100644 index 0000000..4af76a3 --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceDevices.yaml @@ -0,0 +1,24 @@ +BiddingSeasonalityAdjustmentServiceDevices: + type: string + nullable: true + enum: + - MOBILE + - TABLET + - DESKTOP + - UNKNOWN + title: BiddingSeasonalityAdjustmentServiceDevices + description: | +
BiddingSeasonalityAdjustmentServiceDevicesは、対象デバイスを表します。
+ ADDおよびSET時、このフィールドは必須となります。
+
BiddingSeasonalityAdjustmentServiceDevices describes target device.
+ This field is required in ADD and SET operation.
+
+
MOBILE
+
モバイルです。Mobile.
+
TABLET
+
タブレットです。Tablet.
+
DESKTOP
+
パソコンです。PC.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceGetResponse.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceGetResponse.yaml new file mode 100644 index 0000000..cc65094 --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceGetResponse.yaml @@ -0,0 +1,15 @@ +BiddingSeasonalityAdjustmentServiceGetResponse: + type: object + nullable: true + properties: + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + rid: + type: string + nullable: false + rval: + $ref: 'BiddingSeasonalityAdjustmentServicePage.yaml#/BiddingSeasonalityAdjustmentServicePage' + title: BiddingSeasonalityAdjustmentServiceGetResponse diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceMutateResponse.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceMutateResponse.yaml new file mode 100644 index 0000000..5dd58e2 --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceMutateResponse.yaml @@ -0,0 +1,15 @@ +BiddingSeasonalityAdjustmentServiceMutateResponse: + type: object + nullable: true + properties: + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + rid: + type: string + nullable: false + rval: + $ref: 'BiddingSeasonalityAdjustmentServiceReturnValue.yaml#/BiddingSeasonalityAdjustmentServiceReturnValue' + title: BiddingSeasonalityAdjustmentServiceMutateResponse diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceOperation.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceOperation.yaml new file mode 100644 index 0000000..10b8a10 --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceOperation.yaml @@ -0,0 +1,27 @@ +BiddingSeasonalityAdjustmentServiceOperation: + type: object + nullable: true + required: + - accountId + - operand + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
Account ID.
+ operand: + type: array + nullable: true + items: + $ref: 'BiddingSeasonalityAdjustment.yaml#/BiddingSeasonalityAdjustment' + minItems: 1 + maxItems: 200 + title: BiddingSeasonalityAdjustmentServiceOperation + description: | +
BiddingSeasonalityAdjustmentServiceOperationオブジェクトは、操作の対象となる自動入札のスポット調整の情報と処理の内容を表します。
+ ※add時とset時の上限は50になります。
+
BiddingSeasonalityAdjustmentServiceOperation object displays target bidding seasonality adjustment information and its operation results.
+ *The maximum number of add and set cases is 50.
diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServicePage.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServicePage.yaml new file mode 100644 index 0000000..fc4a744 --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServicePage.yaml @@ -0,0 +1,20 @@ +BiddingSeasonalityAdjustmentServicePage: + type: object + nullable: true + properties: + totalNumEntries: + type: integer + nullable: false + format: int32 + description: | +
取得される項目の総件数です。
+
Total number of entries in the result.
+ values: + type: array + nullable: true + items: + $ref: 'BiddingSeasonalityAdjustmentServiceValue.yaml#/BiddingSeasonalityAdjustmentServiceValue' + title: BiddingSeasonalityAdjustmentServicePage + description: | +
BiddingSeasonalityAdjustmentServicePageオブジェクトは、取得される自動入札のスポット調整に関するエントリーを表します。
+
BiddingSeasonalityAdjustmentServicePage object displays entries for bidding seasonality adjustment.
diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceReturnValue.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceReturnValue.yaml new file mode 100644 index 0000000..a49de62 --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceReturnValue.yaml @@ -0,0 +1,13 @@ +BiddingSeasonalityAdjustmentServiceReturnValue: + type: object + nullable: true + properties: + values: + type: array + nullable: true + items: + $ref: 'BiddingSeasonalityAdjustmentServiceValue.yaml#/BiddingSeasonalityAdjustmentServiceValue' + title: BiddingSeasonalityAdjustmentServiceReturnValue + description: | +
BiddingSeasonalityAdjustmentServiceReturnValueオブジェクトは、自動入札のスポット調整の情報を含む操作結果として戻される値を表します。
+
BiddingSeasonalityAdjustmentServiceReturnValue object is a container which has bidding seasonality adjustment information including its operation results.
diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceSelector.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceSelector.yaml new file mode 100644 index 0000000..2944620 --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceSelector.yaml @@ -0,0 +1,54 @@ +BiddingSeasonalityAdjustmentServiceSelector: + type: object + nullable: true + required: + - accountId + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
Account ID.
+ biddingSeasonalityAdjustmentIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 1000 + description: | +
自動入札のスポット調整ID
+
Bidding seasonality adjustment Ids.
+ campaignId: + type: integer + nullable: true + format: int64 + description: | +
キャンペーンID
+
Campaign Id.
+ numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 500 + default: 500 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ startIndex: + type: integer + nullable: true + format: int32 + minimum: 1 + default: 1 + description: | +
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
+ title: BiddingSeasonalityAdjustmentServiceSelector + description: | +
BiddingSeasonalityAdjustmentServiceSelectorオブジェクトは、選択する自動入札のスポット調整を表します。
+
BiddingSeasonalityAdjustmentServiceSelector object explains which bidding seasonality adjustment to return.
diff --git a/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceValue.yaml b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceValue.yaml new file mode 100644 index 0000000..5f6624e --- /dev/null +++ b/design/v15/biddingseasonalityadjustment/BiddingSeasonalityAdjustmentServiceValue.yaml @@ -0,0 +1,21 @@ +BiddingSeasonalityAdjustmentServiceValue: + type: object + nullable: true + properties: + biddingSeasonalityAdjustment: + $ref: 'BiddingSeasonalityAdjustment.yaml#/BiddingSeasonalityAdjustment' + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + operationSucceeded: + type: boolean + nullable: true + description: | +
処理結果を表示します。
+
Result of process.
+ title: BiddingSeasonalityAdjustmentServiceValue + description: | +
BiddingSeasonalityAdjustmentServiceValueオブジェクトは、操作結果を含む自動入札のスポット調整の情報を表します。
+
BiddingSeasonalityAdjustmentServiceValue object is bidding seasonality adjustment information including its operation results.
diff --git a/design/v11/biddingstrategy/BiddingStrategy.yaml b/design/v15/biddingstrategy/BiddingStrategy.yaml similarity index 100% rename from design/v11/biddingstrategy/BiddingStrategy.yaml rename to design/v15/biddingstrategy/BiddingStrategy.yaml diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceBiddingScheme.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceBiddingScheme.yaml similarity index 95% rename from design/v11/biddingstrategy/BiddingStrategyServiceBiddingScheme.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceBiddingScheme.yaml index 7fdf4e7..2dac6a5 100644 --- a/design/v11/biddingstrategy/BiddingStrategyServiceBiddingScheme.yaml +++ b/design/v15/biddingstrategy/BiddingStrategyServiceBiddingScheme.yaml @@ -16,5 +16,5 @@ BiddingStrategyServiceBiddingScheme: description: |
BiddingStrategyServiceBiddingSchemeオブジェクトは、自動入札設定の詳細情報を表します。(BiddingStrategyService用のオブジェクトです。)
このフィールドは、ADD時は必須となり、SET時は省略可能となります。
-
BiddingStrategyServiceBiddingScheme object displays the details of Auto Bidding setting. (This is for BiddingStrategyService)
+
BiddingStrategyServiceBiddingScheme object displays the details of auto bidding setting. (This is for BiddingStrategyService)
This field is required in ADD operation, and will be optional in SET operation.
diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceGetResponse.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceGetResponse.yaml similarity index 100% rename from design/v11/biddingstrategy/BiddingStrategyServiceGetResponse.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceGetResponse.yaml diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceMaximizeClicksBiddingScheme.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceMaximizeClicksBiddingScheme.yaml similarity index 94% rename from design/v11/biddingstrategy/BiddingStrategyServiceMaximizeClicksBiddingScheme.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceMaximizeClicksBiddingScheme.yaml index 5ea9ea5..05f18c1 100644 --- a/design/v11/biddingstrategy/BiddingStrategyServiceMaximizeClicksBiddingScheme.yaml +++ b/design/v15/biddingstrategy/BiddingStrategyServiceMaximizeClicksBiddingScheme.yaml @@ -17,5 +17,5 @@ BiddingStrategyServiceMaximizeClicksBiddingScheme: description: |
BiddingStrategyServiceMaximizeClicksBiddingSchemeオブジェクトは、クリック数の最大化の自動入札設定情報を表します。 (BiddingStrategyService用のオブジェクトです。)
このフィールドは、省略可能となります。※ADD時、typeがMAXIMIZE_CLICKSの場合は必須です。
-
BiddingStrategyServiceMaximizeClicksBiddingScheme object describes Auto Bidding setting for Maximize Clicks.
+
BiddingStrategyServiceMaximizeClicksBiddingScheme object describes auto bidding setting for Maximize Clicks.
This field is optional. *If type is 'MAXIMIZE_CLICKS', this field is required in ADD operation.
diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceMutateResponse.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceMutateResponse.yaml similarity index 100% rename from design/v11/biddingstrategy/BiddingStrategyServiceMutateResponse.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceMutateResponse.yaml diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceOperation.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceOperation.yaml similarity index 100% rename from design/v11/biddingstrategy/BiddingStrategyServiceOperation.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceOperation.yaml diff --git a/design/v11/biddingstrategy/BiddingStrategyServicePage.yaml b/design/v15/biddingstrategy/BiddingStrategyServicePage.yaml similarity index 100% rename from design/v11/biddingstrategy/BiddingStrategyServicePage.yaml rename to design/v15/biddingstrategy/BiddingStrategyServicePage.yaml diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceReturnValue.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceReturnValue.yaml similarity index 100% rename from design/v11/biddingstrategy/BiddingStrategyServiceReturnValue.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceReturnValue.yaml diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceSelector.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceSelector.yaml similarity index 70% rename from design/v11/biddingstrategy/BiddingStrategyServiceSelector.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceSelector.yaml index 143060d..1df4f5f 100644 --- a/design/v11/biddingstrategy/BiddingStrategyServiceSelector.yaml +++ b/design/v15/biddingstrategy/BiddingStrategyServiceSelector.yaml @@ -36,8 +36,8 @@ BiddingStrategyServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -45,8 +45,8 @@ BiddingStrategyServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: BiddingStrategyServiceSelector description: |
BiddingStrategyServiceSelectorオブジェクトは、自動入札設定の検索条件に関する情報を表します。
diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceTargetCpaBiddingScheme.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceTargetCpaBiddingScheme.yaml similarity index 97% rename from design/v11/biddingstrategy/BiddingStrategyServiceTargetCpaBiddingScheme.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceTargetCpaBiddingScheme.yaml index 5bbcb65..89f4de8 100644 --- a/design/v11/biddingstrategy/BiddingStrategyServiceTargetCpaBiddingScheme.yaml +++ b/design/v15/biddingstrategy/BiddingStrategyServiceTargetCpaBiddingScheme.yaml @@ -33,5 +33,5 @@ BiddingStrategyServiceTargetCpaBiddingScheme: description: |
BiddingStrategyServiceTargetCpaBiddingSchemeオブジェクトは、コンバージョン単価の目標値の自動入札設定情報を表します。
このフィールドは、省略可能となります。※ADD時、typeがTARGET_CPAの場合は必須です。
-
BiddingStrategyServiceTargetCpaBiddingScheme object displays Auto Bidding setting for Target CPA.
+
BiddingStrategyServiceTargetCpaBiddingScheme object displays auto bidding setting for Target CPA.
This field is optional. *If type is 'TARGET_CPA', this field is required in ADD operation.
diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceTargetImpressionShareLocation.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceTargetImpressionShareLocation.yaml similarity index 69% rename from design/v11/biddingstrategy/BiddingStrategyServiceTargetImpressionShareLocation.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceTargetImpressionShareLocation.yaml index e3187af..e20f564 100644 --- a/design/v11/biddingstrategy/BiddingStrategyServiceTargetImpressionShareLocation.yaml +++ b/design/v15/biddingstrategy/BiddingStrategyServiceTargetImpressionShareLocation.yaml @@ -6,11 +6,11 @@ BiddingStrategyServiceTargetImpressionShareLocation: - TOP_OF_PAGE - ABSOLUTE_TOP_OF_PAGE - UNKNOWN - title: BiddingStrategyampaignServiceTargetImpressionShare + title: BiddingStrategyServiceTargetImpressionShareLocation description: | -
BiddingStrategyServiceTargetImpressionShareは、インプレッションシェアの目標割合を達成するための検索結果掲載位置を指定します。
+
BiddingStrategyServiceTargetImpressionShareLocationは、インプレッションシェアの目標割合を達成するための検索結果掲載位置を指定します。
このフィールドは省略可能となります。その際、デフォルト設定値はANYWHERE_ON_PAGEとなります。
-
CampaignServiceTargetImpressionShare specifies search result posting position to achieve the target ratio of impression share.
+
BiddingStrategyServiceTargetImpressionShareLocation specifies search result posting position to achieve the target ratio of impression share.
This field is optional. The default value will be ANYWHERE_ON_PAGE.
ANYWHERE_ON_PAGE
@@ -20,5 +20,5 @@ BiddingStrategyServiceTargetImpressionShareLocation:
ABSOLUTE_TOP_OF_PAGE
ページ最上部です。Absolute top of a page.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml similarity index 64% rename from design/v11/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml index 5b11991..f52f782 100644 --- a/design/v11/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml +++ b/design/v15/biddingstrategy/BiddingStrategyServiceTargetImpressionShareScheme.yaml @@ -9,12 +9,14 @@ BiddingStrategyServiceTargetImpressionShareScheme: nullable: true format: int64 description: | -
入札価格の上限です。(0〜50000)
- ※「0」が設定された場合、上限設定はありません。
- このフィールドは、いずれの場合でも省略可能となります。
-
CPC limit (0-50000).
- * No limits if "0" is set.
- This field is optional in any cases.
+
入札価格の上限です。
+ 入札価格の上限の詳細は以下のヘルプを参照してください。
+ ・自動入札タイプ「ページ最上部掲載」【検索広告】
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+
Bid Limit.
+ Refer to the following help.
+ * Autobidding type absolute top placement [Search Ads]
+ This field is required in ADD operation, and will be optional in SET operation.
targetImpressionShare: type: integer nullable: true diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceTargetRoasBiddingScheme.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceTargetRoasBiddingScheme.yaml similarity index 97% rename from design/v11/biddingstrategy/BiddingStrategyServiceTargetRoasBiddingScheme.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceTargetRoasBiddingScheme.yaml index 9e85c60..c8c27f5 100644 --- a/design/v11/biddingstrategy/BiddingStrategyServiceTargetRoasBiddingScheme.yaml +++ b/design/v15/biddingstrategy/BiddingStrategyServiceTargetRoasBiddingScheme.yaml @@ -40,5 +40,5 @@ BiddingStrategyServiceTargetRoasBiddingScheme: description: |
BiddingStrategyServiceTargetRoasBiddingSchemeオブジェクトは、広告費用対効果の目標値の自動入札設定情報を表します。
このフィールドは、省略可能となります。※ADD時、typeがTARGET_ROASの場合は必須です。
-
BiddingStrategyServiceTargetRoasBiddingScheme object displays Auto Bidding setting for Target ROAS.
+
BiddingStrategyServiceTargetRoasBiddingScheme object displays auto bidding setting for Target ROAS.
This field is optional. *If type is 'TARGET_ROAS', this field is required in ADD operation.
diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceType.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceType.yaml similarity index 94% rename from design/v11/biddingstrategy/BiddingStrategyServiceType.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceType.yaml index 986e342..9c412c4 100644 --- a/design/v11/biddingstrategy/BiddingStrategyServiceType.yaml +++ b/design/v15/biddingstrategy/BiddingStrategyServiceType.yaml @@ -11,7 +11,7 @@ BiddingStrategyServiceType: description: |
BiddingStrategyServiceTypeは、自動入札タイプを表します。
このフィールドは、biddingScheme配下ではADD時は必須となり、SET時は省略可能となります。
-
BiddingStrategyServiceType displays the Auto Bidding type.
+
BiddingStrategyServiceType displays the auto bidding type.
Under biddingScheme, this field is required in ADD operation, and will be optional in SET operation.
TARGET_ROAS
@@ -23,5 +23,5 @@ BiddingStrategyServiceType:
TARGET_IMPRESSION_SHARE
インプレッションシェアの目標値です。
※キャンペーンの更新時のみ適用可能です。広告グループには現在設定できません。
Target value of impression share.
* Available on updating campaign process. Currently not available for ad group.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/biddingstrategy/BiddingStrategyServiceValue.yaml b/design/v15/biddingstrategy/BiddingStrategyServiceValue.yaml similarity index 100% rename from design/v11/biddingstrategy/BiddingStrategyServiceValue.yaml rename to design/v15/biddingstrategy/BiddingStrategyServiceValue.yaml diff --git a/design/v11/budgetorder/BudgetOrder.yaml b/design/v15/budgetorder/BudgetOrder.yaml similarity index 100% rename from design/v11/budgetorder/BudgetOrder.yaml rename to design/v15/budgetorder/BudgetOrder.yaml diff --git a/design/v11/budgetorder/BudgetOrderServiceAccountType.yaml b/design/v15/budgetorder/BudgetOrderServiceAccountType.yaml similarity index 94% rename from design/v11/budgetorder/BudgetOrderServiceAccountType.yaml rename to design/v15/budgetorder/BudgetOrderServiceAccountType.yaml index 16c38c0..50c41de 100644 --- a/design/v11/budgetorder/BudgetOrderServiceAccountType.yaml +++ b/design/v15/budgetorder/BudgetOrderServiceAccountType.yaml @@ -15,5 +15,5 @@ BudgetOrderServiceAccountType:
INVOICE
代理店クライアントなどの請求書方式です。Invoice Type
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/budgetorder/BudgetOrderServiceGetResponse.yaml b/design/v15/budgetorder/BudgetOrderServiceGetResponse.yaml similarity index 100% rename from design/v11/budgetorder/BudgetOrderServiceGetResponse.yaml rename to design/v15/budgetorder/BudgetOrderServiceGetResponse.yaml diff --git a/design/v11/budgetorder/BudgetOrderServiceLimitChargeType.yaml b/design/v15/budgetorder/BudgetOrderServiceLimitChargeType.yaml similarity index 85% rename from design/v11/budgetorder/BudgetOrderServiceLimitChargeType.yaml rename to design/v15/budgetorder/BudgetOrderServiceLimitChargeType.yaml index 78be112..7dde966 100644 --- a/design/v11/budgetorder/BudgetOrderServiceLimitChargeType.yaml +++ b/design/v15/budgetorder/BudgetOrderServiceLimitChargeType.yaml @@ -18,9 +18,9 @@ BudgetOrderServiceLimitChargeType:
SUM
-
総額アカウントです。Total amount
+
総額アカウントです。Total amount.
MONTHLY
-
月額アカウントです。Monthly amount
+
月額アカウントです。Monthly amount.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/budgetorder/BudgetOrderServiceMutateResponse.yaml b/design/v15/budgetorder/BudgetOrderServiceMutateResponse.yaml similarity index 100% rename from design/v11/budgetorder/BudgetOrderServiceMutateResponse.yaml rename to design/v15/budgetorder/BudgetOrderServiceMutateResponse.yaml diff --git a/design/v11/budgetorder/BudgetOrderServiceOperation.yaml b/design/v15/budgetorder/BudgetOrderServiceOperation.yaml similarity index 94% rename from design/v11/budgetorder/BudgetOrderServiceOperation.yaml rename to design/v15/budgetorder/BudgetOrderServiceOperation.yaml index e0ad3b0..39b3012 100644 --- a/design/v11/budgetorder/BudgetOrderServiceOperation.yaml +++ b/design/v15/budgetorder/BudgetOrderServiceOperation.yaml @@ -11,7 +11,7 @@ BudgetOrderServiceOperation: format: int64 description: |
アカウントIDです。
-
Account ID
+
Account ID.
operand: type: array nullable: false diff --git a/design/v11/budgetorder/BudgetOrderServicePage.yaml b/design/v15/budgetorder/BudgetOrderServicePage.yaml similarity index 100% rename from design/v11/budgetorder/BudgetOrderServicePage.yaml rename to design/v15/budgetorder/BudgetOrderServicePage.yaml diff --git a/design/v11/budgetorder/BudgetOrderServiceReturnValue.yaml b/design/v15/budgetorder/BudgetOrderServiceReturnValue.yaml similarity index 100% rename from design/v11/budgetorder/BudgetOrderServiceReturnValue.yaml rename to design/v15/budgetorder/BudgetOrderServiceReturnValue.yaml diff --git a/design/v11/budgetorder/BudgetOrderServiceSelector.yaml b/design/v15/budgetorder/BudgetOrderServiceSelector.yaml similarity index 62% rename from design/v11/budgetorder/BudgetOrderServiceSelector.yaml rename to design/v15/budgetorder/BudgetOrderServiceSelector.yaml index d731d7a..a2ff65e 100644 --- a/design/v11/budgetorder/BudgetOrderServiceSelector.yaml +++ b/design/v15/budgetorder/BudgetOrderServiceSelector.yaml @@ -24,8 +24,8 @@ BudgetOrderServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -33,8 +33,8 @@ BudgetOrderServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: BudgetOrderServiceSelector description: |
BudgetOrderServiceSelectorオブジェクトは、取得するアカウント予算を指定します。
diff --git a/design/v11/budgetorder/BudgetOrderServiceValue.yaml b/design/v15/budgetorder/BudgetOrderServiceValue.yaml similarity index 100% rename from design/v11/budgetorder/BudgetOrderServiceValue.yaml rename to design/v15/budgetorder/BudgetOrderServiceValue.yaml diff --git a/design/v11/campaign/Campaign.yaml b/design/v15/campaign/Campaign.yaml similarity index 94% rename from design/v11/campaign/Campaign.yaml rename to design/v15/campaign/Campaign.yaml index 4af4052..7d0a80d 100644 --- a/design/v11/campaign/Campaign.yaml +++ b/design/v15/campaign/Campaign.yaml @@ -118,6 +118,14 @@ Campaign: description: |
キャンペーンが作成された日です。
※フォーマット:yyyyMMdd
Date of Campaign made.
* Format: yyyyMMdd
+ updatedDate: + type: string + nullable: true + description: | +
キャンペーンが更新された日です。
※フォーマット:yyyyMMdd
+
Date of Campaign updated.
* Format: yyyyMMdd
+ conversionSetting: + $ref: 'CampaignServiceConversionSetting.yaml#/CampaignServiceConversionSetting' title: Campaign description: |
Campaignオブジェクトは、キャンペーンの情報を表します。
diff --git a/design/v11/campaign/CampaignServiceAppOsType.yaml b/design/v15/campaign/CampaignServiceAppOsType.yaml similarity index 95% rename from design/v11/campaign/CampaignServiceAppOsType.yaml rename to design/v15/campaign/CampaignServiceAppOsType.yaml index dfd04df..bbe9c36 100644 --- a/design/v11/campaign/CampaignServiceAppOsType.yaml +++ b/design/v15/campaign/CampaignServiceAppOsType.yaml @@ -17,5 +17,5 @@ CampaignServiceAppOsType:
ANDROID
Android(Google Play)です。Android(Google Play)
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceBiddingScheme.yaml b/design/v15/campaign/CampaignServiceBiddingScheme.yaml similarity index 97% rename from design/v11/campaign/CampaignServiceBiddingScheme.yaml rename to design/v15/campaign/CampaignServiceBiddingScheme.yaml index ae53378..5034765 100644 --- a/design/v11/campaign/CampaignServiceBiddingScheme.yaml +++ b/design/v15/campaign/CampaignServiceBiddingScheme.yaml @@ -22,5 +22,5 @@ CampaignServiceBiddingScheme: description: |
CampaignServiceBiddingSchemeオブジェクトは、自動入札設定の詳細情報を表します。 (BiddingStrategyService以外用のオブジェクトです。)
ADD時、標準入札設定の場合、このフィールドは必須となり、ポートフォリオ入札設定の場合、設定不可となります。また、portfolioBiddingIdと同時に設定することはできません。
-
CampaignServiceBiddingScheme object displays the details of Auto Bidding setting.
+
CampaignServiceBiddingScheme object displays the details of auto bidding setting.
This field is required when Standard bidding is setting, and cannot be specified when Portfolio bidding is setting in ADD operation. It cannot be specified at the same times as portfolioBiddingId.
diff --git a/design/v11/campaign/CampaignServiceBiddingStrategy.yaml b/design/v15/campaign/CampaignServiceBiddingStrategy.yaml similarity index 98% rename from design/v11/campaign/CampaignServiceBiddingStrategy.yaml rename to design/v15/campaign/CampaignServiceBiddingStrategy.yaml index bd22afe..f2f4d3a 100644 --- a/design/v11/campaign/CampaignServiceBiddingStrategy.yaml +++ b/design/v15/campaign/CampaignServiceBiddingStrategy.yaml @@ -29,5 +29,5 @@ CampaignServiceBiddingStrategy: description: |
CampaignServiceBiddingStrategyオブジェクトは、自動入札設定方法を表します。
ADD時、biddingStrategyConfigurationは必須となります。また、failedBiddingStrategyConfigurationはレスポンスの際に返却されますが、リクエストの際には無視されます。
-
CampaignServiceBiddingStrategy object describes Auto Bidding setting.
+
CampaignServiceBiddingStrategy object describes auto bidding setting.
biddingStrategyConfiguration is required in ADD operation. Although failedBiddingStrategyConfiguration will be returned in the response, it will be ignored on input.
diff --git a/design/v11/campaign/CampaignServiceBiddingStrategyFailedReason.yaml b/design/v15/campaign/CampaignServiceBiddingStrategyFailedReason.yaml similarity index 84% rename from design/v11/campaign/CampaignServiceBiddingStrategyFailedReason.yaml rename to design/v15/campaign/CampaignServiceBiddingStrategyFailedReason.yaml index 5716cc4..5603573 100644 --- a/design/v11/campaign/CampaignServiceBiddingStrategyFailedReason.yaml +++ b/design/v15/campaign/CampaignServiceBiddingStrategyFailedReason.yaml @@ -12,22 +12,22 @@ CampaignServiceBiddingStrategyFailedReason: description: |
CampaignServiceBiddingStrategyFailedReasonは、自動入札設定の結果(失敗原因)です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
CampaignServiceBiddingStrategyFailedReason object displays the failure reason of Auto Bidding setting.
+
CampaignServiceBiddingStrategyFailedReason object displays the failure reason of auto bidding setting.
Although this field will be returned in the response, it will be ignored on input.
FAILURE
-
原因不明です。Failed [Cause unknown]
+
原因不明です。Failed [Cause unknown].
CONVERSION_TRACKING_NOT_ENABLED
-
コンバージョン測定タグが発行されていません。Failed [Invalid conversion tracking]
+
コンバージョン測定タグが発行されていません。Failed [Invalid conversion tracking].
NOT_ENOUGH_CONVERSIONS
-
コンバージョンの情報が十分でありません。Failed [Not enough conversion information]
+
コンバージョンの情報が十分でありません。Failed [Not enough conversion information].
CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER
-
コンバージョンオプティマイザーの情報は作成不可です。Failed [Cannot create conversion optimizer information]
+
コンバージョンオプティマイザーの情報は作成不可です。Failed [Cannot create conversion optimizer information].
BIDDING_STRATEGY_CANNOT_BE_OVERRIDDEN
-
自動入札設定の上書きができません。Failed [Cannot override Auto bidding]
+
自動入札設定の上書きができません。Failed [Cannot override Auto bidding].
NOT_CPC_CAMPAIGN
-
手動入札ではありません。Failed [Not CPC Campaign]
+
手動入札ではありません。Failed [Not CPC Campaign].
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
title: CampaignServiceBiddingStrategyFailedReason diff --git a/design/v11/campaign/CampaignServiceBiddingStrategySource.yaml b/design/v15/campaign/CampaignServiceBiddingStrategySource.yaml similarity index 87% rename from design/v11/campaign/CampaignServiceBiddingStrategySource.yaml rename to design/v15/campaign/CampaignServiceBiddingStrategySource.yaml index df00f9d..abf3e3b 100644 --- a/design/v11/campaign/CampaignServiceBiddingStrategySource.yaml +++ b/design/v15/campaign/CampaignServiceBiddingStrategySource.yaml @@ -11,8 +11,8 @@ CampaignServiceBiddingStrategySource: This field will be ignored in ADD operation.
CAMPAIGN
-
キャンペーンです。Campaign
+
キャンペーンです。Campaign.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
title: CampaignServiceBiddingStrategySource diff --git a/design/v11/campaign/CampaignServiceBiddingStrategyType.yaml b/design/v15/campaign/CampaignServiceBiddingStrategyType.yaml similarity index 97% rename from design/v11/campaign/CampaignServiceBiddingStrategyType.yaml rename to design/v15/campaign/CampaignServiceBiddingStrategyType.yaml index 2e8db3e..dd99ebc 100644 --- a/design/v11/campaign/CampaignServiceBiddingStrategyType.yaml +++ b/design/v15/campaign/CampaignServiceBiddingStrategyType.yaml @@ -13,7 +13,7 @@ CampaignServiceBiddingStrategyType: description: |
CampaignServiceBiddingStrategyTypeは、自動入札タイプを表します。
ADD時、標準入札設定の場合、このフィールドは必須となり、ポートフォリオ入札設定の場合、省略可能となります。
-
CampaignServiceBiddingStrategyType displays the Auto Bidding type.
+
CampaignServiceBiddingStrategyType displays the auto bidding type.
This field is required when Standard bidding is setting, and is optional when Portfolio bidding is setting in ADD operation.
CPC
@@ -31,6 +31,6 @@ CampaignServiceBiddingStrategyType:
TARGET_IMPRESSION_SHARE
インプレッションシェアの目標値です。
※キャンペーンに適用可能です。広告グループには現在設定できません。
Target value of impression share.
* Applicable for campaign. Currently not available for ad group.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
title: CampaignServiceBiddingStrategyType diff --git a/design/v15/campaign/CampaignServiceBudget.yaml b/design/v15/campaign/CampaignServiceBudget.yaml new file mode 100644 index 0000000..9295b98 --- /dev/null +++ b/design/v15/campaign/CampaignServiceBudget.yaml @@ -0,0 +1,36 @@ +CampaignServiceBudget: + type: object + nullable: true + properties: + amount: + type: integer + nullable: true + format: int64 + description: | +
1日単位のキャンペーン予算利用金額です。
+ ADDおよびSET時、個別予算を設定する場合、このフィールドは必須となり、共有予算を設定する場合、設定不可となります。また、campaignBudgetIdと同時に設定することはできません。
+
Amount of budget of Campaign.
+ In ADD and SET operation, this field is required when setting individual budgets, and is not allowed when setting shared budgets. This field cannot be set at the same time as campaignBudgetId.
+ campaignBudgetId: + type: integer + nullable: true + format: int64 + description: | +
共有予算IDです。
+ ADDおよびSET時、個別予算を設定する場合、このフィールドは設定不可となり、共有予算を設定する場合、必須となります。また、amountと同時に設定することはできません。
+
CampaignBudget ID.
+ In ADD and SET operation, this field is not allowed when setting individual budgets, and is required when setting shared budgets. This field cannot be set at the same time as amount.
+ campaignBudgetName: + type: string + nullable: true + description: | +
共有予算名です。
+ ADDおよびSET時、このフィールドは無視されます。
+
CampaignBudget name.
+ This field will be ignored in ADD and SET operation.
+ title: CampaignServiceBudget + description: | +
CampaignServiceBudgetオブジェクトは、キャンペーン予算に関する情報を表します。
+ このフィールドは、ADD時に必須となり、SET時は省略可能となります。
+
CampaignServiceBudget object displays budget information for campaign.
+ This field is required in ADD operation, and will be optional in SET operation.
diff --git a/design/v11/campaign/CampaignServiceBudgetAmountRange.yaml b/design/v15/campaign/CampaignServiceBudgetAmountRange.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceBudgetAmountRange.yaml rename to design/v15/campaign/CampaignServiceBudgetAmountRange.yaml diff --git a/design/v11/campaign/CampaignServiceBudgetDeliveryMethod.yaml b/design/v15/campaign/CampaignServiceBudgetDeliveryMethod.yaml similarity index 95% rename from design/v11/campaign/CampaignServiceBudgetDeliveryMethod.yaml rename to design/v15/campaign/CampaignServiceBudgetDeliveryMethod.yaml index d7f8ddb..aa024af 100644 --- a/design/v11/campaign/CampaignServiceBudgetDeliveryMethod.yaml +++ b/design/v15/campaign/CampaignServiceBudgetDeliveryMethod.yaml @@ -14,6 +14,6 @@ CampaignServiceBudgetDeliveryMethod:
ACCELERATED
できるだけ早く広告を配信します。The budget server will not throttle serving, and ads will serve as fast as possible.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
title: CampaignServiceBudgetDeliveryMethod diff --git a/design/v15/campaign/CampaignServiceCampaignConversionGoals.yaml b/design/v15/campaign/CampaignServiceCampaignConversionGoals.yaml new file mode 100644 index 0000000..0bb8dfe --- /dev/null +++ b/design/v15/campaign/CampaignServiceCampaignConversionGoals.yaml @@ -0,0 +1,20 @@ +CampaignServiceCampaignConversionGoals: + type: object + nullable: true + properties: + source: + $ref: 'CampaignServiceConversionSource.yaml#/CampaignServiceConversionSource' + category: + $ref: 'CampaignServiceConversionActionCategory.yaml#/CampaignServiceConversionActionCategory' + title: CampaignServiceCampaignConversionGoals + description: | +
CampaignServiceCampaignConversionGoalsは、コンバージョンの発生元と目的を表します。
+ ConversionTrackerに存在しないSourceとCategoryの組み合わせを指定した場合、エラーコード「I0001」となり、detailsのrequestKeyには
+ ・conversionSetting/campaignConversionGoals[]/source
+ ・conversionSetting/campaignConversionGoals[]/category
+ が返却されるため、ConversionTrackerの状態をご確認ください。
+
CampaignServiceCampaignConversionGoals displays the combination of conversion source and purpose.
+ The error code "I0001" will be returned if you specify a Source and Category combination that does not exist in ConversionTracker.The requestKey in the details will contain:
+ * conversionSetting/campaignConversionGoals[]/source
+ * conversionSetting/campaignConversionGoals[]/category
+ Therefore, please check the content of ConversionTracker.
diff --git a/design/v11/campaign/CampaignServiceContainsLabel.yaml b/design/v15/campaign/CampaignServiceContainsLabel.yaml similarity index 72% rename from design/v11/campaign/CampaignServiceContainsLabel.yaml rename to design/v15/campaign/CampaignServiceContainsLabel.yaml index d17e1da..ad22368 100644 --- a/design/v11/campaign/CampaignServiceContainsLabel.yaml +++ b/design/v15/campaign/CampaignServiceContainsLabel.yaml @@ -3,9 +3,9 @@ CampaignServiceContainsLabel: nullable: true title: CampaignServiceContainsLabel description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
diff --git a/design/v15/campaign/CampaignServiceConversionActionCategory.yaml b/design/v15/campaign/CampaignServiceConversionActionCategory.yaml new file mode 100644 index 0000000..6c3cbca --- /dev/null +++ b/design/v15/campaign/CampaignServiceConversionActionCategory.yaml @@ -0,0 +1,75 @@ +CampaignServiceConversionActionCategory: + type: string + nullable: true + enum: + - DEFAULT + - PAGE_VIEW + - PURCHASE + - SIGNUP + - DOWNLOAD + - ADD_TO_CART + - BEGIN_CHECKOUT + - SUBSCRIBE_PAID + - PHONE_CALL_LEAD + - SUBMIT_LEAD_FORM + - BOOK_APPOINTMENT + - REQUEST_QUOTE + - GET_DIRECTIONS + - OUTBOUND_CLICK + - CONTACT + - ENGAGEMENT + - STORE_VISIT + - STORE_SALE + - QUALIFIED_LEAD + - CONVERTED_LEAD + - UNKNOWN + title: CampaignServiceConversionActionCategory + description: | +
CampaignServiceConversionActionCategory、コンバージョン測定の目的です。
+ ADD時およびSET時、このフィールドはcampaignConversionGoals配下では必須となります。
+
CampaignServiceConversionActionCategory is conversion tracking purpose.
+ Under campaignConversionGoals, this field is required in ADD and SET operation.
+
+
DEFAULT
+
その他です。Others.
+
PAGE_VIEW
+
主要なページの閲覧です。
重要なページなど特定ページの閲覧数の測定を行います。
Page Access.
This is used to measure page views of specific page such as an important page.
+
PURCHASE
+
購入/販売です。
商品の注文やサービスへのお申し込みなど、販売につながった測定を行います。
Purchase/Sales.
It is used to measure sales such as order and application of the items or service.
+
SIGNUP
+
お申し込みです。
会員やメールマガジンの登録数などの測定を行います。
Application.
It is used to measure registration of membership or subscription.
+
DOWNLOAD
+
ダウンロードです。
※広告管理ツールおよびレポート上での表示は「その他」になります。
Download.
*This will be displayed as Others in Campaign Management Tool and Reports.
+
ADD_TO_CART
+
カートへの追加です。Add to cart.
+
BEGIN_CHECKOUT
+
決済の開始です。Begin checkout.
+
SUBSCRIBE_PAID
+
定期購入です。Subscription.
+
PHONE_CALL_LEAD
+
架電です。Phone call leads.
+
SUBMIT_LEAD_FORM
+
見込み客のフォーム送信です。Form submission by prospect.
+
BOOK_APPOINTMENT
+
予約です。Reservation.
+
REQUEST_QUOTE
+
見積もりのリクエストです。Request a quote.
+
GET_DIRECTIONS
+
ルート・乗換案内です。Route / transfer information.
+
OUTBOUND_CLICK
+
離脱クリックです。Withdrawal click.
+
CONTACT
+
連絡先です。Contact.
+
ENGAGEMENT
+
タグの発火です。Engagements.
+
STORE_VISIT
+
実店舗に来店です。Store visits.
+
STORE_SALE
+
実店舗で購入です。Store sales.
+
QUALIFIED_LEAD
+
有望な見込み客です。Qualified leads.
+
CONVERTED_LEAD
+
取引歴のある見込み客です。Converted leads.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v11/campaign/CampaignServiceConversionOptimizerEligibility.yaml b/design/v15/campaign/CampaignServiceConversionOptimizerEligibility.yaml similarity index 97% rename from design/v11/campaign/CampaignServiceConversionOptimizerEligibility.yaml rename to design/v15/campaign/CampaignServiceConversionOptimizerEligibility.yaml index 17c4ecb..9bd3cbb 100644 --- a/design/v11/campaign/CampaignServiceConversionOptimizerEligibility.yaml +++ b/design/v15/campaign/CampaignServiceConversionOptimizerEligibility.yaml @@ -28,6 +28,6 @@ CampaignServiceConversionOptimizerEligibility:
NOT_ENOUGH_CONVERSIONS
コンバージョンの実績が十分ではありません。Conversion performance is not enough.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
title: CampaignServiceConversionOptimizerEligibility diff --git a/design/v15/campaign/CampaignServiceConversionSetting.yaml b/design/v15/campaign/CampaignServiceConversionSetting.yaml new file mode 100644 index 0000000..979f43e --- /dev/null +++ b/design/v15/campaign/CampaignServiceConversionSetting.yaml @@ -0,0 +1,24 @@ +CampaignServiceConversionSetting: + type: object + nullable: true + properties: + conversionGroupId: + type: integer + nullable: true + format: int64 + description: | +
コンバージョングループIDです。
+
Conversion Group ID.
+ goalConfigLevel: + $ref: 'CampaignServiceGoalConfigLevel.yaml#/CampaignServiceGoalConfigLevel' + campaignConversionGoals: + type: array + nullable: true + items: + $ref: 'CampaignServiceCampaignConversionGoals.yaml#/CampaignServiceCampaignConversionGoals' + title: CampaignServiceConversionSetting + description: | +
CampaignServiceConversionSettingオブジェクトは、コンバージョン設定を表します。
+ conversionGroupId = null かつ campaignConversionGoals = null の際は goalConfigLevel = ACCOUNT を設定してください。
+
CampaignServiceConversionSetting object display the conversion setting.
+ When both conversionGroupId and campaignConversionGoals are null, please set "goalConfigLevel = ACCOUNT".
diff --git a/design/v15/campaign/CampaignServiceConversionSource.yaml b/design/v15/campaign/CampaignServiceConversionSource.yaml new file mode 100644 index 0000000..6aa198d --- /dev/null +++ b/design/v15/campaign/CampaignServiceConversionSource.yaml @@ -0,0 +1,24 @@ +CampaignServiceConversionSource: + type: string + nullable: true + enum: + - WEBSITE + - APP + - CALL_FROM_ADS + - UNKNOWN + title: CampaignServiceConversionSource + description: | +
CampaignServiceConversionSource、コンバージョン発生元です。
+ ADD時およびSET時、このフィールドはcampaignConversionGoals配下では必須となります。
+
CampaignServiceConversionSource is conversion source.
+ Under campaignConversionGoals, this field is required in ADD and SET operation.
+
+
WEBSITE
+
ウェブサイトWebsite
+
APP
+
アプリApp
+
CALL_FROM_ADS
+
電話Phone call
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v11/campaign/CampaignServiceCpcBiddingScheme.yaml b/design/v15/campaign/CampaignServiceCpcBiddingScheme.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceCpcBiddingScheme.yaml rename to design/v15/campaign/CampaignServiceCpcBiddingScheme.yaml diff --git a/design/v11/campaign/CampaignServiceCreatedDateRange.yaml b/design/v15/campaign/CampaignServiceCreatedDateRange.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceCreatedDateRange.yaml rename to design/v15/campaign/CampaignServiceCreatedDateRange.yaml diff --git a/design/v11/campaign/CampaignServiceCustomParameter.yaml b/design/v15/campaign/CampaignServiceCustomParameter.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceCustomParameter.yaml rename to design/v15/campaign/CampaignServiceCustomParameter.yaml diff --git a/design/v11/campaign/CampaignServiceCustomParameters.yaml b/design/v15/campaign/CampaignServiceCustomParameters.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceCustomParameters.yaml rename to design/v15/campaign/CampaignServiceCustomParameters.yaml diff --git a/design/v11/campaign/CampaignServiceDasUseUrlsType.yaml b/design/v15/campaign/CampaignServiceDasUseUrlsType.yaml similarity index 96% rename from design/v11/campaign/CampaignServiceDasUseUrlsType.yaml rename to design/v15/campaign/CampaignServiceDasUseUrlsType.yaml index fff91c2..58f33fd 100644 --- a/design/v11/campaign/CampaignServiceDasUseUrlsType.yaml +++ b/design/v15/campaign/CampaignServiceDasUseUrlsType.yaml @@ -17,6 +17,6 @@ CampaignServiceDasUseUrlsType:
DOMAIN_AND_SUPPLIED_URLS
TopDomainからの自動クローリングと、PageFeedで指定されたURLの双方に配信します。It will be delivered to both the automatic crawling from the TopDomain and the URL specified in PageFeed.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
title: CampaignServiceDasUseUrlsType diff --git a/design/v11/campaign/CampaignServiceDynamicAdsForSearchSetting.yaml b/design/v15/campaign/CampaignServiceDynamicAdsForSearchSetting.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceDynamicAdsForSearchSetting.yaml rename to design/v15/campaign/CampaignServiceDynamicAdsForSearchSetting.yaml diff --git a/design/v11/campaign/CampaignServiceEnhancedCpcEnabled.yaml b/design/v15/campaign/CampaignServiceEnhancedCpcEnabled.yaml similarity index 95% rename from design/v11/campaign/CampaignServiceEnhancedCpcEnabled.yaml rename to design/v15/campaign/CampaignServiceEnhancedCpcEnabled.yaml index 2049301..e239dd2 100644 --- a/design/v11/campaign/CampaignServiceEnhancedCpcEnabled.yaml +++ b/design/v15/campaign/CampaignServiceEnhancedCpcEnabled.yaml @@ -17,5 +17,5 @@ CampaignServiceEnhancedCpcEnabled:
FALSE
入札設定からコンバージョンの最大化を解除するInvalidate the setting of Maximize Conversions
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceGeoTargetType.yaml b/design/v15/campaign/CampaignServiceGeoTargetType.yaml similarity index 95% rename from design/v11/campaign/CampaignServiceGeoTargetType.yaml rename to design/v15/campaign/CampaignServiceGeoTargetType.yaml index 21f60f1..9f839c2 100644 --- a/design/v11/campaign/CampaignServiceGeoTargetType.yaml +++ b/design/v15/campaign/CampaignServiceGeoTargetType.yaml @@ -12,7 +12,7 @@ CampaignServiceGeoTargetType: ADD時、このフィールドは省略可能となります。その際、デフォルト設定値は以下の通りになります。
ターゲット地域設定の場合:DONT_CARE
除外ターゲット地域設定の場合:LOCATION_OF_PRESENCE
-
CampaignServiceGeoTargetType specifies Advanced Location options of Geo Targeting.
+
CampaignServiceGeoTargetType specifies advanced location options of Geo Targeting.
This field is optional in ADD operation. The default settings are as follows.
Positive Geo Target: DONT_CARE
Negative Geo Target: LOCATION_OF_PRESENCE
@@ -24,5 +24,5 @@ CampaignServiceGeoTargetType:
LOCATION_OF_PRESENCE
ターゲット地域設定の場合:
対象地域に所在する可能性があるユーザーにのみ、広告を配信します。
除外ターゲット地域設定の場合:対象地域に所在する可能性があるユーザーには、広告は配信されません。
Positive Geo Target (Advanced location options):
Your ads will be displayed only to users who may be in the targeted area.
Negative Geo Target (Location Exclusion options):
Your ads will not be displayed to users who may be in the targeted areas.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceGeoTargetTypeSetting.yaml b/design/v15/campaign/CampaignServiceGeoTargetTypeSetting.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceGeoTargetTypeSetting.yaml rename to design/v15/campaign/CampaignServiceGeoTargetTypeSetting.yaml diff --git a/design/v11/campaign/CampaignServiceGetResponse.yaml b/design/v15/campaign/CampaignServiceGetResponse.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceGetResponse.yaml rename to design/v15/campaign/CampaignServiceGetResponse.yaml diff --git a/design/v15/campaign/CampaignServiceGoalConfigLevel.yaml b/design/v15/campaign/CampaignServiceGoalConfigLevel.yaml new file mode 100644 index 0000000..3ab6366 --- /dev/null +++ b/design/v15/campaign/CampaignServiceGoalConfigLevel.yaml @@ -0,0 +1,21 @@ +CampaignServiceGoalConfigLevel: + type: string + nullable: true + enum: + - ACCOUNT + - CAMPAIGN + - UNKNOWN + title: CampaignServiceGoalConfigLevel + description: | +
CampaignServiceGoalConfigLevel、最適化に使用するコンバージョンです。
+ ADD時およびSET時、このフィールドはconversionSetting配下では必須となります。
+
CampaignServiceGoalConfigLevel is conversion action for optimization.
+ Under conversionSetting, this field is required in ADD and SET operation.
+
+
ACCOUNT
+
アカウント単位です。Account
+
CAMPAIGN
+
キャンペーン単位です。Campaign
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v11/campaign/CampaignServiceIsRemove.yaml b/design/v15/campaign/CampaignServiceIsRemove.yaml similarity index 95% rename from design/v11/campaign/CampaignServiceIsRemove.yaml rename to design/v15/campaign/CampaignServiceIsRemove.yaml index 396a7ba..ee159fb 100644 --- a/design/v11/campaign/CampaignServiceIsRemove.yaml +++ b/design/v15/campaign/CampaignServiceIsRemove.yaml @@ -23,5 +23,5 @@ CampaignServiceIsRemove:
FALSE
項目の削除なし。not remove the information item.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceLabel.yaml b/design/v15/campaign/CampaignServiceLabel.yaml similarity index 62% rename from design/v11/campaign/CampaignServiceLabel.yaml rename to design/v15/campaign/CampaignServiceLabel.yaml index 918da9d..28e2198 100644 --- a/design/v11/campaign/CampaignServiceLabel.yaml +++ b/design/v15/campaign/CampaignServiceLabel.yaml @@ -7,29 +7,29 @@ CampaignServiceLabel: nullable: true description: |
カラーです。
-
Color
+
Color.
description: type: string nullable: true description: |
説明文です。
-
Description
+
Description.
labelId: type: integer nullable: true format: int64 description: |
ラベルIDです。
-
CampaignServiceLabel ID
+
Label ID.
labelName: type: string nullable: true description: |
ラベル名です。
-
CampaignServiceLabel Name
+
Label name.
title: CampaignServiceLabel description: |
紐づけられているラベル情報を表します。
- このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+ このフィールドは、リクエストの際は無視され、GET時のリクエストでcontainsLabelをtrueに指定した場合のみレスポンスされます。
CampaignServiceLabel object describes label information to be associated.
- Although this field will be returned in the response, it will be ignored on input.
+ This field is ignored in the request and is only included in the response if containsLabel is specified as true in the GET request.
diff --git a/design/v11/campaign/CampaignServiceMaximizeClicksBiddingScheme.yaml b/design/v15/campaign/CampaignServiceMaximizeClicksBiddingScheme.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceMaximizeClicksBiddingScheme.yaml rename to design/v15/campaign/CampaignServiceMaximizeClicksBiddingScheme.yaml diff --git a/design/v11/campaign/CampaignServiceMaximizeConversionValueBiddingScheme.yaml b/design/v15/campaign/CampaignServiceMaximizeConversionValueBiddingScheme.yaml similarity index 95% rename from design/v11/campaign/CampaignServiceMaximizeConversionValueBiddingScheme.yaml rename to design/v15/campaign/CampaignServiceMaximizeConversionValueBiddingScheme.yaml index 670f8b9..1052669 100644 --- a/design/v11/campaign/CampaignServiceMaximizeConversionValueBiddingScheme.yaml +++ b/design/v15/campaign/CampaignServiceMaximizeConversionValueBiddingScheme.yaml @@ -18,5 +18,5 @@ CampaignServiceMaximizeConversionValueBiddingScheme: description: |
CampaignServiceMaximizeConversionValueBiddingSchemeオブジェクトは、広告費用対効果の目標値の自動入札設定情報を表します。
ADD時、BiddingStrategyTypeがMAXIMIZE_CONVERSION_VALUEの場合、必須となり、それ以外では省略可能となります。
-
CampaignServiceMaximizeConversionValueBiddingScheme object displays Auto Bidding setting for Target ROAS.
+
CampaignServiceMaximizeConversionValueBiddingScheme object displays auto bidding setting for Target ROAS.
This field is required when BiddingStrategyType is 'MAXIMIZE_CONVERSION_VALUE' in ADD operation. For other BiddingStrategyType, this field is optional in ADD operation.
diff --git a/design/v11/campaign/CampaignServiceMaximizeConversionsBiddingScheme.yaml b/design/v15/campaign/CampaignServiceMaximizeConversionsBiddingScheme.yaml similarity index 95% rename from design/v11/campaign/CampaignServiceMaximizeConversionsBiddingScheme.yaml rename to design/v15/campaign/CampaignServiceMaximizeConversionsBiddingScheme.yaml index 59a8f7a..8599c7e 100644 --- a/design/v11/campaign/CampaignServiceMaximizeConversionsBiddingScheme.yaml +++ b/design/v15/campaign/CampaignServiceMaximizeConversionsBiddingScheme.yaml @@ -18,5 +18,5 @@ CampaignServiceMaximizeConversionsBiddingScheme: description: |
CampaignServiceMaximizeConversionsBiddingSchemeオブジェクトは、コンバージョン単価の目標値の自動入札設定情報を表します。
ADD時、BiddingStrategyTypeがMAXIMIZE_CONVERSIONSの場合、必須となり、それ以外では省略可能となります。
-
CampaignServiceMaximizeConversionsBiddingScheme object displays Auto Bidding setting for Target CPA.
+
CampaignServiceMaximizeConversionsBiddingScheme object displays auto bidding setting for Target CPA.
This field is required when BiddingStrategyType is 'MAXIMIZE_CONVERSIONS' in ADD operation. For other BiddingStrategyType, this field is optional in ADD operation.
diff --git a/design/v11/campaign/CampaignServiceMutateResponse.yaml b/design/v15/campaign/CampaignServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceMutateResponse.yaml rename to design/v15/campaign/CampaignServiceMutateResponse.yaml diff --git a/design/v11/campaign/CampaignServiceOperation.yaml b/design/v15/campaign/CampaignServiceOperation.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceOperation.yaml rename to design/v15/campaign/CampaignServiceOperation.yaml diff --git a/design/v11/campaign/CampaignServicePage.yaml b/design/v15/campaign/CampaignServicePage.yaml similarity index 100% rename from design/v11/campaign/CampaignServicePage.yaml rename to design/v15/campaign/CampaignServicePage.yaml diff --git a/design/v11/campaign/CampaignServiceReturnValue.yaml b/design/v15/campaign/CampaignServiceReturnValue.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceReturnValue.yaml rename to design/v15/campaign/CampaignServiceReturnValue.yaml diff --git a/design/v11/campaign/CampaignServiceReviewUrl.yaml b/design/v15/campaign/CampaignServiceReviewUrl.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceReviewUrl.yaml rename to design/v15/campaign/CampaignServiceReviewUrl.yaml diff --git a/design/v11/campaign/CampaignServiceSelector.yaml b/design/v15/campaign/CampaignServiceSelector.yaml similarity index 72% rename from design/v11/campaign/CampaignServiceSelector.yaml rename to design/v15/campaign/CampaignServiceSelector.yaml index 45b03b8..8a24e77 100644 --- a/design/v11/campaign/CampaignServiceSelector.yaml +++ b/design/v15/campaign/CampaignServiceSelector.yaml @@ -35,14 +35,25 @@ CampaignServiceSelector: ※指定しない場合は、フィルタ条件に すべてのキャンペーンが含まれます。
Search condition: Campaign ID
* All campaign will return, if no campaign are not specified.
+ campaignBudgetIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 1000 + description: | +
検索条件:共有予算IDです。
+
Search condition: Campaign budget ID.
containsLabel: type: boolean nullable: true description: | -
ラベルID取得フラグです。
+
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
-
Flag of contains label ID.
+
Flag of contains label information.
This field is optional. The default value will be false.
labelIds: @@ -66,8 +77,8 @@ CampaignServiceSelector: maximum: 10000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -75,8 +86,8 @@ CampaignServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
userStatuses: type: array nullable: true @@ -85,6 +96,8 @@ CampaignServiceSelector: maxItems: 2 createdDateRange: $ref: 'CampaignServiceCreatedDateRange.yaml#/CampaignServiceCreatedDateRange' + updatedDateRange: + $ref: 'CampaignServiceUpdatedDateRange.yaml#/CampaignServiceUpdatedDateRange' budgetAmountRange: $ref: 'CampaignServiceBudgetAmountRange.yaml#/CampaignServiceBudgetAmountRange' title: CampaignServiceSelector diff --git a/design/v11/campaign/CampaignServiceServingStatus.yaml b/design/v15/campaign/CampaignServiceServingStatus.yaml similarity index 97% rename from design/v11/campaign/CampaignServiceServingStatus.yaml rename to design/v15/campaign/CampaignServiceServingStatus.yaml index 6546b5f..efa3c9e 100644 --- a/design/v11/campaign/CampaignServiceServingStatus.yaml +++ b/design/v15/campaign/CampaignServiceServingStatus.yaml @@ -23,5 +23,5 @@ CampaignServiceServingStatus:
STOP
キャンペーンは、現在配信されていません。The campaign has been suspended.
(Reason may from lack of allocated funds)
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceSettingType.yaml b/design/v15/campaign/CampaignServiceSettingType.yaml similarity index 94% rename from design/v11/campaign/CampaignServiceSettingType.yaml rename to design/v15/campaign/CampaignServiceSettingType.yaml index 3817c04..e03efbf 100644 --- a/design/v11/campaign/CampaignServiceSettingType.yaml +++ b/design/v15/campaign/CampaignServiceSettingType.yaml @@ -16,9 +16,9 @@ CampaignServiceSettingType:
GEO_TARGET_TYPE_SETTING
キャンペーンの地域ターゲットの設定です。Setting of Geographic Targeting on the Campaign.
TARGET_LIST_SETTING
-
サイトリターゲティングの設定です。Setting of Site Retargeting.
+
サイトリターゲティングの設定です。Setting of site retargeting.
DYNAMIC_ADS_FOR_SEARCH_SETTING
動的検索連動型広告の設定です。Setting of Dynamic ads for search.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceSettings.yaml b/design/v15/campaign/CampaignServiceSettings.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceSettings.yaml rename to design/v15/campaign/CampaignServiceSettings.yaml diff --git a/design/v11/campaign/CampaignServiceTargetAll.yaml b/design/v15/campaign/CampaignServiceTargetAll.yaml similarity index 87% rename from design/v11/campaign/CampaignServiceTargetAll.yaml rename to design/v15/campaign/CampaignServiceTargetAll.yaml index 1816ae9..50ca4b5 100644 --- a/design/v11/campaign/CampaignServiceTargetAll.yaml +++ b/design/v15/campaign/CampaignServiceTargetAll.yaml @@ -13,9 +13,9 @@ CampaignServiceTargetAll: This field is required in ADD and SET operation.
ACTIVE
-
すべてのユーザーを配信対象とします。
ターゲットリストのユーザーは入札価格調整率の適用のみ行います。
All users are target of ad delivery.
Only applying bid adjustment rate is done for users on the Target List.
+
すべてのユーザーを配信対象とします。
ターゲットリストのユーザーは入札価格調整率の適用のみ行います。
All users are target of ad delivery.
Only applying bid adjustment rate is done for users on the target list.
DEACTIVE
-
ターゲットリストのユーザーのみを配信対象とします。
また、ターゲットリストのユーザーに対して入札価格調整率を適用します。
Users on the Target List are target of ad delivery.
And bid adjustment rate is applied to users on the Target List.
+
ターゲットリストのユーザーのみを配信対象とします。
また、ターゲットリストのユーザーに対して入札価格調整率を適用します。
Users on the Target List are target of ad delivery.
And bid adjustment rate is applied to users on the target list.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceTargetCpaBiddingScheme.yaml b/design/v15/campaign/CampaignServiceTargetCpaBiddingScheme.yaml similarity index 97% rename from design/v11/campaign/CampaignServiceTargetCpaBiddingScheme.yaml rename to design/v15/campaign/CampaignServiceTargetCpaBiddingScheme.yaml index 868b186..d300560 100644 --- a/design/v11/campaign/CampaignServiceTargetCpaBiddingScheme.yaml +++ b/design/v15/campaign/CampaignServiceTargetCpaBiddingScheme.yaml @@ -35,5 +35,5 @@ CampaignServiceTargetCpaBiddingScheme: description: |
CampaignServiceTargetCpaBiddingSchemeオブジェクトは、コンバージョン単価の目標値の自動入札設定情報を表します。 (BiddingStrategyService以外用のオブジェクトです。)
ADD時、BiddingStrategyTypeがTARGET_CPAの場合、必須となり、それ以外では省略可能となります。
-
CampaignServiceTargetCpaBiddingScheme object displays Auto Bidding setting for Target CPA.
+
CampaignServiceTargetCpaBiddingScheme object displays auto bidding setting for target CPA.
This field is required when BiddingStrategyType is 'TARGET_CPA' in ADD operation. For other BiddingStrategyType, this field is optional in ADD operation.
diff --git a/design/v11/campaign/CampaignServiceTargetImpressionShareLocation.yaml b/design/v15/campaign/CampaignServiceTargetImpressionShareLocation.yaml similarity index 96% rename from design/v11/campaign/CampaignServiceTargetImpressionShareLocation.yaml rename to design/v15/campaign/CampaignServiceTargetImpressionShareLocation.yaml index 9aa5e4d..5d0bc62 100644 --- a/design/v11/campaign/CampaignServiceTargetImpressionShareLocation.yaml +++ b/design/v15/campaign/CampaignServiceTargetImpressionShareLocation.yaml @@ -20,5 +20,5 @@ CampaignServiceTargetImpressionShareLocation:
ABSOLUTE_TOP_OF_PAGE
ページ最上部です。Absolute top of a page.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceTargetImpressionShareScheme.yaml b/design/v15/campaign/CampaignServiceTargetImpressionShareScheme.yaml similarity index 61% rename from design/v11/campaign/CampaignServiceTargetImpressionShareScheme.yaml rename to design/v15/campaign/CampaignServiceTargetImpressionShareScheme.yaml index 6382ec0..e4e1391 100644 --- a/design/v11/campaign/CampaignServiceTargetImpressionShareScheme.yaml +++ b/design/v15/campaign/CampaignServiceTargetImpressionShareScheme.yaml @@ -10,11 +10,17 @@ CampaignServiceTargetImpressionShareScheme: format: int64 description: |
入札価格の上限です。
- このフィールドは省略可能となります。その際、デフォルト設定値は0となります。
- ※「0」が設定された場合、上限設定はありません。
-
Limit of bid (CPC).
- This field is optional. The default value will be 0.
- * No limits if "0" is set.
+ 入札価格の上限の詳細は以下のヘルプを参照してください。
+ ・自動入札タイプ「ページ最上部掲載」【検索広告】
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+ ただし、他の入札戦略から「ページ最上部掲載」へ変更される場合はSET時でも必須となります。 +
+
Bid Limit.
+ Refer to the following help.
+ * Autobidding type absolute top placement [Search Ads]
+ This field is required in ADD operation, and will be optional in SET operation.
+ If the 'Absolute top placement' type is specified in a SET operation from another bidding strategy type, this field will be required. +
targetImpressionShare: type: integer nullable: true diff --git a/design/v11/campaign/CampaignServiceTargetRoasBiddingScheme.yaml b/design/v15/campaign/CampaignServiceTargetRoasBiddingScheme.yaml similarity index 97% rename from design/v11/campaign/CampaignServiceTargetRoasBiddingScheme.yaml rename to design/v15/campaign/CampaignServiceTargetRoasBiddingScheme.yaml index e9d3997..fc0a473 100644 --- a/design/v11/campaign/CampaignServiceTargetRoasBiddingScheme.yaml +++ b/design/v15/campaign/CampaignServiceTargetRoasBiddingScheme.yaml @@ -32,5 +32,5 @@ CampaignServiceTargetRoasBiddingScheme: description: |
CampaignServiceTargetRoasBiddingSchemeオブジェクトは、広告費用対効果の目標値の自動入札設定情報を表します。 (BiddingStrategyService以外用のオブジェクトです。)
ADD時、BiddingStrategyTypeがTARGET_ROASの場合、必須となり、それ以外では省略可能となります。
-
CampaignServiceTargetRoasBiddingScheme object displays Auto Bidding setting for Target ROAS. *This is an object for anything other than BiddingStrategyService.
+
CampaignServiceTargetRoasBiddingScheme object displays auto bidding setting for Target ROAS. *This is an object for anything other than BiddingStrategyService.
This field is required when BiddingStrategyType is 'TARGET_ROAS' in ADD operation. For other BiddingStrategyType, this field is optional in ADD operation.
diff --git a/design/v11/campaign/CampaignServiceTargetingSetting.yaml b/design/v15/campaign/CampaignServiceTargetingSetting.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceTargetingSetting.yaml rename to design/v15/campaign/CampaignServiceTargetingSetting.yaml diff --git a/design/v11/campaign/CampaignServiceType.yaml b/design/v15/campaign/CampaignServiceType.yaml similarity index 96% rename from design/v11/campaign/CampaignServiceType.yaml rename to design/v15/campaign/CampaignServiceType.yaml index 5e10132..84f4297 100644 --- a/design/v11/campaign/CampaignServiceType.yaml +++ b/design/v15/campaign/CampaignServiceType.yaml @@ -20,5 +20,5 @@ CampaignServiceType:
DYNAMIC_ADS_FOR_SEARCH
動的検索連動型広告用キャンペーンです。Dynamic ads for search campaign.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v15/campaign/CampaignServiceUpdatedDateRange.yaml b/design/v15/campaign/CampaignServiceUpdatedDateRange.yaml new file mode 100644 index 0000000..fdfaec5 --- /dev/null +++ b/design/v15/campaign/CampaignServiceUpdatedDateRange.yaml @@ -0,0 +1,44 @@ +CampaignServiceUpdatedDateRange: + type: object + nullable: true + properties: + startDate: + type: string + nullable: true + description: | +
+ 検索対象期間の開始日です。
+ ※フォーマット:yyyyMMdd +
+
+ This is the start date of the search target period.
+ * Format: yyyyMMdd +
+ endDate: + type: string + nullable: true + description: | +
+ 検索対象期間の終了日です。
+ ※フォーマット:yyyyMMdd +
+
+ This is the end date of the search target period.
+ * Format: yyyyMMdd +
+ title: CampaignServiceUpdatedDateRange + description: | +
+ 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. +
diff --git a/design/v11/campaign/CampaignServiceUrlApprovalStatus.yaml b/design/v15/campaign/CampaignServiceUrlApprovalStatus.yaml similarity index 96% rename from design/v11/campaign/CampaignServiceUrlApprovalStatus.yaml rename to design/v15/campaign/CampaignServiceUrlApprovalStatus.yaml index a4bd114..5e68e75 100644 --- a/design/v11/campaign/CampaignServiceUrlApprovalStatus.yaml +++ b/design/v15/campaign/CampaignServiceUrlApprovalStatus.yaml @@ -23,6 +23,6 @@ CampaignServiceUrlApprovalStatus:
APPROVED
審査で承認済です。Approved.
Ad can be displayed.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
title: CampaignServiceUrlApprovalStatus diff --git a/design/v11/campaign/CampaignServiceUrlReviewData.yaml b/design/v15/campaign/CampaignServiceUrlReviewData.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceUrlReviewData.yaml rename to design/v15/campaign/CampaignServiceUrlReviewData.yaml diff --git a/design/v11/campaign/CampaignServiceUserStatus.yaml b/design/v15/campaign/CampaignServiceUserStatus.yaml similarity index 95% rename from design/v11/campaign/CampaignServiceUserStatus.yaml rename to design/v15/campaign/CampaignServiceUserStatus.yaml index 6b1b5f4..0823a7d 100644 --- a/design/v11/campaign/CampaignServiceUserStatus.yaml +++ b/design/v15/campaign/CampaignServiceUserStatus.yaml @@ -17,5 +17,5 @@ CampaignServiceUserStatus:
PAUSED
広告は一時停止の状態のため、配信されていません。Currently ad is paused, which the delivery is not active.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaign/CampaignServiceValue.yaml b/design/v15/campaign/CampaignServiceValue.yaml similarity index 100% rename from design/v11/campaign/CampaignServiceValue.yaml rename to design/v15/campaign/CampaignServiceValue.yaml diff --git a/design/v11/campaignasset/CampaignAsset.yaml b/design/v15/campaignasset/CampaignAsset.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAsset.yaml rename to design/v15/campaignasset/CampaignAsset.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceGetResponse.yaml b/design/v15/campaignasset/CampaignAssetServiceGetResponse.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceGetResponse.yaml rename to design/v15/campaignasset/CampaignAssetServiceGetResponse.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceList.yaml b/design/v15/campaignasset/CampaignAssetServiceList.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceList.yaml rename to design/v15/campaignasset/CampaignAssetServiceList.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceMutateResponse.yaml b/design/v15/campaignasset/CampaignAssetServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceMutateResponse.yaml rename to design/v15/campaignasset/CampaignAssetServiceMutateResponse.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceOperation.yaml b/design/v15/campaignasset/CampaignAssetServiceOperation.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceOperation.yaml rename to design/v15/campaignasset/CampaignAssetServiceOperation.yaml diff --git a/design/v11/campaignasset/CampaignAssetServicePage.yaml b/design/v15/campaignasset/CampaignAssetServicePage.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServicePage.yaml rename to design/v15/campaignasset/CampaignAssetServicePage.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceReplaceOperation.yaml b/design/v15/campaignasset/CampaignAssetServiceReplaceOperation.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceReplaceOperation.yaml rename to design/v15/campaignasset/CampaignAssetServiceReplaceOperation.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceReplaceResponse.yaml b/design/v15/campaignasset/CampaignAssetServiceReplaceResponse.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceReplaceResponse.yaml rename to design/v15/campaignasset/CampaignAssetServiceReplaceResponse.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceReplaceReturnValue.yaml b/design/v15/campaignasset/CampaignAssetServiceReplaceReturnValue.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceReplaceReturnValue.yaml rename to design/v15/campaignasset/CampaignAssetServiceReplaceReturnValue.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceReplaceValue.yaml b/design/v15/campaignasset/CampaignAssetServiceReplaceValue.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceReplaceValue.yaml rename to design/v15/campaignasset/CampaignAssetServiceReplaceValue.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceReturnValue.yaml b/design/v15/campaignasset/CampaignAssetServiceReturnValue.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceReturnValue.yaml rename to design/v15/campaignasset/CampaignAssetServiceReturnValue.yaml diff --git a/design/v11/campaignasset/CampaignAssetServiceSelector.yaml b/design/v15/campaignasset/CampaignAssetServiceSelector.yaml similarity index 74% rename from design/v11/campaignasset/CampaignAssetServiceSelector.yaml rename to design/v15/campaignasset/CampaignAssetServiceSelector.yaml index 11e7fc1..ff71d4c 100644 --- a/design/v11/campaignasset/CampaignAssetServiceSelector.yaml +++ b/design/v15/campaignasset/CampaignAssetServiceSelector.yaml @@ -38,7 +38,7 @@ CampaignAssetServiceSelector: nullable: true items: $ref: 'CampaignAssetServiceType.yaml#/CampaignAssetServiceType' - maxItems: 4 + maxItems: 5 userStatuses: type: array nullable: true @@ -53,8 +53,8 @@ CampaignAssetServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -62,8 +62,8 @@ CampaignAssetServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: CampaignAssetServiceSelector description: |
CampaignAssetServiceSelectorオブジェクトは、アセット情報を指定します。
diff --git a/design/v11/campaignasset/CampaignAssetServiceType.yaml b/design/v15/campaignasset/CampaignAssetServiceType.yaml similarity index 86% rename from design/v11/campaignasset/CampaignAssetServiceType.yaml rename to design/v15/campaignasset/CampaignAssetServiceType.yaml index 4ba8d8a..46262ab 100644 --- a/design/v11/campaignasset/CampaignAssetServiceType.yaml +++ b/design/v15/campaignasset/CampaignAssetServiceType.yaml @@ -6,6 +6,7 @@ CampaignAssetServiceType: - CALL - CALLOUT - STRUCTURED_SNIPPET + - IMAGE - UNKNOWN title: CampaignAssetServiceType description: | @@ -22,6 +23,8 @@ CampaignAssetServiceType:
広告表示アセットのテキスト補足アセットです。Callout asset from ad display asset.
STRUCTURED_SNIPPET
広告表示アセットのカテゴリ補足アセットです。Category snippet asset from ad display asset.
+
IMAGE
+
広告表示アセットの画像アセットです。Image asset from ad display asset.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignasset/CampaignAssetServiceUserStatus.yaml b/design/v15/campaignasset/CampaignAssetServiceUserStatus.yaml similarity index 95% rename from design/v11/campaignasset/CampaignAssetServiceUserStatus.yaml rename to design/v15/campaignasset/CampaignAssetServiceUserStatus.yaml index bf00186..72c5c38 100644 --- a/design/v11/campaignasset/CampaignAssetServiceUserStatus.yaml +++ b/design/v15/campaignasset/CampaignAssetServiceUserStatus.yaml @@ -17,5 +17,5 @@ CampaignAssetServiceUserStatus:
PAUSED
ステータスは一時停止されています。Status is paused.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignasset/CampaignAssetServiceValue.yaml b/design/v15/campaignasset/CampaignAssetServiceValue.yaml similarity index 100% rename from design/v11/campaignasset/CampaignAssetServiceValue.yaml rename to design/v15/campaignasset/CampaignAssetServiceValue.yaml diff --git a/design/v15/campaignbudget/CampaignBudget.yaml b/design/v15/campaignbudget/CampaignBudget.yaml new file mode 100644 index 0000000..01fe571 --- /dev/null +++ b/design/v15/campaignbudget/CampaignBudget.yaml @@ -0,0 +1,40 @@ +CampaignBudget: + type: object + nullable: true + properties: + accountId: + type: integer + nullable: true + format: int64 + description: | +
アカウントIDです。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+
Account ID.
+ Although this field will be returned in the response, it will be ignored on input.
+ campaignBudgetId: + type: integer + nullable: true + format: int64 + description: | +
共有予算IDです。
+ このフィールドは、SETおよびREMOVE時に必須となり、ADD時に無視されます。
+
CampaignBudget ID.
This field is required in SET and REMOVE operation, and will be ignored in ADD operation.
+ campaignBudgetName: + type: string + nullable: true + description: | +
共有予算名です。
このフィールドは、ADD時に必須となり、SET時に省略可能となります。
+
CampaignBudget name.
This field is required in ADD operation, and will be optional in SET operation.
+ amount: + type: integer + nullable: true + format: int64 + description: | +
共有予算の金額です。
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。
+
Amount of budget of Campaign.
+ This field is required in ADD operation, and is optional in SET operation.
+ title: CampaignBudget + description: | +
CampaignBudgetオブジェクトは、共有予算の情報を格納します。
+
CampaignBudget object contains the information of CampaignBudget.
diff --git a/design/v11/feeditem/FeedItemServiceMutateResponse.yaml b/design/v15/campaignbudget/CampaignBudgetServiceGetResponse.yaml similarity index 58% rename from design/v11/feeditem/FeedItemServiceMutateResponse.yaml rename to design/v15/campaignbudget/CampaignBudgetServiceGetResponse.yaml index 6af73d2..fa2b7c0 100644 --- a/design/v11/feeditem/FeedItemServiceMutateResponse.yaml +++ b/design/v15/campaignbudget/CampaignBudgetServiceGetResponse.yaml @@ -1,4 +1,4 @@ -FeedItemServiceMutateResponse: +CampaignBudgetServiceGetResponse: type: object nullable: true properties: @@ -11,5 +11,5 @@ FeedItemServiceMutateResponse: type: string nullable: false rval: - $ref: 'FeedItemServiceReturnValue.yaml#/FeedItemServiceReturnValue' - title: FeedItemServiceMutateResponse + $ref: 'CampaignBudgetServicePage.yaml#/CampaignBudgetServicePage' + title: CampaignBudgetServiceGetResponse diff --git a/design/v15/campaignbudget/CampaignBudgetServiceMutateResponse.yaml b/design/v15/campaignbudget/CampaignBudgetServiceMutateResponse.yaml new file mode 100644 index 0000000..6586a5d --- /dev/null +++ b/design/v15/campaignbudget/CampaignBudgetServiceMutateResponse.yaml @@ -0,0 +1,15 @@ +CampaignBudgetServiceMutateResponse: + type: object + nullable: true + properties: + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + rid: + type: string + nullable: false + rval: + $ref: 'CampaignBudgetServiceReturnValue.yaml#/CampaignBudgetServiceReturnValue' + title: CampaignBudgetServiceMutateResponse diff --git a/design/v11/feed/FeedServiceOperation.yaml b/design/v15/campaignbudget/CampaignBudgetServiceOperation.yaml similarity index 51% rename from design/v11/feed/FeedServiceOperation.yaml rename to design/v15/campaignbudget/CampaignBudgetServiceOperation.yaml index b44c6c1..a0a5f8d 100644 --- a/design/v11/feed/FeedServiceOperation.yaml +++ b/design/v15/campaignbudget/CampaignBudgetServiceOperation.yaml @@ -1,4 +1,4 @@ -FeedServiceOperation: +CampaignBudgetServiceOperation: type: object nullable: true required: @@ -16,10 +16,10 @@ FeedServiceOperation: type: array nullable: true items: - $ref: 'Feed.yaml#/Feed' + $ref: 'CampaignBudget.yaml#/CampaignBudget' minItems: 1 - maxItems: 50 - title: FeedServiceOperation + maxItems: 2000 + title: CampaignBudgetServiceOperation description: | -
FeedServiceOperationオブジェクトは、自動データ挿入のリストを格納するコンテナです。
-
FeedServiceOperation contains the list of Data auto insertion.
+
CampaignBudgetServiceOperationオブジェクトは、共有予算の情報を格納します。
+
CampaignBudgetServiceOperation contains the CampaignBudget information.
diff --git a/design/v11/feeditem/FeedItemServicePage.yaml b/design/v15/campaignbudget/CampaignBudgetServicePage.yaml similarity index 51% rename from design/v11/feeditem/FeedItemServicePage.yaml rename to design/v15/campaignbudget/CampaignBudgetServicePage.yaml index e750a22..e68678f 100644 --- a/design/v11/feeditem/FeedItemServicePage.yaml +++ b/design/v15/campaignbudget/CampaignBudgetServicePage.yaml @@ -1,4 +1,4 @@ -FeedItemServicePage: +CampaignBudgetServicePage: type: object nullable: true properties: @@ -13,8 +13,8 @@ FeedItemServicePage: type: array nullable: true items: - $ref: 'FeedItemServiceValue.yaml#/FeedItemServiceValue' - title: FeedItemServicePage + $ref: 'CampaignBudgetServiceValue.yaml#/CampaignBudgetServiceValue' + title: CampaignBudgetServicePage description: | -
FeedItemServicePageオブジェクトは、フィードアイテムの情報を格納します。
-
FeedItemServicePage contains the Feed item information.
+
CampaignBudgetServicePageオブジェクトは、共有予算の情報を格納します。
+
CampaignBudgetServicePage contains the CampaignBudget information.
diff --git a/design/v15/campaignbudget/CampaignBudgetServiceReturnValue.yaml b/design/v15/campaignbudget/CampaignBudgetServiceReturnValue.yaml new file mode 100644 index 0000000..03d18bd --- /dev/null +++ b/design/v15/campaignbudget/CampaignBudgetServiceReturnValue.yaml @@ -0,0 +1,13 @@ +CampaignBudgetServiceReturnValue: + type: object + nullable: true + properties: + values: + type: array + nullable: true + items: + $ref: 'CampaignBudgetServiceValue.yaml#/CampaignBudgetServiceValue' + title: CampaignBudgetServiceReturnValue + description: | +
CampaignBudgetReturnオブジェクトは、共有予算の情報を格納します。
+
CampaignBudgetReturn contains the CampaignBudget information.
diff --git a/design/v15/campaignbudget/CampaignBudgetServiceSelector.yaml b/design/v15/campaignbudget/CampaignBudgetServiceSelector.yaml new file mode 100644 index 0000000..1af58b4 --- /dev/null +++ b/design/v15/campaignbudget/CampaignBudgetServiceSelector.yaml @@ -0,0 +1,47 @@ +CampaignBudgetServiceSelector: + type: object + nullable: true + required: + - accountId + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
検索条件:アカウントIDです。
+
Search condition: Account ID.
+ campaignBudgetIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 1000 + description: | +
検索条件:共有予算IDです。
+
Search condition: Campaign budget ID.
+ numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 2000 + default: 500 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ startIndex: + type: integer + nullable: true + format: int32 + minimum: 1 + default: 1 + description: | +
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
+ title: CampaignBudgetServiceSelector + description: | +
CampaignBudgetServiceSelectorオブジェクトは、共有予算の情報を指定します。
+
CampaignBudgetServiceSelector describes the CampaignBudget information.
diff --git a/design/v11/feeditem/FeedItemServiceValue.yaml b/design/v15/campaignbudget/CampaignBudgetServiceValue.yaml similarity index 50% rename from design/v11/feeditem/FeedItemServiceValue.yaml rename to design/v15/campaignbudget/CampaignBudgetServiceValue.yaml index d5160cd..867ce40 100644 --- a/design/v11/feeditem/FeedItemServiceValue.yaml +++ b/design/v15/campaignbudget/CampaignBudgetServiceValue.yaml @@ -1,4 +1,4 @@ -FeedItemServiceValue: +CampaignBudgetServiceValue: type: object nullable: true properties: @@ -7,15 +7,15 @@ FeedItemServiceValue: nullable: true items: $ref: '../../Error.yaml#/Error' - feedItem: - $ref: 'FeedItem.yaml#/FeedItem' + campaignBudget: + $ref: 'CampaignBudget.yaml#/CampaignBudget' operationSucceeded: type: boolean nullable: true description: |
処理結果です。
Result of process.
- title: FeedItemServiceValue + title: CampaignBudgetServiceValue description: | -
FeedItemServiceValueオブジェクトは、フィードアイテム情報を格納します。
-
FeedItemServiceValue contains FeedItem value information.
+
CampaignBudgetServiceValueオブジェクトは、共有予算の情報を格納します。
+
CampaignBudgetServiceValue contains CampaignBudget value information.
diff --git a/design/v11/campaigncriterion/CampaignCriterion.yaml b/design/v15/campaigncriterion/CampaignCriterion.yaml similarity index 100% rename from design/v11/campaigncriterion/CampaignCriterion.yaml rename to design/v15/campaigncriterion/CampaignCriterion.yaml diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceCriterion.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceCriterion.yaml similarity index 95% rename from design/v11/campaigncriterion/CampaignCriterionServiceCriterion.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceCriterion.yaml index 145f20f..5da49f1 100644 --- a/design/v11/campaigncriterion/CampaignCriterionServiceCriterion.yaml +++ b/design/v15/campaigncriterion/CampaignCriterionServiceCriterion.yaml @@ -18,7 +18,7 @@ CampaignCriterionServiceCriterion: description: |
クライテリオントラックIDです。
対象外キーワードでは返却されません。
-
CampaignCriterionServiceCriterion Track ID.
+
CampaignCriterionServiceCriterion track ID.
This is not returned for Negative keyword.
criterionType: $ref: 'CampaignCriterionServiceCriterionType.yaml#/CampaignCriterionServiceCriterionType' diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceCriterionType.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceCriterionType.yaml similarity index 93% rename from design/v11/campaigncriterion/CampaignCriterionServiceCriterionType.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceCriterionType.yaml index 2bf000b..72c290a 100644 --- a/design/v11/campaigncriterion/CampaignCriterionServiceCriterionType.yaml +++ b/design/v15/campaigncriterion/CampaignCriterionServiceCriterionType.yaml @@ -14,5 +14,5 @@ CampaignCriterionServiceCriterionType:
KEYWORD
キーワードです。Keyword.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceGetResponse.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceGetResponse.yaml similarity index 100% rename from design/v11/campaigncriterion/CampaignCriterionServiceGetResponse.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceGetResponse.yaml diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceKeyword.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceKeyword.yaml similarity index 100% rename from design/v11/campaigncriterion/CampaignCriterionServiceKeyword.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceKeyword.yaml diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceKeywordMatchType.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceKeywordMatchType.yaml similarity index 95% rename from design/v11/campaigncriterion/CampaignCriterionServiceKeywordMatchType.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceKeywordMatchType.yaml index 60fe680..41cdf38 100644 --- a/design/v11/campaigncriterion/CampaignCriterionServiceKeywordMatchType.yaml +++ b/design/v15/campaigncriterion/CampaignCriterionServiceKeywordMatchType.yaml @@ -20,5 +20,5 @@ CampaignCriterionServiceKeywordMatchType:
BROAD
部分一致です。Broad match.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceMutateResponse.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaigncriterion/CampaignCriterionServiceMutateResponse.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceMutateResponse.yaml diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceOperation.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceOperation.yaml similarity index 100% rename from design/v11/campaigncriterion/CampaignCriterionServiceOperation.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceOperation.yaml diff --git a/design/v11/campaigncriterion/CampaignCriterionServicePage.yaml b/design/v15/campaigncriterion/CampaignCriterionServicePage.yaml similarity index 100% rename from design/v11/campaigncriterion/CampaignCriterionServicePage.yaml rename to design/v15/campaigncriterion/CampaignCriterionServicePage.yaml diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceReturnValue.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceReturnValue.yaml similarity index 100% rename from design/v11/campaigncriterion/CampaignCriterionServiceReturnValue.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceReturnValue.yaml diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceSelector.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceSelector.yaml similarity index 75% rename from design/v11/campaigncriterion/CampaignCriterionServiceSelector.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceSelector.yaml index b5f6c2b..eea1d96 100644 --- a/design/v11/campaigncriterion/CampaignCriterionServiceSelector.yaml +++ b/design/v15/campaigncriterion/CampaignCriterionServiceSelector.yaml @@ -43,8 +43,8 @@ CampaignCriterionServiceSelector: maximum: 10000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -52,8 +52,8 @@ CampaignCriterionServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
use: $ref: 'CampaignCriterionServiceUse.yaml#/CampaignCriterionServiceUse' title: CampaignCriterionServiceSelector diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceUse.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceUse.yaml similarity index 94% rename from design/v11/campaigncriterion/CampaignCriterionServiceUse.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceUse.yaml index 19c9400..cbba6de 100644 --- a/design/v11/campaigncriterion/CampaignCriterionServiceUse.yaml +++ b/design/v15/campaigncriterion/CampaignCriterionServiceUse.yaml @@ -14,5 +14,5 @@ CampaignCriterionServiceUse:
NEGATIVE
除外クライテリア(広告を表示させないためのターゲット条件)です。Negative criteria (a part of target condition not to display ads).
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigncriterion/CampaignCriterionServiceValue.yaml b/design/v15/campaigncriterion/CampaignCriterionServiceValue.yaml similarity index 92% rename from design/v11/campaigncriterion/CampaignCriterionServiceValue.yaml rename to design/v15/campaigncriterion/CampaignCriterionServiceValue.yaml index 7a7b805..6c1212a 100644 --- a/design/v11/campaigncriterion/CampaignCriterionServiceValue.yaml +++ b/design/v15/campaigncriterion/CampaignCriterionServiceValue.yaml @@ -14,7 +14,7 @@ CampaignCriterionServiceValue: nullable: true description: |
処理結果です。
-
The operation.
+
The result of operation.
title: CampaignCriterionServiceValue description: |
CampaignCriterionServiceValueオブジェクトは、処理結果を含むキャンペーンのクライテリアを表します。
diff --git a/design/v11/campaigncustomizer/CampaignCustomizer.yaml b/design/v15/campaigncustomizer/CampaignCustomizer.yaml similarity index 90% rename from design/v11/campaigncustomizer/CampaignCustomizer.yaml rename to design/v15/campaigncustomizer/CampaignCustomizer.yaml index 88ccf6f..be8c926 100644 --- a/design/v11/campaigncustomizer/CampaignCustomizer.yaml +++ b/design/v15/campaigncustomizer/CampaignCustomizer.yaml @@ -35,11 +35,11 @@ CampaignCustomizer: description: |
属性値です。挿入用広告に挿入されます。
入力仕様の詳細は以下のヘルプを参照してください。
- ・アドカスタマイザー属性を関連付ける
+ ・アドカスタマイザー属性を関連付ける
ADD時、このフィールドは必須となります。
The attribute value. It will be inserted into the ad for insertion.
See also the help below.
- * Associate ad customizer attributes
+ * Associate ad customizer attributes
This field is required in ADD operation.
approvalStatus: $ref: 'CampaignCustomizerServiceApprovalStatus.yaml#/CampaignCustomizerServiceApprovalStatus' diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServiceApprovalStatus.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServiceApprovalStatus.yaml similarity index 95% rename from design/v11/campaigncustomizer/CampaignCustomizerServiceApprovalStatus.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServiceApprovalStatus.yaml index c924c7c..bba0e90 100644 --- a/design/v11/campaigncustomizer/CampaignCustomizerServiceApprovalStatus.yaml +++ b/design/v15/campaigncustomizer/CampaignCustomizerServiceApprovalStatus.yaml @@ -16,7 +16,7 @@ CampaignCustomizerServiceApprovalStatus: Although this field will be returned in the response, it will be ignored on input.
APPROVED
-
承認済です。The item is approved
+
承認済です。The item is approved.
APPROVED_WITH_REVIEW
承認済です。
すでに設定済みの情報を再編集した場合の再審査中です。
The item is approved.
Updated items are under review.
REVIEW
@@ -26,5 +26,5 @@ CampaignCustomizerServiceApprovalStatus:
POST_DISAPPROVED
掲載停止です。
すでに設定中の設定情報について審査が行われた結果、否認されました。
As a result of the review of the setting information that has already been set, it was rejected.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServiceGetResponse.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServiceGetResponse.yaml similarity index 100% rename from design/v11/campaigncustomizer/CampaignCustomizerServiceGetResponse.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServiceGetResponse.yaml diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServiceMutateResponse.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaigncustomizer/CampaignCustomizerServiceMutateResponse.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServiceMutateResponse.yaml diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServiceOperation.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServiceOperation.yaml similarity index 100% rename from design/v11/campaigncustomizer/CampaignCustomizerServiceOperation.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServiceOperation.yaml diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServicePage.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServicePage.yaml similarity index 100% rename from design/v11/campaigncustomizer/CampaignCustomizerServicePage.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServicePage.yaml diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServiceReturnValue.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServiceReturnValue.yaml similarity index 100% rename from design/v11/campaigncustomizer/CampaignCustomizerServiceReturnValue.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServiceReturnValue.yaml diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServiceSelector.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServiceSelector.yaml similarity index 71% rename from design/v11/campaigncustomizer/CampaignCustomizerServiceSelector.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServiceSelector.yaml index 33927d1..6db4411 100644 --- a/design/v11/campaigncustomizer/CampaignCustomizerServiceSelector.yaml +++ b/design/v15/campaigncustomizer/CampaignCustomizerServiceSelector.yaml @@ -20,7 +20,7 @@ CampaignCustomizerServiceSelector: format: int64 description: |
検索条件:カスタマイザー属性ID
-
Search condition: Customizer Attribute ID
+
Search condition: Customizer attribute ID
campaignIds: type: array nullable: true @@ -45,8 +45,8 @@ CampaignCustomizerServiceSelector: maximum: 2000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -54,8 +54,8 @@ CampaignCustomizerServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: CampaignCustomizerServiceSelector description: |
CampaignCustomizerServiceSelectorオブジェクトは、カスタマイザー属性の情報を指定します。
diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServiceType.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServiceType.yaml similarity index 95% rename from design/v11/campaigncustomizer/CampaignCustomizerServiceType.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServiceType.yaml index 63d7fd9..cd0be81 100644 --- a/design/v11/campaigncustomizer/CampaignCustomizerServiceType.yaml +++ b/design/v15/campaigncustomizer/CampaignCustomizerServiceType.yaml @@ -21,5 +21,5 @@ CampaignCustomizerServiceType:
PERCENT
パーセントです。percent.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigncustomizer/CampaignCustomizerServiceValue.yaml b/design/v15/campaigncustomizer/CampaignCustomizerServiceValue.yaml similarity index 100% rename from design/v11/campaigncustomizer/CampaignCustomizerServiceValue.yaml rename to design/v15/campaigncustomizer/CampaignCustomizerServiceValue.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceAddResponse.yaml b/design/v15/campaignexport/CampaignExportServiceAddResponse.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceAddResponse.yaml rename to design/v15/campaignexport/CampaignExportServiceAddResponse.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceApprovalStatus.yaml b/design/v15/campaignexport/CampaignExportServiceApprovalStatus.yaml similarity index 76% rename from design/v11/campaignexport/CampaignExportServiceApprovalStatus.yaml rename to design/v15/campaignexport/CampaignExportServiceApprovalStatus.yaml index 01296ab..ace33c8 100644 --- a/design/v11/campaignexport/CampaignExportServiceApprovalStatus.yaml +++ b/design/v15/campaignexport/CampaignExportServiceApprovalStatus.yaml @@ -12,18 +12,18 @@ CampaignExportServiceApprovalStatus: description: |
CampaignExportServiceApprovalStatusは、審査状況を表します。
このフィールドは、省略可能となります。
-
CampaignExportServiceApprovalStatus displays Editorial Status.
This field is optional.
+
CampaignExportServiceApprovalStatus displays editorial status.
This field is optional.
APPROVED
-
承認済です。The item is approved
+
承認済です。The item is approved.
APPROVED_WITH_REVIEW
-
承認済です。
すでに掲載中のキーワード・広告を再編集し、審査中となり、編集前の広告が掲載されています。
The item is approved
Updated items are under review
+
承認済です。
すでに掲載中のキーワード・広告を再編集し、審査中となり、編集前の広告が掲載されています。
The item is approved.
Updated items are under review.
REVIEW
-
審査中です。
新しく追加したキーワード・広告が審査中となり、広告は未掲載です。
Under editorial review
Newly added keywords/ads are under review, and not displayed yet
+
審査中です。
新しく追加したキーワード・広告が審査中となり、広告は未掲載です。
Under editorial review.
Newly added keywords/ads are under review, and not displayed yet.
PRE_DISAPPROVED
-
掲載不可です。
新しく追加したキーワード・広告が審査で承認されず非掲載です。
The item was rejected
Newly added keywords/ads have been rejected, so it cannot be displayed
+
掲載不可です。
新しく追加したキーワード・広告が審査で承認されず非掲載です。
The item was rejected.
Newly added keywords/ads have been rejected, so it cannot be displayed.
POST_DISAPPROVED
-
掲載停止です。
すでに掲載中のキーワード・広告について審査が行われた結果、承認されず非掲載です。
The item was rejected
Ads already displayed have been taken offline due to a result from post review
+
掲載停止です。
すでに掲載中のキーワード・広告について審査が行われた結果、承認されず非掲載です。
The item was rejected
Ads already displayed have been taken offline due to a result from post review.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignexport/CampaignExportServiceDownloadSelector.yaml b/design/v15/campaignexport/CampaignExportServiceDownloadSelector.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceDownloadSelector.yaml rename to design/v15/campaignexport/CampaignExportServiceDownloadSelector.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceEncoding.yaml b/design/v15/campaignexport/CampaignExportServiceEncoding.yaml similarity index 84% rename from design/v11/campaignexport/CampaignExportServiceEncoding.yaml rename to design/v15/campaignexport/CampaignExportServiceEncoding.yaml index 48cb130..8632988 100644 --- a/design/v11/campaignexport/CampaignExportServiceEncoding.yaml +++ b/design/v15/campaignexport/CampaignExportServiceEncoding.yaml @@ -8,14 +8,14 @@ CampaignExportServiceEncoding: title: CampaignExportServiceEncoding description: |
CampaignExportServiceEncodingは、エクスポートするデータのエンコーディング設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceEncoding is an encoding setting for exporting data.
- This field is required.
+ This field is optional.
UTF8
UTF8です。UTF8 encode.
SJIS
Shift-JISです。Shift-JIS encode.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignexport/CampaignExportServiceEntityType.yaml b/design/v15/campaignexport/CampaignExportServiceEntityType.yaml similarity index 83% rename from design/v11/campaignexport/CampaignExportServiceEntityType.yaml rename to design/v15/campaignexport/CampaignExportServiceEntityType.yaml index 367ccbc..65a2c18 100644 --- a/design/v11/campaignexport/CampaignExportServiceEntityType.yaml +++ b/design/v15/campaignexport/CampaignExportServiceEntityType.yaml @@ -13,6 +13,7 @@ CampaignExportServiceEntityType: - CALLOUT_ASSET - STRUCTURED_SNIPPET_ASSET - CALLEXTENSION_ASSET + - IMAGE_ASSET - ALL - UNKNOWN title: CampaignExportServiceEntityType @@ -23,19 +24,19 @@ CampaignExportServiceEntityType: This field is optional.* When requesting, specify the value defined on CampaignExportServiceEntityType in string. * Response value is returned in enum type.
CAMPAIGN
-
キャンペーンCampaign
+
キャンペーンCampaign.
NEGATIVE_CAMPAIGN_CRITERION
-
対象外キーワード(キャンペーンレベル)Negative keyword (campaign level)
+
対象外キーワード(キャンペーンレベル)Negative keyword (campaign level).
AD_GROUP
-
広告グループAd group
+
広告グループAd group.
BIDDABLE_AD_GROUP_CRITERION
-
入札キーワードBiddable keyword
+
入札キーワードBiddable keyword.
NEGATIVE_AD_GROUP_CRITERION
-
対象外キーワード(広告グループレベル)Negative keyword (ad group level)
+
対象外キーワード(広告グループレベル)Negative keyword (ad group level).
AD
-
広告Ad
+
広告Ad.
ASSET
-
すべてのアセット(広告表示アセット)All assets(Ad display asset).
+
すべてのアセット(広告表示アセット)All assets (Ad display asset).
QUICKLINK_ASSET
クイックリンクアセットのアセットQuick link asset.
CALLOUT_ASSET
@@ -44,8 +45,10 @@ CampaignExportServiceEntityType:
カテゴリ補足アセットのアセットCategory snippet asset.
CALLEXTENSION_ASSET
電話番号アセットのアセットCall asset asset.
+
IMAGE_ASSET
+
画像アセットのアセットImage asset assets.
ALL
-
すべての広告エンティティAll entities
+
すべての広告エンティティAll entities.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignexport/CampaignExportServiceExportSetting.yaml b/design/v15/campaignexport/CampaignExportServiceExportSetting.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceExportSetting.yaml rename to design/v15/campaignexport/CampaignExportServiceExportSetting.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceFieldAttribute.yaml b/design/v15/campaignexport/CampaignExportServiceFieldAttribute.yaml similarity index 86% rename from design/v11/campaignexport/CampaignExportServiceFieldAttribute.yaml rename to design/v15/campaignexport/CampaignExportServiceFieldAttribute.yaml index 8ee1b3a..f14aba5 100644 --- a/design/v11/campaignexport/CampaignExportServiceFieldAttribute.yaml +++ b/design/v15/campaignexport/CampaignExportServiceFieldAttribute.yaml @@ -7,19 +7,19 @@ CampaignExportServiceFieldAttribute: nullable: true description: |
フィールドの英語表示名です。
-
Display name (EN)
+
Display name (EN).
displayFieldNameJA: type: string nullable: true description: |
フィールドの日本語表示名です。
-
Display name (JA)
+
Display name (JA).
fieldName: type: string nullable: true description: |
フィールド名です。
-
Field name
+
Field name.
title: CampaignExportServiceFieldAttribute description: |
CampaignExportServiceFieldAttribute オブジェクトは、ジョブ作成に使用できるフィールドを表します。
diff --git a/design/v11/campaignexport/CampaignExportServiceFieldValue.yaml b/design/v15/campaignexport/CampaignExportServiceFieldValue.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceFieldValue.yaml rename to design/v15/campaignexport/CampaignExportServiceFieldValue.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceGetExportFieldsResponse.yaml b/design/v15/campaignexport/CampaignExportServiceGetExportFieldsResponse.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceGetExportFieldsResponse.yaml rename to design/v15/campaignexport/CampaignExportServiceGetExportFieldsResponse.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceGetResponse.yaml b/design/v15/campaignexport/CampaignExportServiceGetResponse.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceGetResponse.yaml rename to design/v15/campaignexport/CampaignExportServiceGetResponse.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceJob.yaml b/design/v15/campaignexport/CampaignExportServiceJob.yaml similarity index 81% rename from design/v11/campaignexport/CampaignExportServiceJob.yaml rename to design/v15/campaignexport/CampaignExportServiceJob.yaml index 80cdfff..8f772a1 100644 --- a/design/v11/campaignexport/CampaignExportServiceJob.yaml +++ b/design/v15/campaignexport/CampaignExportServiceJob.yaml @@ -8,13 +8,13 @@ CampaignExportServiceJob: format: int64 description: |
アカウントIDです。
-
Account ID
+
Account ID.
endDate: type: string nullable: true description: |
ジョブの終了日時です。
-
End date and time of job setting
+
End date and time of job setting.
exportFields: type: array nullable: true @@ -23,20 +23,20 @@ CampaignExportServiceJob: nullable: true description: |
エクスポートするフィールドです。
-
Fields to be exported
+
Fields to be exported.
jobId: type: integer nullable: true format: int64 description: |
ジョブIDです。
-
CampaignExportServiceJob ID
+
CampaignExportServiceJob ID.
jobName: type: string nullable: true description: |
ジョブ名です。
-
CampaignExportServiceJob name
+
CampaignExportServiceJob name.
∗ Default: NULL
jobStatus: $ref: 'CampaignExportServiceJobStatus.yaml#/CampaignExportServiceJobStatus' @@ -46,13 +46,13 @@ CampaignExportServiceJob: format: int32 description: |
処理進捗です。
-
Progress of job setting
+
Progress of job setting.
startDate: type: string nullable: true description: |
ジョブの開始日時です。
-
Start date and time of job setting
+
Start date and time of job setting.
userName: type: string nullable: true diff --git a/design/v11/campaignexport/CampaignExportServiceJobOperation.yaml b/design/v15/campaignexport/CampaignExportServiceJobOperation.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceJobOperation.yaml rename to design/v15/campaignexport/CampaignExportServiceJobOperation.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceJobStatus.yaml b/design/v15/campaignexport/CampaignExportServiceJobStatus.yaml similarity index 85% rename from design/v11/campaignexport/CampaignExportServiceJobStatus.yaml rename to design/v15/campaignexport/CampaignExportServiceJobStatus.yaml index f099eb7..b909851 100644 --- a/design/v11/campaignexport/CampaignExportServiceJobStatus.yaml +++ b/design/v15/campaignexport/CampaignExportServiceJobStatus.yaml @@ -17,9 +17,9 @@ CampaignExportServiceJobStatus:
COMPLETED
処理が終了しました。Job has completed.
TIMEOUT
-
タイムアウトしました。Timeout occured.
+
タイムアウトしました。Timeout occurred.
SYSTEM_ERROR
-
システムエラーです。System error occured.
+
システムエラーです。System error occurred.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignexport/CampaignExportServiceLang.yaml b/design/v15/campaignexport/CampaignExportServiceLang.yaml similarity index 83% rename from design/v11/campaignexport/CampaignExportServiceLang.yaml rename to design/v15/campaignexport/CampaignExportServiceLang.yaml index 08456cb..45a74c6 100644 --- a/design/v11/campaignexport/CampaignExportServiceLang.yaml +++ b/design/v15/campaignexport/CampaignExportServiceLang.yaml @@ -8,14 +8,14 @@ CampaignExportServiceLang: title: CampaignExportServiceLang description: |
CampaignExportServiceLangは、エクスポートするデータの言語設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceLang is a language setting for exporting data.
- This field is required.
+ This field is optional.
JA
日本語です。Japanese.
EN
英語です。English.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignexport/CampaignExportServiceOutput.yaml b/design/v15/campaignexport/CampaignExportServiceOutput.yaml similarity index 84% rename from design/v11/campaignexport/CampaignExportServiceOutput.yaml rename to design/v15/campaignexport/CampaignExportServiceOutput.yaml index bfdfa90..ba19b24 100644 --- a/design/v11/campaignexport/CampaignExportServiceOutput.yaml +++ b/design/v15/campaignexport/CampaignExportServiceOutput.yaml @@ -8,14 +8,14 @@ CampaignExportServiceOutput: title: CampaignExportServiceOutput description: |
CampaignExportServiceOutputは、エクスポートするデータの形式設定です。
- このフィールドは、必須です。
+ このフィールドは、省略可能となります。
CampaignExportServiceOutput is an output format for exporting data.
- This field is required.
+ This field is optional.
CSV
CSVフォーマットです。CSV format.
ZIPPED_CSV
ZIP圧縮されたCSVフォーマットです。ZIP filed CSV format.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignexport/CampaignExportServicePage.yaml b/design/v15/campaignexport/CampaignExportServicePage.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServicePage.yaml rename to design/v15/campaignexport/CampaignExportServicePage.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceReturnValue.yaml b/design/v15/campaignexport/CampaignExportServiceReturnValue.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceReturnValue.yaml rename to design/v15/campaignexport/CampaignExportServiceReturnValue.yaml diff --git a/design/v11/campaignexport/CampaignExportServiceSelector.yaml b/design/v15/campaignexport/CampaignExportServiceSelector.yaml similarity index 70% rename from design/v11/campaignexport/CampaignExportServiceSelector.yaml rename to design/v15/campaignexport/CampaignExportServiceSelector.yaml index 7e57a55..5b59f08 100644 --- a/design/v11/campaignexport/CampaignExportServiceSelector.yaml +++ b/design/v15/campaignexport/CampaignExportServiceSelector.yaml @@ -36,8 +36,8 @@ CampaignExportServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -45,8 +45,8 @@ CampaignExportServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: CampaignExportServiceSelector description: |
CampaignExportServiceSelector オブジェクトは、登録したジョブを検索する条件を表します。
diff --git a/design/v11/campaignexport/CampaignExportServiceUserStatus.yaml b/design/v15/campaignexport/CampaignExportServiceUserStatus.yaml similarity index 95% rename from design/v11/campaignexport/CampaignExportServiceUserStatus.yaml rename to design/v15/campaignexport/CampaignExportServiceUserStatus.yaml index 69e4668..2c2b9d3 100644 --- a/design/v11/campaignexport/CampaignExportServiceUserStatus.yaml +++ b/design/v15/campaignexport/CampaignExportServiceUserStatus.yaml @@ -17,5 +17,5 @@ CampaignExportServiceUserStatus:
PAUSED
広告は一時停止の状態のため、配信されていません。Currently ad is paused, which the delivery is not active.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignexport/CampaignExportServiceValue.yaml b/design/v15/campaignexport/CampaignExportServiceValue.yaml similarity index 100% rename from design/v11/campaignexport/CampaignExportServiceValue.yaml rename to design/v15/campaignexport/CampaignExportServiceValue.yaml diff --git a/design/v11/campaignlabel/CampaignLabel.yaml b/design/v15/campaignlabel/CampaignLabel.yaml similarity index 100% rename from design/v11/campaignlabel/CampaignLabel.yaml rename to design/v15/campaignlabel/CampaignLabel.yaml diff --git a/design/v11/campaignlabel/CampaignLabelServiceMutateResponse.yaml b/design/v15/campaignlabel/CampaignLabelServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaignlabel/CampaignLabelServiceMutateResponse.yaml rename to design/v15/campaignlabel/CampaignLabelServiceMutateResponse.yaml diff --git a/design/v11/campaignlabel/CampaignLabelServiceOperation.yaml b/design/v15/campaignlabel/CampaignLabelServiceOperation.yaml similarity index 95% rename from design/v11/campaignlabel/CampaignLabelServiceOperation.yaml rename to design/v15/campaignlabel/CampaignLabelServiceOperation.yaml index 9b27b2b..b461ded 100644 --- a/design/v11/campaignlabel/CampaignLabelServiceOperation.yaml +++ b/design/v15/campaignlabel/CampaignLabelServiceOperation.yaml @@ -11,7 +11,7 @@ CampaignLabelServiceOperation: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/campaignlabel/CampaignLabelServiceReturnValue.yaml b/design/v15/campaignlabel/CampaignLabelServiceReturnValue.yaml similarity index 100% rename from design/v11/campaignlabel/CampaignLabelServiceReturnValue.yaml rename to design/v15/campaignlabel/CampaignLabelServiceReturnValue.yaml diff --git a/design/v11/campaignlabel/CampaignLabelServiceValue.yaml b/design/v15/campaignlabel/CampaignLabelServiceValue.yaml similarity index 100% rename from design/v11/campaignlabel/CampaignLabelServiceValue.yaml rename to design/v15/campaignlabel/CampaignLabelServiceValue.yaml diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingList.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingList.yaml similarity index 100% rename from design/v11/campaignretargetinglist/CampaignRetargetingList.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingList.yaml diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceCriterionTargetList.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceCriterionTargetList.yaml similarity index 97% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServiceCriterionTargetList.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServiceCriterionTargetList.yaml index b40a679..c9cacbd 100644 --- a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceCriterionTargetList.yaml +++ b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceCriterionTargetList.yaml @@ -9,7 +9,7 @@ CampaignRetargetingListServiceCriterionTargetList: description: |
リターゲティングトラックIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Retargeting Track ID.
+
Retargeting track ID.
Although this field will be returned in the response, it will be ignored on input.
targetListId: type: integer diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceExcludedType.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceExcludedType.yaml similarity index 86% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServiceExcludedType.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServiceExcludedType.yaml index 98c958e..e6b8c86 100644 --- a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceExcludedType.yaml +++ b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceExcludedType.yaml @@ -13,9 +13,9 @@ CampaignRetargetingListServiceExcludedType: This field is optional in ADD operation. The default value will be INCLUDED. This field is optional in SET operation.
INCLUDED
-
配信対象です。Ads to be delivered
+
配信対象です。Ads to be delivered.
EXCLUDED
-
除外対象です。Ads not to be delivered
+
除外対象です。Ads not to be delivered.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceGetResponse.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceGetResponse.yaml similarity index 100% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServiceGetResponse.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServiceGetResponse.yaml diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceMutateResponse.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServiceMutateResponse.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServiceMutateResponse.yaml diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceOperation.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceOperation.yaml similarity index 100% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServiceOperation.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServiceOperation.yaml diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServicePage.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServicePage.yaml similarity index 100% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServicePage.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServicePage.yaml diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceReturnValue.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceReturnValue.yaml similarity index 100% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServiceReturnValue.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServiceReturnValue.yaml diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceSelector.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceSelector.yaml similarity index 70% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServiceSelector.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServiceSelector.yaml index af1323c..14a8acb 100644 --- a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceSelector.yaml +++ b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceSelector.yaml @@ -10,7 +10,7 @@ CampaignRetargetingListServiceSelector: format: int64 description: |
アカウントIDです。
-
Search conditon: Account ID.
+
Search condition: Account ID.
campaignIds: type: array nullable: true @@ -21,7 +21,7 @@ CampaignRetargetingListServiceSelector: maxItems: 1000 description: |
キャンペーンIDです。
-
Search conditon: Campaign ID.
+
Search condition: Campaign ID.
excludedType: $ref: 'CampaignRetargetingListServiceExcludedType.yaml#/CampaignRetargetingListServiceExcludedType' numberResults: @@ -32,8 +32,8 @@ CampaignRetargetingListServiceSelector: maximum: 1000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -41,8 +41,8 @@ CampaignRetargetingListServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
targetListIds: type: array nullable: true diff --git a/design/v11/campaignretargetinglist/CampaignRetargetingListServiceValue.yaml b/design/v15/campaignretargetinglist/CampaignRetargetingListServiceValue.yaml similarity index 100% rename from design/v11/campaignretargetinglist/CampaignRetargetingListServiceValue.yaml rename to design/v15/campaignretargetinglist/CampaignRetargetingListServiceValue.yaml diff --git a/design/v11/campaignsharedset/CampaignSharedSet.yaml b/design/v15/campaignsharedset/CampaignSharedSet.yaml similarity index 100% rename from design/v11/campaignsharedset/CampaignSharedSet.yaml rename to design/v15/campaignsharedset/CampaignSharedSet.yaml diff --git a/design/v11/campaignsharedset/CampaignSharedSetServiceGetResponse.yaml b/design/v15/campaignsharedset/CampaignSharedSetServiceGetResponse.yaml similarity index 100% rename from design/v11/campaignsharedset/CampaignSharedSetServiceGetResponse.yaml rename to design/v15/campaignsharedset/CampaignSharedSetServiceGetResponse.yaml diff --git a/design/v11/campaignsharedset/CampaignSharedSetServiceMutateResponse.yaml b/design/v15/campaignsharedset/CampaignSharedSetServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaignsharedset/CampaignSharedSetServiceMutateResponse.yaml rename to design/v15/campaignsharedset/CampaignSharedSetServiceMutateResponse.yaml diff --git a/design/v11/campaignsharedset/CampaignSharedSetServiceOperation.yaml b/design/v15/campaignsharedset/CampaignSharedSetServiceOperation.yaml similarity index 93% rename from design/v11/campaignsharedset/CampaignSharedSetServiceOperation.yaml rename to design/v15/campaignsharedset/CampaignSharedSetServiceOperation.yaml index c4f8c7d..eeef861 100644 --- a/design/v11/campaignsharedset/CampaignSharedSetServiceOperation.yaml +++ b/design/v15/campaignsharedset/CampaignSharedSetServiceOperation.yaml @@ -11,7 +11,7 @@ CampaignSharedSetServiceOperation: format: int64 description: |
操作対象のアカウントです。
-
Account for the operation
+
Account for the operation.
operand: type: array nullable: true diff --git a/design/v11/campaignsharedset/CampaignSharedSetServicePage.yaml b/design/v15/campaignsharedset/CampaignSharedSetServicePage.yaml similarity index 100% rename from design/v11/campaignsharedset/CampaignSharedSetServicePage.yaml rename to design/v15/campaignsharedset/CampaignSharedSetServicePage.yaml diff --git a/design/v11/campaignsharedset/CampaignSharedSetServiceReturnValue.yaml b/design/v15/campaignsharedset/CampaignSharedSetServiceReturnValue.yaml similarity index 100% rename from design/v11/campaignsharedset/CampaignSharedSetServiceReturnValue.yaml rename to design/v15/campaignsharedset/CampaignSharedSetServiceReturnValue.yaml diff --git a/design/v11/campaignsharedset/CampaignSharedSetServiceSelector.yaml b/design/v15/campaignsharedset/CampaignSharedSetServiceSelector.yaml similarity index 67% rename from design/v11/campaignsharedset/CampaignSharedSetServiceSelector.yaml rename to design/v15/campaignsharedset/CampaignSharedSetServiceSelector.yaml index cae8da8..9fd97f6 100644 --- a/design/v11/campaignsharedset/CampaignSharedSetServiceSelector.yaml +++ b/design/v15/campaignsharedset/CampaignSharedSetServiceSelector.yaml @@ -10,7 +10,7 @@ CampaignSharedSetServiceSelector: format: int64 description: |
検索条件:アカウントIDです。
-
Search criteria : Account ID.
+
Search condition : Account ID.
campaignIds: type: array nullable: true @@ -21,17 +21,7 @@ CampaignSharedSetServiceSelector: maxItems: 1000 description: |
検索条件:キャンペーンIDです。
-
Search criteria : Campaign ID.
- numberResults: - type: integer - nullable: true - format: int32 - minimum: 1 - maximum: 1000 - default: 1000 - description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
Search condition : Campaign ID.
sharedListIds: type: array nullable: true @@ -43,6 +33,16 @@ CampaignSharedSetServiceSelector: description: |
検索条件:対象外キーワードリストIDです。
Search criteria : Shared list ID.
+ numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 1000 + default: 1000 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -50,8 +50,8 @@ CampaignSharedSetServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: CampaignSharedSetServiceSelector description: |
CampaignSharedSetServiceSelectorは、検索条件(実行パラメータ)を保持するオブジェクトです。
diff --git a/design/v11/campaignsharedset/CampaignSharedSetServiceValue.yaml b/design/v15/campaignsharedset/CampaignSharedSetServiceValue.yaml similarity index 92% rename from design/v11/campaignsharedset/CampaignSharedSetServiceValue.yaml rename to design/v15/campaignsharedset/CampaignSharedSetServiceValue.yaml index effa2de..a023534 100644 --- a/design/v11/campaignsharedset/CampaignSharedSetServiceValue.yaml +++ b/design/v15/campaignsharedset/CampaignSharedSetServiceValue.yaml @@ -14,7 +14,7 @@ CampaignSharedSetServiceValue: nullable: true description: |
処理結果を表示します。
-
Showing operation results
+
Showing operation results.
title: CampaignSharedSetServiceValue description: |
CampaignSharedSetServiceValueは、実行結果(1エンティティ)を保持するオブジェクトです。
diff --git a/design/v11/campaigntarget/CampaignTarget.yaml b/design/v15/campaigntarget/CampaignTarget.yaml similarity index 97% rename from design/v11/campaigntarget/CampaignTarget.yaml rename to design/v15/campaigntarget/CampaignTarget.yaml index aaa1aa3..8b6ed42 100644 --- a/design/v11/campaigntarget/CampaignTarget.yaml +++ b/design/v15/campaigntarget/CampaignTarget.yaml @@ -43,7 +43,7 @@ CampaignTarget: nullable: true description: |
キャンペーン名です。
-
Campaign Name.
+
Campaign name.
target: $ref: 'CampaignTargetServiceTarget.yaml#/CampaignTargetServiceTarget' title: CampaignTarget diff --git a/design/v11/campaigntarget/CampaignTargetServiceDayOfWeek.yaml b/design/v15/campaigntarget/CampaignTargetServiceDayOfWeek.yaml similarity index 74% rename from design/v11/campaigntarget/CampaignTargetServiceDayOfWeek.yaml rename to design/v15/campaigntarget/CampaignTargetServiceDayOfWeek.yaml index 2ffc375..ddfba38 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceDayOfWeek.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceDayOfWeek.yaml @@ -18,19 +18,19 @@ CampaignTargetServiceDayOfWeek: This field is required in ADD operation.
MONDAY
-
月曜日です。For Monday of the week
+
月曜日です。For Monday of the week.
TUESDAY
-
火曜日です。For Tuesday of the week
+
火曜日です。For Tuesday of the week.
WEDNESDAY
-
水曜日です。For Wednesday of the week
+
水曜日です。For Wednesday of the week.
THURSDAY
-
木曜日です。For Thursday of the week
+
木曜日です。For Thursday of the week.
FRIDAY
-
金曜日です。For Friday of the week
+
金曜日です。For Friday of the week.
SATURDAY
-
土曜日です。For Saturday of the week
+
土曜日です。For Saturday of the week.
SUNDAY
-
日曜日です。For Sunday of the week
+
日曜日です。For Sunday of the week.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigntarget/CampaignTargetServiceExcludedType.yaml b/design/v15/campaigntarget/CampaignTargetServiceExcludedType.yaml similarity index 85% rename from design/v11/campaigntarget/CampaignTargetServiceExcludedType.yaml rename to design/v15/campaigntarget/CampaignTargetServiceExcludedType.yaml index 4231da5..56583c8 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceExcludedType.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceExcludedType.yaml @@ -13,9 +13,9 @@ CampaignTargetServiceExcludedType: This field is required in ADD operation, and will be ignored in SET and REMOVE operation.
INCLUDED
-
配信対象です。Ads to be delivered
+
配信対象です。Ads to be delivered.
EXCLUDED
-
除外対象です。Ads not to be delivered
+
除外対象です。Ads not to be delivered.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigntarget/CampaignTargetServiceGetResponse.yaml b/design/v15/campaigntarget/CampaignTargetServiceGetResponse.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServiceGetResponse.yaml rename to design/v15/campaigntarget/CampaignTargetServiceGetResponse.yaml diff --git a/design/v11/campaigntarget/CampaignTargetServiceLocationTarget.yaml b/design/v15/campaigntarget/CampaignTargetServiceLocationTarget.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServiceLocationTarget.yaml rename to design/v15/campaigntarget/CampaignTargetServiceLocationTarget.yaml diff --git a/design/v11/campaigntarget/CampaignTargetServiceMinuteOfHour.yaml b/design/v15/campaigntarget/CampaignTargetServiceMinuteOfHour.yaml similarity index 78% rename from design/v11/campaigntarget/CampaignTargetServiceMinuteOfHour.yaml rename to design/v15/campaigntarget/CampaignTargetServiceMinuteOfHour.yaml index 916a917..5346cc6 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceMinuteOfHour.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceMinuteOfHour.yaml @@ -15,13 +15,13 @@ CampaignTargetServiceMinuteOfHour: This field is required in ADD operation.
ZERO
-
0分です。Zero minutes past the hour
+
0分です。Zero minutes past the hour.
FIFTEEN
-
15分です。Fifteen minutes past the hour
+
15分です。Fifteen minutes past the hour.
THIRTY
-
30分です。Thirty minutes past the hour
+
30分です。Thirty minutes past the hour.
FORTY_FIVE
-
45分です。Forty-five minutes past the hour
+
45分です。Forty-five minutes past the hour.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigntarget/CampaignTargetServiceMutateResponse.yaml b/design/v15/campaigntarget/CampaignTargetServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServiceMutateResponse.yaml rename to design/v15/campaigntarget/CampaignTargetServiceMutateResponse.yaml diff --git a/design/v11/campaigntarget/CampaignTargetServiceNetworkCoverageType.yaml b/design/v15/campaigntarget/CampaignTargetServiceNetworkCoverageType.yaml similarity index 96% rename from design/v11/campaigntarget/CampaignTargetServiceNetworkCoverageType.yaml rename to design/v15/campaigntarget/CampaignTargetServiceNetworkCoverageType.yaml index af1e204..1e41085 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceNetworkCoverageType.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceNetworkCoverageType.yaml @@ -17,5 +17,5 @@ CampaignTargetServiceNetworkCoverageType:
SEARCH_NETWORK
広告はYahoo!検索を含むすべての検索画面に配信されます。Ads are delivered in all search including Yahoo! JAPAN Search.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigntarget/CampaignTargetServiceNetworkTarget.yaml b/design/v15/campaigntarget/CampaignTargetServiceNetworkTarget.yaml similarity index 94% rename from design/v11/campaigntarget/CampaignTargetServiceNetworkTarget.yaml rename to design/v15/campaigntarget/CampaignTargetServiceNetworkTarget.yaml index cd2aabb..93e5391 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceNetworkTarget.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceNetworkTarget.yaml @@ -13,4 +13,4 @@ CampaignTargetServiceNetworkTarget:
CampaignTargetServiceNetworkTarget represents a search screen that displays an ad.
This field is optional in ADD and SET operation.
*If targetType is NETWORK, this field is required in ADD operation.
- If you do not set the NetworkTarget, ads are delivered to the advertising system including all "YAHOO_SEARCH".
+ If you do not set the NetworkTarget, ads are delivered to the advertising system including all "YAHOO_SEARCH."
diff --git a/design/v11/campaigntarget/CampaignTargetServiceOperation.yaml b/design/v15/campaigntarget/CampaignTargetServiceOperation.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServiceOperation.yaml rename to design/v15/campaigntarget/CampaignTargetServiceOperation.yaml diff --git a/design/v11/campaigntarget/CampaignTargetServicePage.yaml b/design/v15/campaigntarget/CampaignTargetServicePage.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServicePage.yaml rename to design/v15/campaigntarget/CampaignTargetServicePage.yaml diff --git a/design/v11/campaigntarget/CampaignTargetServicePlatformTarget.yaml b/design/v15/campaigntarget/CampaignTargetServicePlatformTarget.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServicePlatformTarget.yaml rename to design/v15/campaigntarget/CampaignTargetServicePlatformTarget.yaml diff --git a/design/v11/campaigntarget/CampaignTargetServicePlatformType.yaml b/design/v15/campaigntarget/CampaignTargetServicePlatformType.yaml similarity index 95% rename from design/v11/campaigntarget/CampaignTargetServicePlatformType.yaml rename to design/v15/campaigntarget/CampaignTargetServicePlatformType.yaml index 2e364d8..2b9140d 100644 --- a/design/v11/campaigntarget/CampaignTargetServicePlatformType.yaml +++ b/design/v15/campaigntarget/CampaignTargetServicePlatformType.yaml @@ -20,5 +20,5 @@ CampaignTargetServicePlatformType:
DESKTOP
パソコンです。PC.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigntarget/CampaignTargetServiceReturnValue.yaml b/design/v15/campaigntarget/CampaignTargetServiceReturnValue.yaml similarity index 66% rename from design/v11/campaigntarget/CampaignTargetServiceReturnValue.yaml rename to design/v15/campaigntarget/CampaignTargetServiceReturnValue.yaml index a367a61..2cdfcc3 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceReturnValue.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceReturnValue.yaml @@ -9,5 +9,5 @@ CampaignTargetServiceReturnValue: $ref: 'CampaignTargetServiceValue.yaml#/CampaignTargetServiceValue' title: CampaignTargetServiceReturnValue description: | -
CampaignTargetReturnValueオブジェクトは、操作結果を含むキャンペーンのターゲット設定に関する情報のコンテナです。
+
CampaignTargetServiceReturnValueオブジェクトは、操作結果を含むキャンペーンのターゲット設定に関する情報のコンテナです。
Container for campaign target setting and its operation results.
diff --git a/design/v11/campaigntarget/CampaignTargetServiceScheduleTarget.yaml b/design/v15/campaigntarget/CampaignTargetServiceScheduleTarget.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServiceScheduleTarget.yaml rename to design/v15/campaigntarget/CampaignTargetServiceScheduleTarget.yaml diff --git a/design/v11/campaigntarget/CampaignTargetServiceSelector.yaml b/design/v15/campaigntarget/CampaignTargetServiceSelector.yaml similarity index 76% rename from design/v11/campaigntarget/CampaignTargetServiceSelector.yaml rename to design/v15/campaigntarget/CampaignTargetServiceSelector.yaml index 00d28f0..e8004eb 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceSelector.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceSelector.yaml @@ -24,6 +24,12 @@ CampaignTargetServiceSelector:
Campaign ID.
excludedType: $ref: 'CampaignTargetServiceExcludedType.yaml#/CampaignTargetServiceExcludedType' + platformTypes: + type: array + nullable: true + items: + $ref: 'CampaignTargetServicePlatformType.yaml#/CampaignTargetServicePlatformType' + maxItems: 3 numberResults: type: integer nullable: true @@ -32,14 +38,8 @@ CampaignTargetServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
- platformTypes: - type: array - nullable: true - items: - $ref: 'CampaignTargetServicePlatformType.yaml#/CampaignTargetServicePlatformType' - maxItems: 3 +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -47,8 +47,8 @@ CampaignTargetServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
targetIds: type: array nullable: true diff --git a/design/v11/campaigntarget/CampaignTargetServiceTarget.yaml b/design/v15/campaigntarget/CampaignTargetServiceTarget.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServiceTarget.yaml rename to design/v15/campaigntarget/CampaignTargetServiceTarget.yaml diff --git a/design/v11/campaigntarget/CampaignTargetServiceTargetType.yaml b/design/v15/campaigntarget/CampaignTargetServiceTargetType.yaml similarity index 96% rename from design/v11/campaigntarget/CampaignTargetServiceTargetType.yaml rename to design/v15/campaigntarget/CampaignTargetServiceTargetType.yaml index e0bfadd..fa5f1ac 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceTargetType.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceTargetType.yaml @@ -23,5 +23,5 @@ CampaignTargetServiceTargetType:
PLATFORM
デバイスターゲットです。PlatformTarget.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigntarget/CampaignTargetServiceTargetingStatus.yaml b/design/v15/campaigntarget/CampaignTargetServiceTargetingStatus.yaml similarity index 96% rename from design/v11/campaigntarget/CampaignTargetServiceTargetingStatus.yaml rename to design/v15/campaigntarget/CampaignTargetServiceTargetingStatus.yaml index 7b3dfa5..8691a91 100644 --- a/design/v11/campaigntarget/CampaignTargetServiceTargetingStatus.yaml +++ b/design/v15/campaigntarget/CampaignTargetServiceTargetingStatus.yaml @@ -20,5 +20,5 @@ CampaignTargetServiceTargetingStatus:
PHASING_OUT
まもなく廃止またはターゲティング不可能になる状態です。Status when it soon be abolished, or targeting will become impossible
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaigntarget/CampaignTargetServiceValue.yaml b/design/v15/campaigntarget/CampaignTargetServiceValue.yaml similarity index 100% rename from design/v11/campaigntarget/CampaignTargetServiceValue.yaml rename to design/v15/campaigntarget/CampaignTargetServiceValue.yaml diff --git a/design/v11/campaignwebpage/CampaignWebpage.yaml b/design/v15/campaignwebpage/CampaignWebpage.yaml similarity index 97% rename from design/v11/campaignwebpage/CampaignWebpage.yaml rename to design/v15/campaignwebpage/CampaignWebpage.yaml index 1a91dc7..0454fb5 100644 --- a/design/v11/campaignwebpage/CampaignWebpage.yaml +++ b/design/v15/campaignwebpage/CampaignWebpage.yaml @@ -27,7 +27,7 @@ CampaignWebpage: description: |
キャンペーントラッキングIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Campaign Tracking ID.
+
Campaign tracking ID.
Although this field will be returned in the response, it will be ignored on input.
webpage: $ref: 'CampaignWebpageServiceWebpage.yaml#/CampaignWebpageServiceWebpage' diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceGetResponse.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceGetResponse.yaml similarity index 100% rename from design/v11/campaignwebpage/CampaignWebpageServiceGetResponse.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceGetResponse.yaml diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceMutateResponse.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceMutateResponse.yaml similarity index 100% rename from design/v11/campaignwebpage/CampaignWebpageServiceMutateResponse.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceMutateResponse.yaml diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceOperation.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceOperation.yaml similarity index 95% rename from design/v11/campaignwebpage/CampaignWebpageServiceOperation.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceOperation.yaml index 8192c76..5599089 100644 --- a/design/v11/campaignwebpage/CampaignWebpageServiceOperation.yaml +++ b/design/v15/campaignwebpage/CampaignWebpageServiceOperation.yaml @@ -11,7 +11,7 @@ CampaignWebpageServiceOperation: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/campaignwebpage/CampaignWebpageServicePage.yaml b/design/v15/campaignwebpage/CampaignWebpageServicePage.yaml similarity index 91% rename from design/v11/campaignwebpage/CampaignWebpageServicePage.yaml rename to design/v15/campaignwebpage/CampaignWebpageServicePage.yaml index 9453172..f8a7094 100644 --- a/design/v11/campaignwebpage/CampaignWebpageServicePage.yaml +++ b/design/v15/campaignwebpage/CampaignWebpageServicePage.yaml @@ -8,7 +8,7 @@ CampaignWebpageServicePage: format: int32 description: |
取得される項目の総件数
-
Total number of items to be acquired
+
Total number of items to be acquired.
values: type: array nullable: true diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceReturnValue.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceReturnValue.yaml similarity index 100% rename from design/v11/campaignwebpage/CampaignWebpageServiceReturnValue.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceReturnValue.yaml diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceSelector.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceSelector.yaml similarity index 66% rename from design/v11/campaignwebpage/CampaignWebpageServiceSelector.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceSelector.yaml index 47aef57..40dd3f6 100644 --- a/design/v11/campaignwebpage/CampaignWebpageServiceSelector.yaml +++ b/design/v15/campaignwebpage/CampaignWebpageServiceSelector.yaml @@ -10,7 +10,7 @@ CampaignWebpageServiceSelector: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
campaignIds: type: array nullable: true @@ -21,7 +21,7 @@ CampaignWebpageServiceSelector: maxItems: 1000 description: |
キャンペーンID
-
Campaign ID
+
Campaign ID.
numberResults: type: integer nullable: true @@ -30,8 +30,8 @@ CampaignWebpageServiceSelector: maximum: 2000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -39,8 +39,8 @@ CampaignWebpageServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
targetIds: type: array nullable: true @@ -51,7 +51,7 @@ CampaignWebpageServiceSelector: maxItems: 1000 description: |
除外設定を識別するID
-
Unique ID for each identify excluded settings
+
Unique ID for each identify excluded settings.
title: CampaignWebpageServiceSelector description: |
CampaignWebpageServiceSelectorオブジェクトは、取得する条件を保持します。
diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceValue.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceValue.yaml similarity index 93% rename from design/v11/campaignwebpage/CampaignWebpageServiceValue.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceValue.yaml index 22d0d59..27a820f 100644 --- a/design/v11/campaignwebpage/CampaignWebpageServiceValue.yaml +++ b/design/v15/campaignwebpage/CampaignWebpageServiceValue.yaml @@ -14,7 +14,7 @@ CampaignWebpageServiceValue: nullable: true description: |
処理結果
-
Operation result
+
Operation result.
title: CampaignWebpageServiceValue description: |
CampaignWebpageServiceValueオブジェクトは、操作結果を含むPageFeedAssetの除外設定を表します。
diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceWebpage.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceWebpage.yaml similarity index 100% rename from design/v11/campaignwebpage/CampaignWebpageServiceWebpage.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceWebpage.yaml diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceWebpageCondition.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceWebpageCondition.yaml similarity index 100% rename from design/v11/campaignwebpage/CampaignWebpageServiceWebpageCondition.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceWebpageCondition.yaml diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceWebpageConditionType.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceWebpageConditionType.yaml similarity index 79% rename from design/v11/campaignwebpage/CampaignWebpageServiceWebpageConditionType.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceWebpageConditionType.yaml index 63f875f..d7e5f0b 100644 --- a/design/v11/campaignwebpage/CampaignWebpageServiceWebpageConditionType.yaml +++ b/design/v15/campaignwebpage/CampaignWebpageServiceWebpageConditionType.yaml @@ -16,15 +16,15 @@ CampaignWebpageServiceWebpageConditionType: This field is required in ADD operation, and will be ignored in REMOVE operation.
URL
-
URLURLs
+
URLURLs.
PAGE_TITLE
-
WebページのタイトルTitle of web pages
+
WebページのタイトルTitle of web pages.
PAGE_CONTENT
-
WebページのコンテンツContents of web pages
+
WebページのコンテンツContents of web pages.
CUSTOM_LABEL
-
カスタムラベルCustom labels
+
カスタムラベルCustom labels.
ALL_PAGES
-
すべてのWebページAll web pages
+
すべてのWebページAll web pages.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceWebpageOperator.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceWebpageOperator.yaml similarity index 96% rename from design/v11/campaignwebpage/CampaignWebpageServiceWebpageOperator.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceWebpageOperator.yaml index 12920df..33e6848 100644 --- a/design/v11/campaignwebpage/CampaignWebpageServiceWebpageOperator.yaml +++ b/design/v15/campaignwebpage/CampaignWebpageServiceWebpageOperator.yaml @@ -21,5 +21,5 @@ CampaignWebpageServiceWebpageOperator:
EQUALS
指定の値と一致します。Equal to selected value.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/campaignwebpage/CampaignWebpageServiceWebpageParameter.yaml b/design/v15/campaignwebpage/CampaignWebpageServiceWebpageParameter.yaml similarity index 100% rename from design/v11/campaignwebpage/CampaignWebpageServiceWebpageParameter.yaml rename to design/v15/campaignwebpage/CampaignWebpageServiceWebpageParameter.yaml diff --git a/design/v15/conversiongroup/ConversionGroup.yaml b/design/v15/conversiongroup/ConversionGroup.yaml new file mode 100644 index 0000000..1de9baa --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroup.yaml @@ -0,0 +1,51 @@ +ConversionGroup: + type: object + nullable: true + properties: + accountId: + type: integer + nullable: true + format: int64 + description: | +
+ アカウントIDです。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。 +
+
+ Account ID.
+ Although this field will be returned in the response, it will be ignored on input. +
+ conversionGroupId: + type: integer + nullable: true + format: int64 + description: | +
+ コンバージョングループIDです。
+ このフィールドは、ADD時は無視され、SETおよびREMOVE時は必須となります。 +
+
+ Conversion tracker ID.
+ This field will be ignored in ADD operation, and will be required in SET and REMOVE operation. +
+ conversionGroupName: + type: string + nullable: true + description: | +
+ コンバージョングループ名です。
+ このフィールドは、ADD時は必須となり、SET時は省略可能となります。 +
+
+ Conversion group name.
+ This field is required in ADD operation, and will be optional in SET operation. +
+ conversionTrackers: + type: array + nullable: true + items: + $ref: 'ConversionGroupServiceConversionTrackers.yaml#/ConversionGroupServiceConversionTrackers' + title: ConversionGroup + description: | +
ConversionGroupオブジェクトは、コンバージョングループ情報を表します。
+
ConversionGroup object shows ConversionGroup information.
diff --git a/design/v15/conversiongroup/ConversionGroupServiceConversionTrackers.yaml b/design/v15/conversiongroup/ConversionGroupServiceConversionTrackers.yaml new file mode 100644 index 0000000..0db2c3d --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroupServiceConversionTrackers.yaml @@ -0,0 +1,21 @@ +ConversionGroupServiceConversionTrackers: + type: object + nullable: true + properties: + conversionTrackerId: + type: integer + nullable: true + format: int64 + description: | +
+ コンバージョントラッカーIDです。
+ ADD、SET時、このフィールドは必須となります。 +
+
+ Conversion tracker ID.
+ This field is required in ADD and SET operation. +
+ title: ConversionGroupServiceConversionTrackers + description: | +
ConversionGroupServiceConversionTrackersオブジェクトは、コンバージョン測定タグのコンバージョン設定を表します。
+
ConversionGroupServiceConversionTrackers object shows ConversionTracker settings such as ConversionTag.
diff --git a/design/v15/conversiongroup/ConversionGroupServiceGetResponse.yaml b/design/v15/conversiongroup/ConversionGroupServiceGetResponse.yaml new file mode 100644 index 0000000..4fafac7 --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroupServiceGetResponse.yaml @@ -0,0 +1,15 @@ +ConversionGroupServiceGetResponse: + type: object + nullable: true + properties: + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + rid: + type: string + nullable: false + rval: + $ref: 'ConversionGroupServicePage.yaml#/ConversionGroupServicePage' + title: ConversionGroupServiceGetResponse diff --git a/design/v15/conversiongroup/ConversionGroupServiceMutateResponse.yaml b/design/v15/conversiongroup/ConversionGroupServiceMutateResponse.yaml new file mode 100644 index 0000000..7da7d9e --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroupServiceMutateResponse.yaml @@ -0,0 +1,15 @@ +ConversionGroupServiceMutateResponse: + type: object + nullable: true + properties: + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + rid: + type: string + nullable: false + rval: + $ref: 'ConversionGroupServiceReturnValue.yaml#/ConversionGroupServiceReturnValue' + title: ConversionGroupServiceMutateResponse diff --git a/design/v15/conversiongroup/ConversionGroupServiceOperation.yaml b/design/v15/conversiongroup/ConversionGroupServiceOperation.yaml new file mode 100644 index 0000000..bb445d6 --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroupServiceOperation.yaml @@ -0,0 +1,24 @@ +ConversionGroupServiceOperation: + type: object + nullable: true + required: + - accountId + - operand + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
Account ID
+ operand: + type: array + nullable: false + items: + $ref: 'ConversionGroup.yaml#/ConversionGroup' + minItems: 1 + maxItems: 100 + title: ConversionGroupServiceOperation + description: | +
ConversionGroupServiceOperationオブジェクトは、メソッドで操作対象となるコンバージョングループ情報を保持します。
+
ConversionGroupServiceOperation object contains the information of the conversion group which is operation target by method.
diff --git a/design/v15/conversiongroup/ConversionGroupServicePage.yaml b/design/v15/conversiongroup/ConversionGroupServicePage.yaml new file mode 100644 index 0000000..1027219 --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroupServicePage.yaml @@ -0,0 +1,20 @@ +ConversionGroupServicePage: + type: object + nullable: true + properties: + totalNumEntries: + type: integer + nullable: false + format: int32 + description: | +
取得される項目の総件数です。
+
Total number of items to be retrieved.
+ values: + type: array + nullable: true + items: + $ref: 'ConversionGroupServiceValue.yaml#/ConversionGroupServiceValue' + title: ConversionGroupServicePage + description: | +
ConversionGroupServicePageオブジェクトは、getメソッドの実行結果(全Entityのリスト)を保持します。
+
ConversionGroupServicePage object contains the results (a list of all entities) for get method.
diff --git a/design/v15/conversiongroup/ConversionGroupServiceReturnValue.yaml b/design/v15/conversiongroup/ConversionGroupServiceReturnValue.yaml new file mode 100644 index 0000000..1d871c4 --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroupServiceReturnValue.yaml @@ -0,0 +1,13 @@ +ConversionGroupServiceReturnValue: + type: object + nullable: true + properties: + values: + type: array + nullable: true + items: + $ref: 'ConversionGroupServiceValue.yaml#/ConversionGroupServiceValue' + title: ConversionGroupServiceReturnValue + description: | +
ConversionGroupServiceReturnValueオブジェクトは、操作結果を含むコンバージョングループ情報のコンテナです。
+
A container of ConversionGroup information includes operation results.
diff --git a/design/v15/conversiongroup/ConversionGroupServiceSelector.yaml b/design/v15/conversiongroup/ConversionGroupServiceSelector.yaml new file mode 100644 index 0000000..0727be3 --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroupServiceSelector.yaml @@ -0,0 +1,47 @@ +ConversionGroupServiceSelector: + type: object + nullable: true + required: + - accountId + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントID。
+
Account ID.
+ conversionGroupIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 100 + description: | +
コンバージョングループのID。
+
Conversion group IDs.
+ numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 100 + default: 100 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ startIndex: + type: integer + nullable: true + format: int32 + minimum: 1 + default: 1 + description: | +
取得を開始する結果セット内の位置。このフィールドは、0以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 0.
+ title: ConversionGroupServiceSelector + description: | +
ConversionGroupServiceSelectorオブジェクトは、getメソッドの検索条件(実行パラメータ)を保持します。
+
ConversionGroupServiceSelector object contains a set of criteria (parameters) for get method.
diff --git a/design/v15/conversiongroup/ConversionGroupServiceValue.yaml b/design/v15/conversiongroup/ConversionGroupServiceValue.yaml new file mode 100644 index 0000000..f71435c --- /dev/null +++ b/design/v15/conversiongroup/ConversionGroupServiceValue.yaml @@ -0,0 +1,21 @@ +ConversionGroupServiceValue: + type: object + nullable: true + properties: + conversionGroup: + $ref: 'ConversionGroup.yaml#/ConversionGroup' + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + operationSucceeded: + type: boolean + nullable: true + description: | +
処理結果です。trueの場合は、処理は成功しました。falseの場合は処理が失敗しています。
+
The process results. If true, the process succeeded. If false, the process failed.
+ title: ConversionGroupServiceValue + description: | +
ConversionGroupServiceValueオブジェクトは、操作結果を含むコンバージョン設定を表します。
+
ConversionGroupServiceValue object displays the entity of Conversion Tracker information.
diff --git a/design/v11/conversiontracker/ConversionTracker.yaml b/design/v15/conversiontracker/ConversionTracker.yaml similarity index 97% rename from design/v11/conversiontracker/ConversionTracker.yaml rename to design/v15/conversiontracker/ConversionTracker.yaml index 50be2ff..85ae4da 100644 --- a/design/v11/conversiontracker/ConversionTracker.yaml +++ b/design/v15/conversiontracker/ConversionTracker.yaml @@ -66,7 +66,7 @@ ConversionTracker: description: |
コンバージョントラッカーの名称です。
このフィールドは、ADD時に必須となり、SET時に省略可能となります。
-
ConversionTracker Name.
+
Conversion tracker name.
This field is required in ADD operation, and is optional in SET operation.
conversionTrackerType: $ref: 'ConversionTrackerServiceConversionTrackerType.yaml#/ConversionTrackerServiceConversionTrackerType' @@ -93,7 +93,7 @@ ConversionTracker: この値はGETでのみ取得可能です。ADD、SET時のレスポンスではnullで返却されます。
- Conversions which counts as included to Auto Bidding setting.
+ Conversions which counts as included to auto bidding setting.
countingType specifies whether one-per-click or many-per-click.
This value can be obtained by GET operation only. ADD and SET responses will return null.
@@ -109,7 +109,7 @@ ConversionTracker: このフィールドは、ADDおよびSET時に省略可能となります。
※ADD時のデフォルト設定値は30となります。
※conversionTrackerTypeがAPP_LINK_CONVERSIONの場合、ADDおよびSET時にappEventTypeがfirst_openの場合は30のみ指定可能となります。
appEventTypeはConversionTrackerService/getAppEventTypeで取得されるappEvent.appEventTypeで確認できます。
-
Counting period of conversoins (days).
It is available between 7 to 90 days
+
Counting period of conversions (days).
It is available between 7 to 90 days
* For Mobile App Download, this period is fixed as 30 days.
This field is optional in ADD and SET operation.
* The default value in ADD operation will be 30.
@@ -120,7 +120,7 @@ ConversionTracker: nullable: true description: |
直近のコンバージョン発生日です。
-
The most latest date when conversion occured.
+
The most latest date when conversion occurred.
status: $ref: 'ConversionTrackerServiceStatus.yaml#/ConversionTrackerServiceStatus' userRevenueValue: diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppConversion.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppConversion.yaml similarity index 90% rename from design/v11/conversiontracker/ConversionTrackerServiceAppConversion.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppConversion.yaml index 8107de5..bb6a5be 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceAppConversion.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceAppConversion.yaml @@ -22,13 +22,15 @@ ConversionTrackerServiceAppConversion: format: int64 description: |
コンバージョンIDです。
-
Converison ID
+
Conversion ID.
snippetLabel: type: string nullable: true description: |
コンバージョントラッカーラベルです。
-
Converison tracker label
+
Conversion tracker label.
+ source: + $ref: 'ConversionTrackerServiceConversionSource.yaml#/ConversionTrackerServiceConversionSource' title: ConversionTrackerServiceAppConversion description: |
ConversionTrackerServiceAppConversionオブジェクトは、アプリコンバージョン測定タグやタグごとのパフォーマンスデータなどのアプリコンバージョン設定を表します。
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppConversionType.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppConversionType.yaml similarity index 95% rename from design/v11/conversiontracker/ConversionTrackerServiceAppConversionType.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppConversionType.yaml index fe004f2..3131b6f 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceAppConversionType.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceAppConversionType.yaml @@ -10,7 +10,7 @@ ConversionTrackerServiceAppConversionType: description: |
ConversionTrackerServiceAppConversionTypeは、アプリのコンバージョンの種別を表します。
このフィールドは、ADD時に必須となります。
-
ConversionTrackerServiceAppConversionType describes App conversion type.
+
ConversionTrackerServiceAppConversionType describes app conversion type.
This field is required in ADD operation.
DOWNLOAD
@@ -20,5 +20,5 @@ ConversionTrackerServiceAppConversionType:
FIRST_OPEN
アプリ初回起動コンバージョンです。
※FIRST_OPENの登録と更新は廃止され、現在設定できません。
App first open conversion.
*Adding and editing FIRST_OPEN is obsolete. Currently not available.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppEvent.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppEvent.yaml similarity index 88% rename from design/v11/conversiontracker/ConversionTrackerServiceAppEvent.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppEvent.yaml index ba32897..f132d73 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceAppEvent.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceAppEvent.yaml @@ -14,7 +14,7 @@ ConversionTrackerServiceAppEvent: nullable: true description: |
アプリ計測ベンダー識別子です。
-
Application Vendor ID.
+
Application vendor ID.
appId: type: string nullable: true @@ -28,8 +28,8 @@ ConversionTrackerServiceAppEvent: nullable: true description: |
アプリイベントタイプです。
-
Application Event Type.
+
Application event type.
title: ConversionTrackerServiceAppEvent description: |
ConversionTrackerServiceAppEventオブジェクトは、アプリコンバージョン測定タグやタグごとのパフォーマンスデータなどのアプリコンバージョン設定を表します。
-
ConversionTrackerServiceAppConversion object describes the App ConversionTracker settings such as App ConversionTag and performance data by tag.
+
ConversionTrackerServiceAppConversion object describes the app ConversionTracker settings such as App ConversionTag and performance data by tag.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppEventTypePage.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppEventTypePage.yaml similarity index 100% rename from design/v11/conversiontracker/ConversionTrackerServiceAppEventTypePage.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppEventTypePage.yaml diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppEventTypeSelector.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppEventTypeSelector.yaml similarity index 69% rename from design/v11/conversiontracker/ConversionTrackerServiceAppEventTypeSelector.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppEventTypeSelector.yaml index 0587f7f..ae72401 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceAppEventTypeSelector.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceAppEventTypeSelector.yaml @@ -19,9 +19,9 @@ ConversionTrackerServiceAppEventTypeSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
※現在、こちらのフィールドは利用できません。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
*Currently this field is not available.
startIndex: type: integer @@ -30,9 +30,9 @@ ConversionTrackerServiceAppEventTypeSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
※現在、こちらのフィールドは利用できません。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
*Currently this field is not available.
title: ConversionTrackerServiceAppEventTypeSelector description: | diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppEventTypeValue.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppEventTypeValue.yaml similarity index 100% rename from design/v11/conversiontracker/ConversionTrackerServiceAppEventTypeValue.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppEventTypeValue.yaml diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppLinkConversion.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppLinkConversion.yaml similarity index 85% rename from design/v11/conversiontracker/ConversionTrackerServiceAppLinkConversion.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppLinkConversion.yaml index a42ffd1..a45069f 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceAppLinkConversion.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceAppLinkConversion.yaml @@ -8,7 +8,7 @@ ConversionTrackerServiceAppLinkConversion: description: |
アプリ計測ベンダー識別子です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Application Vendor ID.
+
Application vendor ID.
Although this field will be returned in the response, it will be ignored on input.
appId: type: string @@ -26,7 +26,7 @@ ConversionTrackerServiceAppLinkConversion: description: |
アプリイベントタイプです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Application Event Type.
+
Application event type.
Although this field will be returned in the response, it will be ignored on input.
advancedSnippet: type: string @@ -35,15 +35,17 @@ ConversionTrackerServiceAppLinkConversion:
リニューアル版のコンバージョンタグは、従来のタグよりもブラウザーなどの環境の影響を受けづらい新しいフォーマットです。
詳細は以下のヘルプを参照してください。
- ・コンバージョン測定とは
+ ・コンバージョン測定とは
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The new format of conversion tag avoids the impacts such as changes made to the browser.
See also the help below.
- * Conversion Analytics
+ * Conversion Analytics
Although this field will be returned in the response, it will be ignored on input.
+ source: + $ref: 'ConversionTrackerServiceConversionSource.yaml#/ConversionTrackerServiceConversionSource' title: ConversionTrackerServiceAppLinkConversion description: |
ConversionTrackerServiceAppLinkConversionオブジェクトは、アプリコンバージョン測定タグやタグごとのパフォーマンスデータなどのアプリコンバージョン設定を表します。
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppLinkPlatform.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppLinkPlatform.yaml similarity index 91% rename from design/v11/conversiontracker/ConversionTrackerServiceAppLinkPlatform.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppLinkPlatform.yaml index 896b4b0..82b36a7 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceAppLinkPlatform.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceAppLinkPlatform.yaml @@ -12,7 +12,7 @@ ConversionTrackerServiceAppLinkPlatform: Although this field will be returned in the response, it will be ignored on input.
ANDROID
-
ANDROIDANDROID
+
ANDROIDANDROID.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppPlatform.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppPlatform.yaml similarity index 91% rename from design/v11/conversiontracker/ConversionTrackerServiceAppPlatform.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppPlatform.yaml index ecea85d..aaeafc6 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceAppPlatform.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceAppPlatform.yaml @@ -12,7 +12,7 @@ ConversionTrackerServiceAppPlatform: This field is required in ADD operation.
ANDROID_MARKET
-
Androidマーケットのプラットフォームです。Android market
+
Androidマーケットのプラットフォームです。Android market.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceAppPostbackUrl.yaml b/design/v15/conversiontracker/ConversionTrackerServiceAppPostbackUrl.yaml similarity index 100% rename from design/v11/conversiontracker/ConversionTrackerServiceAppPostbackUrl.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceAppPostbackUrl.yaml diff --git a/design/v11/conversiontracker/ConversionTrackerServiceCategory.yaml b/design/v15/conversiontracker/ConversionTrackerServiceCategory.yaml similarity index 93% rename from design/v11/conversiontracker/ConversionTrackerServiceCategory.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceCategory.yaml index abe614e..2141bac 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceCategory.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceCategory.yaml @@ -29,7 +29,7 @@ ConversionTrackerServiceCategory:
ConversionTrackerServiceCategoryは、トラッキング対象のコンバージョン設定のカテゴリです。
このフィールドは、ADD時に必須となり、SET時に省略可能となります。
※指定可能な組み合わせは以下のヘルプを参照してください。
- ・「コンバージョン測定の目的」について
+ ・「コンバージョン測定の目的」について
※conversionTrackerTypeがAPP_LINK_CONVERSIONの場合、ADDおよびSET時にappEventTypeによって指定できる値に制限があります。
appEventTypeはConversionTrackerService/getAppEventTypeで取得されるappEvent.appEventTypeで確認できます。
・first_openの場合はDOWNLOADのみ選択できます。
@@ -39,7 +39,7 @@ ConversionTrackerServiceCategory:
ConversionTrackerServiceCategory is a category for ConversionTracker.
This field is required in ADD operation, and is optional in SET operation.
* See help below for possible combinations.
- ・Conversion tracking purpose
+ ・Conversion tracking purpose
* In ADD and SET operation, if the conversionTrackerType is APP_LINK_CONVERSION, there is a limit to the values that can be specified by appEventType.
appEventType can be confirmed by appEvent.appEventType obtained by ConversionTrackerService/getAppEventType.
- In case of first_open, only DOWNLOAD can be selected.
@@ -48,13 +48,13 @@ ConversionTrackerServiceCategory:
DEFAULT
-
その他です。Others
+
その他です。Others.
PAGE_VIEW
主要なページの閲覧です。
重要なページなど特定ページの閲覧数の測定を行います。
Page Access.
This is used to measure page views of specific page such as an important page.
PURCHASE
購入/販売です。
商品の注文やサービスへのお申し込みなど、販売につながった測定を行います。
Purchase/Sales.
It is used to measure sales such as order and application of the items or service.
SIGNUP
-
お申し込みです。
会員やメールマガジンの登録数などの測定を行います。
Application.
It is used to measure registration of membership or subscription
+
お申し込みです。
会員やメールマガジンの登録数などの測定を行います。
Application.
It is used to measure registration of membership or subscription.
LEAD
販売促進です。
資料請求数やサービス、商品に関する問い合わせ数などの測定を行います。
※ADDまたはSET時、このEnumは指定できません。
Sales promotion. It is used to measure inquiries for catalog, service or merchandise.
*This Enum cannot be specified in ADD and SET operation.
DOWNLOAD
@@ -90,5 +90,5 @@ ConversionTrackerServiceCategory:
CONVERTED_LEAD
取引歴のある見込み客です。Converted leads.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceConversionCountingType.yaml b/design/v15/conversiontracker/ConversionTrackerServiceConversionCountingType.yaml similarity index 90% rename from design/v11/conversiontracker/ConversionTrackerServiceConversionCountingType.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceConversionCountingType.yaml index ef80ef1..0509a32 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceConversionCountingType.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceConversionCountingType.yaml @@ -12,16 +12,16 @@ ConversionTrackerServiceConversionCountingType: ※ADD時のデフォルト設定値はONE_PER_CLICKとなります。
※conversionTrackerTypeがAPP_LINK_CONVERSIONの場合、ADDおよびSET時にappEventTypeがfirst_openの場合はONE_PER_CLICKのみ指定可能となります。
appEventTypeはConversionTrackerService/getAppEventTypeで取得されるappEvent.appEventTypeで確認できます。
-
ConversionTrackerServiceConversionCountingType desribes how to count conversions.
+
ConversionTrackerServiceConversionCountingType describes how to count conversions.
This field is optional in ADD and SET operation.
* The default value in ADD operation will be ONE_PER_CLICK.
* In ADD and SET operation, if conversionTrackerType is APP_LINK_CONVERSION and appEventType is first_open, Only ONE_PER_CLICK can be specified.
appEventType can be confirmed by appEvent.appEventType obtained by ConversionTrackerService/getAppEventType.
ONE_PER_CLICK
-
ユニークコンバージョンです。One perticular conversion
+
ユニークコンバージョンです。One particular conversion.
MANY_PER_CLICK
総コンバージョンです。Total conversions (greater than one_per_click).
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceConversionDateRange.yaml b/design/v15/conversiontracker/ConversionTrackerServiceConversionDateRange.yaml similarity index 97% rename from design/v11/conversiontracker/ConversionTrackerServiceConversionDateRange.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceConversionDateRange.yaml index 47cc972..d2ec2e3 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceConversionDateRange.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceConversionDateRange.yaml @@ -7,13 +7,13 @@ ConversionTrackerServiceConversionDateRange: nullable: true description: |
コンバージョン実績集計終了期間です。
-
Conversion performance aggregation period end
+
Conversion performance aggregation period end.
startDate: type: string nullable: true description: |
コンバージョン実績集計開始期間です。
-
Conversion performance aggregation period start
+
Conversion performance aggregation period start.
title: ConversionTrackerServiceConversionDateRange description: |
ConversionTrackerServiceConversionDateRangeオブジェクトは、コンバージョンの取得期間を指定します。
diff --git a/design/v15/conversiontracker/ConversionTrackerServiceConversionSource.yaml b/design/v15/conversiontracker/ConversionTrackerServiceConversionSource.yaml new file mode 100644 index 0000000..6c0aac0 --- /dev/null +++ b/design/v15/conversiontracker/ConversionTrackerServiceConversionSource.yaml @@ -0,0 +1,24 @@ +ConversionTrackerServiceConversionSource: + type: string + nullable: true + enum: + - WEBSITE + - APP + - CALL_FROM_ADS + - UNKNOWN + title: ConversionTrackerServiceConversionSource + description: | +
ConversionTrackerServiceConversionSource、コンバージョン発生元です。
+ このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
+
ConversionTrackerServiceConversionSource is conversion Source.
+ Although this field will be returned in the response, it will be ignored on input.
+
+
WEBSITE
+
ウェブサイトWebsite
+
APP
+
アプリApp
+
CALL_FROM_ADS
+
電話Phone call
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceConversionTrackerType.yaml b/design/v15/conversiontracker/ConversionTrackerServiceConversionTrackerType.yaml similarity index 87% rename from design/v11/conversiontracker/ConversionTrackerServiceConversionTrackerType.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceConversionTrackerType.yaml index f712890..85f9974 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceConversionTrackerType.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceConversionTrackerType.yaml @@ -14,11 +14,11 @@ ConversionTrackerServiceConversionTrackerType: This field is required in ADD and SET operation.
WEB_CONVERSION
-
ウェブページのコンバージョンです。Web page conversion
+
ウェブページのコンバージョンです。Web page conversion.
APP_CONVERSION
-
アプリのコンバージョンです。App conversion
+
アプリのコンバージョンです。App conversion.
APP_LINK_CONVERSION
-
アプリリンクコンバージョンです。App conversion
+
アプリリンクコンバージョンです。App conversion.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceExcludeFromBidding.yaml b/design/v15/conversiontracker/ConversionTrackerServiceExcludeFromBidding.yaml similarity index 80% rename from design/v11/conversiontracker/ConversionTrackerServiceExcludeFromBidding.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceExcludeFromBidding.yaml index 9a27863..8cf0578 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceExcludeFromBidding.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceExcludeFromBidding.yaml @@ -10,14 +10,14 @@ ConversionTrackerServiceExcludeFromBidding:
ConversionTrackerServiceExcludeFromBiddingは、自動入札設定で使用するかを表します。
このフィールドは、ADDおよびSET時に省略可能となります。
※ADD時のデフォルト設定値はFALSE(使用する)となります。
-
ConversionTrackerServiceExcludeFromBidding describes whether exclude the data for Auto Bidding setting or not.
+
ConversionTrackerServiceExcludeFromBidding describes whether exclude the data for auto bidding setting or not.
This field is optional in ADD and SET operation.
*The default value in ADD operation will be FALSE.
TRUE
-
使用しません。Exclude from Auto Bidding.
+
使用しません。Exclude from auto bidding.
FALSE
-
使用します。Include for Auto Bidding.
+
使用します。Include for auto bidding.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceGetAppEventTypeResponse.yaml b/design/v15/conversiontracker/ConversionTrackerServiceGetAppEventTypeResponse.yaml similarity index 100% rename from design/v11/conversiontracker/ConversionTrackerServiceGetAppEventTypeResponse.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceGetAppEventTypeResponse.yaml diff --git a/design/v11/conversiontracker/ConversionTrackerServiceGetResponse.yaml b/design/v15/conversiontracker/ConversionTrackerServiceGetResponse.yaml similarity index 100% rename from design/v11/conversiontracker/ConversionTrackerServiceGetResponse.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceGetResponse.yaml diff --git a/design/v11/conversiontracker/ConversionTrackerServiceIsRemoveUrl.yaml b/design/v15/conversiontracker/ConversionTrackerServiceIsRemoveUrl.yaml similarity index 92% rename from design/v11/conversiontracker/ConversionTrackerServiceIsRemoveUrl.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceIsRemoveUrl.yaml index 09c8276..cada817 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceIsRemoveUrl.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceIsRemoveUrl.yaml @@ -12,5 +12,5 @@ ConversionTrackerServiceIsRemoveUrl:
TRUE
フラグはONです。Flag is ON.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceMarkupLanguage.yaml b/design/v15/conversiontracker/ConversionTrackerServiceMarkupLanguage.yaml similarity index 94% rename from design/v11/conversiontracker/ConversionTrackerServiceMarkupLanguage.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceMarkupLanguage.yaml index 789357a..a6d7dba 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceMarkupLanguage.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceMarkupLanguage.yaml @@ -15,7 +15,7 @@ ConversionTrackerServiceMarkupLanguage: This field is required in ADD operation, and is optional in SET operation.
HTML
-
HTML言語です。HTML
+
HTML言語です。HTML.
CHTML
CHTML言語です。参照のみ可能です。CHTML. Reference only.
XHTML
@@ -23,5 +23,5 @@ ConversionTrackerServiceMarkupLanguage:
WML
WML言語です。参照のみ可能です。WML. Reference only.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceMutateResponse.yaml b/design/v15/conversiontracker/ConversionTrackerServiceMutateResponse.yaml similarity index 100% rename from design/v11/conversiontracker/ConversionTrackerServiceMutateResponse.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceMutateResponse.yaml diff --git a/design/v11/conversiontracker/ConversionTrackerServiceOperation.yaml b/design/v15/conversiontracker/ConversionTrackerServiceOperation.yaml similarity index 95% rename from design/v11/conversiontracker/ConversionTrackerServiceOperation.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceOperation.yaml index 35fd8cc..db930d6 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceOperation.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceOperation.yaml @@ -11,7 +11,7 @@ ConversionTrackerServiceOperation: format: int64 description: |
アカウントIDです。
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/conversiontracker/ConversionTrackerServicePage.yaml b/design/v15/conversiontracker/ConversionTrackerServicePage.yaml similarity index 81% rename from design/v11/conversiontracker/ConversionTrackerServicePage.yaml rename to design/v15/conversiontracker/ConversionTrackerServicePage.yaml index d9cbb5f..8c6e09a 100644 --- a/design/v11/conversiontracker/ConversionTrackerServicePage.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServicePage.yaml @@ -7,27 +7,27 @@ ConversionTrackerServicePage: nullable: true description: |
自動入札設定の対象コンバージョン値と、対象外コンバージョン値の合計です。
-
Total value of conversions on Auto Bidding setting and the value of conversions not on Auto Bidding setting.
+
Total value of conversions on auto bidding setting and the value of conversions not on auto bidding setting.
totalAllConversions: type: integer nullable: true format: int64 description: |
自動入札設定の対象コンバージョン数と、対象外コンバージョン数の合計です。
-
Total value of conversions on Auto Bidding setting and the value of conversions not on Auto Bidding setting.
+
Total value of conversions on auto bidding setting and the value of conversions not on auto bidding setting.
totalConversionValue: type: string nullable: true description: |
自動入札設定の対象コンバージョン値の合計です。
-
Total value of conversions on Auto Bidding setting.
+
Total value of conversions on auto bidding setting.
totalConversions: type: integer nullable: true format: int64 description: |
自動入札設定の対象コンバージョン数の合計です。
-
Total value of conversions on Auto Bidding setting.
+
Total value of conversions on auto bidding setting.
totalNumEntries: type: integer nullable: false diff --git a/design/v11/conversiontracker/ConversionTrackerServiceReturnValue.yaml b/design/v15/conversiontracker/ConversionTrackerServiceReturnValue.yaml similarity index 100% rename from design/v11/conversiontracker/ConversionTrackerServiceReturnValue.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceReturnValue.yaml diff --git a/design/v11/conversiontracker/ConversionTrackerServiceSelector.yaml b/design/v15/conversiontracker/ConversionTrackerServiceSelector.yaml similarity index 82% rename from design/v11/conversiontracker/ConversionTrackerServiceSelector.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceSelector.yaml index e9ad492..2b4a00d 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceSelector.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceSelector.yaml @@ -66,8 +66,8 @@ ConversionTrackerServiceSelector: maximum: 500 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -75,8 +75,8 @@ ConversionTrackerServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
statuses: type: array nullable: true diff --git a/design/v11/conversiontracker/ConversionTrackerServiceStatus.yaml b/design/v15/conversiontracker/ConversionTrackerServiceStatus.yaml similarity index 95% rename from design/v11/conversiontracker/ConversionTrackerServiceStatus.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceStatus.yaml index a1b4f50..d1c8759 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceStatus.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceStatus.yaml @@ -17,5 +17,5 @@ ConversionTrackerServiceStatus:
DISABLED
コンバージョンページへのアクセスが記録されません。It does not record access to Conversion page.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceTrackingCodeType.yaml b/design/v15/conversiontracker/ConversionTrackerServiceTrackingCodeType.yaml similarity index 96% rename from design/v11/conversiontracker/ConversionTrackerServiceTrackingCodeType.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceTrackingCodeType.yaml index 7111605..676f755 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceTrackingCodeType.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceTrackingCodeType.yaml @@ -20,5 +20,5 @@ ConversionTrackerServiceTrackingCodeType:
IMPORT
インポートのコンバージョンです。Import conversion
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/conversiontracker/ConversionTrackerServiceValue.yaml b/design/v15/conversiontracker/ConversionTrackerServiceValue.yaml similarity index 100% rename from design/v11/conversiontracker/ConversionTrackerServiceValue.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceValue.yaml diff --git a/design/v11/conversiontracker/ConversionTrackerServiceWebConversion.yaml b/design/v15/conversiontracker/ConversionTrackerServiceWebConversion.yaml similarity index 84% rename from design/v11/conversiontracker/ConversionTrackerServiceWebConversion.yaml rename to design/v15/conversiontracker/ConversionTrackerServiceWebConversion.yaml index 8411fc4..16ee7a1 100644 --- a/design/v11/conversiontracker/ConversionTrackerServiceWebConversion.yaml +++ b/design/v15/conversiontracker/ConversionTrackerServiceWebConversion.yaml @@ -11,17 +11,19 @@ ConversionTrackerServiceWebConversion:
リニューアル版のコンバージョンタグは、従来のタグよりもブラウザーなどの環境の影響を受けづらい新しいフォーマットです。
詳細は以下のヘルプを参照してください。
- ・コンバージョン測定とは
+ ・コンバージョン測定とは
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The new format of conversion tag avoids the impacts such as changes made to the browser.
See also the help below.
- * Conversion Analytics
+ * Conversion Analytics
Although this field will be returned in the response, it will be ignored on input.
trackingCodeType: $ref: 'ConversionTrackerServiceTrackingCodeType.yaml#/ConversionTrackerServiceTrackingCodeType' + source: + $ref: 'ConversionTrackerServiceConversionSource.yaml#/ConversionTrackerServiceConversionSource' title: ConversionTrackerServiceWebConversion description: |
ConversionTrackerServiceWebConversionオブジェクトは、ウェブページのコンバージョン測定タグやタグごとのパフォーマンスデータなどのコンバージョン設定を表します。
diff --git a/design/v11/customizerattribute/CustomizerAttribute.yaml b/design/v15/customizerattribute/CustomizerAttribute.yaml similarity index 100% rename from design/v11/customizerattribute/CustomizerAttribute.yaml rename to design/v15/customizerattribute/CustomizerAttribute.yaml diff --git a/design/v11/customizerattribute/CustomizerAttributeServiceGetResponse.yaml b/design/v15/customizerattribute/CustomizerAttributeServiceGetResponse.yaml similarity index 100% rename from design/v11/customizerattribute/CustomizerAttributeServiceGetResponse.yaml rename to design/v15/customizerattribute/CustomizerAttributeServiceGetResponse.yaml diff --git a/design/v11/customizerattribute/CustomizerAttributeServiceMutateResponse.yaml b/design/v15/customizerattribute/CustomizerAttributeServiceMutateResponse.yaml similarity index 100% rename from design/v11/customizerattribute/CustomizerAttributeServiceMutateResponse.yaml rename to design/v15/customizerattribute/CustomizerAttributeServiceMutateResponse.yaml diff --git a/design/v11/customizerattribute/CustomizerAttributeServiceOperation.yaml b/design/v15/customizerattribute/CustomizerAttributeServiceOperation.yaml similarity index 100% rename from design/v11/customizerattribute/CustomizerAttributeServiceOperation.yaml rename to design/v15/customizerattribute/CustomizerAttributeServiceOperation.yaml diff --git a/design/v11/customizerattribute/CustomizerAttributeServicePage.yaml b/design/v15/customizerattribute/CustomizerAttributeServicePage.yaml similarity index 100% rename from design/v11/customizerattribute/CustomizerAttributeServicePage.yaml rename to design/v15/customizerattribute/CustomizerAttributeServicePage.yaml diff --git a/design/v11/customizerattribute/CustomizerAttributeServiceReturnValue.yaml b/design/v15/customizerattribute/CustomizerAttributeServiceReturnValue.yaml similarity index 100% rename from design/v11/customizerattribute/CustomizerAttributeServiceReturnValue.yaml rename to design/v15/customizerattribute/CustomizerAttributeServiceReturnValue.yaml diff --git a/design/v11/customizerattribute/CustomizerAttributeServiceSelector.yaml b/design/v15/customizerattribute/CustomizerAttributeServiceSelector.yaml similarity index 100% rename from design/v11/customizerattribute/CustomizerAttributeServiceSelector.yaml rename to design/v15/customizerattribute/CustomizerAttributeServiceSelector.yaml diff --git a/design/v11/customizerattribute/CustomizerAttributeServiceType.yaml b/design/v15/customizerattribute/CustomizerAttributeServiceType.yaml similarity index 96% rename from design/v11/customizerattribute/CustomizerAttributeServiceType.yaml rename to design/v15/customizerattribute/CustomizerAttributeServiceType.yaml index ace0109..c0c3677 100644 --- a/design/v11/customizerattribute/CustomizerAttributeServiceType.yaml +++ b/design/v15/customizerattribute/CustomizerAttributeServiceType.yaml @@ -23,5 +23,5 @@ CustomizerAttributeServiceType:
PERCENT
パーセントです。percent.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/customizerattribute/CustomizerAttributeServiceValue.yaml b/design/v15/customizerattribute/CustomizerAttributeServiceValue.yaml similarity index 100% rename from design/v11/customizerattribute/CustomizerAttributeServiceValue.yaml rename to design/v15/customizerattribute/CustomizerAttributeServiceValue.yaml diff --git a/design/v11/dictionary/DictionaryServiceAppLinkVendor.yaml b/design/v15/dictionary/DictionaryServiceAppLinkVendor.yaml similarity index 84% rename from design/v11/dictionary/DictionaryServiceAppLinkVendor.yaml rename to design/v15/dictionary/DictionaryServiceAppLinkVendor.yaml index e1cca23..3f054cd 100644 --- a/design/v11/dictionary/DictionaryServiceAppLinkVendor.yaml +++ b/design/v15/dictionary/DictionaryServiceAppLinkVendor.yaml @@ -7,19 +7,19 @@ DictionaryServiceAppLinkVendor: nullable: true description: |
アプリ計測ベンダーIDです。
-
App Vendor ID.
+
App vendor ID.
appVendorNameJa: type: string nullable: true description: |
アプリ計測ベンダー名(日本語)です。
-
App Vendor Name in Japanese.
+
App vendor name in Japanese.
appVendorNameEn: type: string nullable: true description: |
アプリ計測ベンダー名(英語)です。
-
App Vendor Name in English.
+
App vendor name in English.
title: DictionaryServiceAppLinkVendor description: |
DictionaryServiceAppLinkVendor オブジェクトは、 アプリ計測ベンダー情報を格納するコンテナです。
diff --git a/design/v11/dictionary/DictionaryServiceAppLinkVendorPage.yaml b/design/v15/dictionary/DictionaryServiceAppLinkVendorPage.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceAppLinkVendorPage.yaml rename to design/v15/dictionary/DictionaryServiceAppLinkVendorPage.yaml diff --git a/design/v11/dictionary/DictionaryServiceAppLinkVendorSelector.yaml b/design/v15/dictionary/DictionaryServiceAppLinkVendorSelector.yaml similarity index 56% rename from design/v11/dictionary/DictionaryServiceAppLinkVendorSelector.yaml rename to design/v15/dictionary/DictionaryServiceAppLinkVendorSelector.yaml index 072dc69..607d77d 100644 --- a/design/v11/dictionary/DictionaryServiceAppLinkVendorSelector.yaml +++ b/design/v15/dictionary/DictionaryServiceAppLinkVendorSelector.yaml @@ -2,23 +2,23 @@ DictionaryServiceAppLinkVendorSelector: type: object nullable: true properties: - startIndex: + numberResults: type: integer nullable: true format: int32 minimum: 1 - default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
- numberResults: +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ startIndex: type: integer nullable: true format: int32 minimum: 1 + default: 1 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: DictionaryServiceAppLinkVendorSelector description: |
DictionaryServiceAppLinkVendorSelectorオブジェクトは、 アプリ計測ベンダー情報一覧取得のリクエストを格納するコンテナです。
diff --git a/design/v11/dictionary/DictionaryServiceAppLinkVendorValue.yaml b/design/v15/dictionary/DictionaryServiceAppLinkVendorValue.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceAppLinkVendorValue.yaml rename to design/v15/dictionary/DictionaryServiceAppLinkVendorValue.yaml diff --git a/design/v11/dictionary/DictionaryServiceDisapprovalReason.yaml b/design/v15/dictionary/DictionaryServiceDisapprovalReason.yaml similarity index 83% rename from design/v11/dictionary/DictionaryServiceDisapprovalReason.yaml rename to design/v15/dictionary/DictionaryServiceDisapprovalReason.yaml index 44b571c..fa2a2e2 100644 --- a/design/v11/dictionary/DictionaryServiceDisapprovalReason.yaml +++ b/design/v15/dictionary/DictionaryServiceDisapprovalReason.yaml @@ -7,13 +7,13 @@ DictionaryServiceDisapprovalReason: nullable: true description: |
審査否認理由の内容です。
-
Description of disapproval reason
+
Description of disapproval reason.
disapprovalReasonCode: type: string nullable: true description: |
審査コードです。
-
Editorial code
+
Editorial code.
lang: $ref: 'DictionaryServiceLang.yaml#/DictionaryServiceLang' recommendation: @@ -21,13 +21,13 @@ DictionaryServiceDisapprovalReason: nullable: true description: |
推奨する対応方法です。
-
Recommended solution
+
Recommended solution.
title: type: string nullable: true description: |
審査否認理由のタイトルです。
-
Title of disapproval reason
+
Title of disapproval reason.
title: DictionaryServiceDisapprovalReason description: |
DictionaryServiceDisapprovalReason オブジェクトは、 EditorialReason一覧を格納するコンテナです。
diff --git a/design/v11/dictionary/DictionaryServiceDisapprovalReasonPage.yaml b/design/v15/dictionary/DictionaryServiceDisapprovalReasonPage.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceDisapprovalReasonPage.yaml rename to design/v15/dictionary/DictionaryServiceDisapprovalReasonPage.yaml diff --git a/design/v11/dictionary/DictionaryServiceDisapprovalReasonSelector.yaml b/design/v15/dictionary/DictionaryServiceDisapprovalReasonSelector.yaml similarity index 57% rename from design/v11/dictionary/DictionaryServiceDisapprovalReasonSelector.yaml rename to design/v15/dictionary/DictionaryServiceDisapprovalReasonSelector.yaml index f2ec62b..4fde855 100644 --- a/design/v11/dictionary/DictionaryServiceDisapprovalReasonSelector.yaml +++ b/design/v15/dictionary/DictionaryServiceDisapprovalReasonSelector.yaml @@ -6,23 +6,23 @@ DictionaryServiceDisapprovalReasonSelector: properties: lang: $ref: 'DictionaryServiceLang.yaml#/DictionaryServiceLang' - startIndex: + numberResults: type: integer nullable: true format: int32 minimum: 1 - default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
- numberResults: +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ startIndex: type: integer nullable: true format: int32 minimum: 1 + default: 1 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
title: DictionaryServiceDisapprovalReasonSelector description: |
DictionaryServiceDisapprovalReasonSelectorオブジェクトは、 EditorialReason一覧取得リクエストを格納するコンテナです。
diff --git a/design/v11/dictionary/DictionaryServiceDisapprovalReasonValue.yaml b/design/v15/dictionary/DictionaryServiceDisapprovalReasonValue.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceDisapprovalReasonValue.yaml rename to design/v15/dictionary/DictionaryServiceDisapprovalReasonValue.yaml diff --git a/design/v11/dictionary/DictionaryServiceGeographicLocation.yaml b/design/v15/dictionary/DictionaryServiceGeographicLocation.yaml similarity index 89% rename from design/v11/dictionary/DictionaryServiceGeographicLocation.yaml rename to design/v15/dictionary/DictionaryServiceGeographicLocation.yaml index 1454e57..fbc8768 100644 --- a/design/v11/dictionary/DictionaryServiceGeographicLocation.yaml +++ b/design/v15/dictionary/DictionaryServiceGeographicLocation.yaml @@ -12,13 +12,13 @@ DictionaryServiceGeographicLocation: nullable: true description: |
地域コードです。
-
Geographic code
+
Geographic code.
fullName: type: string nullable: true description: |
地域名(都道府県名からすべて)です。
-
Name of places (Prefecture and all)
+
Name of places (Prefecture and all).
geographicLocationStatus: $ref: 'DictionaryServiceGeographicLocationStatus.yaml#/DictionaryServiceGeographicLocationStatus' name: @@ -26,7 +26,7 @@ DictionaryServiceGeographicLocation: nullable: true description: |
地域名(市区町村のみ)です。
-
Name of places (City Only)
+
Name of places (city only).
order: type: string nullable: true @@ -41,7 +41,7 @@ DictionaryServiceGeographicLocation: nullable: true description: |
上位地域コードです。
-
Parent geographic code
+
Parent geographic code.
title: DictionaryServiceGeographicLocation description: |
DictionaryServiceGeographicLocationオブジェクトは、地域情報を格納します。
diff --git a/design/v11/dictionary/DictionaryServiceGeographicLocationPage.yaml b/design/v15/dictionary/DictionaryServiceGeographicLocationPage.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceGeographicLocationPage.yaml rename to design/v15/dictionary/DictionaryServiceGeographicLocationPage.yaml diff --git a/design/v11/dictionary/DictionaryServiceGeographicLocationSelector.yaml b/design/v15/dictionary/DictionaryServiceGeographicLocationSelector.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceGeographicLocationSelector.yaml rename to design/v15/dictionary/DictionaryServiceGeographicLocationSelector.yaml diff --git a/design/v11/dictionary/DictionaryServiceGeographicLocationStatus.yaml b/design/v15/dictionary/DictionaryServiceGeographicLocationStatus.yaml similarity index 95% rename from design/v11/dictionary/DictionaryServiceGeographicLocationStatus.yaml rename to design/v15/dictionary/DictionaryServiceGeographicLocationStatus.yaml index 1247a3d..4142805 100644 --- a/design/v11/dictionary/DictionaryServiceGeographicLocationStatus.yaml +++ b/design/v15/dictionary/DictionaryServiceGeographicLocationStatus.yaml @@ -18,5 +18,5 @@ DictionaryServiceGeographicLocationStatus:
PHASING_OUT
まもなく廃止またはターゲティング不可能になる状態。Status when it soon be abolished, or targeting will become impossible
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/dictionary/DictionaryServiceGeographicLocationValue.yaml b/design/v15/dictionary/DictionaryServiceGeographicLocationValue.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceGeographicLocationValue.yaml rename to design/v15/dictionary/DictionaryServiceGeographicLocationValue.yaml diff --git a/design/v11/dictionary/DictionaryServiceGetAppLinkVendorResponse.yaml b/design/v15/dictionary/DictionaryServiceGetAppLinkVendorResponse.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceGetAppLinkVendorResponse.yaml rename to design/v15/dictionary/DictionaryServiceGetAppLinkVendorResponse.yaml diff --git a/design/v11/dictionary/DictionaryServiceGetDisapprovalReasonResponse.yaml b/design/v15/dictionary/DictionaryServiceGetDisapprovalReasonResponse.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceGetDisapprovalReasonResponse.yaml rename to design/v15/dictionary/DictionaryServiceGetDisapprovalReasonResponse.yaml diff --git a/design/v11/dictionary/DictionaryServiceGetGeographicLocationResponse.yaml b/design/v15/dictionary/DictionaryServiceGetGeographicLocationResponse.yaml similarity index 100% rename from design/v11/dictionary/DictionaryServiceGetGeographicLocationResponse.yaml rename to design/v15/dictionary/DictionaryServiceGetGeographicLocationResponse.yaml diff --git a/design/v11/dictionary/DictionaryServiceLang.yaml b/design/v15/dictionary/DictionaryServiceLang.yaml similarity index 93% rename from design/v11/dictionary/DictionaryServiceLang.yaml rename to design/v15/dictionary/DictionaryServiceLang.yaml index 4f7489a..b6f807b 100644 --- a/design/v11/dictionary/DictionaryServiceLang.yaml +++ b/design/v15/dictionary/DictionaryServiceLang.yaml @@ -15,5 +15,5 @@ DictionaryServiceLang:
EN
英語です。English language
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/keywordplanidea/KeywordPlanIdea.yaml b/design/v15/keywordplanidea/KeywordPlanIdea.yaml similarity index 92% rename from design/v11/keywordplanidea/KeywordPlanIdea.yaml rename to design/v15/keywordplanidea/KeywordPlanIdea.yaml index 0afc016..f79833c 100644 --- a/design/v11/keywordplanidea/KeywordPlanIdea.yaml +++ b/design/v15/keywordplanidea/KeywordPlanIdea.yaml @@ -7,7 +7,7 @@ KeywordPlanIdea: nullable: true description: |
キーワードです。
-
Keyword
+
Keyword.
title: KeywordPlanIdea description: |
KeywordPlanIdeaオブジェクトは、提案結果のキーワードを格納するコンテナです。
diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceGetResponse.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceGetResponse.yaml similarity index 100% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceGetResponse.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceGetResponse.yaml diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceKeywordAndUrlSeed.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceKeywordAndUrlSeed.yaml similarity index 100% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceKeywordAndUrlSeed.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceKeywordAndUrlSeed.yaml diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceKeywordSeed.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceKeywordSeed.yaml similarity index 100% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceKeywordSeed.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceKeywordSeed.yaml diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServicePage.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServicePage.yaml similarity index 100% rename from design/v11/keywordplanidea/KeywordPlanIdeaServicePage.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServicePage.yaml diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceSeed.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceSeed.yaml similarity index 100% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceSeed.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceSeed.yaml diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceSeedType.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceSeedType.yaml similarity index 95% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceSeedType.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceSeedType.yaml index 395e766..ae71874 100644 --- a/design/v11/keywordplanidea/KeywordPlanIdeaServiceSeedType.yaml +++ b/design/v15/keywordplanidea/KeywordPlanIdeaServiceSeedType.yaml @@ -21,5 +21,5 @@ KeywordPlanIdeaServiceSeedType:
SITE
サイト(ドメインURL)です。Site (domain URL).
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceSelector.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceSelector.yaml similarity index 63% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceSelector.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceSelector.yaml index ff1dfa2..4fb536d 100644 --- a/design/v11/keywordplanidea/KeywordPlanIdeaServiceSelector.yaml +++ b/design/v15/keywordplanidea/KeywordPlanIdeaServiceSelector.yaml @@ -16,25 +16,25 @@ KeywordPlanIdeaServiceSelector: This field is required.
seed: $ref: 'KeywordPlanIdeaServiceSeed.yaml#/KeywordPlanIdeaServiceSeed' - startIndex: + numberResults: type: integer nullable: true format: int32 minimum: 1 - default: 1 + maximum: 500 + default: 500 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
- numberResults: +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ pageIndex: type: integer nullable: true format: int32 minimum: 1 - maximum: 500 - default: 500 + default: 1 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
ページ番号です。このフィールドは、1以上を指定する必要があります。
+
Page number. This field must be greater than or equal to 1.
title: KeywordPlanIdeaServiceSelector description: |
KeywordPlanIdeaSelectorオブジェクトは、関連キーワードの提案条件を表します。
diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceSiteSeed.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceSiteSeed.yaml similarity index 100% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceSiteSeed.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceSiteSeed.yaml diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceUrlSeed.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceUrlSeed.yaml similarity index 100% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceUrlSeed.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceUrlSeed.yaml diff --git a/design/v11/keywordplanidea/KeywordPlanIdeaServiceValue.yaml b/design/v15/keywordplanidea/KeywordPlanIdeaServiceValue.yaml similarity index 100% rename from design/v11/keywordplanidea/KeywordPlanIdeaServiceValue.yaml rename to design/v15/keywordplanidea/KeywordPlanIdeaServiceValue.yaml diff --git a/design/v11/label/Label.yaml b/design/v15/label/Label.yaml similarity index 91% rename from design/v11/label/Label.yaml rename to design/v15/label/Label.yaml index dc0d269..b6126db 100644 --- a/design/v11/label/Label.yaml +++ b/design/v15/label/Label.yaml @@ -42,7 +42,7 @@ Label: description: |
ラベル名です。
このフィールドは、ADD時に必須となり、SET時に省略可能となり、REMOVE時に無視されます。
-
Label Name.
+
Label name.
This field is required in ADD operation, is optional in SET operation, and will be ignored in REMOVE operation.
labeledAdGroup: type: integer @@ -51,7 +51,7 @@ Label: description: |
広告グループの紐付け数です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Number of labeled AdGroup.
+
Number of labeled ad group.
Although this field will be returned in the response, it will be ignored on input.
labeledAdGroupAd: type: integer @@ -59,7 +59,7 @@ Label: format: int64 description: |
広告の紐付け数です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Number of labeled AdGroupAd.
Although this field will be returned in the response, it will be ignored on input.
+
Number of labeled ad.
Although this field will be returned in the response, it will be ignored on input.
labeledAdGroupCriterion: type: integer nullable: true @@ -67,7 +67,7 @@ Label: description: |
キーワードの紐付け数です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Number of labeled Ad Group Criterion.
+
Number of labeled ad group criterion.
Although this field will be returned in the response, it will be ignored on input.
labeledCampaign: type: integer @@ -76,7 +76,7 @@ Label: description: |
キャンペーンの紐付け数です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
Number of labeled Campaign.
+
Number of labeled campaign.
Although this field will be returned in the response, it will be ignored on input.
title: Label description: | diff --git a/design/v11/label/LabelServiceCountLabeledEntity.yaml b/design/v15/label/LabelServiceCountLabeledEntity.yaml similarity index 93% rename from design/v11/label/LabelServiceCountLabeledEntity.yaml rename to design/v15/label/LabelServiceCountLabeledEntity.yaml index c8cbd93..a303d2a 100644 --- a/design/v11/label/LabelServiceCountLabeledEntity.yaml +++ b/design/v15/label/LabelServiceCountLabeledEntity.yaml @@ -15,5 +15,5 @@ LabelServiceCountLabeledEntity:
FALSE
集計しないnot count
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/label/LabelServiceGetResponse.yaml b/design/v15/label/LabelServiceGetResponse.yaml similarity index 100% rename from design/v11/label/LabelServiceGetResponse.yaml rename to design/v15/label/LabelServiceGetResponse.yaml diff --git a/design/v11/label/LabelServiceMutateResponse.yaml b/design/v15/label/LabelServiceMutateResponse.yaml similarity index 100% rename from design/v11/label/LabelServiceMutateResponse.yaml rename to design/v15/label/LabelServiceMutateResponse.yaml diff --git a/design/v11/label/LabelServiceOperation.yaml b/design/v15/label/LabelServiceOperation.yaml similarity index 94% rename from design/v11/label/LabelServiceOperation.yaml rename to design/v15/label/LabelServiceOperation.yaml index f3c579f..562839a 100644 --- a/design/v11/label/LabelServiceOperation.yaml +++ b/design/v15/label/LabelServiceOperation.yaml @@ -11,7 +11,7 @@ LabelServiceOperation: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/label/LabelServicePage.yaml b/design/v15/label/LabelServicePage.yaml similarity index 100% rename from design/v11/label/LabelServicePage.yaml rename to design/v15/label/LabelServicePage.yaml diff --git a/design/v11/label/LabelServiceReturnValue.yaml b/design/v15/label/LabelServiceReturnValue.yaml similarity index 100% rename from design/v11/label/LabelServiceReturnValue.yaml rename to design/v15/label/LabelServiceReturnValue.yaml diff --git a/design/v11/label/LabelServiceSelector.yaml b/design/v15/label/LabelServiceSelector.yaml similarity index 70% rename from design/v11/label/LabelServiceSelector.yaml rename to design/v15/label/LabelServiceSelector.yaml index b8c3573..6029d67 100644 --- a/design/v11/label/LabelServiceSelector.yaml +++ b/design/v15/label/LabelServiceSelector.yaml @@ -32,8 +32,8 @@ LabelServiceSelector: maximum: 2000 default: 2000 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -41,8 +41,8 @@ LabelServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: LabelServiceSelector description: |
LabelServiceSelectorオブジェクトは、操作の対象とするラベルの情報およびフィルタ条件を表します。
diff --git a/design/v11/label/LabelServiceValue.yaml b/design/v15/label/LabelServiceValue.yaml similarity index 100% rename from design/v11/label/LabelServiceValue.yaml rename to design/v15/label/LabelServiceValue.yaml diff --git a/design/v15/learningdataexclusion/LearningDataExclusion.yaml b/design/v15/learningdataexclusion/LearningDataExclusion.yaml new file mode 100644 index 0000000..f0fc597 --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusion.yaml @@ -0,0 +1,91 @@ +LearningDataExclusion: + type: object + nullable: true + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
Account ID.
+ learningDataExclusionName: + type: string + nullable: true + description: | +
学習データ除外名です。
+ ADD時、このフィールドは必須となります。
+ ※128文字以内になります。
+
Learning Data Exclusion name.
+ This field is required in ADD operation.
+ *Up to 128 characters.
+ description: + type: string + nullable: true + description: | +
学習データ除外の説明です。
+ このフィールドは、省略可能となります。
+ ※500文字以内になります。
+
Learning Data Exclusion description.
+ This field is optional.
+ *Up to 500 characters.
+ learningDataExclusionId: + type: integer + nullable: true + format: int64 + description: | +
学習データ除外IDです。
+ SET及びREMOVE時、このフィールドは必須です。
+
Learning Data Exclusion ID.
+ This field is required in SET and REMOVE operation.
+ devices: + type: array + nullable: true + items: + $ref: 'LearningDataExclusionServiceDevices.yaml#/LearningDataExclusionServiceDevices' + maxItems: 3 + startDateTime: + type: string + nullable: true + description: | +
ルール適用開始日です。
+ ADD時、このフィールドは必須です。
+ ※YYYYMMDDHHmmss形式です。
+ ※リクエスト日は2037/12/30まで 指定可能です。
+ ※startDateTime〜endDateTimeが14日を超える場合はエラーになります。
+
Start date of rule setting.
+ This field is required in ADD operation.
+ *In YYYYMMDDHHmmss format
+ *Request date can be set up to 2037/12/30
+ *If startDateTime〜endDateTime exceeds 14 days, an error will occur.
+ endDateTime: + type: string + nullable: true + description: | +
ルール適用終了日です。
+ ADD時、このフィールドは必須です。
+ ※YYYYMMDDHHmmss形式です。
+ ※リクエスト日は2037/12/30まで 指定可能です。
+ ※startDateTime〜endDateTimeが14日を超える場合はエラーになります。
+
End date of rule setting.
+ This field is required in ADD operation.
+ *In YYYYMMDDHHmmss format
+ *Request date can be set up to 2037/12/30
+ *If startDateTime〜endDateTime exceeds 14 days, an error will occur.
+ campaignIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 2000 + description: | +
キャンペーンIDです。
+ ADD時、このフィールドは必須となります。
+
Campaign ID.
+ This field is required in ADD operation.
+ title: LearningDataExclusion + description: | +
LearningDataExclusion オブジェクトは、自動入札の学習データ除外を表します。
+
LearningDataExclusion object describes learning data exclusion for autobidding information.
diff --git a/design/v15/learningdataexclusion/LearningDataExclusionServiceDevices.yaml b/design/v15/learningdataexclusion/LearningDataExclusionServiceDevices.yaml new file mode 100644 index 0000000..9890ee9 --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusionServiceDevices.yaml @@ -0,0 +1,24 @@ +LearningDataExclusionServiceDevices: + type: string + nullable: true + enum: + - MOBILE + - TABLET + - DESKTOP + - UNKNOWN + title: LearningDataExclusionServiceDevices + description: | +
LearningDataExclusionServiceDevicesは、対象デバイスを表します。
+ ADD時、このフィールドは必須となります。
+
LearningDataExclusionServiceDevices describes target device.
+ This field is required in ADD operation.
+
+
MOBILE
+
モバイルです。Mobile.
+
TABLET
+
タブレットです。Tablet.
+
DESKTOP
+
パソコンです。PC.
+
UNKNOWN
+
未知の値です。Unknown value.
+
diff --git a/design/v15/learningdataexclusion/LearningDataExclusionServiceGetResponse.yaml b/design/v15/learningdataexclusion/LearningDataExclusionServiceGetResponse.yaml new file mode 100644 index 0000000..0cfad8b --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusionServiceGetResponse.yaml @@ -0,0 +1,15 @@ +LearningDataExclusionServiceGetResponse: + type: object + nullable: true + properties: + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + rid: + type: string + nullable: false + rval: + $ref: 'LearningDataExclusionServicePage.yaml#/LearningDataExclusionServicePage' + title: LearningDataExclusionServiceGetResponse diff --git a/design/v15/learningdataexclusion/LearningDataExclusionServiceMutateResponse.yaml b/design/v15/learningdataexclusion/LearningDataExclusionServiceMutateResponse.yaml new file mode 100644 index 0000000..f078f6b --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusionServiceMutateResponse.yaml @@ -0,0 +1,15 @@ +LearningDataExclusionServiceMutateResponse: + type: object + nullable: true + properties: + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + rid: + type: string + nullable: false + rval: + $ref: 'LearningDataExclusionServiceReturnValue.yaml#/LearningDataExclusionServiceReturnValue' + title: LearningDataExclusionServiceMutateResponse diff --git a/design/v15/learningdataexclusion/LearningDataExclusionServiceOperation.yaml b/design/v15/learningdataexclusion/LearningDataExclusionServiceOperation.yaml new file mode 100644 index 0000000..86c3198 --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusionServiceOperation.yaml @@ -0,0 +1,27 @@ +LearningDataExclusionServiceOperation: + type: object + nullable: true + required: + - accountId + - operand + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
Account ID.
+ operand: + type: array + nullable: true + items: + $ref: 'LearningDataExclusion.yaml#/LearningDataExclusion' + minItems: 1 + maxItems: 200 + title: LearningDataExclusionServiceOperation + description: | +
LearningDataExclusionServiceOperationオブジェクトは、操作の対象となる自動入札の学習データ除外の情報と処理の内容を表します。
+ ※add時とset時の上限は50になります。
+
LearningDataExclusionServiceOperation object displays target learning data exclusion for autobidding information and its operation results.
+ *The maximum number of add and set cases is 50.
diff --git a/design/v15/learningdataexclusion/LearningDataExclusionServicePage.yaml b/design/v15/learningdataexclusion/LearningDataExclusionServicePage.yaml new file mode 100644 index 0000000..7d1a0d4 --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusionServicePage.yaml @@ -0,0 +1,20 @@ +LearningDataExclusionServicePage: + type: object + nullable: true + properties: + totalNumEntries: + type: integer + nullable: false + format: int32 + description: | +
取得される項目の総件数です。
+
Total number of entries in the result.
+ values: + type: array + nullable: true + items: + $ref: 'LearningDataExclusionServiceValue.yaml#/LearningDataExclusionServiceValue' + title: LearningDataExclusionServicePage + description: | +
LearningDataExclusionServicePageオブジェクトは、取得される自動入札の学習データ除外に関するエントリーを表します。
+
LearningDataExclusionServicePage object displays entries for learning data exclusion for autobidding.
diff --git a/design/v15/learningdataexclusion/LearningDataExclusionServiceReturnValue.yaml b/design/v15/learningdataexclusion/LearningDataExclusionServiceReturnValue.yaml new file mode 100644 index 0000000..11e1211 --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusionServiceReturnValue.yaml @@ -0,0 +1,13 @@ +LearningDataExclusionServiceReturnValue: + type: object + nullable: true + properties: + values: + type: array + nullable: true + items: + $ref: 'LearningDataExclusionServiceValue.yaml#/LearningDataExclusionServiceValue' + title: LearningDataExclusionServiceReturnValue + description: | +
LearningDataExclusionServiceReturnValueオブジェクトは、自動入札の学習データ除外の情報を含む操作結果として戻される値を表します。
+
LearningDataExclusionServiceReturnValue object is a container which has learning data exclusion for autobidding information including its operation results.
diff --git a/design/v15/learningdataexclusion/LearningDataExclusionServiceSelector.yaml b/design/v15/learningdataexclusion/LearningDataExclusionServiceSelector.yaml new file mode 100644 index 0000000..cf136f2 --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusionServiceSelector.yaml @@ -0,0 +1,54 @@ +LearningDataExclusionServiceSelector: + type: object + nullable: true + required: + - accountId + properties: + accountId: + type: integer + nullable: false + format: int64 + description: | +
アカウントIDです。
+
Account ID.
+ learningDataExclusionIds: + type: array + nullable: true + items: + type: integer + nullable: true + format: int64 + maxItems: 1000 + description: | +
学習データ除外ID
+
Learning Data Exclusion Ids.
+ campaignId: + type: integer + nullable: true + format: int64 + description: | +
キャンペーンID
+
Campaign Id.
+ numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 500 + default: 500 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
+ startIndex: + type: integer + nullable: true + format: int32 + minimum: 1 + default: 1 + description: | +
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
+ title: LearningDataExclusionServiceSelector + description: | +
LearningDataExclusionServiceSelectorオブジェクトは、選択する自動入札の学習データ除外を表します。
+
LearningDataExclusionServiceSelector object explains which learning data exclusion for autobidding to return.
diff --git a/design/v15/learningdataexclusion/LearningDataExclusionServiceValue.yaml b/design/v15/learningdataexclusion/LearningDataExclusionServiceValue.yaml new file mode 100644 index 0000000..7c843d7 --- /dev/null +++ b/design/v15/learningdataexclusion/LearningDataExclusionServiceValue.yaml @@ -0,0 +1,21 @@ +LearningDataExclusionServiceValue: + type: object + nullable: true + properties: + learningDataExclusion: + $ref: 'LearningDataExclusion.yaml#/LearningDataExclusion' + errors: + type: array + nullable: true + items: + $ref: '../../Error.yaml#/Error' + operationSucceeded: + type: boolean + nullable: true + description: | +
処理結果を表示します。
+
Result of process.
+ title: LearningDataExclusionServiceValue + description: | +
LearningDataExclusionServiceValueオブジェクトは、操作結果を含む自動入札の学習データ除外の情報を表します。
+
LearningDataExclusionServiceValue object is learning data exclusion for autobidding information including its operation results.
diff --git a/design/v11/offlineconversion/OfflineConversionFile.yaml b/design/v15/offlineconversion/OfflineConversionFile.yaml similarity index 100% rename from design/v11/offlineconversion/OfflineConversionFile.yaml rename to design/v15/offlineconversion/OfflineConversionFile.yaml diff --git a/design/v11/offlineconversion/OfflineConversionServiceDownloadSelector.yaml b/design/v15/offlineconversion/OfflineConversionServiceDownloadSelector.yaml similarity index 86% rename from design/v11/offlineconversion/OfflineConversionServiceDownloadSelector.yaml rename to design/v15/offlineconversion/OfflineConversionServiceDownloadSelector.yaml index 6a74d28..a50fe17 100644 --- a/design/v11/offlineconversion/OfflineConversionServiceDownloadSelector.yaml +++ b/design/v15/offlineconversion/OfflineConversionServiceDownloadSelector.yaml @@ -11,14 +11,14 @@ OfflineConversionServiceDownloadSelector: format: int64 description: |
検索条件:アカウントIDです。
-
Search conditon: Account ID.
+
Search condition: Account ID.
uploadId: type: integer nullable: true format: int64 description: |
検索条件:アップロードIDです。
-
Search conditon: Upload ID.
+
Search condition: Upload ID.
title: OfflineConversionServiceDownloadSelector description: |
オフラインコンバージョンデータのファイルダウンロード処理を実施します。
diff --git a/design/v11/offlineconversion/OfflineConversionServiceGetResponse.yaml b/design/v15/offlineconversion/OfflineConversionServiceGetResponse.yaml similarity index 100% rename from design/v11/offlineconversion/OfflineConversionServiceGetResponse.yaml rename to design/v15/offlineconversion/OfflineConversionServiceGetResponse.yaml diff --git a/design/v11/offlineconversion/OfflineConversionServicePage.yaml b/design/v15/offlineconversion/OfflineConversionServicePage.yaml similarity index 100% rename from design/v11/offlineconversion/OfflineConversionServicePage.yaml rename to design/v15/offlineconversion/OfflineConversionServicePage.yaml diff --git a/design/v11/offlineconversion/OfflineConversionServiceProcessStatus.yaml b/design/v15/offlineconversion/OfflineConversionServiceProcessStatus.yaml similarity index 95% rename from design/v11/offlineconversion/OfflineConversionServiceProcessStatus.yaml rename to design/v15/offlineconversion/OfflineConversionServiceProcessStatus.yaml index 0bea1bd..f41b493 100644 --- a/design/v11/offlineconversion/OfflineConversionServiceProcessStatus.yaml +++ b/design/v15/offlineconversion/OfflineConversionServiceProcessStatus.yaml @@ -21,5 +21,5 @@ OfflineConversionServiceProcessStatus:
ERROR
エラーです。Error occurred.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/offlineconversion/OfflineConversionServiceSelector.yaml b/design/v15/offlineconversion/OfflineConversionServiceSelector.yaml similarity index 65% rename from design/v11/offlineconversion/OfflineConversionServiceSelector.yaml rename to design/v15/offlineconversion/OfflineConversionServiceSelector.yaml index 0dc6b29..bc0522e 100644 --- a/design/v11/offlineconversion/OfflineConversionServiceSelector.yaml +++ b/design/v15/offlineconversion/OfflineConversionServiceSelector.yaml @@ -10,7 +10,7 @@ OfflineConversionServiceSelector: format: int64 description: |
検索条件:アカウントIDです。
-
Search conditon: Account ID.
+
Search condition: Account ID.
uploadIds: type: array nullable: true @@ -21,7 +21,7 @@ OfflineConversionServiceSelector: maxItems: 1000 description: |
検索条件:アップロードIDです。
-
Search conditon: Upload ID.
+
Search condition: Upload ID.
sorts: type: array nullable: true @@ -35,8 +35,8 @@ OfflineConversionServiceSelector: maximum: 1000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -44,8 +44,8 @@ OfflineConversionServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: OfflineConversionServiceSelector description: |
OfflineConversionServiceSelectorオブジェクトは、登録したオフラインコンバージョンデータを照会するための検索条件を格納します。
diff --git a/design/v11/offlineconversion/OfflineConversionServiceSort.yaml b/design/v15/offlineconversion/OfflineConversionServiceSort.yaml similarity index 100% rename from design/v11/offlineconversion/OfflineConversionServiceSort.yaml rename to design/v15/offlineconversion/OfflineConversionServiceSort.yaml diff --git a/design/v11/offlineconversion/OfflineConversionServiceSortField.yaml b/design/v15/offlineconversion/OfflineConversionServiceSortField.yaml similarity index 91% rename from design/v11/offlineconversion/OfflineConversionServiceSortField.yaml rename to design/v15/offlineconversion/OfflineConversionServiceSortField.yaml index d0d3744..369fe13 100644 --- a/design/v11/offlineconversion/OfflineConversionServiceSortField.yaml +++ b/design/v15/offlineconversion/OfflineConversionServiceSortField.yaml @@ -20,9 +20,9 @@ OfflineConversionServiceSortField:
PROCESS_STATUS
ステータスです。Processing status.
UPLOADED_DATE
-
アップロード日時です。Uproad date and time.
+
アップロード日時です。Upload date and time.
UPLOAD_TYPE
アップロード種別です。Upload type.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/offlineconversion/OfflineConversionServiceSortType.yaml b/design/v15/offlineconversion/OfflineConversionServiceSortType.yaml similarity index 94% rename from design/v11/offlineconversion/OfflineConversionServiceSortType.yaml rename to design/v15/offlineconversion/OfflineConversionServiceSortType.yaml index 79be3d0..715338d 100644 --- a/design/v11/offlineconversion/OfflineConversionServiceSortType.yaml +++ b/design/v15/offlineconversion/OfflineConversionServiceSortType.yaml @@ -15,5 +15,5 @@ OfflineConversionServiceSortType:
DESC
降順にソートされます。Sort in descending order.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/offlineconversion/OfflineConversionServiceUploadResponse.yaml b/design/v15/offlineconversion/OfflineConversionServiceUploadResponse.yaml similarity index 100% rename from design/v11/offlineconversion/OfflineConversionServiceUploadResponse.yaml rename to design/v15/offlineconversion/OfflineConversionServiceUploadResponse.yaml diff --git a/design/v11/offlineconversion/OfflineConversionServiceUploadReturnValue.yaml b/design/v15/offlineconversion/OfflineConversionServiceUploadReturnValue.yaml similarity index 100% rename from design/v11/offlineconversion/OfflineConversionServiceUploadReturnValue.yaml rename to design/v15/offlineconversion/OfflineConversionServiceUploadReturnValue.yaml diff --git a/design/v11/offlineconversion/OfflineConversionServiceUploadSourceType.yaml b/design/v15/offlineconversion/OfflineConversionServiceUploadSourceType.yaml similarity index 85% rename from design/v11/offlineconversion/OfflineConversionServiceUploadSourceType.yaml rename to design/v15/offlineconversion/OfflineConversionServiceUploadSourceType.yaml index 2ceae97..9facd26 100644 --- a/design/v11/offlineconversion/OfflineConversionServiceUploadSourceType.yaml +++ b/design/v15/offlineconversion/OfflineConversionServiceUploadSourceType.yaml @@ -9,7 +9,7 @@ OfflineConversionServiceUploadSourceType: title: OfflineConversionServiceUploadSourceType description: |
OfflineConversionServiceUploadSourceTypeは、操作履歴における操作者を表します。
-
OfflineConversionServiceUploadSourceType desribes the operator information of operation history data.
+
OfflineConversionServiceUploadSourceType describes the operator information of operation history data.
API
APIアカウントによる操作です。Operated by API account.
@@ -18,5 +18,5 @@ OfflineConversionServiceUploadSourceType:
CAMPAIGN_MANAGEMENT_TOOL
広告管理ツールによる操作です。Operated by Campaign Management Tool.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/offlineconversion/OfflineConversionServiceUploadType.yaml b/design/v15/offlineconversion/OfflineConversionServiceUploadType.yaml similarity index 93% rename from design/v11/offlineconversion/OfflineConversionServiceUploadType.yaml rename to design/v15/offlineconversion/OfflineConversionServiceUploadType.yaml index b8bb153..1808df6 100644 --- a/design/v11/offlineconversion/OfflineConversionServiceUploadType.yaml +++ b/design/v15/offlineconversion/OfflineConversionServiceUploadType.yaml @@ -15,5 +15,5 @@ OfflineConversionServiceUploadType:
ADJUSTMENT
調整アップロードです。Adjustment upload.
UNKNOWN
-
未知の値です。Unknown Value.
+
未知の値です。Unknown value.
diff --git a/design/v11/offlineconversion/OfflineConversionServiceValue.yaml b/design/v15/offlineconversion/OfflineConversionServiceValue.yaml similarity index 100% rename from design/v11/offlineconversion/OfflineConversionServiceValue.yaml rename to design/v15/offlineconversion/OfflineConversionServiceValue.yaml diff --git a/design/v11/pagefeedasset/PageFeedAsset.yaml b/design/v15/pagefeedasset/PageFeedAsset.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAsset.yaml rename to design/v15/pagefeedasset/PageFeedAsset.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobOperation.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobOperation.yaml similarity index 95% rename from design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobOperation.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobOperation.yaml index 597e2ad..ebba1ca 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobOperation.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobOperation.yaml @@ -10,7 +10,7 @@ PageFeedAssetServiceAddDownloadJobOperation: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
operand: type: array nullable: true diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobResponse.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobResponse.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobResponse.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobResponse.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobReturnValue.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobReturnValue.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobReturnValue.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobReturnValue.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobValue.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobValue.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceAddDownloadJobValue.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceAddDownloadJobValue.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceApprovalStatus.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceApprovalStatus.yaml similarity index 69% rename from design/v11/pagefeedasset/PageFeedAssetServiceApprovalStatus.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceApprovalStatus.yaml index 62f3a0f..aeaf842 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceApprovalStatus.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceApprovalStatus.yaml @@ -14,15 +14,15 @@ PageFeedAssetServiceApprovalStatus:
PageFeedAssetServiceApprovalStatus displays Editorial Status.
APPROVED
-
承認済The item is approved
+
承認済The item is approved.
APPROVED_WITH_REVIEW
-
編集内容審査中The item is approved
Updated items are under review
+
編集内容審査中The item is approved
Updated items are under review.
REVIEW
-
審査中Under editorial review
Newly added pageFeedAssets are under review, and not displayed yet
+
審査中Under editorial review.
Newly added pageFeedAssets are under review, and not displayed yet.
PRE_DISAPPROVED
-
掲載不可The item was rejected
Newly added pageFeedAssets have been rejected, so it cannot be displayed
+
掲載不可The item was rejected.
Newly added pageFeedAssets have been rejected, so it cannot be displayed.
POST_DISAPPROVED
-
掲載停止The item was rejected
PageFeedAssets already displayed have been taken offline due to a result from post review
+
掲載停止The item was rejected.
PageFeedAssets already displayed have been taken offline due to a result from post review.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceBulkEncoding.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceBulkEncoding.yaml similarity index 84% rename from design/v11/pagefeedasset/PageFeedAssetServiceBulkEncoding.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceBulkEncoding.yaml index 07c0003..9c84d13 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceBulkEncoding.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceBulkEncoding.yaml @@ -16,11 +16,11 @@ PageFeedAssetServiceBulkEncoding: The default value will be SJIS.
SJIS
-
SJIS形式Character code:SJIS
+
SJIS形式Character code:SJIS.
UTF8
-
UTF8形式Character code:UTF8
+
UTF8形式Character code:UTF8.
UTF16LE
-
UTF16LE形式Character code:UTF16LE
+
UTF16LE形式Character code:UTF16LE.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceBulkLang.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceBulkLang.yaml similarity index 87% rename from design/v11/pagefeedasset/PageFeedAssetServiceBulkLang.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceBulkLang.yaml index b48ca9f..a760f03 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceBulkLang.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceBulkLang.yaml @@ -15,9 +15,9 @@ PageFeedAssetServiceBulkLang: The default value will be JA.
JA
-
日本語Language:Japanese
+
日本語Language:Japanese.
EN
-
英語Language:English
+
英語Language:English.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceBulkOutput.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceBulkOutput.yaml similarity index 90% rename from design/v11/pagefeedasset/PageFeedAssetServiceBulkOutput.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceBulkOutput.yaml index c42e6b9..7d269aa 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceBulkOutput.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceBulkOutput.yaml @@ -16,13 +16,13 @@ PageFeedAssetServiceBulkOutput: The default value will be CSV.
CSV
-
CSV形式Format of CSV
+
CSV形式Format of CSV.
TSV
-
TSV形式Format of TSV
+
TSV形式Format of TSV.
ZIPPED_CSV
ZIP圧縮されたCSV形式Zipped CSV.
ZIPPED_TSV
ZIP圧縮されたTSV形式Zipped TSV.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceDownloadJob.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceDownloadJob.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceDownloadJob.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceDownloadJob.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceDownloadJobStatus.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceDownloadJobStatus.yaml similarity index 91% rename from design/v11/pagefeedasset/PageFeedAssetServiceDownloadJobStatus.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceDownloadJobStatus.yaml index 6d48ff7..7684875 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceDownloadJobStatus.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceDownloadJobStatus.yaml @@ -22,9 +22,9 @@ PageFeedAssetServiceDownloadJobStatus:
FIELDS_ERROR
ダウンロード不可能なフィールドの組み合わせを指定した場合のエラーError if invalid conbination.
TIMEOUT
-
タイムアウトTimeout occured.
+
タイムアウトTimeout occurred.
SYSTEM_ERROR
-
エラーSystem error occured.
+
エラーSystem error occurred.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceDownloadSelector.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceDownloadSelector.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceDownloadSelector.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceDownloadSelector.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusPage.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusPage.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusPage.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusPage.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusResponse.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusResponse.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusResponse.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusResponse.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusSelector.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusSelector.yaml similarity index 65% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusSelector.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusSelector.yaml index 38ceac0..e00b773 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusSelector.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusSelector.yaml @@ -11,7 +11,7 @@ PageFeedAssetServiceGetJobStatusSelector: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
jobIds: type: array nullable: true @@ -22,7 +22,7 @@ PageFeedAssetServiceGetJobStatusSelector: maxItems: 1000 description: |
登録したジョブのID
-
Registered job ID
+
Registered job ID.
jobType: $ref: 'PageFeedAssetServiceGetJobStatusType.yaml#/PageFeedAssetServiceGetJobStatusType' numberResults: @@ -33,8 +33,8 @@ PageFeedAssetServiceGetJobStatusSelector: maximum: 10000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -42,8 +42,8 @@ PageFeedAssetServiceGetJobStatusSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: PageFeedAssetServiceGetJobStatusSelector description: |
PageFeedAssetServiceGetJobStatusSelectorオブジェクトは、upload、downloadの処理状況を取得するための検索条件を格納します。
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusType.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusType.yaml similarity index 94% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusType.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusType.yaml index dd5157e..c7a70b2 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusType.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusType.yaml @@ -15,5 +15,5 @@ PageFeedAssetServiceGetJobStatusType:
DOWNLOAD
ダウンロードDownload.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusValue.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusValue.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetJobStatusValue.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetJobStatusValue.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetResponse.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetResponse.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetResponse.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetResponse.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummaryPage.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummaryPage.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummaryPage.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummaryPage.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummaryResponse.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummaryResponse.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummaryResponse.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummaryResponse.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummarySelector.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummarySelector.yaml similarity index 70% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummarySelector.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummarySelector.yaml index 2750a80..454ecc3 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummarySelector.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummarySelector.yaml @@ -30,8 +30,8 @@ PageFeedAssetServiceGetReviewSummarySelector: maximum: 10000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -39,8 +39,8 @@ PageFeedAssetServiceGetReviewSummarySelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: PageFeedAssetServiceGetReviewSummarySelector description: |
PageFeedAssetServiceGetReviewSummarySelectorオブジェクトは、登録したページフィードアセットの審査成績、状況サマリーを取得するための検索条件を格納します。
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummaryValue.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummaryValue.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceGetReviewSummaryValue.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceGetReviewSummaryValue.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceMatchType.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceMatchType.yaml similarity index 94% rename from design/v11/pagefeedasset/PageFeedAssetServiceMatchType.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceMatchType.yaml index dc924fc..a463fe0 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceMatchType.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceMatchType.yaml @@ -15,5 +15,5 @@ PageFeedAssetServiceMatchType:
BROAD
部分一致Partial match
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/pagefeedasset/PageFeedAssetServicePage.yaml b/design/v15/pagefeedasset/PageFeedAssetServicePage.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServicePage.yaml rename to design/v15/pagefeedasset/PageFeedAssetServicePage.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServicePageFeedAssetUrl.yaml b/design/v15/pagefeedasset/PageFeedAssetServicePageFeedAssetUrl.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServicePageFeedAssetUrl.yaml rename to design/v15/pagefeedasset/PageFeedAssetServicePageFeedAssetUrl.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceReturnValue.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceReturnValue.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceReturnValue.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceReturnValue.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceReviewSummary.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceReviewSummary.yaml similarity index 92% rename from design/v11/pagefeedasset/PageFeedAssetServiceReviewSummary.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceReviewSummary.yaml index ecc5f4c..e2d57cd 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceReviewSummary.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceReviewSummary.yaml @@ -43,21 +43,21 @@ PageFeedAssetServiceReviewSummary: format: int64 description: |
配信停止の件数
-
Count of distribution cancelled
+
Count of distribution cancelled.
preDisapprovedCount: type: integer nullable: true format: int64 description: |
掲載不可の件数
-
Count of disapproved
+
Count of disapproved.
reviewCount: type: integer nullable: true format: int64 description: |
審査中の件数
-
Count of review
+
Count of review.
title: PageFeedAssetServiceReviewSummary description: |
PageFeedAssetServiceReviewSummaryオブジェクトは、ページフィードアセットの審査成績、状況サマリーを格納します。
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceSelector.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceSelector.yaml similarity index 77% rename from design/v11/pagefeedasset/PageFeedAssetServiceSelector.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceSelector.yaml index ca069dd..f105b01 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceSelector.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceSelector.yaml @@ -10,7 +10,7 @@ PageFeedAssetServiceSelector: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
pageFeedAssetSetIds: type: array nullable: true @@ -63,8 +63,8 @@ PageFeedAssetServiceSelector: maximum: 10000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -72,8 +72,8 @@ PageFeedAssetServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: PageFeedAssetServiceSelector description: |
PageFeedAssetServiceSelectorオブジェクトは、登録したページフィードアセットを照会するための検索条件を格納します。
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceUploadJob.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceUploadJob.yaml similarity index 87% rename from design/v11/pagefeedasset/PageFeedAssetServiceUploadJob.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceUploadJob.yaml index b69c928..46ef1d6 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceUploadJob.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceUploadJob.yaml @@ -8,7 +8,7 @@ PageFeedAssetServiceUploadJob: format: int64 description: |
アカウントID
-
Account ID
+
Account ID.
jobId: type: integer nullable: true @@ -31,21 +31,21 @@ PageFeedAssetServiceUploadJob: format: int32 description: |
ジョブの進捗状況
-
Progress of page feed asset job
+
Progress of page feed asset job.
errorCount: type: integer nullable: true format: int32 description: |
エラーの件数
-
count of error occured
+
count of error occurred.
startDate: type: string nullable: true description: |
ジョブの開始日
形式:yyyyMMddHHmmss
-
Start date of job
+
Start date of job.
Format:yyyyMMddHHmmss
endDate: type: string @@ -53,7 +53,7 @@ PageFeedAssetServiceUploadJob: description: |
ジョブの終了日
形式:yyyyMMddHHmmss
-
End date of job
+
End date of job.
Format:yyyyMMddHHmmss
title: PageFeedAssetServiceUploadJob description: | diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceUploadJobStatus.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceUploadJobStatus.yaml similarity index 96% rename from design/v11/pagefeedasset/PageFeedAssetServiceUploadJobStatus.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceUploadJobStatus.yaml index 58cb120..13bdd9e 100644 --- a/design/v11/pagefeedasset/PageFeedAssetServiceUploadJobStatus.yaml +++ b/design/v15/pagefeedasset/PageFeedAssetServiceUploadJobStatus.yaml @@ -40,7 +40,7 @@ PageFeedAssetServiceUploadJobStatus:
TIMEOUT
タイムアウトTimeout
SYSTEM_ERROR
-
エラーSysten error.
+
エラーSystem error.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceUploadResponse.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceUploadResponse.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceUploadResponse.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceUploadResponse.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceUploadReturnValue.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceUploadReturnValue.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceUploadReturnValue.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceUploadReturnValue.yaml diff --git a/design/v11/pagefeedasset/PageFeedAssetServiceUploadValue.yaml b/design/v15/pagefeedasset/PageFeedAssetServiceUploadValue.yaml similarity index 100% rename from design/v11/pagefeedasset/PageFeedAssetServiceUploadValue.yaml rename to design/v15/pagefeedasset/PageFeedAssetServiceUploadValue.yaml diff --git a/design/v11/pagefeedassetset/PageFeedAssetSet.yaml b/design/v15/pagefeedassetset/PageFeedAssetSet.yaml similarity index 98% rename from design/v11/pagefeedassetset/PageFeedAssetSet.yaml rename to design/v15/pagefeedassetset/PageFeedAssetSet.yaml index da85e8c..efabe59 100644 --- a/design/v11/pagefeedassetset/PageFeedAssetSet.yaml +++ b/design/v15/pagefeedassetset/PageFeedAssetSet.yaml @@ -34,7 +34,7 @@ PageFeedAssetSet: description: |
ドメインです。
このフィールドは、ADD時に必須となり、SETおよびREMOVE時に無視されます。
-
Domain. 
+
Domain.
This field is required in ADD operation, and will be ignored in SET and REMOVE operation.
title: PageFeedAssetSet description: | diff --git a/design/v11/pagefeedassetset/PageFeedAssetSetServiceGetResponse.yaml b/design/v15/pagefeedassetset/PageFeedAssetSetServiceGetResponse.yaml similarity index 100% rename from design/v11/pagefeedassetset/PageFeedAssetSetServiceGetResponse.yaml rename to design/v15/pagefeedassetset/PageFeedAssetSetServiceGetResponse.yaml diff --git a/design/v11/pagefeedassetset/PageFeedAssetSetServiceMutateResponse.yaml b/design/v15/pagefeedassetset/PageFeedAssetSetServiceMutateResponse.yaml similarity index 100% rename from design/v11/pagefeedassetset/PageFeedAssetSetServiceMutateResponse.yaml rename to design/v15/pagefeedassetset/PageFeedAssetSetServiceMutateResponse.yaml diff --git a/design/v11/pagefeedassetset/PageFeedAssetSetServiceOperation.yaml b/design/v15/pagefeedassetset/PageFeedAssetSetServiceOperation.yaml similarity index 100% rename from design/v11/pagefeedassetset/PageFeedAssetSetServiceOperation.yaml rename to design/v15/pagefeedassetset/PageFeedAssetSetServiceOperation.yaml diff --git a/design/v11/pagefeedassetset/PageFeedAssetSetServicePage.yaml b/design/v15/pagefeedassetset/PageFeedAssetSetServicePage.yaml similarity index 100% rename from design/v11/pagefeedassetset/PageFeedAssetSetServicePage.yaml rename to design/v15/pagefeedassetset/PageFeedAssetSetServicePage.yaml diff --git a/design/v11/pagefeedassetset/PageFeedAssetSetServiceReturnValue.yaml b/design/v15/pagefeedassetset/PageFeedAssetSetServiceReturnValue.yaml similarity index 100% rename from design/v11/pagefeedassetset/PageFeedAssetSetServiceReturnValue.yaml rename to design/v15/pagefeedassetset/PageFeedAssetSetServiceReturnValue.yaml diff --git a/design/v11/pagefeedassetset/PageFeedAssetSetServiceSelector.yaml b/design/v15/pagefeedassetset/PageFeedAssetSetServiceSelector.yaml similarity index 84% rename from design/v11/pagefeedassetset/PageFeedAssetSetServiceSelector.yaml rename to design/v15/pagefeedassetset/PageFeedAssetSetServiceSelector.yaml index 3dd063c..6d81d46 100644 --- a/design/v11/pagefeedassetset/PageFeedAssetSetServiceSelector.yaml +++ b/design/v15/pagefeedassetset/PageFeedAssetSetServiceSelector.yaml @@ -38,8 +38,8 @@ PageFeedAssetSetServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: PageFeedAssetSetServiceSelector description: |
PageFeedAssetSetServiceSelectorオブジェクトは、ページフィードアセットセットの検索条件を格納します。
diff --git a/design/v11/pagefeedassetset/PageFeedAssetSetServiceValue.yaml b/design/v15/pagefeedassetset/PageFeedAssetSetServiceValue.yaml similarity index 100% rename from design/v11/pagefeedassetset/PageFeedAssetSetServiceValue.yaml rename to design/v15/pagefeedassetset/PageFeedAssetSetServiceValue.yaml diff --git a/design/v11/reportdefinition/ReportDefinition.yaml b/design/v15/reportdefinition/ReportDefinition.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinition.yaml rename to design/v15/reportdefinition/ReportDefinition.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceDownloadSelector.yaml b/design/v15/reportdefinition/ReportDefinitionServiceDownloadSelector.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceDownloadSelector.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceDownloadSelector.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceFieldValue.yaml b/design/v15/reportdefinition/ReportDefinitionServiceFieldValue.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceFieldValue.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceFieldValue.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceFilterOperator.yaml b/design/v15/reportdefinition/ReportDefinitionServiceFilterOperator.yaml similarity index 97% rename from design/v11/reportdefinition/ReportDefinitionServiceFilterOperator.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceFilterOperator.yaml index 0314f71..c057e31 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceFilterOperator.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceFilterOperator.yaml @@ -35,5 +35,5 @@ ReportDefinitionServiceFilterOperator:
IN
いずれかに一致します。Equals to whichever of selected value.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceGetReportFields.yaml b/design/v15/reportdefinition/ReportDefinitionServiceGetReportFields.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceGetReportFields.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceGetReportFields.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceGetReportFieldsResponse.yaml b/design/v15/reportdefinition/ReportDefinitionServiceGetReportFieldsResponse.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceGetReportFieldsResponse.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceGetReportFieldsResponse.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceGetResponse.yaml b/design/v15/reportdefinition/ReportDefinitionServiceGetResponse.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceGetResponse.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceGetResponse.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceMutateResponse.yaml b/design/v15/reportdefinition/ReportDefinitionServiceMutateResponse.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceMutateResponse.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceMutateResponse.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceOperation.yaml b/design/v15/reportdefinition/ReportDefinitionServiceOperation.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceOperation.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceOperation.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServicePage.yaml b/design/v15/reportdefinition/ReportDefinitionServicePage.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServicePage.yaml rename to design/v15/reportdefinition/ReportDefinitionServicePage.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportCompressType.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportCompressType.yaml similarity index 95% rename from design/v11/reportdefinition/ReportDefinitionServiceReportCompressType.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportCompressType.yaml index a991def..d7423b9 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportCompressType.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportCompressType.yaml @@ -17,5 +17,5 @@ ReportDefinitionServiceReportCompressType:
ZIP
Zip圧縮されます。Compressed to Zip file.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportDateRange.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportDateRange.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceReportDateRange.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportDateRange.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportDateRangeType.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportDateRangeType.yaml similarity index 98% rename from design/v11/reportdefinition/ReportDefinitionServiceReportDateRangeType.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportDateRangeType.yaml index 3cc9154..4431734 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportDateRangeType.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportDateRangeType.yaml @@ -52,5 +52,5 @@ ReportDefinitionServiceReportDateRangeType:
NO_RANGE
期間指定なしです。No period is specified.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportDecimalPartDisplayType.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportDecimalPartDisplayType.yaml similarity index 95% rename from design/v11/reportdefinition/ReportDefinitionServiceReportDecimalPartDisplayType.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportDecimalPartDisplayType.yaml index 6852f08..7632e61 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportDecimalPartDisplayType.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportDecimalPartDisplayType.yaml @@ -17,5 +17,5 @@ ReportDefinitionServiceReportDecimalPartDisplayType:
SIMPLE_DISPLAY
簡易表示です。It is a simple display.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportDownloadEncode.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportDownloadEncode.yaml similarity index 85% rename from design/v11/reportdefinition/ReportDefinitionServiceReportDownloadEncode.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportDownloadEncode.yaml index 0dff4dc..34afae1 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportDownloadEncode.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportDownloadEncode.yaml @@ -4,7 +4,6 @@ ReportDefinitionServiceReportDownloadEncode: enum: - UTF8 - SJIS - - EUC - UTF16LE - UNKNOWN title: ReportDefinitionServiceReportDownloadEncode @@ -18,10 +17,8 @@ ReportDefinitionServiceReportDownloadEncode:
文字コード:UTF8です。
※デフォルトに設定されます。
Character code: UTF8.
*Default setting.
SJIS
文字コード:Shift-JISです。Character code: SJIS.
-
EUC
-
文字コード:EUCです。Character code: EUC.
UTF16LE
文字コード:UTF16LEです。Character code: UTF16LE.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportDownloadFormat.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportDownloadFormat.yaml similarity index 96% rename from design/v11/reportdefinition/ReportDefinitionServiceReportDownloadFormat.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportDownloadFormat.yaml index 271862d..4aad446 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportDownloadFormat.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportDownloadFormat.yaml @@ -20,5 +20,5 @@ ReportDefinitionServiceReportDownloadFormat:
TSV
TSVフォーマットです。TSV output format.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportFieldAttribute.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportFieldAttribute.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceReportFieldAttribute.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportFieldAttribute.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportFilter.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportFilter.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceReportFilter.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportFilter.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportIncludeDeleted.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportIncludeDeleted.yaml similarity index 97% rename from design/v11/reportdefinition/ReportDefinitionServiceReportIncludeDeleted.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportIncludeDeleted.yaml index c85bc0e..5162890 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportIncludeDeleted.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportIncludeDeleted.yaml @@ -31,5 +31,5 @@ ReportDefinitionServiceReportIncludeDeleted:
FALSE
出力しません。Do not output.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportJobStatus.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportJobStatus.yaml similarity index 96% rename from design/v11/reportdefinition/ReportDefinitionServiceReportJobStatus.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportJobStatus.yaml index e9cac97..fa21a9d 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportJobStatus.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportJobStatus.yaml @@ -21,5 +21,5 @@ ReportDefinitionServiceReportJobStatus:
FAILED
処理が失敗しました。Report request failed.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportLanguage.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportLanguage.yaml similarity index 95% rename from design/v11/reportdefinition/ReportDefinitionServiceReportLanguage.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportLanguage.yaml index f03c1de..611984b 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportLanguage.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportLanguage.yaml @@ -17,5 +17,5 @@ ReportDefinitionServiceReportLanguage:
EN
言語:英語です。Language: English.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportSkipColumnHeader.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportSkipColumnHeader.yaml similarity index 95% rename from design/v11/reportdefinition/ReportDefinitionServiceReportSkipColumnHeader.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportSkipColumnHeader.yaml index 53d88ac..22d215a 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportSkipColumnHeader.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportSkipColumnHeader.yaml @@ -17,5 +17,5 @@ ReportDefinitionServiceReportSkipColumnHeader:
FALSE
スキップしません。Do not skip.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportSkipReportSummary.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportSkipReportSummary.yaml similarity index 95% rename from design/v11/reportdefinition/ReportDefinitionServiceReportSkipReportSummary.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportSkipReportSummary.yaml index f8d4357..a1b7ae8 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportSkipReportSummary.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportSkipReportSummary.yaml @@ -17,5 +17,5 @@ ReportDefinitionServiceReportSkipReportSummary:
FALSE
スキップしません。Do not skip.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportSortField.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportSortField.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceReportSortField.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportSortField.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportSortType.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportSortType.yaml similarity index 94% rename from design/v11/reportdefinition/ReportDefinitionServiceReportSortType.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportSortType.yaml index 013a9d8..be1e460 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportSortType.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportSortType.yaml @@ -17,5 +17,5 @@ ReportDefinitionServiceReportSortType:
DESC
降順にソートされます。Sort in descending order.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReportType.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReportType.yaml similarity index 72% rename from design/v11/reportdefinition/ReportDefinitionServiceReportType.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReportType.yaml index 0d729ec..bd04d8a 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceReportType.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceReportType.yaml @@ -9,7 +9,6 @@ ReportDefinitionServiceReportType: - KEYWORDS - SEARCH_QUERY - GEO - - FEED_ITEM - GEO_TARGET - SCHEDULE_TARGET - BID_STRATEGY @@ -22,6 +21,8 @@ ReportDefinitionServiceReportType: - CAMPAIGN_ASSET - ADGROUP_ASSET - RESPONSIVE_ADS_FOR_SEARCH_ASSET + - ASSET_COMBINATIONS + - CAMPAIGN_BUDGET - UNKNOWN title: ReportDefinitionServiceReportType description: | @@ -31,45 +32,47 @@ ReportDefinitionServiceReportType: This field is required in ADD operation.
ACCOUNT
-
アカウントレポートです。Account Report.
Performance data of selected account.
+
アカウントレポートです。Account report.
Performance data of selected account.
CAMPAIGN
-
キャンペーンレポートです。Campaign Report.
Performance data for selected campaigns.
+
キャンペーンレポートです。Campaign report.
Performance data for selected campaigns.
ADGROUP
-
広告グループレポートです。Ad Group Report.
Performance data for selected ad group for one or more of campaigns.
+
広告グループレポートです。Ad group report.
Performance data for selected ad group for one or more of campaigns.
AD
-
広告レポートです。Ad Report.
Performance data for selected ads.
+
広告レポートです。Ad report.
Performance data for selected ads.
KEYWORDS
-
キーワードレポートです。Keyword Report.
Performance data for selected keywords.
+
キーワードレポートです。Keyword report.
Performance data for selected keywords.
SEARCH_QUERY
-
検索クエリレポートです。Search Query Report.
Performance data for search queries which triggered the ad and received the clicks.
+
検索クエリレポートです。Search query report.
Performance data for search queries which triggered the ad and received the clicks.
GEO
-
地域別レポートです。Geo Report.
Performance data by selected location.
-
FEED_ITEM
-
広告表示アセットレポートです。
※現在、こちらのEnumは利用できません。
Ad display asset report.
*Currently this Enum is not available.
+
地域別レポートです。Geo report.
Performance data by selected location.
GEO_TARGET
-
地域ターゲティングレポートです。Geo Targeting Report.
Performance data for location targeting.
+
地域ターゲティングレポートです。Geo targeting report.
Performance data for location targeting.
SCHEDULE_TARGET
-
曜日・時間帯ターゲティングレポートです。Schedule Targeting Report.
Performance data in Day of Week / Hours.
+
曜日・時間帯ターゲティングレポートです。Schedule targeting report.
Performance data in Day of Week / Hours.
BID_STRATEGY
-
自動入札レポートです。Auto Bidding Report.
Performance data for selected Auto Bidding.
+
自動入札レポートです。Auto Bidding report.
Performance data for selected Auto Bidding.
CAMPAIGN_TARGET_LIST
-
キャンペーンターゲット設定レポートです。Canpaign Target Report.
Performance data for selected target list.
+
キャンペーンターゲット設定レポートです。Campaign target report.
Performance data for selected target list.
ADGROUP_TARGET_LIST
-
広告グループ設定レポートです。Ad Group Report.
Performance data for selected target list.
+
広告グループ設定レポートです。Ad group report.
Performance data for selected target list.
LANDING_PAGE_URL
-
最終リンク先URLレポートです。Landing Page Report.
Performance data for the final URL.
+
最終リンク先URLレポートです。Landing page report.
Performance data for the final URL.
KEYWORDLESS_QUERY
-
検索クエリーレポート(動的検索連動型広告)です。Search Query Report(DAS).
+
検索クエリーレポート(動的検索連動型広告)です。Search query report(DAS).
WEBPAGE_CRITERION
-
ページフィードターゲティングレポートです。Page Feed Targeting Report.
+
ページフィードターゲティングレポートです。Page feed targeting report.
BID_MODIFIER
-
入札価格調整率レポートです。Bid Modifier Report.
+
入札価格調整率レポートです。Bid modifier report.
CAMPAIGN_ASSET
広告表示アセットレポート(キャンペーン)です。Ad display asset report (campaign).
ADGROUP_ASSET
広告表示アセットレポート(広告グループ)です。Ad display asset report (ad group).
RESPONSIVE_ADS_FOR_SEARCH_ASSET
-
レスポンシブ検索広告アセットレポートです。Responsive Ads for Search asset report.
+
レスポンシブ検索広告アセットレポートです。Responsive Ads for search asset report.
+
ASSET_COMBINATIONS
+
アセット組み合わせレポートです。Asset combinations report.
+
CAMPAIGN_BUDGET
+
共有予算レポートです。Campaign budget report.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceReturnValue.yaml b/design/v15/reportdefinition/ReportDefinitionServiceReturnValue.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceReturnValue.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceReturnValue.yaml diff --git a/design/v11/reportdefinition/ReportDefinitionServiceSelector.yaml b/design/v15/reportdefinition/ReportDefinitionServiceSelector.yaml similarity index 72% rename from design/v11/reportdefinition/ReportDefinitionServiceSelector.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceSelector.yaml index b46fc0e..1530adb 100644 --- a/design/v11/reportdefinition/ReportDefinitionServiceSelector.yaml +++ b/design/v15/reportdefinition/ReportDefinitionServiceSelector.yaml @@ -11,16 +11,6 @@ ReportDefinitionServiceSelector: description: |
検索条件: アカウントIDです。
Search condition: Account ID.
- numberResults: - type: integer - nullable: true - format: int32 - minimum: 1 - maximum: 500 - default: 500 - description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
reportJobIds: type: array nullable: true @@ -42,6 +32,16 @@ ReportDefinitionServiceSelector: nullable: true items: $ref: 'ReportDefinitionServiceReportType.yaml#/ReportDefinitionServiceReportType' + numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 500 + default: 500 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -49,8 +49,8 @@ ReportDefinitionServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: ReportDefinitionServiceSelector description: |
ReportDefinitionServiceSelectorオブジェクトは、操作の対象とするレポートです。
diff --git a/design/v11/reportdefinition/ReportDefinitionServiceValue.yaml b/design/v15/reportdefinition/ReportDefinitionServiceValue.yaml similarity index 100% rename from design/v11/reportdefinition/ReportDefinitionServiceValue.yaml rename to design/v15/reportdefinition/ReportDefinitionServiceValue.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceClosingReason.yaml b/design/v15/retargetinglist/RetargetingListServiceClosingReason.yaml similarity index 87% rename from design/v11/retargetinglist/RetargetingListServiceClosingReason.yaml rename to design/v15/retargetinglist/RetargetingListServiceClosingReason.yaml index 0cb098c..8741f6a 100644 --- a/design/v11/retargetinglist/RetargetingListServiceClosingReason.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceClosingReason.yaml @@ -8,11 +8,11 @@ RetargetingListServiceClosingReason: description: |
RetargetingListServiceClosingReasonは、ターゲットリストのクローズ理由を表します。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
-
RetargetingListServiceClosingReason defines the reason for closing. 
+
RetargetingListServiceClosingReason defines the reason for closing.
Although this field will be returned in the response, it will be ignored on input.
UNUSED_LIST
-
未利用です。Unused
+
未利用です。Unused.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceCustomKey.yaml b/design/v15/retargetinglist/RetargetingListServiceCustomKey.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceCustomKey.yaml rename to design/v15/retargetinglist/RetargetingListServiceCustomKey.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceCustomKeyPage.yaml b/design/v15/retargetinglist/RetargetingListServiceCustomKeyPage.yaml similarity index 92% rename from design/v11/retargetinglist/RetargetingListServiceCustomKeyPage.yaml rename to design/v15/retargetinglist/RetargetingListServiceCustomKeyPage.yaml index dea5998..6ba9a59 100644 --- a/design/v11/retargetinglist/RetargetingListServiceCustomKeyPage.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceCustomKeyPage.yaml @@ -14,4 +14,4 @@ RetargetingListServiceCustomKeyPage: title: RetargetingListServiceCustomKeyPage description: |
RetargetingListServiceCustomKeyPageは、ターゲットリストのカスタムキー情報を保持するオブジェクトです。
-
RetargetingListServiceCustomKeyPage is an object that holds custom key informations of target list.
+
RetargetingListServiceCustomKeyPage is an object that holds custom key information of target list.
diff --git a/design/v11/retargetinglist/RetargetingListServiceCustomKeyRuleItem.yaml b/design/v15/retargetinglist/RetargetingListServiceCustomKeyRuleItem.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceCustomKeyRuleItem.yaml rename to design/v15/retargetinglist/RetargetingListServiceCustomKeyRuleItem.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceDefaultTargetList.yaml b/design/v15/retargetinglist/RetargetingListServiceDefaultTargetList.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceDefaultTargetList.yaml rename to design/v15/retargetinglist/RetargetingListServiceDefaultTargetList.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceGetCustomKeyResponse.yaml b/design/v15/retargetinglist/RetargetingListServiceGetCustomKeyResponse.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceGetCustomKeyResponse.yaml rename to design/v15/retargetinglist/RetargetingListServiceGetCustomKeyResponse.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceGetCustomKeySelector.yaml b/design/v15/retargetinglist/RetargetingListServiceGetCustomKeySelector.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceGetCustomKeySelector.yaml rename to design/v15/retargetinglist/RetargetingListServiceGetCustomKeySelector.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceGetResponse.yaml b/design/v15/retargetinglist/RetargetingListServiceGetResponse.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceGetResponse.yaml rename to design/v15/retargetinglist/RetargetingListServiceGetResponse.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceIsAllVisitorRule.yaml b/design/v15/retargetinglist/RetargetingListServiceIsAllVisitorRule.yaml similarity index 96% rename from design/v11/retargetinglist/RetargetingListServiceIsAllVisitorRule.yaml rename to design/v15/retargetinglist/RetargetingListServiceIsAllVisitorRule.yaml index 6999e63..caf7b11 100644 --- a/design/v11/retargetinglist/RetargetingListServiceIsAllVisitorRule.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceIsAllVisitorRule.yaml @@ -19,5 +19,5 @@ RetargetingListServiceIsAllVisitorRule:
FALSE
通常の条件によるターゲットリストです。Target list in standard condition.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceIsDateSpecificRule.yaml b/design/v15/retargetinglist/RetargetingListServiceIsDateSpecificRule.yaml similarity index 95% rename from design/v11/retargetinglist/RetargetingListServiceIsDateSpecificRule.yaml rename to design/v15/retargetinglist/RetargetingListServiceIsDateSpecificRule.yaml index c1d8ecb..ec62454 100644 --- a/design/v11/retargetinglist/RetargetingListServiceIsDateSpecificRule.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceIsDateSpecificRule.yaml @@ -17,5 +17,5 @@ RetargetingListServiceIsDateSpecificRule:
FALSE
期限を付けないルールとして定義します。Rule without deadline.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceLogicalCondition.yaml b/design/v15/retargetinglist/RetargetingListServiceLogicalCondition.yaml similarity index 95% rename from design/v11/retargetinglist/RetargetingListServiceLogicalCondition.yaml rename to design/v15/retargetinglist/RetargetingListServiceLogicalCondition.yaml index 4bd55b3..b59c997 100644 --- a/design/v11/retargetinglist/RetargetingListServiceLogicalCondition.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceLogicalCondition.yaml @@ -20,5 +20,5 @@ RetargetingListServiceLogicalCondition:
OR
OR条件の組合せです。OR condition.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceLogicalGroup.yaml b/design/v15/retargetinglist/RetargetingListServiceLogicalGroup.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceLogicalGroup.yaml rename to design/v15/retargetinglist/RetargetingListServiceLogicalGroup.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceLogicalRuleOperand.yaml b/design/v15/retargetinglist/RetargetingListServiceLogicalRuleOperand.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceLogicalRuleOperand.yaml rename to design/v15/retargetinglist/RetargetingListServiceLogicalRuleOperand.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceLogicalTargetList.yaml b/design/v15/retargetinglist/RetargetingListServiceLogicalTargetList.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceLogicalTargetList.yaml rename to design/v15/retargetinglist/RetargetingListServiceLogicalTargetList.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceMutateResponse.yaml b/design/v15/retargetinglist/RetargetingListServiceMutateResponse.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceMutateResponse.yaml rename to design/v15/retargetinglist/RetargetingListServiceMutateResponse.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceOperation.yaml b/design/v15/retargetinglist/RetargetingListServiceOperation.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceOperation.yaml rename to design/v15/retargetinglist/RetargetingListServiceOperation.yaml diff --git a/design/v11/retargetinglist/RetargetingListServicePage.yaml b/design/v15/retargetinglist/RetargetingListServicePage.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServicePage.yaml rename to design/v15/retargetinglist/RetargetingListServicePage.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceReachStorageStatus.yaml b/design/v15/retargetinglist/RetargetingListServiceReachStorageStatus.yaml similarity index 96% rename from design/v11/retargetinglist/RetargetingListServiceReachStorageStatus.yaml rename to design/v15/retargetinglist/RetargetingListServiceReachStorageStatus.yaml index 0a8dd4c..363c3a5 100644 --- a/design/v11/retargetinglist/RetargetingListServiceReachStorageStatus.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceReachStorageStatus.yaml @@ -21,5 +21,5 @@ RetargetingListServiceReachStorageStatus:
CLOSED
無効です。
リーチを蓄積しません。
Invalid status.
Reach will not be stored.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceRetargetingAccountStatus.yaml b/design/v15/retargetinglist/RetargetingListServiceRetargetingAccountStatus.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceRetargetingAccountStatus.yaml rename to design/v15/retargetinglist/RetargetingListServiceRetargetingAccountStatus.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceReturnValue.yaml b/design/v15/retargetinglist/RetargetingListServiceReturnValue.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceReturnValue.yaml rename to design/v15/retargetinglist/RetargetingListServiceReturnValue.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceReviewStatus.yaml b/design/v15/retargetinglist/RetargetingListServiceReviewStatus.yaml similarity index 96% rename from design/v11/retargetinglist/RetargetingListServiceReviewStatus.yaml rename to design/v15/retargetinglist/RetargetingListServiceReviewStatus.yaml index 32ae6bb..7015f34 100644 --- a/design/v11/retargetinglist/RetargetingListServiceReviewStatus.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceReviewStatus.yaml @@ -18,5 +18,5 @@ RetargetingListServiceReviewStatus:
DISAPPROVED_WITH_REVIEW
審査中です。
審査上問題なければ、一度利用不可になった ターゲットリストを利用可能に戻ります。
Re-examining.
If there is no problem, the target list can be used again.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceRuleBaseTargetList.yaml b/design/v15/retargetinglist/RetargetingListServiceRuleBaseTargetList.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceRuleBaseTargetList.yaml rename to design/v15/retargetinglist/RetargetingListServiceRuleBaseTargetList.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceRuleGroup.yaml b/design/v15/retargetinglist/RetargetingListServiceRuleGroup.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceRuleGroup.yaml rename to design/v15/retargetinglist/RetargetingListServiceRuleGroup.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceRuleItem.yaml b/design/v15/retargetinglist/RetargetingListServiceRuleItem.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceRuleItem.yaml rename to design/v15/retargetinglist/RetargetingListServiceRuleItem.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceRuleOperator.yaml b/design/v15/retargetinglist/RetargetingListServiceRuleOperator.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceRuleOperator.yaml rename to design/v15/retargetinglist/RetargetingListServiceRuleOperator.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceRuleType.yaml b/design/v15/retargetinglist/RetargetingListServiceRuleType.yaml similarity index 94% rename from design/v11/retargetinglist/RetargetingListServiceRuleType.yaml rename to design/v15/retargetinglist/RetargetingListServiceRuleType.yaml index e34bf65..fbc0b39 100644 --- a/design/v11/retargetinglist/RetargetingListServiceRuleType.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceRuleType.yaml @@ -17,5 +17,5 @@ RetargetingListServiceRuleType:
CUSTOM_KEY_RULE
カスタムキールールCustom key rules.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceSelector.yaml b/design/v15/retargetinglist/RetargetingListServiceSelector.yaml similarity index 67% rename from design/v11/retargetinglist/RetargetingListServiceSelector.yaml rename to design/v15/retargetinglist/RetargetingListServiceSelector.yaml index bafe777..e00d356 100644 --- a/design/v11/retargetinglist/RetargetingListServiceSelector.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceSelector.yaml @@ -10,7 +10,7 @@ RetargetingListServiceSelector: format: int64 description: |
検索条件:アカウントIDです。
-
Search conditon: Account ID.
+
Search condition: Account ID.
numberResults: type: integer nullable: true @@ -19,8 +19,8 @@ RetargetingListServiceSelector: maximum: 1000 default: 500 description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
+
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -28,8 +28,8 @@ RetargetingListServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
targetListIds: type: array nullable: true @@ -40,7 +40,7 @@ RetargetingListServiceSelector: maxItems: 1000 description: |
検索条件:ターゲットリストIDです。
-
Search conditon: Target List ID.
+
Search condition: Target List ID.
targetListOwner: $ref: 'RetargetingListServiceTargetListOwner.yaml#/RetargetingListServiceTargetListOwner' targetListTypes: diff --git a/design/v11/retargetinglist/RetargetingListServiceTag.yaml b/design/v15/retargetinglist/RetargetingListServiceTag.yaml similarity index 74% rename from design/v11/retargetinglist/RetargetingListServiceTag.yaml rename to design/v15/retargetinglist/RetargetingListServiceTag.yaml index a349b3a..64a038c 100644 --- a/design/v11/retargetinglist/RetargetingListServiceTag.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceTag.yaml @@ -9,12 +9,12 @@ RetargetingListServiceTag:
リニューアル版のサイトリターゲティングタグは、従来のタグよりもブラウザーなどの環境の影響を受けづらい新しいフォーマットのタグです。
詳細は以下のヘルプを参照してください。
- ・サイトリターゲティング用タグの取得とサイトへの設置 + ・サイトリターゲティング用タグの取得とサイトへの設置
The new format of site retargeting tag avoids the impacts such as changes made to the browser.
See also the help below.
- * Acquire Site Retargeting Tag and Tagging on Site + * Acquire Site Retargeting Tag and Tagging on Site
title: RetargetingListServiceTag description: | diff --git a/design/v11/retargetinglist/RetargetingListServiceTargetListOwner.yaml b/design/v15/retargetinglist/RetargetingListServiceTargetListOwner.yaml similarity index 78% rename from design/v11/retargetinglist/RetargetingListServiceTargetListOwner.yaml rename to design/v15/retargetinglist/RetargetingListServiceTargetListOwner.yaml index 5ac7118..1f89ca7 100644 --- a/design/v11/retargetinglist/RetargetingListServiceTargetListOwner.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceTargetListOwner.yaml @@ -17,14 +17,14 @@ RetargetingListServiceTargetListOwner: ターゲットリストグループで共有されているターゲットリストです。
詳細は以下のヘルプを参照してください。
- ・ターゲットリストのアカウント間共有について + ・ターゲットリストのアカウント間共有について
The target list shared by the target list group.
See also the help below.
- ・Sharing target list across accounts + ・Sharing target list across accounts
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceTargetListType.yaml b/design/v15/retargetinglist/RetargetingListServiceTargetListType.yaml similarity index 79% rename from design/v11/retargetinglist/RetargetingListServiceTargetListType.yaml rename to design/v15/retargetinglist/RetargetingListServiceTargetListType.yaml index 1b0eab3..9152487 100644 --- a/design/v11/retargetinglist/RetargetingListServiceTargetListType.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceTargetListType.yaml @@ -14,11 +14,11 @@ RetargetingListServiceTargetListType: This field is required in any cases.
DEFAULT
-
デフォルトリストです。Default list
+
デフォルトリストです。Default list.
RULE
-
URL条件リストです。URL Condition list
+
URL条件リストです。URL Condition list.
LOGICAL
-
組み合わせリストです。Combination list
+
組み合わせリストです。Combination list.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceTargetingList.yaml b/design/v15/retargetinglist/RetargetingListServiceTargetingList.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceTargetingList.yaml rename to design/v15/retargetinglist/RetargetingListServiceTargetingList.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceUrlRuleItem.yaml b/design/v15/retargetinglist/RetargetingListServiceUrlRuleItem.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceUrlRuleItem.yaml rename to design/v15/retargetinglist/RetargetingListServiceUrlRuleItem.yaml diff --git a/design/v11/retargetinglist/RetargetingListServiceUrlRuleKey.yaml b/design/v15/retargetinglist/RetargetingListServiceUrlRuleKey.yaml similarity index 88% rename from design/v11/retargetinglist/RetargetingListServiceUrlRuleKey.yaml rename to design/v15/retargetinglist/RetargetingListServiceUrlRuleKey.yaml index c9115da..e11a8ad 100644 --- a/design/v11/retargetinglist/RetargetingListServiceUrlRuleKey.yaml +++ b/design/v15/retargetinglist/RetargetingListServiceUrlRuleKey.yaml @@ -3,7 +3,7 @@ RetargetingListServiceUrlRuleKey: nullable: true enum: - URL - - REFFER_URL + - REFER_URL - UNKNOWN title: RetargetingListServiceUrlRuleKey description: | @@ -14,8 +14,8 @@ RetargetingListServiceUrlRuleKey:
URL
URLです。URL.
-
REFFER_URL
+
REFER_URL
リファラURLです。Refer URL.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/retargetinglist/RetargetingListServiceValue.yaml b/design/v15/retargetinglist/RetargetingListServiceValue.yaml similarity index 100% rename from design/v11/retargetinglist/RetargetingListServiceValue.yaml rename to design/v15/retargetinglist/RetargetingListServiceValue.yaml diff --git a/design/v11/sharedcriterion/SharedCriterion.yaml b/design/v15/sharedcriterion/SharedCriterion.yaml similarity index 100% rename from design/v11/sharedcriterion/SharedCriterion.yaml rename to design/v15/sharedcriterion/SharedCriterion.yaml diff --git a/design/v11/sharedcriterion/SharedCriterionServiceGetResponse.yaml b/design/v15/sharedcriterion/SharedCriterionServiceGetResponse.yaml similarity index 100% rename from design/v11/sharedcriterion/SharedCriterionServiceGetResponse.yaml rename to design/v15/sharedcriterion/SharedCriterionServiceGetResponse.yaml diff --git a/design/v11/sharedcriterion/SharedCriterionServiceKeywordMatchType.yaml b/design/v15/sharedcriterion/SharedCriterionServiceKeywordMatchType.yaml similarity index 95% rename from design/v11/sharedcriterion/SharedCriterionServiceKeywordMatchType.yaml rename to design/v15/sharedcriterion/SharedCriterionServiceKeywordMatchType.yaml index c1c9e90..fae3b46 100644 --- a/design/v11/sharedcriterion/SharedCriterionServiceKeywordMatchType.yaml +++ b/design/v15/sharedcriterion/SharedCriterionServiceKeywordMatchType.yaml @@ -20,5 +20,5 @@ SharedCriterionServiceKeywordMatchType:
BROAD
部分一致です。Broad match.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/sharedcriterion/SharedCriterionServiceMutateResponse.yaml b/design/v15/sharedcriterion/SharedCriterionServiceMutateResponse.yaml similarity index 100% rename from design/v11/sharedcriterion/SharedCriterionServiceMutateResponse.yaml rename to design/v15/sharedcriterion/SharedCriterionServiceMutateResponse.yaml diff --git a/design/v11/sharedcriterion/SharedCriterionServiceOperation.yaml b/design/v15/sharedcriterion/SharedCriterionServiceOperation.yaml similarity index 100% rename from design/v11/sharedcriterion/SharedCriterionServiceOperation.yaml rename to design/v15/sharedcriterion/SharedCriterionServiceOperation.yaml diff --git a/design/v11/sharedcriterion/SharedCriterionServicePage.yaml b/design/v15/sharedcriterion/SharedCriterionServicePage.yaml similarity index 91% rename from design/v11/sharedcriterion/SharedCriterionServicePage.yaml rename to design/v15/sharedcriterion/SharedCriterionServicePage.yaml index e1d7974..f6c87b4 100644 --- a/design/v11/sharedcriterion/SharedCriterionServicePage.yaml +++ b/design/v15/sharedcriterion/SharedCriterionServicePage.yaml @@ -8,7 +8,7 @@ SharedCriterionServicePage: format: int32 description: |
取得される項目の総件数です。
-
Total number of acruired items.
+
Total number of acquired items.
values: type: array nullable: true diff --git a/design/v11/sharedcriterion/SharedCriterionServiceReturnValue.yaml b/design/v15/sharedcriterion/SharedCriterionServiceReturnValue.yaml similarity index 100% rename from design/v11/sharedcriterion/SharedCriterionServiceReturnValue.yaml rename to design/v15/sharedcriterion/SharedCriterionServiceReturnValue.yaml diff --git a/design/v11/sharedcriterion/SharedCriterionServiceSelector.yaml b/design/v15/sharedcriterion/SharedCriterionServiceSelector.yaml similarity index 68% rename from design/v11/sharedcriterion/SharedCriterionServiceSelector.yaml rename to design/v15/sharedcriterion/SharedCriterionServiceSelector.yaml index 0bfe2d7..db2cbf4 100644 --- a/design/v11/sharedcriterion/SharedCriterionServiceSelector.yaml +++ b/design/v15/sharedcriterion/SharedCriterionServiceSelector.yaml @@ -10,7 +10,7 @@ SharedCriterionServiceSelector: format: int64 description: |
アカウントIDです。
-
Account ID
+
Account ID.
criterionIds: type: array nullable: true @@ -22,16 +22,6 @@ SharedCriterionServiceSelector: description: |
クライテリオンIDです。
Criterion ID.
- numberResults: - type: integer - nullable: true - format: int32 - minimum: 1 - maximum: 1000 - default: 1000 - description: | -
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
-
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.
sharedListIds: type: array nullable: true @@ -43,6 +33,16 @@ SharedCriterionServiceSelector: description: |
共有リストのIDです。
Share list ID.
+ numberResults: + type: integer + nullable: true + format: int32 + minimum: 1 + maximum: 1000 + default: 1000 + description: | +
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
+
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.
startIndex: type: integer nullable: true @@ -50,8 +50,8 @@ SharedCriterionServiceSelector: minimum: 1 default: 1 description: | -
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
-
Index of the first result to return in this page. This field must be greater than or equal to 1.
+
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
+
The position within the result set where retrieval begins. This field must be greater than or equal to 1.
title: SharedCriterionServiceSelector description: |
SharedCriterionServiceSelectorオブジェクトは、検索条件を保持します。
diff --git a/design/v11/sharedcriterion/SharedCriterionServiceUse.yaml b/design/v15/sharedcriterion/SharedCriterionServiceUse.yaml similarity index 92% rename from design/v11/sharedcriterion/SharedCriterionServiceUse.yaml rename to design/v15/sharedcriterion/SharedCriterionServiceUse.yaml index 9005e56..5cf14a5 100644 --- a/design/v11/sharedcriterion/SharedCriterionServiceUse.yaml +++ b/design/v15/sharedcriterion/SharedCriterionServiceUse.yaml @@ -12,5 +12,5 @@ SharedCriterionServiceUse:
NEGATIVE
対象外キーワードです。Negative keyword list.
UNKNOWN
-
未知の値です。Unknown Value
+
未知の値です。Unknown value.
diff --git a/design/v11/sharedcriterion/SharedCriterionServiceValue.yaml b/design/v15/sharedcriterion/SharedCriterionServiceValue.yaml similarity index 100% rename from design/v11/sharedcriterion/SharedCriterionServiceValue.yaml rename to design/v15/sharedcriterion/SharedCriterionServiceValue.yaml diff --git a/reports/v12/CAMPAIGN.csv b/reports/v12/CAMPAIGN.csv index c6281b6..ca811c5 100644 --- a/reports/v12/CAMPAIGN.csv +++ b/reports/v12/CAMPAIGN.csv @@ -52,6 +52,7 @@ "BID_STRATEGY_ID","ポートフォリオ入札ID","Portfolio bidding ID","autoBiddingID","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" "BID_STRATEGY_NAME","ポートフォリオ入札名","Portfolio bidding name","autoBiddingName","STRING","","Attribute","","","" "BID_STRATEGY_TYPE","入札戦略","Bid strategy","bidding","ENUM","","Attribute","個別クリック単価,検索結果ページの目標掲載位置,クリック数の最大化,拡張クリック単価(旧「コンバージョン数の最大化」),コンバージョン単価の目標値,広告費用対効果の目標値,コンバージョン数の最大化,ページ最上部掲載,コンバージョン価値の最大化,その他","Individual CPC,Target position in search results,Maximize Clicks,Enhanced CPC (Former: Maximize Conversions),Target CPA,Target ROAS,Maximize Conversions,Absolute top placement,Maximize conversion value,Other","" +"BID_STRATEGY_STATUS","入札戦略の状況","Bid strategy status","biddingStrategyStatus","ENUM","","Attribute","学習完了,入札戦略の学習中(入稿アイテムの変更),入札戦略の学習中(コンバージョン設定の変更),入札戦略の学習中(新しい入札戦略),入札戦略の学習中(入札戦略の変更),入札戦略の学習中(その他),入札戦略に制限あり(予算制限),入札戦略に制限あり(入札単価の上限),入札戦略に制限あり(入札単価の下限),入札戦略に制限あり(配信対象の過小),入札戦略に制限あり(その他),設定が不適切(コンバージョン設定),設定が不適切(その他),複数の問題あり,無効,その他","Completed,Learning bid strategy (element change),Learning bid strategy (conversion setting change),Learning bid strategy (new strategy),Learning bid strategy (strategy change),Learning bid strategy (other),Limited bid strategy (budget constrained),Limited bid strategy (upper bid limits),Limited bid strategy (lower bid limits),Limited bid strategy (small audience),Limited bid strategy (other),Misconfigured (conversion setting),Misconfigured (other),Multiple problems,Inactive,Other","" "ENHANCED_CPC_ENABLED","拡張クリック単価設定","Enhanced CPC","enhancedCpcEnabled","ENUM","","Attribute","有効,無効","true,false","" "ABSOLUTE_TOP_IMPRESSION_PERCENTAGE","インプレッションにおけるページ最上部の割合","Search absolute top impression rate","absoluteTopImpressionPercentage","DOUBLE","[CLICK_TYPE, CONVERSION_NAME, MONTH_OF_YEAR, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "TOP_IMPRESSION_PERCENTAGE","インプレッションにおけるページ上部の割合","Search top impression rate","topImpressionPercentage","DOUBLE","[CLICK_TYPE, CONVERSION_NAME, MONTH_OF_YEAR, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v12/KEYWORDS.csv b/reports/v12/KEYWORDS.csv index 98d2acd..e7d26bf 100644 --- a/reports/v12/KEYWORDS.csv +++ b/reports/v12/KEYWORDS.csv @@ -15,7 +15,7 @@ "NEGATIVE_KEYWORD","対象外キーワード","Negative Keywords","negativeKeywords","STRING","","Attribute","","","" "QUALITY_INDEX","品質インデックス","Quality index","qualityIndex","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" "FIRST_PAGE_BID_ESTIMATE","1ページ目掲載に必要な入札価格","First page bid estimate","firstPageBidEstimate","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" -"KEYWORD_MATCH_TYPE","マッチタイプ","Match Type","keywordMatchType","ENUM","","Attribute","完全一致,フレーズ一致,部分一致,その他","Exact match,Phrase match,Broad match,Other","" +"KEYWORD_MATCH_TYPE","マッチタイプ","Match Type","keywordMatchType","ENUM","","Attribute","完全一致,フレーズ一致,インテントマッチ,その他","Exact match,Phrase match,Broad match,Other","" "COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "CLICKS","クリック数","Clicks","clicks","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v12/SEARCH_QUERY.csv b/reports/v12/SEARCH_QUERY.csv index a6df75d..12496c6 100644 --- a/reports/v12/SEARCH_QUERY.csv +++ b/reports/v12/SEARCH_QUERY.csv @@ -7,7 +7,7 @@ "CAMPAIGN_NAME","キャンペーン名","Campaign name","campaignName","STRING","","Attribute","","","" "ADGROUP_NAME","広告グループ名","Ad group name","adgroupName","STRING","","Attribute","","","" "SEARCH_QUERY","検索クエリー","Search Query","searchQuery","STRING","","Attribute","","","" -"SEARCH_QUERY_MATCH_TYPE","検索クエリーのマッチタイプ","SearchQueryMatch Type","searchQueryMatchType","ENUM","","Segment","部分一致,完全一致,完全一致(類似語句),フレーズ一致(類似語句),フレーズ一致,その他","Broad match,Exact match,Exact match (similar term),Phrase match (similar term),Phrase match,Other","" +"SEARCH_QUERY_MATCH_TYPE","検索クエリーのマッチタイプ","SearchQueryMatch Type","searchQueryMatchType","ENUM","","Segment","インテントマッチ,完全一致,完全一致(類似語句),フレーズ一致(類似語句),フレーズ一致,その他","Broad match,Exact match,Exact match (similar term),Phrase match (similar term),Phrase match,Other","" "KEYWORD","キーワード","Keyword","keyword","STRING","[MONTH_OF_YEAR]","Attribute","","","" "COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v13/ASSET_COMBINATION.csv b/reports/v13/ASSET_COMBINATION.csv index cd299c5..698fddd 100644 --- a/reports/v13/ASSET_COMBINATION.csv +++ b/reports/v13/ASSET_COMBINATION.csv @@ -11,6 +11,7 @@ "DELIVERED_TITLE1","配信タイトル1","Delivered title 1","deliveredTitle1","STRING","","Attribute","","","" "DELIVERED_TITLE2","配信タイトル2","Delivered title 2","deliveredTitle2","STRING","","Attribute","","","" "DELIVERED_TITLE3","配信タイトル3","Delivered title 3","deliveredTitle3","STRING","","Attribute","","","" +"CONCATENATED_TITLE","説明文に連結したタイトル","Concatenated title","concatenatedTitle","STRING","","Attribute","","","" "DELIVERED_DESCRIPTION1","配信説明文1","Delivered description 1","deliveredDescription1","STRING","","Attribute","","","" "DELIVERED_DESCRIPTION2","配信説明文2","Delivered description 2","deliveredDescription2","STRING","","Attribute","","","" "DELIVERED_AD_IMAGE1","配信画像1","Delivered image 1","deliveredAdImage1","STRING","","Attribute","","","" diff --git a/reports/v13/CAMPAIGN.csv b/reports/v13/CAMPAIGN.csv index c6281b6..ca811c5 100644 --- a/reports/v13/CAMPAIGN.csv +++ b/reports/v13/CAMPAIGN.csv @@ -52,6 +52,7 @@ "BID_STRATEGY_ID","ポートフォリオ入札ID","Portfolio bidding ID","autoBiddingID","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" "BID_STRATEGY_NAME","ポートフォリオ入札名","Portfolio bidding name","autoBiddingName","STRING","","Attribute","","","" "BID_STRATEGY_TYPE","入札戦略","Bid strategy","bidding","ENUM","","Attribute","個別クリック単価,検索結果ページの目標掲載位置,クリック数の最大化,拡張クリック単価(旧「コンバージョン数の最大化」),コンバージョン単価の目標値,広告費用対効果の目標値,コンバージョン数の最大化,ページ最上部掲載,コンバージョン価値の最大化,その他","Individual CPC,Target position in search results,Maximize Clicks,Enhanced CPC (Former: Maximize Conversions),Target CPA,Target ROAS,Maximize Conversions,Absolute top placement,Maximize conversion value,Other","" +"BID_STRATEGY_STATUS","入札戦略の状況","Bid strategy status","biddingStrategyStatus","ENUM","","Attribute","学習完了,入札戦略の学習中(入稿アイテムの変更),入札戦略の学習中(コンバージョン設定の変更),入札戦略の学習中(新しい入札戦略),入札戦略の学習中(入札戦略の変更),入札戦略の学習中(その他),入札戦略に制限あり(予算制限),入札戦略に制限あり(入札単価の上限),入札戦略に制限あり(入札単価の下限),入札戦略に制限あり(配信対象の過小),入札戦略に制限あり(その他),設定が不適切(コンバージョン設定),設定が不適切(その他),複数の問題あり,無効,その他","Completed,Learning bid strategy (element change),Learning bid strategy (conversion setting change),Learning bid strategy (new strategy),Learning bid strategy (strategy change),Learning bid strategy (other),Limited bid strategy (budget constrained),Limited bid strategy (upper bid limits),Limited bid strategy (lower bid limits),Limited bid strategy (small audience),Limited bid strategy (other),Misconfigured (conversion setting),Misconfigured (other),Multiple problems,Inactive,Other","" "ENHANCED_CPC_ENABLED","拡張クリック単価設定","Enhanced CPC","enhancedCpcEnabled","ENUM","","Attribute","有効,無効","true,false","" "ABSOLUTE_TOP_IMPRESSION_PERCENTAGE","インプレッションにおけるページ最上部の割合","Search absolute top impression rate","absoluteTopImpressionPercentage","DOUBLE","[CLICK_TYPE, CONVERSION_NAME, MONTH_OF_YEAR, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "TOP_IMPRESSION_PERCENTAGE","インプレッションにおけるページ上部の割合","Search top impression rate","topImpressionPercentage","DOUBLE","[CLICK_TYPE, CONVERSION_NAME, MONTH_OF_YEAR, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v13/KEYWORDS.csv b/reports/v13/KEYWORDS.csv index 98d2acd..e7d26bf 100644 --- a/reports/v13/KEYWORDS.csv +++ b/reports/v13/KEYWORDS.csv @@ -15,7 +15,7 @@ "NEGATIVE_KEYWORD","対象外キーワード","Negative Keywords","negativeKeywords","STRING","","Attribute","","","" "QUALITY_INDEX","品質インデックス","Quality index","qualityIndex","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" "FIRST_PAGE_BID_ESTIMATE","1ページ目掲載に必要な入札価格","First page bid estimate","firstPageBidEstimate","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" -"KEYWORD_MATCH_TYPE","マッチタイプ","Match Type","keywordMatchType","ENUM","","Attribute","完全一致,フレーズ一致,部分一致,その他","Exact match,Phrase match,Broad match,Other","" +"KEYWORD_MATCH_TYPE","マッチタイプ","Match Type","keywordMatchType","ENUM","","Attribute","完全一致,フレーズ一致,インテントマッチ,その他","Exact match,Phrase match,Broad match,Other","" "COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "CLICKS","クリック数","Clicks","clicks","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v13/SEARCH_QUERY.csv b/reports/v13/SEARCH_QUERY.csv index a6df75d..12496c6 100644 --- a/reports/v13/SEARCH_QUERY.csv +++ b/reports/v13/SEARCH_QUERY.csv @@ -7,7 +7,7 @@ "CAMPAIGN_NAME","キャンペーン名","Campaign name","campaignName","STRING","","Attribute","","","" "ADGROUP_NAME","広告グループ名","Ad group name","adgroupName","STRING","","Attribute","","","" "SEARCH_QUERY","検索クエリー","Search Query","searchQuery","STRING","","Attribute","","","" -"SEARCH_QUERY_MATCH_TYPE","検索クエリーのマッチタイプ","SearchQueryMatch Type","searchQueryMatchType","ENUM","","Segment","部分一致,完全一致,完全一致(類似語句),フレーズ一致(類似語句),フレーズ一致,その他","Broad match,Exact match,Exact match (similar term),Phrase match (similar term),Phrase match,Other","" +"SEARCH_QUERY_MATCH_TYPE","検索クエリーのマッチタイプ","SearchQueryMatch Type","searchQueryMatchType","ENUM","","Segment","インテントマッチ,完全一致,完全一致(類似語句),フレーズ一致(類似語句),フレーズ一致,その他","Broad match,Exact match,Exact match (similar term),Phrase match (similar term),Phrase match,Other","" "KEYWORD","キーワード","Keyword","keyword","STRING","[MONTH_OF_YEAR]","Attribute","","","" "COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v14/ASSET_COMBINATION.csv b/reports/v14/ASSET_COMBINATION.csv index cd299c5..698fddd 100644 --- a/reports/v14/ASSET_COMBINATION.csv +++ b/reports/v14/ASSET_COMBINATION.csv @@ -11,6 +11,7 @@ "DELIVERED_TITLE1","配信タイトル1","Delivered title 1","deliveredTitle1","STRING","","Attribute","","","" "DELIVERED_TITLE2","配信タイトル2","Delivered title 2","deliveredTitle2","STRING","","Attribute","","","" "DELIVERED_TITLE3","配信タイトル3","Delivered title 3","deliveredTitle3","STRING","","Attribute","","","" +"CONCATENATED_TITLE","説明文に連結したタイトル","Concatenated title","concatenatedTitle","STRING","","Attribute","","","" "DELIVERED_DESCRIPTION1","配信説明文1","Delivered description 1","deliveredDescription1","STRING","","Attribute","","","" "DELIVERED_DESCRIPTION2","配信説明文2","Delivered description 2","deliveredDescription2","STRING","","Attribute","","","" "DELIVERED_AD_IMAGE1","配信画像1","Delivered image 1","deliveredAdImage1","STRING","","Attribute","","","" diff --git a/reports/v14/CAMPAIGN.csv b/reports/v14/CAMPAIGN.csv index c6281b6..ca811c5 100644 --- a/reports/v14/CAMPAIGN.csv +++ b/reports/v14/CAMPAIGN.csv @@ -52,6 +52,7 @@ "BID_STRATEGY_ID","ポートフォリオ入札ID","Portfolio bidding ID","autoBiddingID","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" "BID_STRATEGY_NAME","ポートフォリオ入札名","Portfolio bidding name","autoBiddingName","STRING","","Attribute","","","" "BID_STRATEGY_TYPE","入札戦略","Bid strategy","bidding","ENUM","","Attribute","個別クリック単価,検索結果ページの目標掲載位置,クリック数の最大化,拡張クリック単価(旧「コンバージョン数の最大化」),コンバージョン単価の目標値,広告費用対効果の目標値,コンバージョン数の最大化,ページ最上部掲載,コンバージョン価値の最大化,その他","Individual CPC,Target position in search results,Maximize Clicks,Enhanced CPC (Former: Maximize Conversions),Target CPA,Target ROAS,Maximize Conversions,Absolute top placement,Maximize conversion value,Other","" +"BID_STRATEGY_STATUS","入札戦略の状況","Bid strategy status","biddingStrategyStatus","ENUM","","Attribute","学習完了,入札戦略の学習中(入稿アイテムの変更),入札戦略の学習中(コンバージョン設定の変更),入札戦略の学習中(新しい入札戦略),入札戦略の学習中(入札戦略の変更),入札戦略の学習中(その他),入札戦略に制限あり(予算制限),入札戦略に制限あり(入札単価の上限),入札戦略に制限あり(入札単価の下限),入札戦略に制限あり(配信対象の過小),入札戦略に制限あり(その他),設定が不適切(コンバージョン設定),設定が不適切(その他),複数の問題あり,無効,その他","Completed,Learning bid strategy (element change),Learning bid strategy (conversion setting change),Learning bid strategy (new strategy),Learning bid strategy (strategy change),Learning bid strategy (other),Limited bid strategy (budget constrained),Limited bid strategy (upper bid limits),Limited bid strategy (lower bid limits),Limited bid strategy (small audience),Limited bid strategy (other),Misconfigured (conversion setting),Misconfigured (other),Multiple problems,Inactive,Other","" "ENHANCED_CPC_ENABLED","拡張クリック単価設定","Enhanced CPC","enhancedCpcEnabled","ENUM","","Attribute","有効,無効","true,false","" "ABSOLUTE_TOP_IMPRESSION_PERCENTAGE","インプレッションにおけるページ最上部の割合","Search absolute top impression rate","absoluteTopImpressionPercentage","DOUBLE","[CLICK_TYPE, CONVERSION_NAME, MONTH_OF_YEAR, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "TOP_IMPRESSION_PERCENTAGE","インプレッションにおけるページ上部の割合","Search top impression rate","topImpressionPercentage","DOUBLE","[CLICK_TYPE, CONVERSION_NAME, MONTH_OF_YEAR, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v14/KEYWORDS.csv b/reports/v14/KEYWORDS.csv index 98d2acd..e7d26bf 100644 --- a/reports/v14/KEYWORDS.csv +++ b/reports/v14/KEYWORDS.csv @@ -15,7 +15,7 @@ "NEGATIVE_KEYWORD","対象外キーワード","Negative Keywords","negativeKeywords","STRING","","Attribute","","","" "QUALITY_INDEX","品質インデックス","Quality index","qualityIndex","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" "FIRST_PAGE_BID_ESTIMATE","1ページ目掲載に必要な入札価格","First page bid estimate","firstPageBidEstimate","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" -"KEYWORD_MATCH_TYPE","マッチタイプ","Match Type","keywordMatchType","ENUM","","Attribute","完全一致,フレーズ一致,部分一致,その他","Exact match,Phrase match,Broad match,Other","" +"KEYWORD_MATCH_TYPE","マッチタイプ","Match Type","keywordMatchType","ENUM","","Attribute","完全一致,フレーズ一致,インテントマッチ,その他","Exact match,Phrase match,Broad match,Other","" "COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "CLICKS","クリック数","Clicks","clicks","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v14/SEARCH_QUERY.csv b/reports/v14/SEARCH_QUERY.csv index a6df75d..12496c6 100644 --- a/reports/v14/SEARCH_QUERY.csv +++ b/reports/v14/SEARCH_QUERY.csv @@ -7,7 +7,7 @@ "CAMPAIGN_NAME","キャンペーン名","Campaign name","campaignName","STRING","","Attribute","","","" "ADGROUP_NAME","広告グループ名","Ad group name","adgroupName","STRING","","Attribute","","","" "SEARCH_QUERY","検索クエリー","Search Query","searchQuery","STRING","","Attribute","","","" -"SEARCH_QUERY_MATCH_TYPE","検索クエリーのマッチタイプ","SearchQueryMatch Type","searchQueryMatchType","ENUM","","Segment","部分一致,完全一致,完全一致(類似語句),フレーズ一致(類似語句),フレーズ一致,その他","Broad match,Exact match,Exact match (similar term),Phrase match (similar term),Phrase match,Other","" +"SEARCH_QUERY_MATCH_TYPE","検索クエリーのマッチタイプ","SearchQueryMatch Type","searchQueryMatchType","ENUM","","Segment","インテントマッチ,完全一致,完全一致(類似語句),フレーズ一致(類似語句),フレーズ一致,その他","Broad match,Exact match,Exact match (similar term),Phrase match (similar term),Phrase match,Other","" "KEYWORD","キーワード","Keyword","keyword","STRING","[MONTH_OF_YEAR]","Attribute","","","" "COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v11/ACCOUNT.csv b/reports/v15/ACCOUNT.csv similarity index 100% rename from reports/v11/ACCOUNT.csv rename to reports/v15/ACCOUNT.csv diff --git a/reports/v11/AD.csv b/reports/v15/AD.csv similarity index 100% rename from reports/v11/AD.csv rename to reports/v15/AD.csv diff --git a/reports/v11/ADGROUP.csv b/reports/v15/ADGROUP.csv similarity index 100% rename from reports/v11/ADGROUP.csv rename to reports/v15/ADGROUP.csv diff --git a/reports/v11/ADGROUP_TARGET_LIST.csv b/reports/v15/ADGROUP_TARGET_LIST.csv similarity index 100% rename from reports/v11/ADGROUP_TARGET_LIST.csv rename to reports/v15/ADGROUP_TARGET_LIST.csv diff --git a/reports/v11/AD_GROUP_ASSET.csv b/reports/v15/AD_GROUP_ASSET.csv similarity index 95% rename from reports/v11/AD_GROUP_ASSET.csv rename to reports/v15/AD_GROUP_ASSET.csv index fa48937..d0cce42 100644 --- a/reports/v11/AD_GROUP_ASSET.csv +++ b/reports/v15/AD_GROUP_ASSET.csv @@ -12,7 +12,7 @@ "AVG_CPC","平均CPC","Avg. CPC","averageCpc","DOUBLE","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "EDITORIAL_STATUS","審査状況","Editorial Status","editorialStatus","ENUM","","Attribute","審査完了,編集内容審査中,審査中,掲載不可,掲載停止,その他","APPROVED,APPROVED_WITH_REVIEW,REVIEW,PRE_DISAPPROVED,POST_DISAPPROVED,Other","" "ASSET_ID","広告表示アセットID","Ad display asset ID","assetID","LONG","","Attribute","","","" -"ASSET_ENTITY_TYPE","広告表示アセットタイプ","Ad display asset type","adDisplayOptionType","ENUM","","Attribute","クイックリンクアセット,テキスト補足アセット,カテゴリ補足アセット,電話番号アセット,その他","Quick link asset,Callout asset,Category snippet asset,Call asset,Other","" +"ASSET_ENTITY_TYPE","広告表示アセットタイプ","Ad display asset type","adDisplayOptionType","ENUM","","Attribute","クイックリンクアセット,テキスト補足アセット,カテゴリ補足アセット,電話番号アセット,画像アセット,その他","Quick link asset,Callout asset,Category snippet asset,Call asset,Image asset,Other","" "ASSET_START_DATE","開始日","Start Date","adDisplayOptionStartDate","STRING","","Attribute","","","" "ASSET_END_DATE","終了日","End Date","adDisplayOptionEndDate","STRING","","Attribute","","","" "TRACKING_URL","トラッキングURL","Tracking URL","trackingURL","STRING","","Attribute","","","" @@ -40,6 +40,8 @@ "SITELINK_ASSET_LINE2","クイックリンク説明文2","Quick link description 2","sitelinkAssetLine2","STRING","","Attribute","","","" "STRUCTURED_SNIPPET_ASSET_HEADER","補足カテゴリー","Supplemental category","structuredSnippetAssetHeader","STRING","","Attribute","","","" "STRUCTURED_SNIPPET_ASSET_VALUES","補足内容","Supplemental text","structuredSnippetAssetValues","STRING","","Attribute","","","" +"MEDIA_NAME","メディア名","Media name","mediaName","STRING","","Attribute","","","" +"ASPECT_RATIO","アスペクト比","Aspect ratio","aspectRatio","ENUM","","Attribute","1:1,1.91:1,その他","1:1,1.91:1,Other","" "NETWORK","広告を表示する検索画面","Show ads on","network","ENUM","","Segment","ウェブサイト検索,その他の検索,その他","Search site,Other searches,Other","" "CLICK_TYPE","クリック種別","ClickType","clickType","ENUM","","Segment","電話番号,クイックリンク,広告,その他","Call,Quick link,Ad,Other","" "DEVICE","デバイス","Device","device","ENUM","","Segment","PC,スマートフォン,タブレット,その他","PC,Smartphone,Tablet,Other","" diff --git a/reports/v15/ASSET_COMBINATION.csv b/reports/v15/ASSET_COMBINATION.csv new file mode 100644 index 0000000..698fddd --- /dev/null +++ b/reports/v15/ASSET_COMBINATION.csv @@ -0,0 +1,40 @@ +"フィールド名/Field Name","日本語表示名称/Japanese Display Name","英語表示名称/English Display Name","XML属性/XML Attribute","型/Type","組合せ不可フィールド/Not compatible fields","動作区分/Behavior Type","日本語表示値/Japanese display values","英語表示値/English display values","備考/Note" +"ACCOUNT_ID","アカウントID","Account ID","accountID","STRING","","Attribute","","","" +"ACCOUNT_NAME","アカウント名","Account Name","accountName","STRING","","Attribute","","","" +"CAMPAIGN_ID","キャンペーンID","CampaignID","campaignID","LONG","","Attribute","","","" +"ADGROUP_ID","広告グループID","Ad group ID","adgroupID","LONG","","Attribute","","","" +"AD_ID","広告ID","Ad ID","adID","LONG","","Attribute","","","" +"CAMPAIGN_NAME","キャンペーン名","Campaign name","campaignName","STRING","","Attribute","","","" +"ADGROUP_NAME","広告グループ名","Ad group name","adgroupName","STRING","","Attribute","","","" +"AD_NAME","広告名","Ad Name","adName","STRING","","Attribute","","","" +"IMPS","インプレッション数","Impressions","impressions","LONG","","Metric","","","" +"DELIVERED_TITLE1","配信タイトル1","Delivered title 1","deliveredTitle1","STRING","","Attribute","","","" +"DELIVERED_TITLE2","配信タイトル2","Delivered title 2","deliveredTitle2","STRING","","Attribute","","","" +"DELIVERED_TITLE3","配信タイトル3","Delivered title 3","deliveredTitle3","STRING","","Attribute","","","" +"CONCATENATED_TITLE","説明文に連結したタイトル","Concatenated title","concatenatedTitle","STRING","","Attribute","","","" +"DELIVERED_DESCRIPTION1","配信説明文1","Delivered description 1","deliveredDescription1","STRING","","Attribute","","","" +"DELIVERED_DESCRIPTION2","配信説明文2","Delivered description 2","deliveredDescription2","STRING","","Attribute","","","" +"DELIVERED_AD_IMAGE1","配信画像1","Delivered image 1","deliveredAdImage1","STRING","","Attribute","","","" +"DELIVERED_AD_IMAGE2","配信画像2","Delivered image 2","deliveredAdImage2","STRING","","Attribute","","","" +"DELIVERED_AD_IMAGE3","配信画像3","Delivered image 3","deliveredAdImage3","STRING","","Attribute","","","" +"DELIVERED_SITELINK1","配信クイックリンク1","Delivered quick link 1","deliveredSiteLink1","STRING","","Attribute","","","" +"DELIVERED_SITELINK2","配信クイックリンク2","Delivered quick link 2","deliveredSiteLink2","STRING","","Attribute","","","" +"DELIVERED_SITELINK3","配信クイックリンク3","Delivered quick link 3","deliveredSiteLink3","STRING","","Attribute","","","" +"DELIVERED_SITELINK4","配信クイックリンク4","Delivered quick link 4","deliveredSiteLink4","STRING","","Attribute","","","" +"DELIVERED_SITELINK5","配信クイックリンク5","Delivered quick link 5","deliveredSiteLink5","STRING","","Attribute","","","" +"DELIVERED_SITELINK6","配信クイックリンク6","Delivered quick link 6","deliveredSiteLink6","STRING","","Attribute","","","" +"DELIVERED_SITELINK7","配信クイックリンク7","Delivered quick link 7","deliveredSiteLink7","STRING","","Attribute","","","" +"DELIVERED_SITELINK8","配信クイックリンク8","Delivered quick link 8","deliveredSiteLink8","STRING","","Attribute","","","" +"DELIVERED_CALLOUT1","配信テキスト補足1","Delivered callout 1","deliveredCallOut1","STRING","","Attribute","","","" +"DELIVERED_CALLOUT2","配信テキスト補足2","Delivered callout 2","deliveredCallOut2","STRING","","Attribute","","","" +"DELIVERED_CALLOUT3","配信テキスト補足3","Delivered callout 3","deliveredCallOut3","STRING","","Attribute","","","" +"DELIVERED_CALLOUT4","配信テキスト補足4","Delivered callout 4","deliveredCallOut4","STRING","","Attribute","","","" +"DELIVERED_CALLOUT5","配信テキスト補足5","Delivered callout 5","deliveredCallOut5","STRING","","Attribute","","","" +"DELIVERED_CALLOUT6","配信テキスト補足6","Delivered callout 6","deliveredCallOut6","STRING","","Attribute","","","" +"DELIVERED_CALLOUT7","配信テキスト補足7","Delivered callout 7","deliveredCallOut7","STRING","","Attribute","","","" +"DELIVERED_CALLOUT8","配信テキスト補足8","Delivered callout 8","deliveredCallOut8","STRING","","Attribute","","","" +"DELIVERED_CALLOUT9","配信テキスト補足9","Delivered callout 9","deliveredCallOut9","STRING","","Attribute","","","" +"DELIVERED_CALLOUT10","配信テキスト補足10","Delivered callout 10","deliveredCallOut10","STRING","","Attribute","","","" +"DELIVERED_STRUCTURED_SNIPPET1","配信カテゴリ補足1","Delivered category snippet 1","deliveredStructuredSnippet1","STRING","","Attribute","","","" +"DELIVERED_STRUCTURED_SNIPPET2","配信カテゴリ補足2","Delivered category snippet 2","deliveredStructuredSnippet2","STRING","","Attribute","","","" +"DELIVERED_CALL","配信電話番号","Delivered call","deliveredCall","STRING","","Attribute","","","" diff --git a/reports/v11/BID_MODIFIER.csv b/reports/v15/BID_MODIFIER.csv similarity index 100% rename from reports/v11/BID_MODIFIER.csv rename to reports/v15/BID_MODIFIER.csv diff --git a/reports/v11/BID_STRATEGY.csv b/reports/v15/BID_STRATEGY.csv similarity index 100% rename from reports/v11/BID_STRATEGY.csv rename to reports/v15/BID_STRATEGY.csv diff --git a/reports/v11/CAMPAIGN.csv b/reports/v15/CAMPAIGN.csv similarity index 92% rename from reports/v11/CAMPAIGN.csv rename to reports/v15/CAMPAIGN.csv index c6281b6..ca811c5 100644 --- a/reports/v11/CAMPAIGN.csv +++ b/reports/v15/CAMPAIGN.csv @@ -52,6 +52,7 @@ "BID_STRATEGY_ID","ポートフォリオ入札ID","Portfolio bidding ID","autoBiddingID","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" "BID_STRATEGY_NAME","ポートフォリオ入札名","Portfolio bidding name","autoBiddingName","STRING","","Attribute","","","" "BID_STRATEGY_TYPE","入札戦略","Bid strategy","bidding","ENUM","","Attribute","個別クリック単価,検索結果ページの目標掲載位置,クリック数の最大化,拡張クリック単価(旧「コンバージョン数の最大化」),コンバージョン単価の目標値,広告費用対効果の目標値,コンバージョン数の最大化,ページ最上部掲載,コンバージョン価値の最大化,その他","Individual CPC,Target position in search results,Maximize Clicks,Enhanced CPC (Former: Maximize Conversions),Target CPA,Target ROAS,Maximize Conversions,Absolute top placement,Maximize conversion value,Other","" +"BID_STRATEGY_STATUS","入札戦略の状況","Bid strategy status","biddingStrategyStatus","ENUM","","Attribute","学習完了,入札戦略の学習中(入稿アイテムの変更),入札戦略の学習中(コンバージョン設定の変更),入札戦略の学習中(新しい入札戦略),入札戦略の学習中(入札戦略の変更),入札戦略の学習中(その他),入札戦略に制限あり(予算制限),入札戦略に制限あり(入札単価の上限),入札戦略に制限あり(入札単価の下限),入札戦略に制限あり(配信対象の過小),入札戦略に制限あり(その他),設定が不適切(コンバージョン設定),設定が不適切(その他),複数の問題あり,無効,その他","Completed,Learning bid strategy (element change),Learning bid strategy (conversion setting change),Learning bid strategy (new strategy),Learning bid strategy (strategy change),Learning bid strategy (other),Limited bid strategy (budget constrained),Limited bid strategy (upper bid limits),Limited bid strategy (lower bid limits),Limited bid strategy (small audience),Limited bid strategy (other),Misconfigured (conversion setting),Misconfigured (other),Multiple problems,Inactive,Other","" "ENHANCED_CPC_ENABLED","拡張クリック単価設定","Enhanced CPC","enhancedCpcEnabled","ENUM","","Attribute","有効,無効","true,false","" "ABSOLUTE_TOP_IMPRESSION_PERCENTAGE","インプレッションにおけるページ最上部の割合","Search absolute top impression rate","absoluteTopImpressionPercentage","DOUBLE","[CLICK_TYPE, CONVERSION_NAME, MONTH_OF_YEAR, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "TOP_IMPRESSION_PERCENTAGE","インプレッションにおけるページ上部の割合","Search top impression rate","topImpressionPercentage","DOUBLE","[CLICK_TYPE, CONVERSION_NAME, MONTH_OF_YEAR, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v11/CAMPAIGN_ASSET.csv b/reports/v15/CAMPAIGN_ASSET.csv similarity index 100% rename from reports/v11/CAMPAIGN_ASSET.csv rename to reports/v15/CAMPAIGN_ASSET.csv diff --git a/reports/v11/CAMPAIGN_TARGET_LIST.csv b/reports/v15/CAMPAIGN_TARGET_LIST.csv similarity index 100% rename from reports/v11/CAMPAIGN_TARGET_LIST.csv rename to reports/v15/CAMPAIGN_TARGET_LIST.csv diff --git a/reports/v11/GEO.csv b/reports/v15/GEO.csv similarity index 100% rename from reports/v11/GEO.csv rename to reports/v15/GEO.csv diff --git a/reports/v11/GEO_TARGET.csv b/reports/v15/GEO_TARGET.csv similarity index 100% rename from reports/v11/GEO_TARGET.csv rename to reports/v15/GEO_TARGET.csv diff --git a/reports/v11/KEYWORDLESS_QUERY.csv b/reports/v15/KEYWORDLESS_QUERY.csv similarity index 100% rename from reports/v11/KEYWORDLESS_QUERY.csv rename to reports/v15/KEYWORDLESS_QUERY.csv diff --git a/reports/v11/KEYWORDS.csv b/reports/v15/KEYWORDS.csv similarity index 99% rename from reports/v11/KEYWORDS.csv rename to reports/v15/KEYWORDS.csv index 98d2acd..e7d26bf 100644 --- a/reports/v11/KEYWORDS.csv +++ b/reports/v15/KEYWORDS.csv @@ -15,7 +15,7 @@ "NEGATIVE_KEYWORD","対象外キーワード","Negative Keywords","negativeKeywords","STRING","","Attribute","","","" "QUALITY_INDEX","品質インデックス","Quality index","qualityIndex","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" "FIRST_PAGE_BID_ESTIMATE","1ページ目掲載に必要な入札価格","First page bid estimate","firstPageBidEstimate","LONG","","Attribute","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" -"KEYWORD_MATCH_TYPE","マッチタイプ","Match Type","keywordMatchType","ENUM","","Attribute","完全一致,フレーズ一致,部分一致,その他","Exact match,Phrase match,Broad match,Other","" +"KEYWORD_MATCH_TYPE","マッチタイプ","Match Type","keywordMatchType","ENUM","","Attribute","完全一致,フレーズ一致,インテントマッチ,その他","Exact match,Phrase match,Broad match,Other","" "COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "CLICKS","クリック数","Clicks","clicks","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v11/LANDING_PAGE_URL.csv b/reports/v15/LANDING_PAGE_URL.csv similarity index 100% rename from reports/v11/LANDING_PAGE_URL.csv rename to reports/v15/LANDING_PAGE_URL.csv diff --git a/reports/v11/RESPONSIVE_ADS_FOR_SEARCH_ASSET.csv b/reports/v15/RESPONSIVE_ADS_FOR_SEARCH_ASSET.csv similarity index 100% rename from reports/v11/RESPONSIVE_ADS_FOR_SEARCH_ASSET.csv rename to reports/v15/RESPONSIVE_ADS_FOR_SEARCH_ASSET.csv diff --git a/reports/v11/SCHEDULE_TARGET.csv b/reports/v15/SCHEDULE_TARGET.csv similarity index 100% rename from reports/v11/SCHEDULE_TARGET.csv rename to reports/v15/SCHEDULE_TARGET.csv diff --git a/reports/v11/SEARCH_QUERY.csv b/reports/v15/SEARCH_QUERY.csv similarity index 97% rename from reports/v11/SEARCH_QUERY.csv rename to reports/v15/SEARCH_QUERY.csv index a6df75d..12496c6 100644 --- a/reports/v11/SEARCH_QUERY.csv +++ b/reports/v15/SEARCH_QUERY.csv @@ -7,7 +7,7 @@ "CAMPAIGN_NAME","キャンペーン名","Campaign name","campaignName","STRING","","Attribute","","","" "ADGROUP_NAME","広告グループ名","Ad group name","adgroupName","STRING","","Attribute","","","" "SEARCH_QUERY","検索クエリー","Search Query","searchQuery","STRING","","Attribute","","","" -"SEARCH_QUERY_MATCH_TYPE","検索クエリーのマッチタイプ","SearchQueryMatch Type","searchQueryMatchType","ENUM","","Segment","部分一致,完全一致,完全一致(類似語句),フレーズ一致(類似語句),フレーズ一致,その他","Broad match,Exact match,Exact match (similar term),Phrase match (similar term),Phrase match,Other","" +"SEARCH_QUERY_MATCH_TYPE","検索クエリーのマッチタイプ","SearchQueryMatch Type","searchQueryMatchType","ENUM","","Segment","インテントマッチ,完全一致,完全一致(類似語句),フレーズ一致(類似語句),フレーズ一致,その他","Broad match,Exact match,Exact match (similar term),Phrase match (similar term),Phrase match,Other","" "KEYWORD","キーワード","Keyword","keyword","STRING","[MONTH_OF_YEAR]","Attribute","","","" "COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" "IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" diff --git a/reports/v15/SHARED_BUDGET.csv b/reports/v15/SHARED_BUDGET.csv new file mode 100644 index 0000000..cff34a3 --- /dev/null +++ b/reports/v15/SHARED_BUDGET.csv @@ -0,0 +1,27 @@ +"フィールド名/Field Name","日本語表示名称/Japanese Display Name","英語表示名称/English Display Name","XML属性/XML Attribute","型/Type","組合せ不可フィールド/Not compatible fields","動作区分/Behavior Type","日本語表示値/Japanese display values","英語表示値/English display values","備考/Note" +"ACCOUNT_ID","アカウントID","Account ID","accountID","STRING","","Attribute","","","" +"ACCOUNT_NAME","アカウント名","Account Name","accountName","STRING","","Attribute","","","" +"IMPS","インプレッション数","Impressions","impressions","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"CLICKS","クリック数","Clicks","clicks","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"CLICK_RATE","クリック率","CTR","ctr","DOUBLE","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"COST","コスト","Cost","cost","LONG","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"CONV_VALUE","コンバージョンの価値","Conv. value","convValue","DOUBLE","","Metric","","","" +"COST_PER_CONV","コスト/コンバージョン数","Cost/conv.","costPerConv","DOUBLE","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"COST_PER_ALL_CONV","コスト/コンバージョン数(全て)","Cost/conv. (all)","costPerAllConv","DOUBLE","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"CONVERSION_NAME","コンバージョン名","Conversion name","conversionName","STRING","[ALL_CONV_RATE, AVG_CPC, CLICKS, CLICK_RATE, CONV_RATE, COST, COST_PER_ALL_CONV, COST_PER_CONV, IMPS]","Segment","","","" +"CONVERSIONS","コンバージョン数","Conversions","conversions","DOUBLE","","Metric","","","" +"OBJECT_OF_CONVERSION_TRACKING","コンバージョン測定の目的","Conversion Tracking Purpose","objectiveOfConversionTracking","ENUM","[ALL_CONV_RATE, AVG_CPC, CLICKS, CLICK_RATE, CONV_RATE, COST, COST_PER_ALL_CONV, COST_PER_CONV, IMPS]","Segment","購入/販売,見積もりのリクエスト,予約,お申し込み,架電,連絡先,カートに追加,決済の開始,定期購入,実店舗に来店,実店舗で購入,主要なページの閲覧,ルート・乗換案内,見込み客のフォーム送信,ダウンロード,タグの発火,離脱クリック,データのインポート,有望な見込み客,取引歴のある見込み客,その他","Purchase / Sales,Request a quote,Reservation,Application,Phone call leads,Contact,Add to cart,Begin checkout,Subscription,Store visits,Store sales,Page Access,Route / transfer information,Form submission by prospect,Download,Engagements,Withdrawal click,Imported leads,Qualified leads,Converted leads,Other","" +"CONV_RATE","コンバージョン率","Conv. rate","convRate","DOUBLE","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"CROSS_DEVICE_CONVERSIONS","クロスデバイスコンバージョン数","Cross-device conv.","crossDeviceConversions","DOUBLE","","Metric","","","データ取得出来ない場合、値は空文字が設定されます/When the data cannot be retrieved, the value is set to a blank" +"VALUE_PER_ALL_CONV","コンバージョンの価値(全て)/コンバージョン数(全て)","Conv. value (all)/conv. (all)","valuePerAllConv","DOUBLE","","Metric","","","" +"VALUE_PER_CONV","コンバージョンの価値/コンバージョン数","Conv. value/conv.","valuePerConv","DOUBLE","","Metric","","","" +"ALL_CONV_VALUE","コンバージョンの価値(全て)","Conv. value (all)","allConvValue","DOUBLE","","Metric","","","" +"ALL_CONV","コンバージョン数(全て)","Conversions (all)","allConv","DOUBLE","","Metric","","","" +"ALL_CONV_RATE","コンバージョン率(全て)","Conv. rate (all)","allConvRate","DOUBLE","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"AVG_CPC","平均CPC","Avg. CPC","averageCpc","DOUBLE","[CONVERSION_NAME, OBJECT_OF_CONVERSION_TRACKING]","Metric","","","" +"DAY","日","Day","day","STRING","","Segment","","","" +"BUDGET_ID","共有予算ID","Shared budget ID","budgetID","LONG","","Attribute","","","" +"BUDGET_NAME","共有予算名","Shared budget name","budgetName","STRING","","Attribute","","","" +"AMOUNT_MICROS","1日の共有予算","Daily shared budget","amountMicros","LONG","","Attribute","","","" +"REFERENCE_CAMPAIGN_COUNT","共有中のキャンペーン数","Shared campaigns","referenceCampaignCount","LONG","","Attribute","","","" +"REFERENCE_CAMPAIGN_NAME","対象のキャンペーン","Target campaigns","referenceCampaignName","STRING","","Segment","","","" diff --git a/reports/v11/WEBPAGE_CRITERION.csv b/reports/v15/WEBPAGE_CRITERION.csv similarity index 100% rename from reports/v11/WEBPAGE_CRITERION.csv rename to reports/v15/WEBPAGE_CRITERION.csv