SearchAdsAbTest
Create, Read, Update and Remove A/B test information.
Columns
| Name | Type | ReadOnly | References | Description |
| AbTestId [KEY] | Int64 | False |
A/B test ID. | |
| AbTestName | String | False |
A/B test name. | |
| AccountId | Int64 | False |
SearchAdsAccounts.AccountId |
Account Id. |
| ACampaignId | Int64 | False |
Campaign ID of Campaign A. | |
| ACampaignName | String | False |
Campaign Name of Campaign A. | |
| ACampaignUserStatus | String | False |
It describes ad delivery settings of campaign. 使用できる値は次のとおりです。ACTIVE, PAUSED, UNKOWN | |
| ACampaignTestType | String | False |
It describes the test type of campaign A. 使用できる値は次のとおりです。BASE, TEST, NONE, UNKOWN | |
| ACampaignIsDeleted | String | False |
If the campaign A is deleted. 使用できる値は次のとおりです。TRUE, FALSE, UNKOWN | |
| BCampaignId | Int64 | False |
Campaign ID of Campaign B. | |
| BCampaignName | String | False |
Campaign Name of Campaign B. | |
| BCampaignUserStatus | String | False |
It describes ad delivery settings of campaign B. 使用できる値は次のとおりです。ACTIVE, PAUSED, UNKOWN | |
| BCampaignTestType | String | False |
It describes the test type of campaign B. 使用できる値は次のとおりです。BASE, TEST, NONE, UNKOWN | |
| BCampaignIsDeleted | String | False |
If the campaign B is deleted. 使用できる値は次のとおりです。TRUE, FALSE, UNKOWN | |
| Description | String | False |
Description text. | |
| Suffix | String | False |
Suffix text. | |
| EndDate | Date | False |
End date. | |
| IsRemoveDescription | String | False |
It is a flag for removing an information item. 使用できる値は次のとおりです。TRUE, FALSE, UNKOWN | |
| StartDate | Date | False |
Start date. | |
| Status | String | False |
It shows AbTestServiceStatus status. 使用できる値は次のとおりです。PENDING, ACTIVE, ENDED, GRADUATED, ERROR, UNKNOWN |