/creative_set/list_by_campaign_id endpointMake a GET request to this endpoint to retrieve information about creative sets that are included in a set of campaign IDs on your account.
This endpoint returns up to 100 results at a time.
| Name | Description | Default |
|---|---|---|
ids | A comma-separated list of campaign IDs. Use this to filter the results to only creative sets with the specified campaign IDs. You can specify a maximum of 100 IDs this way. | null |
page | The page number of the results to retrieve. The first page is page 1. | 1 |
size | The number of results to return per page. Maximum 100. | 100 |
| Name | Description |
|---|---|
campaign_count |
/creative_set/create endpointMake a POST request to this endpoint to create a new creative set.
The request body is a Creative set object.
Review the Create column of the Creative set object table to determine which fields you should include in your request.
This endpoint returns a JSON object that contains the Creative set ID (id) of the creative set this endpoint creates.
/creative_set/update endpointMake a POST request to this endpoint to update an existing creative set.
The request body is a Creative set object.
Review the Update column of the Creative set object table to determine which fields you should include in your request.
This endpoint returns a JSON object that contains the Creative set ID (id) of the creative set this endpoint updates.
AppLovin supports two different creative set versions:
V1: You may upload only a single asset of each asset type.V2: You may upload up to 10 assets for each asset type.When you create a new creative set, its version is always V2 unless you clone it from an existing creative set that is V1.
| Name | Type | Description | Create | Update |
|---|---|---|---|---|
assets | array<CreativeSetAsset> | Assets to include in the creative set. See CreativeSetAsset. May contain the following types: HOSTED_HTML, VID_LONG_P, VID_SHORT_P, IMG_BANNER, IMG_INTER_PMust contain either a HOSTED_HTML, or an IMG_INTER_P and a video (VID_LONG_P or VID_SHORT_P). | Required | Optional |
/asset/list endpointMake a GET request to this endpoint to retrieve a list of up to 100 assets on your account.
This list is a JSON array of Asset objects.
This endpoint returns an empty array if there are no assets on the selected page.
| Name | Description | Default |
|---|---|---|
ids | A comma-separated list of asset IDs. Use this to filter the results to only those with the specified IDs. You can specify a maximum of 100 IDs this way. | null |
page | The page number of the results to retrieve. The first page is page 1. | 1 |
resource_type | An asset resource type variety. Use this to filter the results to only those with that resource type. Possible values are image, html, |
/asset/upload endpointMake a POST request to this endpoint to upload new asset files.
You can upload up to 40 files at once.
The total size must not exceed 10 GB and the size of a single file should not exceed 1 GB.
After the upload, AppLovin processes, optimizes, and reviews the assets.
This endpoint returns a JSON object with an upload_id.
You can use this ID to query the status of the uploaded assets.
See The /asset/upload_result endpoint below.
| Name | Type | Description |
|---|---|---|
files | array<File> | Each filename must be unique in the batch and each file must have a Content-Type. Supported Content-Type values are text/html, image/gif, image/jpeg, , , and . |
/asset/upload_result endpointMake a GET request to this endpoint to check the status of an upload request.
This endpoint returns a JSON object containing information about the given upload_id.
| Name | Type | Description |
|---|---|---|
upload_id | String | The upload_id returned by the /asset/upload endpoint. |
| Name | Type | Description |
|---|---|---|
details | array<AssetUploadDetail> | Details about each of the uploaded files. See AssetUploadDetail. |
/campaign/catalog_info endpointMake a GET request to this endpoint to retrieve catalog and variant set information available for dynamic ads configuration.
This endpoint is only relevant for Ecommerce/Web accounts.
| Name | Type | Description |
|---|---|---|
id | String | The unique catalog ID used as the catalog_id in campaigns. |
name | String | The name of this catalog. |
variant_sets | array<VariantSet> | The list of variant sets in this catalog. |
| Name | Type | Description |
|---|---|---|
id | String | The unique catalog identifier used as the catalog_id in campaigns. |
name | String | The name of this variant set. |
catalog_id | String | The ID of the catalog that this variant set is in. |
total_variants | Integer | The number of poduct variants availabe for dynamic ad generation. |
total_items | Integer | The number of unique items/products included in this variant. |
import AccordionItem from "/src/components/AccordionItem.astro";
The Axon Campaign Management API is for advertisers who use AppLovin campaigns to promote their websites.
You can create and update both campaigns and creative sets, and can upload new assets, by sending requests to the Axon Campaign Management API.
/campaign/list endpointMake a GET request to this endpoint to retrieve a list of up to 100 campaigns on your account.
This list is a JSON array of Campaign objects.
This endpoint returns an empty array if there are no campaigns on the selected page.
| Name | Description | Default |
|---|---|---|
ids | A comma-separated list of campaign IDs. Use this to filter the results to only those that have the specified IDs. You can specify a maximum of 100 IDs this way. Do not include this alongside hashed_ids. | null |
hashed_ids | A comma-separated list of external campaign IDs. Use this to filter the results to only those with the specified IDs. You can specify a maximum of 100 IDs this way. Do not include this alongside ids. | null |
page | The page number of the results to retrieve. The first page is page 1. | 1 |
size | The number of results to return per page. Maximum 100. | 100 |
/campaign/create endpointMake a POST request to this endpoint to create a new campaign.
The request body is a Campaign object.
Review the Create column of the Campaign object table to determine which fields you should include in your request.
This endpoint returns a JSON object that contains the Campaign ID (id) of the campaign this endpoint creates.
/campaign/update endpointMake a POST request to this endpoint to update an existing campaign.
The request body is a Campaign object.
Review the Update column of the Campaign object table to determine which fields you should include in your request.
This endpoint returns a JSON object that contains the Campaign ID (id) of the campaign this endpoint updates.
| Name | Type | Description | Create | Update |
|---|---|---|---|---|
bidding_strategy | String | Bidding strategy for the campaign. Valid values include:
| Required | Forbidden |
budget | Budget | Budget settings of the campaign. See Budget. | Required | Optional |
catalog_id | String | Catalog ID for dynamic ads. | Optional | Optional |
created_at | String | The creation time of the campaign, in ISO 8601 format (UTC). | Ignored | Ignored |
end_date | String | The end date of the campaign in ISO 8601 format (UTC). | Required | Optional |
goal | Goal | Goal settings of the campaign. See Goal. | Required | Optional |
hashed_id | String | The external ID of the campaign. It is the same value as the campaign_id_external in the Reporting API and the {CAMPAIGN_ID} Tracking URL macro. | Forbidden | Ignored |
id | Long | The ID of the campaign. | Forbidden | Required |
is_dynamic_ads_enabled | Boolean | Whether to enable dynamic ads. | Optional | Optional |
name | String | The name of the campaign. | Required | Optional |
start_date | String | The start date of the campaign in ISO 8601 format (UTC). Cannot be earlier than today’s date. | Required | Forbidden |
status | String | The current state of the campaign. Valid values: LIVE, PAUSED. | Ignored | Optional |
targeting | array<Targeting> | The country targets for the campaign. See Targeting. | Required | Optional |
type | String | The type of the campaign. Must be WEB | Required | Required |
variant_set_id | String | Variant set ID for dynamic ads. | Optional | Optional |
website_url | String | The fully qualified destination URL including tracking parameters. | Required | Optional |
| Name | Type | Description |
|---|---|---|
country_code | String | The ISO 3166-1 alpha-2 code represents the target country. For example, US for the United States, FR for France, or JP for Japan. See Table of country codes below for the full list. |
region_codes | array<String> | An array of region codes that specify target regions in the specified country. These are optional and only apply when the country_code is US. This array should contain valid U.S. state abbreviations (e.g. CA for California, NY for New York). See Table of region codes below for the full list. |
metro_names | array<String> | An array of Metropolitan Statistical Areas. These are optional and only apply when the country_code is US. Cannot be combined with region_codes. See Table of Metropolitan Statistical Areas below for the full list of possible values. |
You can set either a global budget or country-level budgets. This is required when you create a campaign.
| Name | Type | Description |
|---|---|---|
daily_budget_for_all_countries | decimal | Specifies a uniform daily budget that you want to apply across all targeted countries. |
| Name | Type | Description |
|---|---|---|
country_code_to_daily_budget | <String, decimal> | Sets individual goal values for specific countries, where each key is a country code (e.g. US, FR) and the value is the goal for that country. See Table of country codes below for a full list of valid country codes. |
The goal value depends on the goal type. For CPE / CPP it represents a cost per event / purchase; for CHK_ROAS it represents the percentage return on the targeted day.
You can set either a global goal or country-level goals.
| Name | Type | Description |
|---|---|---|
goal_value_for_all_countries | decimal | Specifies a uniform goal value that you want to apply across all targeted countries. |
| Name | Type | Description |
|---|---|---|
country_code_to_goal_value | Map<String, decimal> | Sets individual goal values for specific countries, where each key is a country code (e.g. US, FR) and the value is the goal for that country. See Table of country codes below for a full list of valid country codes. |
The goal type defines the optimization goal for the campaign.
Cost per custom Event.
goal_type value: CPE
| Name | Type | Description |
|---|---|---|
event_target | String | Specifies which event the campaign optimizes for. |
goal_type | String | Defines the optimization goal for the campaign. |
Cost per purchaser.
goal_type value: CPP
| Name | Type | Description |
|---|---|---|
goal_type | String | Defines the optimization goal for the campaign. |
In-App purchase return on ad spend.
goal_type value: CHK_ROAS
| Name | Type | Description |
|---|---|---|
goal_type | String | Defines the optimization goal for the campaign. |
roas_day_target | String | Specifies the time window for calculating ROAS. One of: DAY0, DAY7. |
/creative_set/list endpointMake a GET request to this endpoint to retrieve a list of up to 100 creative sets on your account.
This list is a JSON array of Creative set objects.
This endpoint returns an empty array if there are no creative sets on the selected page.
| Name | Description | Default |
|---|---|---|
ids | A comma-separated list of creative set IDs. Use this to filter the results to only those with the specified IDs. You can specify a maximum of 100 IDs this way. Do not include this alongside hashed_ids. | null |
hashed_ids | A comma-separated list of external creative set IDs. Use this to filter the results to only those with the specified IDs. You can specify a maximum of 100 IDs this way. Do not include this alongside ids. | null |
page | The page number of the results to retrieve. The first page is page 1. | 1 |
size | The number of results to return per page. Maximum 100. | 100 |
The number of campaigns in the campaigns object. |
creative_set_count | The total number of creative sets across returned in this response across all campaigns. |
campaigns | A dictionary containing information about the returned campaigns. The keys are campaign IDs. The values are arrays of Creative set objects. |
campaign_id| String |
| The ID of the campaign this creative set belongs to. |
| Required |
| Required |
creative_set_url | String | The fully qualified destination URL including tracking parameters. Overrides the campaign level URL. | Optional | Optional |
id | String | ID of the creative set. | Forbidden | Required |
hashed_id | String | The external ID of the creative set. It is the same value as the creative_set_id in the Reporting API and the {CREATIVE_SET_ID} Tracking URL macro. | Forbidden | Ignored |
name | String | The name of the creative set. | Required | Optional |
status | String | Status of the creative set: LIVE or PAUSED | Ignored | Optional |
type | String | The type of the campaign. Must be WEB. | Required | Required |
| Name | Type | Description | Create Creative set |
|---|---|---|---|
id | String | ID of the asset. You use this ID when you create or update a creative set. | Required |
name | String | Asset name. | Ignored |
status | String | Asset status. Possible values are: IN_REVIEW, REJECTED, ACTIVE, PAUSED, UNKNOWN. | Ignored |
type | String | Creative asset type. Possible values are: VID_LONG_P, VID_SHORT_P, HOSTED_HTML, IMG_BANNER, IMG_INTER_P. | Ignored |
url | String | The URL of the asset, for example: https://res1.applovin.com/r83948939/test1.mp4 | Ignored |
/creative_set/clone endpointMake a POST request to this endpoint to clone an existing creative set to a different campaign.
This endpoint returns a JSON object that contains the Creative set ID (id) of the resulting cloned creative set.
| Name | Type | Description |
|---|---|---|
campaign_id | Integer | The ID of the campaign into which you want to clone the creative set. |
creative_set_id | Integer | ID of the creative set you want to clone. |
status | String | Status of the cloned creative set: LIVE or PAUSED. |
video| null |
size | The number of results to return per page. Maximum 100. | 100 |
| Name | Type | Description |
|---|---|---|
asset_type | String | Creative asset type. Possible values are VID_LONG_P, VID_SHORT_P, HOSTED_HTML, IMG_BANNER, IMG_INTER_P. |
id | String | ID of the asset. Use this when you create or update a creative set. |
name | String | Asset name. |
resource_type | String | The resource type of the asset. Possible values are IMAGE, VIDEO, or HTML. |
status | String | Asset status. Possible values are IN_REVIEW, REJECTED, ACTIVE, or PAUSED. |
upload_time | String | The uploaded time of the asset, for example: 2025-04-27T23:34:06 |
url | String | The URL of the uploaded asset, for example: https://res1.applovin.com/r83948939/test1.mp4 |
image/pngvideo/mp4video/quicktimesummary| AssetUploadSummary |
| Overview of the status of the uploaded files. See AssetUploadSummary. |
upload_status | String | The status of upload asset request: PENDING if any files are still processing, otherwise FINISHED. |
| Name | Type | Description |
|---|---|---|
failed | Integer | Count of failed assets. |
pending | Integer | Count of pending assets. |
success | Integer | Count of successfully processed assets. |
total | Integer | Count of all assets in upload request. |
| Name | Type | Description |
|---|---|---|
error_message | String | If the upload fails, this contains the reason for the failure. |
file_status | String | The upload status of the asset. Possible values are PENDING, FAILURE, or SUCCESS. |
id | String | The ID of the asset. |
name | String | The name of the asset. |
resource_type | String | The resource type of the asset. Possible values are IMAGE, VIDEO, or HTML. |
uploadTime | String | The upload time of the asset, for example: 2025-04-27T23:34:06 |
url | String | The URL of the uploaded asset, for example: https://res1.applovin.com/r83948939/test1.mp4 |
| Metropolitan Statistical Area | Value |
|---|---|
| Abilene–Sweetwater, TX | ABILENE_SWEETWATER |
| Albany–Schenectady–Troy, NY | ALBANY_SCHENECTADY_TROY |
| Albany, GA | ALBANY_GA |
| Albuquerque–Santa Fe, NM | ALBUQUERQUE_SANTA_FE |
| Alexandria, LA | ALEXANDRIA_LA |
| Alpena, MI | ALPENA |
| Amarillo, TX | AMARILLO |
| Anchorage, AK | ANCHORAGE |
| Atlanta, GA | ATLANTA |
| Augusta–Aiken, GA | AUGUSTA |
| Austin, TX | AUSTIN |
| Bakersfield, CA | BAKERSFIELD |
| Baltimore, MD | BALTIMORE |
| Bangor, ME | BANGOR |
| Baton Rouge, LA | BATON_ROUGE |
| Beaumont–Port Arthur, TX | BEAUMONT_PORT_ARTHUR |
| Bend, OR | BEND_OR |
| Billings, MT | BILLINGS |
| Biloxi–Gulfport, MS | BILOXI_GULFPORT |
| Binghamton, NY | BINGHAMTON |
| Birmingham–Anniston–Tuscaloosa, AL | BIRMINGHAM_ANN_TUSC |
| Bluefield–Beckley–Oak Hill, WV | BLUEFIELD_BECKLEY_OAK_HILL |
| Boise, ID | BOISE |
| Boston (Manchester), MA–NH | BOSTON_MANCHESTER |
| Bowling Green, KY | BOWLING_GREEN |
| Buffalo, NY | BUFFALO |
| Burlington–Plattsburgh, VT–NY | BURLINGTON_PLATTSBURGH |
| Butte–Bozeman, MT | BUTTE_BOZEMAN |
| Casper–Riverton, WY | CASPER_RIVERTON |
| Cedar Rapids–Waterloo–Iowa City–Dubuque, IA | CEDAR_RAPIDS_WTRLO_IWC_DUB |
| Champaign–Springfield–Decatur, IL | CHAMPAIGN_SPRNGFLD_DECATUR |
| Charleston–Huntington, WV | CHARLESTON_HUNTINGTON |
| Charleston, SC | CHARLESTON_SC |
| Charlotte, NC | CHARLOTTE |
| Charlottesville, VA | CHARLOTTESVILLE |
| Chattanooga, TN–GA | CHATTANOOGA |
| Cheyenne–Scottsbluff, WY | CHEYENNE_SCOTTSBLUF |
| Chicago, IL–IN | CHICAGO |
| Chico–Redding, CA | CHICO_REDDING |
| Cincinnati, OH–KY–IN | CINCINNATI |
| Clarksburg–Weston | CLARKSBURG_WESTON |
| Cleveland–Akron (Canton) | CLEVELAND_AKRON_CANTON |
| Colorado Springs–Pueblo | COLORADO_SPRINGS_PUEBLO |
| Columbia–Jefferson City | COLUMBIA_JEFFERSON_CITY |
| Columbia, SC | COLUMBIA_SC |
| Columbus–Tupelo–W Pnt–Hstn | COLUMBUS_TUPELO_WEST_POINT |
| Columbus, GA (Opelika, Al) | COLUMBUS_GA |
| Columbus, OH | COLUMBUS_OH |
| Corpus Christi, TX | CORPUS_CHRISTI |
| Dallas–Ft. Worth, TX | DALLAS_FT_WORTH |
| Davenport–Rock Island–Moline, IA–IL | DAVENPORT_R_ISLAND_MOLINE |
| Dayton, OH | DAYTON |
| Denver, CO | DENVER |
| Des Moines–Ames, IA | DES_MOINES_AMES |
| Detroit, MI | DETROIT |
| Dothan, AL | DOTHAN |
| Duluth–Superior, MN–WI | DULUTH_SUPERIOR |
| El Paso–Las Cruces, TX | EL_PASO_LAS_CRUCES |
| Elmira–Corning, NY | ELMIRA_CORNING |
| Erie, PA | ERIE |
| Eugene, OR | EUGENE |
| Eureka, CA | EUREKA |
| Evansville, IN | EVANSVILLE |
| Fairbanks, AK | FAIRBANKS |
| Fargo–Valley City, ND—MN | FARGO_VALLEY_CITY |
| Flint–Saginaw–Bay City, MI | FLINT_SAGINAW_BAY_CITY |
| Fresno–Visalia, CA | FRESNO_VISALIA |
| Ft. Myers–Naples, FL | FT_MYERS_NAPLES |
| Ft. Smith–Fay–Springdale–Rogers, AR | FT_SMITH_FAY_SPRNGDL_RGRS |
| Ft. Wayne, IN | FT_WAYNE |
| Gainesville, FL | GAINESVILLE |
| Glendive, MT | GLENDIVE |
| Grand Junction–Montrose, CO | GRAND_JUNCTION_MONTROSE |
| Grand Rapids–Kalamazoo–Battle Creek, MI | GRAND_RAPIDS_KALMZOO_B_CRK |
| Great Falls, MT | GREAT_FALLS |
| Green Bay–Appleton, WI | GREEN_BAY_APPLETON |
| Greensboro–High Point–Winston-Salem, NC | GREENSBORO_H_POINT_W_SALEM |
| Greenville–New Bern–Washington, NC | GREENVILLE_N_BERN_WASHNGTN |
| Greenville–Spartanburg–Asheville–Anderson, SC | GREENVLL_SPART_ASHEVLL_AND |
| Greenwood–Greenville, MS | GREENWOOD_GREENVILLE |
| Harlingen–Weslco–Brownsville–McAllen, TX | HARLINGEN_WSLCO_BRNSVL_MCA |
| Harrisburg–Lancaster–Lebanon–York, PA | HARRISBURG_LNCSTR_LEB_YORK |
| Harrisonburg, VA | HARRISONBURG |
| Hartford–New Haven, CT | HARTFORD_NEW_HAVEN |
| Hattiesburg–Laurel, MS | HATTIESBURG_LAUREL |
| Helena, MT | HELENA |
| Honolulu, HI | HONOLULU |
| Houston, TX | HOUSTON |
| Huntsville–Decatur–Florence, AL–TN | HUNTSVILLE_DECATUR_FLOR |
| Idaho Falls–Pocatello–Jackson, ID–WY | IDAHO_FALLS_POCATELLO |
| Indianapolis, IN | INDIANAPOLIS |
| Jackson, MS | JACKSON_MS |
| Jackson, TN | JACKSON_TN |
| Jacksonville, FL | JACKSONVILLE |
| Johnstown–Altoona–Stata College, PA | JOHNSTOWN_ALTOONA |
| Jonesboro, AR | JONESBORO |
| Joplin–Pittsburg, MO–KS | JOPLIN_PITTSBURG |
| Juneau, AK | JUNEAU |
| Kansas City, MO–KS | KANSAS_CITY |
| Knoxville, TN | KNOXVILLE |
| La Crosse–Eau Claire, MN–WI | LA_CROSSE_EAU_CLAIRE |
| Lafayette, IN | LAFAYETTE_IN |
| Lafayette, LA | LAFAYETTE_LA |
| Lake Charles, LA | LAKE_CHARLES |
| Lansing, MI | LANSING |
| Laredo, TX | LAREDO |
| Las Vegas, NV | LAS_VEGAS |
| Lexington, KY | LEXINGTON |
| Lima, OH | LIMA |
| Lincoln–Hastings–Kearney, NE | LINCOLN_HSTNGS_KRNY |
| Little Rock–Pine Bluff, AR | LITTLE_ROCK_PINE_BLUFF |
| Los Angeles, CA | LOS_ANGELES |
| Louisville, KY | LOUISVILLE |
| Lubbock, TX | LUBBOCK |
| Macon, GA | MACON |
| Madison, WI | MADISON |
| Mankato, MN | MANKATO |
| Marquette, MI | MARQUETTE |
| Medford–Klamath Falls, OR | MEDFORD_KLAMATH_FALLS |
| Memphis, TN | MEMPHIS |
| Meridian, ID | MERIDIAN |
| Miami–Ft. Lauderdale, FL | MIAMI_FT_LAUDERDALE |
| Milwaukee, WI | MILWAUKEE |
| Minneapolis–St. Paul, MN–WI | MINNEAPOLIS_ST_PAUL |
| Minot–Bismarck–Dickinson–Williston, ND | MINOT_BISMARCK_DICKINSON |
| Missoula, MT | MISSOULA |
| Mobile–Pensacola–Ft. Walton, AL–FL | MOBILE_PENSACOLA_FT_WALT |
| Monroe–El Dorado, MI | MONROE_EL_DORADO |
| Monterey–Salinas, CA | MONTEREY_SALINAS |
| Montgomery–Selma, AL | MONTGOMERY_SELMA |
| Myrtle Beach–Florence, SC | MYRTLE_BEACH_FLORENCE |
| Nashville, TN | NASHVILLE |
| New Orleans, LA | NEW_ORLEANS |
| New York, NY | NEW_YORK |
| Norfolk–Portsmouth–Newport News, VA–NC | NORFOLK_PORTSMTH_NEWPT_NWS |
| North Platte, NE | NORTH_PLATTE |
| Odessa–Midland, TX | ODESSA_MIDLAND |
| Oklahoma City, OK | OKLAHOMA_CITY |
| Omaha, NE–IA | OMAHA |
| Orlando–Daytona Beach–Melbourne, FL | ORLANDO_DAYTONA_BCH_MELBRN |
| Ottumwa–Kirksville, IA | OTTUMWA_KIRKSVILLE |
| Paducah–Cape Girard–Harrisburg, KY–IL | PADUCAH_CAPE_GIRAR_D_HARSBG |
| Palm Springs, CA | PALM_SPRINGS |
| Panama City, FL | PANAMA_CITY |
| Parkersburg, WV | PARKERSBURG |
| Peoria–Bloomington, IL | PEORIA_BLOOMINGTON |
| Philadelphia, PA | PHILADELPHIA |
| Phoenix–Prescott, AZ | PHOENIX_PRESCOTT |
| Pittsburgh, PA | PITTSBURGH |
| Portland–Auburn, ME | PORTLAND_AUBURN |
| Portland, OR | PORTLAND_OR |
| Presque Isle, PA | PRESQUE_ISLE |
| Providence–New Bedford, RI–MA | PROVIDENCE_NEW_BEDFORD |
| Quincy–Hannibal–Keokuk, IL/MO/IA | QUINCY_HANNIBAL_KEOKUK |
| Raleigh–Durham–Fayetville, NC | RALEIGH_DURHAM_FAYETVLLE |
| Rapid City, SD | RAPID_CITY |
| Reno, NV | RENO |
| Richmond–Petersburg, VA | RICHMOND_PETERSBURG |
| Roanoke–Lynchburg, VA | ROANOKE_LYNCHBURG |
| Rochester–Mason City–Austin, MN–IA | ROCHESTR_MASON_CITY_AUSTIN |
| Rochester, NY | ROCHESTER_NY |
| Rockford, IL | ROCKFORD |
| Sacramento–Stockton–Modesto, CA | SACRAMNTO_STKTN_MODESTO |
| Salisbury, MD | SALISBURY |
| Salt Lake City, UT | SALT_LAKE_CITY |
| San Angelo, TX | SAN_ANGELO |
| San Antonio, TX | SAN_ANTONIO |
| San Diego, CA | SAN_DIEGO |
| San Francisco–Oakland–San Jose, CA | SAN_FRANCISCO_OAK_SAN_JOSE |
| Santa Barbara–Santa Maria–San Luis Obispo, CA | SANTABARBRA_SANMAR_SANLUOB |
| Savannah, GA | SAVANNAH |
| Seattle–Tacoma, WA | SEATTLE_TACOMA |
| Sherman–Denison, TX | SHERMAN_ADA |
| Shreveport, LA | SHREVEPORT |
| Sioux City, IA | SIOUX_CITY |
| Sioux Falls–Mitchell, SD–MN | SIOUX_FALLS_MITCHELL |
| South Bend–Elkhart, IN–MI | SOUTH_BEND_ELKHART |
| Spokane, WA | SPOKANE |
| Springfield–Holyoke, MA | SPRINGFIELD_HOLYOKE |
| Springfield, MO | SPRINGFIELD_MO |
| St. Joseph, MO–KS | ST_JOSEPH |
| St. Louis, MO–IL | ST_LOUIS |
| Syracuse, NY | SYRACUSE |
| Tallahassee–Thomasville, FL | TALLAHASSEE_THOMASVILLE |
| Tampa–St. Petersburg–Sarasota, FL | TAMPA_ST_PETE_SARASOTA |
| Terre Haute, IN | TERRE_HAUTE |
| Toledo, OH | TOLEDO |
| Topeka, KS | TOPEKA |
| Traverse City–Cadillac, MI | TRAVERSE_CITY_CADILLAC |
| Tri-Cities, TN–VA | TRI_CITIES_TN_VA |
| Tucson–Sierra Vista, AZ | TUCSON_SIERRA_VISTA |
| Tulsa, OK | TULSA |
| Twin Falls, ID | TWIN_FALLS |
| Tyler–Longview–Lufkin–Nacogdoches, TX | TYLER_LONGVIEW_LFKN_NCGD |
| Utica, NY | UTICA |
| Victoria, TX | VICTORIA |
| Waco–Temple–Bryan, TX | WACO_TEMPLE_BRYAN |
| Washington DC–Hagerstown, MD | WASHINGTON_DC_HAGRSTWN |
| Watertown, NY | WATERTOWN |
| Wausau–Rhinelander, WI | WAUSAU_RHINELANDER |
| West Palm Beach–Ft. Pierce, FL | WEST_PALM_BEACH_FT_PIERCE |
| Wheeling–Steubenville, WV–OH | WHEELING_STEUBENVILLE |
| Wichita Falls–Lawton, TX | WICHITA_FALLS_LAWTON |
| Wichita–Hutchinson Plus, KS | WICHITA_HUTCHINSON_PLUS |
| Wilkes Barre–Scranton–Hazelton, PA | WILKES_BARRE_SCRANTON |
| Wilmington, NC | WILMINGTON |
| Yakima–Pasco–Richland–Kennewick, WA | YAKIMA_PASCO_RCHLND_KNNWCK |
| Youngstown, OH | YOUNGSTOWN |
| Yuma–El Centro, AZ | YUMA_EL_CENTRO |
| Zanesville, OH | ZANESVILLE |
You must authenticate each API request.
To do so, add an Authorization HTTP header to your request and set its value to your Campaign Management API key.
(This key is different from the Management key that you use for the Ad Unit Management API.)
You can find your Campaign Management API key in the Axon dashboard. Click your account in the top right of the dashboard and select Keys.
You also must add the account_id query parameter to each request.
To find your account_id, click your account in the top right of the Axon dashboard and select Go to settings.
Your account ID is the number that follows your account name.
If this API returns an error, see the x-al-error-code and x-al-error-message response headers for more information.
All responses also include an X-TRACE-ID header.
Please include this Trace ID in all support requests so AppLovin can better locate and track your issue.
msa_names was renamed to metro_names.
Currently both are functional but msa_names will soon be deprecated.
Please update to use metro_names.
You can only set these values when you create a campaign. If you try to set these values when you update a campaign, the endpoint returns an error.