The Path to Understanding Ad Impressions in DataForSEO APIs

HiRes 4

The concept of ad impressions is pretty straightforward at first sight: it represents the number of times a certain ad was viewed. Although this explanation makes sense, the way Google, and hence DataForSEO, calculate ad impressions is more complicated than it seems.

Let’s figure out the true meaning behind ad impressions, what parameters it involves – and last but not least – how this metric is reflected in DataForSEO.

Impressions in Digital Marketing

Digital marketing has made ad impressions the ultimate quantitative metric of online advertising.

It all started out in October 1994, when AT&T bought the first banner ad on hotwired.com. The simple and yet groundbreaking “Have you ever clicked your mouse right here? – You will” campaign reportedly had a 44% click-through rate. However, it wasn’t possible to measure the overall reach because, well, the right metric had not been invented yet.

Everything changed a year later with the introduction of the CPM (Cost Per Mille) as the first pricing model for digital advertising. But it wasn’t until 2004 that the advertising industry established detailed guidelines for measuring ads impressions.

Fast forward in 2019, the Interactive Advertising Bureau (IAB) defines ad impressions as:

“a measurement of responses from an ad delivery system to an ad request from the user’s browser, which is filtered from robotic activity and is recorded at a point as late as possible in the process of delivery of the creative material to the user’s browser – therefore closest to actual opportunity to see by the user.”

Depending on the platform and the type of marketing campaign, impression tracking can involve various metrics, such as:

  • PPC (pay-per-click) impressions, which are measured by the number of clicks received by the ad. This approach is used in Google Ads.
  • CPM (cost-per-mille) impressions, which means cost per one thousand displays (or views) of an ad. CPM is used for tracking impressions across many ad networks, including Google Ad Network.
  • CPA (cost-per-acquisition) impressions, which means that the advertiser pays only if a purchase is made. Google Ads uses the CPA metric as a part of its Smart Bidding feature to determine the cost of a paid conversion received from an ad.

Of course, there are more impression tracking models, but the above three are the most widespread in the Google Advertising ecosystem, which we’ll be discussing further below.

Impressions in Google Ads

If you’re even merely familiar with how Google Ads works, you should know the advertiser only pays for the click on the ad that gets a visitor to a certain webpage. Consequently, the number of times the ad is viewed counts as impressions.

You can view the impressions a keyword can potentially receive in Google’s Keyword Planner.

Keyword forecasts dataforseo.com Google Ads Google Chrome 2019 08 02 18.01.43

This number is based on historical data and correlates with the target bid price. At DataForSEO we’ve also seen situations when the number of impressions for the same keyword, location, language, and bid were different for two individual Google Ads accounts.

Even though impressions are a core metric of Google Ads, it represents a very approximate number. That’s the reason why Google provides two different impression values for the same keyword: e.g., daily minimum and daily maximum. Users can thus figure out the range of impressions their ad may get, and adjust the target bid accordingly.

Impressions vs Search Volume

Monthly impressions and search volume metrics are quite similar in nature if you think about it. Both can be narrowed down to the number of searches that hit a specific results page and help to forecast the number of visitors coming to the page. In fact, if you compare monthly impressions for a keyword with its search volume, you’re likely to get similar numbers.

When Google started to hide the average monthly search volume, various SEO experts recommended using monthly impressions instead of it. There are, however, a few tricks to keep in mind:

  1. First and foremost, impressions are tied with ads, so if your keyword doesn’t trigger ads, you won’t get impressions data for it.
  2. Google provides impressions in a daily form for a reason. Running ads during the workweek and putting them on halt on the weekend is a common practice – advertisers know when their target audience is more likely to make a purchase. Consequently, since impression values are different for various days of the week, calculating a monthly number involves a certain trade-off.
  3. Nor Google, neither DataForSEO, provide historical impressions, so you can’t analyze seasonal variations and trends per se. But, as always, there’s a workaround: you can get over this limitation by storing impressions data on your own server.
  4. At the same time, using impressions data over search volume has one significant advantage — you get a lot more accurate numbers. There are only 80 possible values search volume can take. If that wasn’t enough, Google distorted even these approximate numbers by lumping together semantically related keywords and hiding them from users running low on their advertising budgets.

With search volume growing even more inconvenient and imprecise, impressions may not be the ideal proxy per se, but this metric can become an acceptable replacement if applied wisely. That is the reason why DataForSEO incorporated impressions data alongside search volume.

Useful read:

How SEO Tools Calculate Search Volume And How To Do It Right?

Impressions in DataForSEO

You’ll find impressions data in several DataForSEO APIs, viz: Ads Traffic By Keywords and many endpoints of DataForSEO Labs API. Furthermore, monthly keyword impressions are now available in Keyword Databases as well.

Ads Traffic By Keywords

Using the Ad Traffic By Keywords endpoint, you can receive a set of stats for estimating impressions, CPC, and clicks. This data is really useful for estimating real demand for a specific keyword, as it is much more accurate than the regular search volume information, which shows the broad match estimation for a group of similar keywords.

Request Sample

POST: https://api.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_post

[
    {
        "language_code": "en",
        "location_code": 2840,
        "match": "exact",
        "bid": 999,
        "keywords": [
            "seo marketing"
        ]
    }
]

Response Sample

{
    "version": "0.1.20211130",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "12011232-2806-0111-0000-30d39743fae5",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0 sec.",
            "cost": 0,
            "result_count": 1,
            "path": [
                "v3",
                "keywords_data",
                "google_ads",
                "ad_traffic_by_keywords",
                "task_get",
                "12011232-2806-0111-0000-30d39743fae5"
            ],
            "data": {
                "api": "keywords_data",
                "function": "ad_traffic_by_keywords",
                "se": "google_ads",
                "id": "12011232-2806-0111-0000-30d39743fae5",
                "language_code": "en",
                "location_code": 2840,
                "match": "exact",
                "bid": 999,
                "keywords": [
                    "seo marketing"
                ]
            },
            "result": [
                {
                    "keyword": "seo marketing",
                    "location_code": 2840,
                    "language_code": "en",
                    "date_interval": "next_month",
                    "search_partners": false,
                    "bid": 999,
                    "match": "exact",
                    "impressions": 8539.45,
                    "ctr": 0.031,
                    "average_cpc": 453.5,
                    "cost": 120243.32,
                    "clicks": 265.15
                }
            ]
        }
    ]
}

DataForSEO Labs

As we’ve already mentioned, impressions are provided in multiple endpoints of our extensive data source for keyword research and search analytics, namely:

  • Related Keywords – depth-first search for queries appearing in the “search related to” element of SERP for the specified seed keyword.
  • Keyword Suggestions – full-text search for terms that match the specified seed keyword with additional words included before, after, or within the seed key phrase.
  • Keyword Ideas – relevance-based search for terms that fall into the same product or service category as specified seed keywords.
  • Keywords For Categories – search for keywords relevant to the specified categories.
  • Top Google Searches – search across over 3.5 billion keywords from our database.
  • Ranked Keywords – provides the list of keywords that any domain or webpage is ranking for.
  • Domain Intersection – provides keywords both specified domains rank for in the same SERP.
  • Page Intersection – provides keywords for which specified pages rank within the same SERP.

Let’s take a look at the Ranked Keywords endpoint as an example.

Having the ability to get keywords that any website is ranking for is important enough, but impressions add another level of significance on top of it. This way, you can understand how many views a website can potentially get in SERPs and even predict the daily volumes of incoming traffic by using the “impressions ETV” metric.

You can also obtain data on the SERP elements the website or webpage you specified is ranking in. For instance, let’s get keywords that Staples is using to run paid ads in the US along with ads’ title, description, estimated traffic volume, and other parameters.

Request Sample

POST: https://api.dataforseo.com/v3/dataforseo_labs/google/ranked_keywords/live

[
    {
        "target": "staples.com",
        "language_name": "English",
        "location_code": 2840,
        "filters": [
            [
                "keyword_data.keyword_info.search_volume",
                "<>",
                0
            ],
            "and",
            [
                "ranked_serp_element.serp_item.type",
                "=",
                "paid"
            ]
        ],
        "order_by": [
            "keyword_data.impressions_info.daily_impressions_average,desc"
        ],
        "limit": 2
    }
]

Response Sample

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.4005 sec.",
    "cost": 0.0102,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03211943-2806-0381-0000-77bc0cc81b98",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.3532 sec.",
            "cost": 0.0102,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "ranked_keywords",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "ranked_keywords",
                "se_type": "google",
                "target": "staples.com",
                "language_name": "English",
                "location_code": 2840,
                "filters": [
                    [
                        "keyword_data.keyword_info.search_volume",
                        "<>",
                        0
                    ],
                    "and",
                    [
                        "ranked_serp_element.serp_item.type",
                        "=",
                        "paid"
                    ]
                ],
                "order_by": [
                    "keyword_data.impressions_info.daily_impressions_average,desc"
                ],
                "limit": 2
            },
            "result": [
                {
                    "se_type": "google",
                    "target": "staples.com",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 753,
                    "items_count": 2,
                    "metrics": {
                        "organic": {
                            "pos_1": 0,
                            "pos_2_3": 0,
                            "pos_4_10": 0,
                            "pos_11_20": 0,
                            "pos_21_30": 0,
                            "pos_31_40": 0,
                            "pos_41_50": 0,
                            "pos_51_60": 0,
                            "pos_61_70": 0,
                            "pos_71_80": 0,
                            "pos_81_90": 0,
                            "pos_91_100": 0,
                            "etv": 0,
                            "impressions_etv": 0,
                            "count": 0,
                            "estimated_paid_traffic_cost": 0,
                            "is_new": 0,
                            "is_up": 0,
                            "is_down": 0,
                            "is_lost": 0
                        },
                        "paid": {
                            "pos_1": 442,
                            "pos_2_3": 252,
                            "pos_4_10": 59,
                            "pos_11_20": 0,
                            "pos_21_30": 0,
                            "pos_31_40": 0,
                            "pos_41_50": 0,
                            "pos_51_60": 0,
                            "pos_61_70": 0,
                            "pos_71_80": 0,
                            "pos_81_90": 0,
                            "pos_91_100": 0,
                            "etv": 24368.270146906376,
                            "impressions_etv": 3362.472140736878,
                            "count": 753,
                            "estimated_paid_traffic_cost": 38395.70846411958,
                            "is_new": 730,
                            "is_up": 9,
                            "is_down": 8,
                            "is_lost": 0
                        },
                        "featured_snippet": {
                            "pos_1": 0,
                            "pos_2_3": 0,
                            "pos_4_10": 0,
                            "pos_11_20": 0,
                            "pos_21_30": 0,
                            "pos_31_40": 0,
                            "pos_41_50": 0,
                            "pos_51_60": 0,
                            "pos_61_70": 0,
                            "pos_71_80": 0,
                            "pos_81_90": 0,
                            "pos_91_100": 0,
                            "etv": 0,
                            "impressions_etv": 0,
                            "count": 0,
                            "estimated_paid_traffic_cost": 0,
                            "is_new": 0,
                            "is_up": 0,
                            "is_down": 0,
                            "is_lost": 0
                        },
                        "local_pack": {
                            "pos_1": 0,
                            "pos_2_3": 0,
                            "pos_4_10": 0,
                            "pos_11_20": 0,
                            "pos_21_30": 0,
                            "pos_31_40": 0,
                            "pos_41_50": 0,
                            "pos_51_60": 0,
                            "pos_61_70": 0,
                            "pos_71_80": 0,
                            "pos_81_90": 0,
                            "pos_91_100": 0,
                            "etv": 0,
                            "impressions_etv": 0,
                            "count": 0,
                            "estimated_paid_traffic_cost": 0,
                            "is_new": 0,
                            "is_up": 0,
                            "is_down": 0,
                            "is_lost": 0
                        }
                    },
                    "metrics_absolute": null,
                    "items": [
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "hp printer ink",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-02-16 13:37:20 +00:00",
                                    "competition": 0.9994549751281738,
                                    "cpc": 7.753285884857178,
                                    "search_volume": 27100,
                                    "categories": [
                                        10004,
                                        10019,
                                        10168,
                                        10300,
                                        10883,
                                        10886,
                                        11335,
                                        11339,
                                        12640
                                    ],
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 27100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 27100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 27100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 27100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 33100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 27100
                                        }
                                    ]
                                },
                                "impressions_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-02-12 18:13:39 +00:00",
                                    "bid": 999,
                                    "match_type": "exact",
                                    "ad_position_min": 1.4800000190734863,
                                    "ad_position_max": 1,
                                    "ad_position_average": 1.350000023841858,
                                    "cpc_min": 374.8299865722656,
                                    "cpc_max": 458.1300048828125,
                                    "cpc_average": 416.4800109863281,
                                    "daily_impressions_min": 595.3599853515625,
                                    "daily_impressions_max": 727.6599731445312,
                                    "daily_impressions_average": 661.510009765625,
                                    "daily_clicks_min": 73.80999755859375,
                                    "daily_clicks_max": 90.20999908447266,
                                    "daily_clicks_average": 82.01000213623047,
                                    "daily_cost_min": 30738.669921875,
                                    "daily_cost_max": 37569.48828125,
                                    "daily_cost_average": 34154.078125
                                },
                                "serp_info": {
                                    "se_type": "google",
                                    "check_url": "https://www.google.com/search?q=hp%20printer%20ink&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                                    "serp_item_types": [
                                        "paid",
                                        "organic",
                                        "popular_products",
                                        "people_also_ask",
                                        "video",
                                        "images",
                                        "related_searches"
                                    ],
                                    "se_results_count": 57,
                                    "last_updated_time": "2022-01-13 23:57:00 +00:00",
                                    "previous_updated_time": "2021-12-14 14:50:29 +00:00"
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "se_type": "google",
                                    "type": "paid",
                                    "rank_group": 4,
                                    "rank_absolute": 4,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[10]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]",
                                    "title": "Best Deals And Free Shipping - Fast Free Shipping On HP® Ink",
                                    "domain": "www.staples.com",
                                    "description": "Staples® Gets You The Best Deals. Enjoy Free Shipping on HP® Ink & Toner.",
                                    "breadcrumb": "https://www.staples.com/",
                                    "url": "https://www.staples.com/hp-ink-cartridges/cat_CG812",
                                    "highlighted": [
                                        "HP",
                                        "Ink",
                                        "Toner"
                                    ],
                                    "extra": {
                                        "ad_aclk": "DChcSEwiM9-CV3K_1AhXa4XcKHW40C7YYABACGgJlZg"
                                    },
                                    "description_rows": null,
                                    "links": null,
                                    "main_domain": "staples.com",
                                    "relative_url": "/hp-ink-cartridges/cat_CG812",
                                    "etv": 582.6500244140625,
                                    "impressions_etv": 426.6739501953125,
                                    "estimated_paid_traffic_cost": 4517.4521484375,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                "check_url": "https://www.google.com/search?q=hp%20printer%20ink&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                                "serp_item_types": [
                                    "paid",
                                    "organic",
                                    "popular_products",
                                    "people_also_ask",
                                    "video",
                                    "images",
                                    "related_searches"
                                ],
                                "se_results_count": 57,
                                "keyword_difficulty": 49,
                                "last_updated_time": "2022-01-13 23:57:00 +00:00",
                                "previous_updated_time": "2021-12-14 14:50:29 +00:00"
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "staples office supplies",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-02-14 00:41:20 +00:00",
                                    "competition": 0.8204163908958435,
                                    "cpc": 0.875357985496521,
                                    "search_volume": 22200,
                                    "categories": [
                                        10004,
                                        10300,
                                        13441,
                                        13575
                                    ],
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 18100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 14800
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 14800
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 14800
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 14800
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 27100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 22200
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 27100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 33100
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 40500
                                        }
                                    ]
                                },
                                "impressions_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-02-09 21:16:47 +00:00",
                                    "bid": 999,
                                    "match_type": "exact",
                                    "ad_position_min": 1.1299999952316284,
                                    "ad_position_max": 1,
                                    "ad_position_average": 1.059999942779541,
                                    "cpc_min": 74.73999786376953,
                                    "cpc_max": 91.3499984741211,
                                    "cpc_average": 83.05000305175781,
                                    "daily_impressions_min": 389.5,
                                    "daily_impressions_max": 476.05999755859375,
                                    "daily_impressions_average": 432.7799987792969,
                                    "daily_clicks_min": 56.720001220703125,
                                    "daily_clicks_max": 69.31999969482422,
                                    "daily_clicks_average": 63.02000045776367,
                                    "daily_cost_min": 4710.330078125,
                                    "daily_cost_max": 5757.06982421875,
                                    "daily_cost_average": 5233.7001953125
                                },
                                "serp_info": {
                                    "se_type": "google",
                                    "check_url": "https://www.google.com/search?q=staples%20office%20supplies&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                                    "serp_item_types": [
                                        "paid",
                                        "organic",
                                        "local_pack",
                                        "people_also_ask",
                                        "related_searches",
                                        "knowledge_graph"
                                    ],
                                    "se_results_count": 38300000,
                                    "last_updated_time": "2022-01-13 23:44:08 +00:00",
                                    "previous_updated_time": "2021-12-14 15:03:44 +00:00"
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "se_type": "google",
                                    "type": "paid",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[10]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]",
                                    "title": "Office Supplies at Staples® - Office Supplies & More",
                                    "domain": "www.staples.com",
                                    "description": "Shop a Wide Variety of Office Supplies from Top Brands at Staples®. Order Online Today! Don't Just Get The Job Done, Get The Job Done Right at Staples®. Shop & Save Today! Free Delivery $30 Minimum. Highlights: Help Center Available, Mobile App Available.",
                                    "breadcrumb": "https://www.staples.com/",
                                    "url": "https://www.staples.com/Office-Supplies/cat_SC1",
                                    "highlighted": [
                                        "Office Supplies",
                                        "Staples",
                                        "Staples"
                                    ],
                                    "extra": {
                                        "ad_aclk": "DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABAAGgJzbQ"
                                    },
                                    "description_rows": null,
                                    "links": [
                                        {
                                            "type": "ad_link_element",
                                            "title": "Save on Office Supplies",
                                            "description": "Save up to 35% on Select Office Supplies and Organization",
                                            "url": "https://www.googleadservices.com/pagead/aclk?sa=L&ai=DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABABGgJzbQ",
                                            "ad_aclk": "DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABABGgJzbQ"
                                        },
                                        {
                                            "type": "ad_link_element",
                                            "title": "Calendars From $5.99",
                                            "description": "Select Calendars & Planners As Low As $5.99 at Staples",
                                            "url": "https://www.googleadservices.com/pagead/aclk?sa=L&ai=DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABACGgJzbQ",
                                            "ad_aclk": "DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABACGgJzbQ"
                                        },
                                        {
                                            "type": "ad_link_element",
                                            "title": "Filing And Envelopes Sale",
                                            "description": "Save Up To 30% Off Select Filling Envelopes and Labels at Staples",
                                            "url": "https://www.googleadservices.com/pagead/aclk?sa=L&ai=DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABADGgJzbQ",
                                            "ad_aclk": "DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABADGgJzbQ"
                                        },
                                        {
                                            "type": "ad_link_element",
                                            "title": "Save on Tax Forms",
                                            "description": "Tax Forms Starting at $4.49 Save on Select Tax Forms at Staples",
                                            "url": "https://www.googleadservices.com/pagead/aclk?sa=L&ai=DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABAEGgJzbQ",
                                            "ad_aclk": "DChcSEwirwo2t2a_1AhWemWYCHUoWDAgYABAEGgJzbQ"
                                        }
                                    ],
                                    "main_domain": "staples.com",
                                    "relative_url": "/Office-Supplies/cat_SC1",
                                    "etv": 1578.4200439453125,
                                    "impressions_etv": 923.1197509765625,
                                    "estimated_paid_traffic_cost": 1381.6826171875,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                "check_url": "https://www.google.com/search?q=staples%20office%20supplies&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                                "serp_item_types": [
                                    "paid",
                                    "organic",
                                    "local_pack",
                                    "people_also_ask",
                                    "related_searches",
                                    "knowledge_graph"
                                ],
                                "se_results_count": 38300000,
                                "keyword_difficulty": 53,
                                "last_updated_time": "2022-01-13 23:44:08 +00:00",
                                "previous_updated_time": "2021-12-14 15:03:44 +00:00"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

Keywords Databases

We’ve noticed that many of our clients use DataForSEO Databases not only for typical SEO keyword research but also to analyze ads in Google and access the potential value of keywords. Consequently, we were getting many requests to incorporate this or that PPC metric into the Keywords Database.

So, a few days ago we completed one of such requests and added monthly impressions to all of our Keywords Databases, which already contain a set of vital PPC metrics, such as competition level, CPC and historical search volume.

Don’t hesitate to drop a line to our customer support team if you have any feature requests or suggestions that will improve DataForSEO. We value our users and go through every customer request we receive. The most sought-after ideas then get incorporated into our roadmap.

Measure What Matters

Ad impressions are an essential metric that can be useful in various different cases. But should you be using it within your SEO software or analytics project? We’ve broken this complex and somehow weird issue into three little questions. If you answer with a “yes” to at least one of them, having impressions data will stand you in good stead.

  1. Do you make use of other PPC metrics in your project?
  2. Are you not satisfied with the quality of Google’s search volume data and would like to know more precise numbers?
  3. Does your project involve analyzing paid search results?

At any rate, you can put Ads Traffic API to the test for free with DataForSEO. Drop a line to our customer support team if you have any questions or need assistance. They’ll be happy to help you out!
START NOW

George Svash

George is the Director of Content Marketing at DataForSEO, an API suite designed to help SEO software companies and agencies gather the SEO data they need for their projects. George is a tech and marketing geek with a deep passion for Big Data and SEO. Having a broad experience in content marketing and a degree in engineering, he is particularly good at explaining complex concepts.

No Comments

Sorry, the comment form is closed at this time.

Embed DataForSeo widget on your website


Embed code:
Preview: