This method returns complete information about ads. Results can be filtered by using query parameters.
http://api.adbeat.com/v3/{api-key}/adMetrics
http://api.adbeat.com/v3/{api-key}/adMetrics/{adHash}
Parameter Name | Meaning | Default Value | Notes |
---|---|---|---|
adHash | ad hash filter | (no filtering) | Uniquely identifies ad. You may use a single value, or a comma-separated list of values. |
countryId | country filter | (no filtering) | e.g. us (See
countries) |
platformId | platform filter | (no filtering) | e.g. desktop (See platforms) To specify multiple values, separate them by commas (e.g. iPhone,iPad ) Currently only desktop is supported for a non-us countryId. Use &platformId=mobile to specify all mobile devices (i.e. android, iphone, ipad, androidtablet) |
advertiserId | advertiser filter | (no filtering) | Restrict search to one or more advertisers. Must use advertiser’s domain name. To specify multiple values, separate them by commas (e.g. experian.com,creditkarma.com ) Note: &advertiserId=all is not supported by /adMetrics. |
publisherId | publisher filter | (no filtering) | Restrict search to just one publisher. Must use
publisher's (or channel's) domain name. Use all
to return aggregated results across all
publishers. |
publisherPld | publisher PLD filter | (no filtering) | Restrict search to just one publisher "paid-level domain" (i.e., return hits matching this publisher and all of its channels). Must use publisher's (or channel's) domain name. |
isChannel | channel vs. publisher filter | (no filtering) | Restrict search to either channels true or publishers (any other value). |
networkId | network filter | (no filtering) | Restrict search to one or more networks. (See networks). To specify multiple values, separate them by commas (e.g. adblade,google ). Use all to return aggregated results across all networks. |
campaignId | campaign filter | (no filtering) | Filters results to a specific campaign. |
firstSeen | first seen filter | (no filtering) | Restrict search to ads that were first seen on the specified date or within the specified date range. Maximum date range span is 8 days. (See date and date range format) |
adTypeId | ad type filter | (no filtering) | e.g. image (See
adTypes) This parameter also supports comma separated combinations. |
adSizeId | ad size filter | (no filtering) | e.g. 728x60 (See
adSizes) |
sortBy | sorting field | adMetric | &sortBy=adMetric returns results for the
past 730 days. Other options: firstSeen ,
lastSeen , daysSeen |
sortOrder | sorting order | desc | Other options: asc |
adMetricId | Format for admetric data | adImpact | Other options: adImpact , adSpend |
numAdMetricDays | Number of daily ad metrics to return | 0 | Includes this many days up to and including the the latest data. Maximum 730. |
maxDestinationUrls | Maximum number of destination URLs to return | 0 | Return up to this many destination URLs for each hit. Maximum 20. Note: Each destinationURL returned will cost 1 API unit. |
facetField | field(s) to generate facet counts for | (no facet counts) | Options: adTypeId , adSizeId , advertiserId , countryId , platformId , networkId , publisherId , or any comma-separated combination of these values. Generates a facet list for each specified field (see below). |
rows | Number of results to return | 10 | Maximum 1000. (Maximum sum of &start + &rows is 2000) |
start | Index of first result to return | 0 | Use start=N (where N > 0) to page through
results by making repeated requests. (Maximum sum of &start + &rows is 2000) |
fields | fields filter | (no filtering) | Restrict which fields get returned. e.g. &fields=advertiserId would return just one of the available fields. &fields=advertiserId,publisherId would return just two of the available fields. |
Field Name | Example | Notes |
---|---|---|
countryId | us | See countries |
platformId | desktop | See platforms |
advertiserId | cnn.com | Advertiser domain name |
adHash | 0a068929819131327e50e05098787e3f | Uniquely identifies ad |
networkId | See networks | |
campaigns | { "campaignName": "Comcast Time Warner Cable Transaction Information", "campaignId": "3080fb6d" } |
Any ad campaign(s) this ad is a member of. |
publisherId | huffingtonpost.com | Publisher domain name. (See Historical Data for how we handle older data) |
publisherPld | about.com | Publisher domain name. "Paid-level domain" of this channel. Only present if isChannel is also true. |
hasChannels | true | Contains true if hit is a publisher that has has been divided into channels. |
isChannel | true | Contains true if hit is for a channel within a publisher. |
isSuperChannel | true | Contains true if hit is for a "super channel" within a publisher having so many subdomains that each super channel refers to a portion of these subdomains. Only present if isChannel is also true. |
firstSeen | 2012-12-05 | Date on which ad was first published (over the past two years). Only present when &firstSeen is a date range. (See Response Format) |
lastSeen | 2012-12-10 | Date on which ad was most recently published |
daysSeen | 3 | Number of days on which the ad was seen over the past two years |
displayUrl | www.archivalmethods.com | URL displayed within an ad. Only present for ads where adTypeId is either text or textimg. |
headerText | Atlanta: Mom 57, Looks 25 | First line of ad's creative text. Only present for ads where adTypeId is either text or textimg. |
bodyText | Read How a Georgia Mom Published a Free Facelift Secret That Has Angered Doctors... | Remainder of ad's creative text. Only present for ads where adTypeId is either text or textimg and the ad is more than a single line of text. |
imageWidth | 300 | Not present for ads where adTypeId is text |
imageHeight | 250 | Not present for ads where adTypeId is text |
adSizeId | 300x250 | See adSizes |
adTypeId | image | See adTypes |
imageUrl | http://adimages.adbeat.com/...38f79d56.jpg | The URL for the image of the ad. Not present for ads where adTypeId is text |
flashUrl | http://adimages.adbeat.com/...b46d8ac4.swf | The URL for flash animation of the ad. Only present for ads where adTypeId is flash |
videoUrl | http://adimages.adbeat.com/ec82290454d9f015a23f6c8f8a39061e.video | Only present for ads where adTypeId is video |
noFlashPreview | true | Only present (and true) if imageUrl contains a placeholder image because no true static preview image is available for this flash ad. In this case, imageWidth and imageHeight will contain the dimensions of the placeholder image, whereas adSizeId will contain the dimensions of the flash ad itself. |
flashVars | clickTAG=http%3A//g.msn.com/2AD0004U... | Only present for ads where adTypeId is flash. See Adobe Flash Documentation |
adImpacts |
{ "30": 504512, "90": 529024, "180": 529024, "365": 529024, "730": 529024 } |
Ad impact totals for the most recent
30,90,180,365 and 730 days. Only present for
&adMetricId=adImpact . |
adSpends |
{ "30": 12613, "90": 13226, "180": 13226, "365": 13226, "730": 13226 } |
Ad spend totals (in US dollars) for the most
recent 30,90,180,365 and 730 days. Only present for
&adMetricId=adSpend . |
adImpactsDaily |
{ "firstDate": "2012-12-01", "adImpacts": [ 10405, 9887, 12543, 11332, 12908, 15673, 10943, 13763, 10952, 11722 ] } |
Ad impact totals for each day up to and
including the latest data. Only present for
&adMetricId=adImpact and when
&numAdMetricDays is also provided. |
adSpendsDaily |
{ "firstDate": "2012-12-01", "adSpends": [ 260, 247, 314, 283, 323, 392, 274, 344, 274, 293 ] } |
Ad spend totals (in US dollars) for each day up
to and including the latest data. Only present for
&adMetricId=adSpend and when &numAdMetricDays
is also provided. |
adTrends |
{ "30": -75, "90": 150 } |
See adTrends Values |
destinationUrls |
[{ "url": "http://www.cnn.com/gadget-promo.html", "adImpact": 529024 }, { "url": "http://www.cnn.com/zombie-mutual-fund-offer.html", "adImpact": 504512 }] |
Each URL is returned with its ad impact/spend totals for the date range matching &sortBy (default 730 days). Only present for &maxDestinationUrls > 0 and &publisherId=all . If &adMetricId=adSpend , then the adImpact field will be replaced with adSpend. Note: Each destinationURL returned will cost 1 API unit. |
facets |
{ "advertiserId": [{ "google.com": 30000, "msn.com": 20000, "geico.com": 10000 }], "networkId": [{ "google": 50000, "direct": 10000 }] } |
Facet counts for each field appearing in &facetField . Results for each field are ordered by count, from high to low. For advertiserId and publisherId the max count is limited to 200, others are unlimited. |
apiUnits | 150 | The number of API units consumed by this request. |
http://api.adbeat.com/v3/{api-key}/adMetrics
{ "statusCode": 200, "numHits": 235994515, "hits": [{ "countryId": "us", "imageHeight": 250, "lastSeen": "2014-12-29", "publisherId": "bleacherreport.com", "imageUrl": "http://adimages.adbeat.com/0689b9f9a60be4298429161ec65d949b.jpg", "networkId": "direct", "hasChannels": false, "daysSeen": 56, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": 0 }, "adHash": "37852fbe321f952b6eabc524697eacdf", "adImpacts": { "365": 0, "180": 0, "30": 0, "90": 0, "730": 387905536 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "chunky.com", "firstSeen": "2014-10-19" }, { "countryId": "us", "imageHeight": 66, "lastSeen": "2014-12-31", "publisherId": "bleacherreport.com", "imageUrl": "http://adimages.adbeat.com/108f44258204222804b15f4c90baff50.jpg", "networkId": "direct", "hasChannels": false, "daysSeen": 116, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": 0 }, "adHash": "f1c0165044564e43df634f586c45c79c", "adImpacts": { "365": 0, "180": 0, "30": 0, "90": 0, "730": 267220992 }, "isChannel": false, "adSizeId": "other", "imageWidth": 970, "advertiserId": "chunky.com", "firstSeen": "2014-09-01" }, { "countryId": "us", "imageHeight": 250, "lastSeen": "2014-12-26", "flashVars": "moviePath=http://s1.2mdn.net/4154339/&moviepath=http://s1.2mdn.net/4154339/&clickTag=http%3A//adclick.g.doubleclick.net/aclk%3Fsa%3DL%26ai%3DB2UMO98z0U7npGY3vlAei6YHADwAAAAAQASAAOABQnbjb9wJYl-KZHGDJrpmN7KSAEIIBCWNhLWdvb2dsZbIBDnd3dy5hbWF6b24uY29tyAEJgAIBqAMB4AQCmgUYCKXnYBD3xLUzGJjCg4YBIJfimRwokKBG2gUCCAGgBj_gBuPH_QE%26num%3D0%26sig%3DAOD64_0-wjXj-sWgLYKO-wxosCi9m2f-rw%26client%3D%26adurl%3Dhttp%3A//adclick.g.doubleclick.net/aclk%253Fsa%253DL%2526ai%253DBtROU98z0U4-RE9CMlAeyrYDABIbk08kFAAAAEAEgADgAWM7P4_uEAWDJrpmN7KSAEIIBF2NhLXB1Yi05Njc3NzgwNzIzNDk0NjY2sgEOd3d3LmFtYXpvbi5jb226AQlnZnBfaW1hZ2XIAQnaARZodHRwOi8vd3d3LmFtYXpvbi5jb20vwAIC4AIA6gITNDIxNS9hbXpuLnVzLmRwLm1wM_gC99EekAPgA5gD4AOoAwHQBJBO4AQBoAYf%2526num%253D0%2526sig%253DAOD64_1BdRo7wcRYTgXqcPRlhyFJTnWlSA%2526client%253Dca-pub-9677780723494666%2526adurl%253Dhttps%3A//experian.experiandirect.com/default.aspx%25253Fsc%25253D678106%252526bcd%25253Dd_dis_7799884_1586085_107831927_59142423%252526dclid%25253D%252525edclid%21", "publisherId": "amazon.com", "imageUrl": "http://adimages.adbeat.com/968ec9b9a2e0a96b2af1f36e134b9a08.jpg", "networkId": "direct", "hasChannels": false, "daysSeen": 45, "platformId": "desktop", "adTypeId": "flash", "adTrends": { "30": 0, "90": 0 }, "adHash": "03ed295f798dbf0919f9c32e6a63d82a", "adImpacts": { "365": 0, "180": 0, "30": 0, "90": 0, "730": 234780672 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "flashUrl": "http://adimages.adbeat.com/968ec9b9a2e0a96b2af1f36e134b9a08.swf", "advertiserId": "experian.com", "firstSeen": "2014-10-31" }, { "countryId": "us", "imageHeight": 250, "lastSeen": "2014-10-15", "publisherId": "bleacherreport.com", "imageUrl": "http://adimages.adbeat.com/50a42c92d17f73e2fa61f1ab665b8ab7.jpg", "networkId": "direct", "hasChannels": false, "daysSeen": 34, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": 0 }, "adHash": "4e6f305edbfd0a0a4cd1036f02d4d355", "adImpacts": { "365": 0, "180": 0, "30": 0, "90": 0, "730": 220297216 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "chunky.com", "firstSeen": "2014-09-08" }, { "countryId": "cn", "imageHeight": 600, "lastSeen": "2016-04-30", "publisherId": "qq.com", "imageUrl": "http://adimages.adbeat.com/247e9e02ab8a49391d5bea57903c8b14.jpg", "networkId": "unclassified", "hasChannels": false, "daysSeen": 11, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": 0 }, "adHash": "0c800339363f8dd220d5c910c0835732", "adImpacts": { "365": 197097472, "180": 197097472, "30": 0, "90": 0, "730": 197097472 }, "isChannel": false, "adSizeId": "300x600", "imageWidth": 300, "advertiserId": "taobao.com", "firstSeen": "2016-03-23" }, { "countryId": "gb", "imageHeight": 250, "lastSeen": "2015-11-14", "publisherId": "google.co.uk", "imageUrl": "http://adimages.adbeat.com/b8bec3dbbefc288afdea8e27e920dcec.jpg", "networkId": "direct", "hasChannels": false, "daysSeen": 32, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": 0 }, "adHash": "16ea8b20efb877b4a779bda1d7fc4f7f", "adImpacts": { "365": 191723520, "180": 0, "30": 0, "90": 0, "730": 191723520 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "reed.co.uk", "firstSeen": "2015-10-06" }, { "countryId": "us", "imageHeight": 600, "lastSeen": "2014-11-26", "flashVars": "moviePath=http://s1.2mdn.net/3864313/&moviepath=http://s1.2mdn.net/3864313/&clicktag=http%3A//wrapper.g.msn.com/GRedirect.aspx%3Fg.msn.com/2AD000FM/9000000000198002.1%3F%21%26%26PID%3D12187552%26UIT%3DM%26TargetID%3D103015273%26N%3D1225933445%26PG%3DGAMSK1%26ASID%3D3f6a69ccedf24c1ab99a4cecf2380494%26ANID%3D%26MUID%3D%26ADUNITID%3D%26destination%3Dhttp%3A//adclick.g.doubleclick.net/aclk%3Fsa%3DL%26ai%3DBoe3547wAVLHWFKnYwQHgrYH4DAAAAAAQASAAOABQvffTgP3_____AVjXo6AcYMmumY3spIAQggEJY2EtZ29vZ2xlyAEJqAMB4AQCmgUZCNiSVxDH4pczGLnf9oUBINejoBwo-e3rAdoFAggBoAY_4Ab57esB%26num%3D0%26sig%3DAOD64_2870YCejS98AOd5j5BUoeQjy_85g%26client%3D%26adurl%3Dhttp%3A//www.bmwusa.com/standard/content/byo/newbyo.aspx%253FSeries%253DBMW%252520i3%2526mobileoverride%253Dtrue%2526origin%253Dbmw23bmipandora&clickTag=http%3A//wrapper.g.msn.com/GRedirect.aspx%3Fg.msn.com/2AD000FM/9000000000198002.1%3F%21%26%26PID%3D12187552%26UIT%3DM%26TargetID%3D103015273%26N%3D1225933445%26PG%3DGAMSK1%26ASID%3D3f6a69ccedf24c1ab99a4cecf2380494%26ANID%3D%26MUID%3D%26ADUNITID%3D%26destination%3Dhttp%3A//adclick.g.doubleclick.net/aclk%3Fsa%3DL%26ai%3DBoe3547wAVLHWFKnYwQHgrYH4DAAAAAAQASAAOABQvffTgP3_____AVjXo6AcYMmumY3spIAQggEJY2EtZ29vZ2xlyAEJqAMB4AQCmgUZCNiSVxDH4pczGLnf9oUBINejoBwo-e3rAdoFAggBoAY_4Ab57esB%26num%3D0%26sig%3DAOD64_2870YCejS98AOd5j5BUoeQjy_85g%26client%3D%26adurl%3Dhttp%3A//www.bmwusa.com/standard/content/byo/newbyo.aspx%253FSeries%253DBMW%252520i3%2526mobileoverride%253Dtrue%2526origin%253Dbmw23bmipandora", "publisherId": "msn.com", "imageUrl": "http://adimages.adbeat.com/0bcf3a570b0eba58b400c3c6a517cf74.jpg", "networkId": "direct", "hasChannels": true, "daysSeen": 50, "platformId": "desktop", "adTypeId": "flash", "adTrends": { "30": 0, "90": 0 }, "adHash": "e918a6b13eab4f11bda1bde962c5e81f", "adImpacts": { "365": 0, "180": 0, "30": 0, "90": 0, "730": 188905472 }, "isChannel": false, "adSizeId": "160x600", "imageWidth": 160, "flashUrl": "http://adimages.adbeat.com/0bcf3a570b0eba58b400c3c6a517cf74.swf", "advertiserId": "bmwusa.com", "firstSeen": "2014-08-29" }, { "countryId": "us", "imageHeight": 250, "lastSeen": "2016-06-07", "publisherId": "imdb.com", "imageUrl": "http://adimages.adbeat.com/99b5dd989720750043060dbbf3e1ab0d.jpg", "networkId": "direct", "campaigns": [{ "campaignName": "Sign up for Prime Video", "campaignId": "285621" }, { "campaignName": "Prime Instant Video", "campaignId": "86c53b" }], "hasChannels": false, "daysSeen": 158, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": -100 }, "adHash": "ed19724d09c6ca99ca12510aebe88c03", "adImpacts": { "365": 173963264, "180": 101857280, "30": 0, "90": 13488128, "730": 173963264 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "amazon.com", "firstSeen": "2015-12-22" }, { "countryId": "us", "imageHeight": 600, "lastSeen": "2015-04-26", "flashVars": "moviePath=http://s1.2mdn.net/1359940/&moviepath=http://s1.2mdn.net/1359940/&clickTag=http%3A//adclick.g.doubleclick.net/pcs/click%3Fxai%3DAKAOjstRZ0wy5_RVu2FJzJJx6g4JtZGoCcswNm3p5jR9c7fzgOIzGbUBD9ZS8isnrZTmdMpNLYM1_ZI_fnxi0GmYEOBZCpB0i0xFi56K-KReTkwX3Qsb6FosRC7v8MYIPcRasfTbw8sshlmKPcMB6RE%26sig%3DCg0ArKJSzNjqEwpgbGmLEAE%26adurl%3Dhttp%3A//at.atwola.com/adlink/5113/2537951/0/529/AdId%253D5969421%253BBnId%253D1%253Bitime%253D831393537%253Bkp%253D542461%253Bnodecode%253Dyes%253Bimpref%253D1413831393504530240%253Bimprefseq%253D315817252045146483%253Bimprefts%253D1413831393%253Blink%253Dhttps%3A//www.bettermoneyhabits.com%253Fcm_mmc%253DEBZ-CorpRep-_-AOL-_-300x600_BMH_JSO_Khan.swf", "publisherId": "huffingtonpost.com", "imageUrl": "http://adimages.adbeat.com/2da0eaa47ed097bb4268debb7ca7d0b8.jpg", "networkId": "direct", "hasChannels": false, "daysSeen": 110, "platformId": "desktop", "adTypeId": "flash", "adTrends": { "30": 0, "90": 0 }, "adHash": "9c2e6a82899bee5b4e340b5626d6f800", "adImpacts": { "365": 0, "180": 0, "30": 0, "90": 0, "730": 152926208 }, "isChannel": false, "adSizeId": "300x600", "imageWidth": 300, "flashUrl": "http://adimages.adbeat.com/2da0eaa47ed097bb4268debb7ca7d0b8.swf", "advertiserId": "bettermoneyhabits.com", "firstSeen": "2014-10-20" }, { "countryId": "us", "imageHeight": 250, "lastSeen": "2014-12-25", "flashVars": "moviePath=http://s0.2mdn.net/4154339/&moviepath=http://s0.2mdn.net/4154339/&clickTag=http%3A//adclick.g.doubleclick.net/aclk%3Fsa%3DL%26ai%3DB_l1E_m3iU4SzMMqMlAfxjYDIDQAAAAAQASAAOABQnbjb9wJYtMCOHGDJrpmN7KSAEIIBCWNhLWdvb2dsZbIBDnd3dy5hbWF6b24uY29tyAEJgAIBqAMB4AQCmgUYCKXnYBD3xLUzGJjCg4YBILTAjhwokKBG2gUCCAGgBj_gBuPH_QE%26num%3D0%26sig%3DAOD64_2G9gFwxIuAXR8tkXYeAl9CWZTlnA%26client%3D%26adurl%3Dhttp%3A//adclick.g.doubleclick.net/aclk%253Fsa%253DL%2526ai%253DB5V_i_m3iU4OxLon2lgeo1oCABobk08kFAAAAEAEgADgAWM7P4_uEAWDJrpmN7KSAEIIBF2NhLXB1Yi05Njc3NzgwNzIzNDk0NjY2sgEOd3d3LmFtYXpvbi5jb226AQlnZnBfaW1hZ2XIAQnaARZodHRwOi8vd3d3LmFtYXpvbi5jb20vwAIC4AIA6gITNDIxNS9hbXpuLnVzLmRwLm1wM_gC9tEekAPgA5gD4AOoAwHQBJBO4AQBoAYf%2526num%253D0%2526sig%253DAOD64_2OQ-PJ9Oxj04wPiH1KCX4sMOxJHQ%2526client%253Dca-pub-9677780723494666%2526adurl%253Dhttps%3A//experian.experiandirect.com/default.aspx%25253Fsc%25253D678106%252526bcd%25253Dd_dis_7799884_1586085_107831927_58957876%252526dclid%25253D%252525edclid%21&clickTag=http%3A//adclick.g.doubleclick.net/aclk%3Fsa%3DL%26ai%3DB_l1E_m3iU4SzMMqMlAfxjYDIDQAAAAAQASAAOABQnbjb9wJYtMCOHGDJrpmN7KSAEIIBCWNhLWdvb2dsZbIBDnd3dy5hbWF6b24uY29tyAEJgAIBqAMB4AQCmgUYCKXnYBD3xLUzGJjCg4YBILTAjhwokKBG2gUCCAGgBj_gBuPH_QE%26num%3D0%26sig%3DAOD64_2G9gFwxIuAXR8tkXYeAl9CWZTlnA%26client%3D%26adurl%3Dhttp%3A//adclick.g.doubleclick.net/aclk%253Fsa%253DL%2526ai%253DB5V_i_m3iU4OxLon2lgeo1oCABobk08kFAAAAEAEgADgAWM7P4_uEAWDJrpmN7KSAEIIBF2NhLXB1Yi05Njc3NzgwNzIzNDk0NjY2sgEOd3d3LmFtYXpvbi5jb226AQlnZnBfaW1hZ2XIAQnaARZodHRwOi8vd3d3LmFtYXpvbi5jb20vwAIC4AIA6gITNDIxNS9hbXpuLnVzLmRwLm1wM_gC9tEekAPgA5gD4AOoAwHQBJBO4AQBoAYf%2526num%253D0%2526sig%253DAOD64_2OQ-PJ9Oxj04wPiH1KCX4sMOxJHQ%2526client%253Dca-pub-9677780723494666%2526adurl%253Dhttps%3A//experian.experiandirect.com/default.aspx%25253Fsc%25253D678106%252526bcd%25253Dd_dis_7799884_1586085_107831927_58957876%252526dclid%25253D%252525edclid%21&clickTag=http%3A//adclick.g.doubleclick.net/aclk%3Fsa%3DL%26ai%3DB_l1E_m3iU4SzMMqMlAfxjYDIDQAAAAAQASAAOABQnbjb9wJYtMCOHGDJrpmN7KSAEIIBCWNhLWdvb2dsZbIBDnd3dy5hbWF6b24uY29tyAEJgAIBqAMB4AQCmgUYCKXnYBD3xLUzGJjCg4YBILTAjhwokKBG2gUCCAGgBj_gBuPH_QE%26num%3D0%26sig%3DAOD64_2G9gFwxIuAXR8tkXYeAl9CWZTlnA%26client%3D%26adurl%3Dhttp%3A//adclick.g.doubleclick.net/aclk%253Fsa%253DL%2526ai%253DB5V_i_m3iU4OxLon2lgeo1oCABobk08kFAAAAEAEgADgAWM7P4_uEAWDJrpmN7KSAEIIBF2NhLXB1Yi05Njc3NzgwNzIzNDk0NjY2sgEOd3d3LmFtYXpvbi5jb226AQlnZnBfaW1hZ2XIAQnaARZodHRwOi8vd3d3LmFtYXpvbi5jb20vwAIC4AIA6gITNDIxNS9hbXpuLnVzLmRwLm1wM_gC9tEekAPgA5gD4AOoAwHQBJBO4AQBoAYf%2526num%253D0%2526sig%253DAOD64_2OQ-PJ9Oxj04wPiH1KCX4sMOxJHQ%2526client%253Dca-pub-9677780723494666%2526adurl%253Dhttps%3A//experian.experiandirect.com/default.aspx%25253Fsc%25253D678106%252526bcd%25253Dd_dis_7799884_1586085_107831927_58957876%252526dclid%25253D%252525edclid%21", "publisherId": "amazon.com", "imageUrl": "http://adimages.adbeat.com/964bb36cdc36e3c0c92846ebfe596598.jpg", "networkId": "direct", "hasChannels": false, "daysSeen": 42, "platformId": "desktop", "adTypeId": "flash", "adTrends": { "30": 0, "90": 0 }, "adHash": "481cfba781dfad5db97710747191ea4e", "adImpacts": { "365": 0, "180": 0, "30": 0, "90": 0, "730": 143292416 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "flashUrl": "http://adimages.adbeat.com/964bb36cdc36e3c0c92846ebfe596598.swf", "advertiserId": "experian.com", "firstSeen": "2014-10-31" }], "apiUnits": 150, "statusMsg": "successful adMetrics request", "requestParameters": {}, "handler": "adMetrics" }
{adHash}
like this:http://api.adbeat.com/v3/{api-key}/adMetrics/ed19724d09c6ca99ca12510aebe88c03
{ "statusCode": 200, "numHits": 6, "hits": [{ "countryId": "us", "imageHeight": 250, "lastSeen": "2016-06-07", "publisherId": "imdb.com", "imageUrl": "http://adimages.adbeat.com/99b5dd989720750043060dbbf3e1ab0d.jpg", "networkId": "direct", "campaigns": [{ "campaignName": "Sign up for Prime Video", "campaignId": "285621" }, { "campaignName": "Prime Instant Video", "campaignId": "86c53b" }], "hasChannels": false, "daysSeen": 158, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": -100 }, "adImpacts": { "365": 173963264, "180": 101857280, "30": 0, "90": 13488128, "730": 173963264 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "amazon.com", "firstSeen": "2015-12-22" }, { "countryId": "us", "imageHeight": 250, "lastSeen": "2016-06-07", "publisherId": "imdb.com", "imageUrl": "http://adimages.adbeat.com/99b5dd989720750043060dbbf3e1ab0d.jpg", "networkId": "direct", "campaigns": [{ "campaignName": "Sign up for Prime Video", "campaignId": "285621" }, { "campaignName": "Prime Instant Video", "campaignId": "86c53b" }], "hasChannels": false, "daysSeen": 9, "platformId": "iPhone", "adTypeId": "image", "adTrends": { "30": 0, "90": -100 }, "adImpacts": { "365": 30304256, "180": 30304256, "30": 0, "90": 30304256, "730": 30304256 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "amazon.com", "firstSeen": "2016-05-18" }, { "countryId": "us", "imageHeight": 250, "lastSeen": "2015-12-21", "publisherId": "imdb.com", "imageUrl": "http://adimages.adbeat.com/99b5dd989720750043060dbbf3e1ab0d.jpg", "networkId": "unclassified", "campaigns": [{ "campaignName": "Sign up for Prime Video", "campaignId": "285621" }, { "campaignName": "Prime Instant Video", "campaignId": "86c53b" }], "hasChannels": false, "daysSeen": 64, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": 0 }, "adImpacts": { "365": 3805696, "180": 0, "30": 0, "90": 0, "730": 3805696 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "amazon.com", "firstSeen": "2015-10-08" }, { "countryId": "ca", "imageHeight": 250, "lastSeen": "2015-12-18", "publisherId": "imdb.com", "imageUrl": "http://adimages.adbeat.com/99b5dd989720750043060dbbf3e1ab0d.jpg", "networkId": "unclassified", "hasChannels": false, "daysSeen": 21, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": 0 }, "adImpacts": { "365": 93200, "180": 0, "30": 0, "90": 0, "730": 93200 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "amazon.com", "firstSeen": "2015-11-13" }, { "countryId": "us", "imageHeight": 250, "lastSeen": "2016-06-07", "publisherId": "akas.imdb.com", "imageUrl": "http://adimages.adbeat.com/99b5dd989720750043060dbbf3e1ab0d.jpg", "networkId": "direct", "campaigns": [{ "campaignName": "Sign up for Prime Video", "campaignId": "285621" }, { "campaignName": "Prime Instant Video", "campaignId": "86c53b" }], "hasChannels": false, "daysSeen": 7, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": -100 }, "adImpacts": { "365": 5331, "180": 5331, "30": 0, "90": 5331, "730": 5331 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "amazon.com", "firstSeen": "2016-05-22" }, { "countryId": "us", "imageHeight": 250, "lastSeen": "2016-06-07", "publisherId": "imdb.org", "imageUrl": "http://adimages.adbeat.com/99b5dd989720750043060dbbf3e1ab0d.jpg", "networkId": "direct", "campaigns": [{ "campaignName": "Sign up for Prime Video", "campaignId": "285621" }, { "campaignName": "Prime Instant Video", "campaignId": "86c53b" }], "hasChannels": false, "daysSeen": 11, "platformId": "desktop", "adTypeId": "image", "adTrends": { "30": 0, "90": -100 }, "adImpacts": { "365": 3937, "180": 3937, "30": 0, "90": 3937, "730": 3937 }, "isChannel": false, "adSizeId": "300x250", "imageWidth": 300, "advertiserId": "amazon.com", "firstSeen": "2016-05-24" }], "apiUnits": 130, "statusMsg": "successful adMetrics/ed19724d09c6ca99ca12510aebe88c03 request", "requestParameters": { "advertiserId": "ed19724d09c6ca99ca12510aebe88c03" }, "handler": "adMetrics" }