List Campaign Ab tests


                https://api.ocamba.com/v2/adex/campaign-ab-tests
            

Returns a list of Campaign Ab tests


Name
Description
fieldsstring
The client can request more efficient filtered representation of the resource showing only specific field(s), using the “fields” query parameter. Note that the “fields” parameter has precedence over the “view” parameter.

Example GET /VERSION/adex/RESOURCE_NAME?fields=id,name

See "Tips" for the list of filterable parameters.


Example: fields=field1,field2,field3

pagestring
The page number indicates which set of items will be returned in the response. The format of request is "page=N,M" where 'N' (required) represents page number and 'M' (optional) is number of items per page.

Examples:
N=1, M=20 → returns page 1 with 20 items
N=2, M=20 → returns page 2 with 20 items (items 21-40)
N=3 → returns page 3. The number of objects returned depends on the resource settings.


Example: page=1,10

sortstring
Sorts the response by specified field(s) with the option to specify sorting order (ascending by default, add prefix "-" for descending).

Examples:
GET /VERSION/adex/RESOURCE_NAME?sort=name → sorts per name, ascending
GET /VERSION/adex/RESOURCE_NAME?sort=-id → sorts per id descending
GET /VERSION/adex/RESOURCE_NAME?sort=id,-name → sorts per id ascending, then name descending

See tips for the list of sortable fields.


Example: sort=-field1,field2

q_fieldsstring
Use the q_fields parameter to list all fields you want to include in the search using q parameter. Note that not all fields are searchable on a specific object. If parameter q_fields is not specified, search is performed on a default search field.

Examples:
GET /VERSION/adex/RESOURCE_NAME?q=sou&q_fields=lname → API retuns a certain resource whose lname contains string 'sou'.
GET /VERSION/adex/RESOURCE_NAME?q=sou&q_fields=fname,lname,email → API returns a certain resource that contain string 'sou' in any of the specified fields.

See tips for the list of searchable parameters.

qstring
Set the q parameter value to search for a keyword or search term.

Example:
GET /VERSION/adex/RESOURCE_NAME?q=sou → returns a certain resource that contain string 'sou'

See tips for the list of searchable parameters.

idstring
Unique ab test id.


Example: 1411

200 - OK
Arrow
Name
Description
items[ ab-test ]
An array of all created items.
AB Test
Name
Description
campaign_idstring
Campaign id.


Example: 1011120

company_idstring
Company id.


Example: 6197120

create_timedateTime
Timezone: GMT.


Example: 2021-10-29 15:40:10

creative_idstring
Creative id.


Example: 1322610

end_timedateTime
Timezone: GMT. Ending date and time for AB test.


Example: 2021-10-29 15:40:10

idstring
AB test id.


Example: 10000

namestring
AB test name.


Example: First AB Test

start_timedateTime
Timezone: GMT. Starting date and time for AB test.


Example: 2021-09-29 15:40:10

statusstring
AB test activity status. On test creation, status is set to 'inactive'.


Example: active

Possible values: inactive | active

stickinessnumber (int)
Test stickiness.

Possible values: 0 | 1

AB test targeting.
AB Test Targeting
Name
Description
browsersobject
Os object
Name
Description
items[ object ]
Array of browser items, maximum length limited by subscription plan.

categoriesobject

Name
Description
itemsarray
Array of strings containing category ids, maximum number of items limited by subscription plan.


Example: IAB1,IAB2

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

containersobject
Containers object
Name
Description
items[ string ]
Array of strings containing containers ids. Maximum length limited by subscription plan.

opstring
String describing operation.


Example: in

Possible values: in

countriesobject

Name
Description
itemsarray
Array of strings containing country ids.


Example: RS,DE,CA,US

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

device_manufacturersobject

Name
Description
itemsarray
Array of strings containing device manufacturer ids, maximum number of items limited by subscription plan.


Example: 14,6

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

device_trackingnumber (integer)
Is device tracking enabled.

Possible values: 0 | 1

device_typesobject

Name
Description
itemsarray
Array of strings containing device types, maximum number of items limited by subscription plan.


Example: mobile,console

Possible values: mobile | desktop | console | tablet

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

has_user_datanumber (integer)
Is user data enabled.

Possible values: 0 | 1

ipobject

Name
Description
itemsarray
Array of strings containing ips, each element must be a valid ipv4, ipv6 or cidr format for both v4 and v6. Maximum number of items limited by subscription plan.


Example: 123.523.123.4,123.523.123.4/12,2001:0db8:85a3:33a1:ff12:8a2e:0370:7334/23,2301:01b8:f5a3:43a1:afc2:8c2e:0370:7334

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

keywordsobject

Name
Description
itemsarray
Array of unique strings containing keywords. One item can be a string with minimum length of 3 and maximum of 150, containing max 20 groups separated by \|. Each group can be made up of these characters: a-zA-Z0-9_%!


Example: keyword01!\|keyword02_%

languagesobject
Languages object
Name
Description
items[ string ]
Array of unique strings. Each element must be a valid 2-letter language code supported by Ocamba platform, maximum number of items limited by subscription plan.

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

osobject
Os object
Name
Description
items[ object ]
Array of os items, maximum length limited by subscription plan.

pagesobject

Name
Description
itemsarray
Array of strings containing page ids, maximum number of items limited by subscription plan.


Example: b92.net,google.com

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

regionsobject

Name
Description
itemsarray
Array of strings containing region ids.


Example: 2661876,2565340

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

subidsobject

Name
Description
itemsarray
Array of strings containing subids. Subid must not contain whitespace (space, tab, newline, etc.), maximum number of items limited by subscription plan.


Example: ref_subid,subid_2

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

tagsobject
Tag object.
Name
Description
itemsarray
Array of strings containing tag ids, maximum number of items limited by subscription plan. This field is deprecated and will be removed in future. Please use container as a replacement.


Example: 1441,1623

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

timeobject

Name
Description
itemsarray
Array of strings containing time in format of cron expression, maximum number of items limited by subscription plan.


Example: * * 1 * *,* 12,13,14,19,23 * 4,5,6 * 6,0

opstring
String describing operation.


Example: in

Possible values: in | eq

zonesobject

Name
Description
itemsarray
Array of strings containing zone ids, maximum number of items limited by subscription plan.


Example: 1334141,1773238

opstring
String describing operation.


Example: eq

Possible values: in | nin | eq | neq

update_timedateTime
Timezone: GMT.


Example: 2021-10-29 15:40:10

variation_countnumber (integer)
Variation count of a given AB test. This field is set by api and is read-only.


Example: 2

List of variations in this AB test.
Campaign AB Test Variation
Name
Description
ab_test_idstring
AB test id.


Example: 10000

company_idstring
Company id.


Example: 6197120

create_timedateTime
Timezone: GMT.


Example: 2021-10-29 15:40:10

idstring
AB test id.


Example: 10000

namestring
Name of AB test variation.


Example: My Variation

Values to override in control variation (original creative). Settings type can be one of: Web Push Object Creative, Dynamic Native Creative, Web Push External Demand Creative and Dynamic Native External Demant Creative.
Creative - Dynamic Native
Name
Description
addressstring
Address


Example: Dragise Misovica 163B

advertiser_domainstring (url)
Valid URL.


Example: https://example.com

bannerobject
A rectangular graphic display ad that stretches across the top, bottom, or sides of a website or online media property.
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes).


Example: en

valuestring
URL, max 400 characters.


Example: http://example.domen/image/en.jpg

bundle_idstring
Maximum 100 characters.


Example: 1017

campaign_idinteger
Campaign id created on the Ocamba platform.


Example: 1111456

create_timedateTime
Timezone: GMT.


Example: 2021-09-29 15:40:10

ctatextstring
Descriptive text describing a ‘call to action’ button for the destination URL.


Example: 1

descriptionobject
Descriptive text associated with the text product or service being advertised. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 400 characters.


Example: en description

description_2object
Additional descriptive text associated text with the product or service being advertised. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 400 characters.


Example: en description2

display_urlstring (url)
Valid URL.


Example: https://example.com

downloadsinteger
Number downloads/installs of this number product.


Example: 5

html5string
HTML5 desc.


Example:
Test


idstring
A unique identifier generated by the Ocamba platform.


Example: 1319617

imageobject
Image address which will be the main visual attribute presented to the user. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 400 characters.


Example: http://example.domen/image/en.jpg

image_sizeobject
Sizes of images in 'image' field. This object is created automatically based on image files downloaded from urls given in 'image' field.
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
Size of a corresponding image in format WIDTHxHEIGHT.


Example: 600x400

landing_urlstring (url)
Valid URL, max 2048 chars.


Example: https://example.com

likesinteger
Number of social ratings or “likes” of the product being offered to the user.


Example: 10

namestring
Creative Name is a user-provided keyword that will be your main keyword in search and tracking. Maximum 100 chars.


Example: Demo_dynamic_native

phonestring
Phone number.


Example: 032456312

postbackinteger
Describes status of postback.


Example: 1

Possible values: 0 | 1

Default: 1

pricefloat
Price for product / app / in-app purchase.


Example: 12.99

ratinginteger
Rating of the product being offered to the user.

sale_pricefloat
Sale price that can be used together with price to indicate a discounted price compared to a regular price.


Example: 9.99

sponsoredobject
Sponsored By message where text response should contain the brand name of the sponsor. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 100 characters.


Example: en sponsor

statusstring
Describe dynamic native status.


Example: active

Possible values: active | inactive

Default: active

targetstring
Browser related method for ad appearance.


Example: _top

Possible values: _blank | _self | _parent | _top

third_party_codestring
3rd Party code desc.


Example:Test

titleobject
The Title object is to be used for title element of the Native ad. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 600 characters.


Example: en_demo_title

tracking_pixels[ string ]
Uses for pixel tracking.


Example: https://example.com?${SESSION_ID}${DEVICE_ID}

typestring
Describes type of the dynamic native.


Example: dynamic-native

Default: dynamic-native
Creative - Web Push Object
Name
Description
actions[ action ]
An array of max 3 items, every item in the array must be an object described in the ACTIONS OBJECT section.
Action
Name
Description
actionstring
DEPRECATED. Lowercase, max 30 chars, submit or cancel for example

iconstring
Valid URL, max 200 chars, must start with https://


Example: https://someurl.com/favicon.ico

titleobject
Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 200 characters.


Example: en_demo_title

urlstring
Valid URL, max 500 chars, must start with http:// or https://

badgestring
Monochromatic mini-icon which portrays to user source where he subscribed in the first place (https:// allowed). Valid URL, max 500 chars.


Example: https://example.com

bodyobject
The body is a further description and brief title-related textual addition. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 200 characters.


Example: Samsung Galaxy J5 smartphone was launched in June 2015

campaign_idinteger
Campaign id created on the Ocamba platform.


Example: 1111456

create_timedateTime
Timezone: GMT.


Example: 2021-09-29 15:40:10

iconstring (url)
Icon address that will be a secondary visual attribute presented to the user (https:// allowed). Valid URL, max 500 chars.


Example: https://example_icon.com

idstring
A unique identifier generated by the Ocamba platform.


Example: 1319617

imageobject
Image address that will be the main visual attribute presented to the user (https:// allowed). Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 200 characters.


Example: http://example.domen/image/en.jpg

image_sizeobject
Sizes of images in 'image' field. This object is created automatically based on image files downloaded from urls given in 'image' field.
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
Size of a corresponding image in format WIDTHxHEIGHT.


Example: 600x400

landing_urlstring (url)
Page address where the user will land after clicking on it (http:// allowed). Valid URL, max 2048 chars.


Example: https://example.com

namestring
Creative Name is a user-provided keyword that will be your main keyword in search and tracking. Maximum 100 chars.


Example: Demo_web_push_object

postbackinteger
Describes status of postback.


Example: 1

Possible values: 0 | 1

Default: 1

renotifyinteger
Replacing old notification with the new one using the silent method. Applicable only with tag option.


Example: 1

Possible values: 0 | 1

require_interactioninteger
Demand action execution from the user. Applicable only for desktop users.


Example: 1

Possible values: 0 | 1

silentinteger
Serving notification without sound and vibration. Applicable only to mobile devices.


Example: 1

Possible values: 0 | 1

statusstring
Describe dynamic native status.


Example: active

Possible values: active | inactive

Default: active

tagstring
The tag option enables the removal of notifications with the same tag which were delivered earlier. Max 100 chars. Required if renotify is set to 1 (true)


Example: .

titleobject
Creative Name is a user-provided keyword that will be your main keyword in search and tracking. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 200 characters.


Example: en_demo_title

typestring
Describes type of the web push object.


Example: web-push-object

Default: web-push-object

vibrationstring
Two vibration pulses with customizable length and pause between them, described in milliseconds (200,100,200 formats), will start when a notification is displayed. Applicable only for Android users. Max 50 chars, valid vibration pattern.


Example: 20,600,400
Creative - Web Push External Demand
Name
Description
actions[ action ]
An array of max 3 items, every item in the array must be an object described in the ACTIONS OBJECT section.

badgestring
Monochromatic mini-icon which portrays to user source where he subscribed in the first place (https:// allowed). Valid URL, max 500 chars.


Example: https://example.com

bodyobject
The body is a further description and brief title-related textual addition. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 200 characters.


Example: Samsung Galaxy J5 smartphone was launched in June 2015

campaign_idinteger
Campaign id created on the Ocamba platform.


Example: 1111456

create_timedateTime
Timezone: GMT.


Example: 2021-09-29 15:40:10

exchange_idinteger
Exchange id created on the Ocamba platform and attached to the campaign which creative belongs to.


Example: 1341456

iconstring (url)
Icon address that will be a secondary visual attribute presented to the user (https:// allowed). Valid URL, max 500 chars.


Example: https://example_icon.com

idstring
A unique identifier generated by the Ocamba platform.


Example: 1319617

imageobject
Image address that will be the main visual attribute presented to the user (https:// allowed). Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 200 characters.


Example: http://example.domen/image/en.jpg

image_sizeobject
Sizes of images in 'image' field. This object is created automatically based on image files downloaded from urls given in 'image' field.
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
Size of a corresponding image in format WIDTHxHEIGHT.


Example: 600x400

landing_urlstring (url)
Page address where the user will land after clicking on it (http:// allowed). Valid URL, max 2048 chars.


Example: https://example.com

namestring
Creative Name is a user-provided keyword that will be your main keyword in search and tracking. Maximum 100 chars.


Example: Demo_web_push_object

overrideoverride-v2
Overide object.
Override
Name
Description
bodyinteger
Describes status of body.


Example: 1

Possible values: 0 | 1

iconinteger
Describes status of icon.


Example: 1

Possible values: 0 | 1

imageinteger
Describes status of image.


Example: 1

Possible values: 0 | 1

landing_urlinteger
Describes status of landing_url.


Example: 1

Possible values: 0 | 1

titleinteger
Describes status of title.


Example: 1

Possible values: 0 | 1

postbackinteger
Describes status of postback.


Example: 1

Possible values: 0 | 1

Default: 1

renotifyinteger
Replacing old notification with the new one using the silent method. Applicable only with tag option.


Example: 1

Possible values: 0 | 1

require_interactioninteger
Demand action execution from the user. Applicable only for desktop users.


Example: 1

Possible values: 0 | 1

silentinteger
Serving notification without sound and vibration. Applicable only to mobile devices.


Example: 1

Possible values: 0 | 1

statusstring
Describe dynamic native status.


Example: active

Possible values: active | inactive

Default: active

tagstring
The tag option enables the removal of notifications with the same tag which were delivered earlier. Max 100 chars. Required if renotify is set to 1 (true)


Example: .

titleobject
The title is the main textual aspect that will be most visible to the user. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 200 characters.


Example: en_demo_title

typestring
Describes type of the web push object.


Example: web-push-object

Default: web-push-object

vibrationstring
Two vibration pulses with customizable length and pause between them, described in milliseconds (200,100,200 formats), will start when a notification is displayed. Applicable only for Android users. Max 50 chars, valid vibration pattern.


Example: 20,600,400
Creative - Dynamic Native External Demand
Name
Description
addressstring
Address


Example: Dragise Misovica 163B

advertiser_domainstring (url)
Valid URL.


Example: https://example.com

bannerobject
A rectangular graphic display ad that stretches across the top, bottom, or sides of a website or online media property.
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes).


Example: en

valuestring
URL, max 400 characters.


Example: http://example.domen/image/en.jpg

bundle_idstring
Maximum 100 characters.

campaign_idinteger
Campaign id created on the Ocamba platform.


Example: 1111456

create_timedateTime
Timezone: GMT.


Example: 2021-09-29 15:40:10

ctatextstring
descriptive text describing a ‘call to action’ button for the destination URL.


Example: 1

descriptionobject
Descriptive text associated with the text product or service being advertised. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 400 characters.


Example: en description

description_2object
Additional descriptive text associated text with the product or service being advertised. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 400 characters.


Example: en description2

display_urlstring (url)
Valid URL.


Example: https://example.com

downloadsinteger
Number downloads/installs of this number product.


Example: 9

html5string
HTML5 desc.


Example: example

idstring
A unique identifier generated by the Ocamba platform.


Example: 1319617

imageobject
Image address which will be the main visual attribute presented to the user. Key-value pairs {key : value}.
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 400 characters.


Example: http://example.domen/image/en.jpg

image_sizeobject
Sizes of images in 'image' field. This object is created automatically based on image files downloaded from urls given in 'image' field.
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
Size of a corresponding image in format WIDTHxHEIGHT.


Example: 600x400

landing_urlstring (url)
Valid URL, max 2048 chars.


Example: https://example.com

likesinteger
Number of social ratings or “likes” of the product being offered to the user.


Example: 35

namestring
Creative Name is a user-provided keyword that will be your main keyword in search and tracking. Maximum 100 chars.


Example: Demo_dynamic_native

overrideoverride-v2
Overide object.

phonestring
Phone number.


Example: 032456312

postbackinteger
Describes status of postback.


Example: 1

Possible values: 0 | 1

Default: 1

pricefloat
Price for product / app / in-app purchase.


Example: 12.99

ratinginteger
Rating of the product being offered to the user.


Example: 1

sale_pricefloat
Sale price that can be used together with price to indicate a discounted price compared to a regular price.


Example: 9.99

sponsoredobject
Sponsored By message where text response should contain the brand name of the sponsor. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 100 characters.


Example: en sponsor

statusstring
Describe dynamic native status.


Example: active

Possible values: active | inactive

Default: active

targetstring
Browser related method for ad appearance.


Example: _top

Possible values: _blank | _self | _parent | _top

third_party_codestring
3rd Party code desc.


Example: example

titleobject
The Title object is to be used for title element of the Native ad. Key-value pairs {key : value}
Name
Description
keystring
Language code supported by the Ocamba platform (ISO 639-2, 2 letter language codes), key "en" is required.


Example: en

valuestring
URL, max 600 characters.


Example: en_demo_title

tracking_pixels[ string ]
Uses for pixel tracking.


Example: https://example.com?${SESSION_ID}${DEVICE_ID}

typestring
Describes type of the dynamic native.


Example: dynamic-native

Default: dynamic-native

update_timedateTime
Timezone: GMT.


Example: 2021-10-29 15:40:10

totalinteger
A total number of items.


Example: 1
tip
1 Searchable fields are id and name.

2 Sortable fields are id, name, status, start_time, end_time, create_time and update_time.

3 Filterable fields are: id, name, campaign_id, status, start_time, end_time, create_time and update_time.
200 Arrow
{
    "total": 1,
    "items": [
        {
            "id": "12010",
            "company_id": "6197120",
            "campaign_id": "1010797",
            "creative_id": "1321446",
            "name": "My first ab test",
            "status": "inactive",
            "start_time": "2024-11-05 11:28:59",
            "end_time": "2024-12-04 00:00:00",
            "stickiness": 1,
            "targeting": {
                "subids": {
                    "items": [
                        "12462"
                    ],
                    "op": "eq"
                },
                "keywords": {
                    "items": [
                        "all|any",
                        "current"
                    ]
                }
            },
            "variation_count": 2,
            "variations": [
                {
                    "id": "12276",
                    "name": "Control",
                    "is_control": true,
                    "create_time": "2022-12-22 09:21:23",
                    "update_time": "2022-12-22 09:21:23"
                },
                {
                    "id": "12277",
                    "name": "small image variation",
                    "settings": {
                        "image": {
                            "de": "https://sm.ocmcore.com/share/6197120/adex/media/708766246-1671700884099-image",
                            "en": "https://sm.ocmcore.com/share/6197120/adex/media/708766246-1671700883907-image"
                        },
                        "image_size": {
                            "de": "256x256",
                            "en": "256x256",
                        },
                        "landing_url": "https://google.com",
                        "title": {
                            "de": "deutsch",
                            "en": "english"
                        }
                    },
                    "create_time": "2022-12-22 09:21:23",
                    "update_time": "2022-12-22 22:54:27"
                }
            ],
            "create_time": "2022-12-22 09:21:24",
            "update_time": "2022-12-22 22:54:29"
        }
    ]
}
{
  "total": 1,
  "items": [
    {
      "id": "10000",
      "company_id": "6197120",
      "campaign_id": "1011120",
      "creative_id": "1322610",
      "name": "First AB Test",
      "targeting": {
        "countries": {
          "items": "RS,DE,CA,US",
          "op": "eq"
        },
        "regions": {
          "items": "2661876,2565340",
          "op": "eq"
        },
        "os": {
          "items": [
            {
              "id": "12",
              "op": "in",
              "versions": [
                "10.0"
              ]
            }
          ]
        },
        "browsers": {
          "items": [
            {
              "id": "12",
              "op": "in",
              "versions": [
                "10.0"
              ]
            }
          ]
        },
        "subids": {
          "items": "ref_subid,subid_2",
          "op": "eq"
        },
        "categories": {
          "items": "IAB1,IAB2",
          "op": "eq"
        },
        "tags": {
          "items": "1441,1623",
          "op": "eq"
        },
        "containers": {
          "items": [
            "1020"
          ],
          "op": "in"
        },
        "ip": {
          "items": "123.523.123.4,123.523.123.4/12,2001:0db8:85a3:33a1:ff12:8a2e:0370:7334/23,2301:01b8:f5a3:43a1:afc2:8c2e:0370:7334",
          "op": "eq"
        },
        "zones": {
          "items": "1334141,1773238",
          "op": "eq"
        },
        "pages": {
          "items": "b92.net,google.com",
          "op": "eq"
        },
        "device_types": {
          "items": "mobile,console",
          "op": "eq"
        },
        "device_manufacturers": {
          "items": "14,6",
          "op": "eq"
        },
        "time": {
          "items": "* * 1 * *,* 12,13,14,19,23 * 4,5,6 * 6,0",
          "op": "in"
        },
        "keywords": {
          "items": "keyword01!\\|keyword02_%"
        },
        "languages": {
          "items": [
            [
              "sr",
              "en",
              "de"
            ]
          ],
          "op": "eq"
        }
      },
      "variation_count": 2,
      "variations": [
        {
          "id": "10000",
          "company_id": "6197120",
          "ab_test_id": "10000",
          "name": "My Variation",
          "create_time": "2021-10-29 15:40:10",
          "update_time": "2021-10-29 15:40:10"
        }
      ],
      "status": "active",
      "start_time": "2021-09-29 15:40:10",
      "end_time": "2021-10-29 15:40:10",
      "create_time": "2021-10-29 15:40:10",
      "update_time": "2021-10-29 15:40:10"
    }
  ]
}