# StreetMetrics Documentation > Documentation for StreetMetrics ## API Reference - [Retrieve a specific Ad Group by ID](https://docs.streetmetrics.com/reference/adgroupcontroller_getadgroup.md) - [Delete an Ad Group](https://docs.streetmetrics.com/reference/adgroupcontroller_deleteadgroup.md) - [Retrieve a list of Ad Groups](https://docs.streetmetrics.com/reference/adgroupcontroller_getadgroups.md) - [Create a new Transit Ad Group](https://docs.streetmetrics.com/reference/adgroupcontroller_createtransitadgroup.md) - [Create a new Stationary Ad Group](https://docs.streetmetrics.com/reference/adgroupcontroller_createstationaryadgroup.md) - [Attach assets to a Transit Ad Group](https://docs.streetmetrics.com/reference/adgroupcontroller_attachassets.md) - [Attach frames to a Stationary Ad Group](https://docs.streetmetrics.com/reference/adgroupcontroller_attachframes.md) - [Update frames attached to a Stationary Ad Group](https://docs.streetmetrics.com/reference/adgroupcontroller_putupdateframes.md) - [Attach creatives to a Stationary or Transit Ad group](https://docs.streetmetrics.com/reference/adgroupcontroller_attachcreatives.md) - [Replace assets attached to a Transit Ad Group](https://docs.streetmetrics.com/reference/adgroupcontroller_putupdateassets.md) - [Authenticate a user](https://docs.streetmetrics.com/reference/authcontroller_authenticate.md) - [Download an attribution study file as a ZIP](https://docs.streetmetrics.com/reference/attributionstudycontroller_getattributionstudyfile.md) - [Get a specific attribution study by ID](https://docs.streetmetrics.com/reference/attributionstudycontroller_getattributionstudy.md) - [Get a list of attribution studies](https://docs.streetmetrics.com/reference/attributionstudycontroller_getattributionstudies.md) - [Create a new attribution study](https://docs.streetmetrics.com/reference/attributionstudycontroller_createattributionstudy.md) - [Get conversions aggregated by date](https://docs.streetmetrics.com/reference/attributionstudycontroller_getconversionsbydate.md): Retrieves conversion data aggregated by date. When summaryBin is specified, data is grouped by time periods (week, month, day, etc.). - [Get conversions aggregated by ad group](https://docs.streetmetrics.com/reference/attributionstudycontroller_getconversionsbyadgroup.md): Retrieves conversion data aggregated by ad group (flight). When summaryBin is specified, data is grouped by both ad group and time periods. - [Get conversions aggregated by unit](https://docs.streetmetrics.com/reference/attributionstudycontroller_getconversionsbyunit.md): Retrieves conversion data aggregated by unit (matchable or creative). When summaryBin is specified, data is grouped by both unit and time periods. Use useCreative=true to group by creative instead of matchable. - [Get asset by ID](https://docs.streetmetrics.com/reference/assetcontroller_getassetbyid.md) - [Update asset](https://docs.streetmetrics.com/reference/assetcontroller_patchupdateasset.md) - [Get assets](https://docs.streetmetrics.com/reference/assetcontroller_getassets.md) - [Get asset owners](https://docs.streetmetrics.com/reference/assetcontroller_getassetowners.md) - [Get compatible assets](https://docs.streetmetrics.com/reference/assetcontroller_getcompatibleassets.md) - [Get compatible assets by ad group ID](https://docs.streetmetrics.com/reference/assetcontroller_getcompatibleassetsbyadgroupid.md) - [Get a specific campaign by ID](https://docs.streetmetrics.com/reference/campaigncontroller_getcampaign.md) - [Update a campaign](https://docs.streetmetrics.com/reference/campaigncontroller_patchupdatecampaign.md) - [Delete a campaign](https://docs.streetmetrics.com/reference/campaigncontroller_deletecampaign.md) - [Get a list of campaigns](https://docs.streetmetrics.com/reference/campaigncontroller_getcampaigns.md) - [Create a new campaign](https://docs.streetmetrics.com/reference/campaigncontroller_createcampaign.md) - [Get a list of creatives](https://docs.streetmetrics.com/reference/publiccreativescontroller_getcreatives.md) - [Get a specific creative by ID](https://docs.streetmetrics.com/reference/publiccreativescontroller_getcreativebyid.md) - [Get a list of frames](https://docs.streetmetrics.com/reference/framescontroller_getframes.md) - [Create a frame](https://docs.streetmetrics.com/reference/framescontroller_createframe.md) - [Get a frame by ID](https://docs.streetmetrics.com/reference/framescontroller_getframebyid.md) - [Patch a frame by ID](https://docs.streetmetrics.com/reference/framescontroller_patchframe.md) - [Get a list of markets](https://docs.streetmetrics.com/reference/marketcontroller_getmarkets.md) - [Get a list of product types](https://docs.streetmetrics.com/reference/mediacontroller_getproducttypes.md) - [Get a list of media](https://docs.streetmetrics.com/reference/mediacontroller_getmedia.md) - [Create a new pixel](https://docs.streetmetrics.com/reference/pixelcontroller_createpixel.md) - [Get a list of pixels](https://docs.streetmetrics.com/reference/pixelcontroller_getpixels.md) - [Get a single pixel](https://docs.streetmetrics.com/reference/pixelcontroller_getpixel.md) - [Update a pixel](https://docs.streetmetrics.com/reference/pixelcontroller_updatepixel.md) - [Attach a campaign to a pixel](https://docs.streetmetrics.com/reference/pixelcontroller_attachcampaigntopixel.md) - [Detach a campaign from a pixel](https://docs.streetmetrics.com/reference/pixelcontroller_detachcampaignfrompixel.md) - [Attach an attribution study to a pixel](https://docs.streetmetrics.com/reference/pixelcontroller_attachattributionstudytopixel.md) - [Detach an attribution study from a pixel](https://docs.streetmetrics.com/reference/pixelcontroller_detachattributionstudyfrompixel.md) - [Retrieve impressions data grouped by date](https://docs.streetmetrics.com/reference/reportingcontroller_getimpressionsbydate.md) - [Retrieve impressions data grouped by ad group](https://docs.streetmetrics.com/reference/reportingcontroller_getimpressionsbyadgroup.md) - [Retrieve impressions data grouped by unit](https://docs.streetmetrics.com/reference/reportingcontroller_getimpressionsbyunit.md) - [Retrieve demographics data grouped by campaign](https://docs.streetmetrics.com/reference/reportingcontroller_getdemographics.md) - [Retrieve affinities data](https://docs.streetmetrics.com/reference/reportingcontroller_getaffinities.md) - [Retrieve uniques and frequency data grouped by campaign](https://docs.streetmetrics.com/reference/reportingcontroller_getufcampaign.md) - [Retrieve uniques and frequency data grouped by ad group](https://docs.streetmetrics.com/reference/reportingcontroller_getufadgroup.md) - [Retrieve uniques and frequency data grouped by unit](https://docs.streetmetrics.com/reference/reportingcontroller_getufunit.md) ## Recipes - [Attach Inventory to your Ad Group](https://docs.streetmetrics.com/recipes/attach-inventory-to-your-ad-group.md) - [Creating and assigning ad groups to your campaign [STATIC ADS]](https://docs.streetmetrics.com/recipes/creating-and-assigning-ad-groups-to-your-campaign-static-ads.md) - [Creating base campaigns](https://docs.streetmetrics.com/recipes/creating-base-campaigns.md) - [How to authenticate requests and create tokens](https://docs.streetmetrics.com/recipes/how-to-authenticate-requests-and-create-tokens.md) ## Changelog - [v4.0.0](https://docs.streetmetrics.com/changelog/v4-0-0.md) - [v3.9.6 Shared Scenarios](https://docs.streetmetrics.com/changelog/v3-9-6.md) - [v3.9.5 Maps & Inventory Updates](https://docs.streetmetrics.com/changelog/v3-9-5.md) - [v3.9.4 — Impressions, Smart Search Fixes](https://docs.streetmetrics.com/changelog/v3-9-4.md) - [**v3.9.3** — Smarter Intelligence, More Frame Detail](https://docs.streetmetrics.com/changelog/v3-9-3.md) - [v3.9.2](https://docs.streetmetrics.com/changelog/v3-9-2.md) - [v3.9.1](https://docs.streetmetrics.com/changelog/v3-9-1.md) - [v3.9.0](https://docs.streetmetrics.com/changelog/v3-9-0.md) - [v3.8.1](https://docs.streetmetrics.com/changelog/v3-8-1.md) - [v3.8.0](https://docs.streetmetrics.com/changelog/v3-8-0.md)