AI-generated Key Takeaways
-
The Paid & Organic report reveals search terms that triggered your ads, organic results, or both on Google.
-
It requires prior setup and is accessed via an asynchronous Reports.request() method with "reportType": "paidAndOrganic" specified.
-
The report provides insights into search query performance, click metrics, impressions, click-through rates, average positions, and cost, segmented by various dimensions.
-
It's essential to have linked your Google Ads and Search Console accounts to utilize this report effectively.
The paidAndOrganic report shows the search terms that either triggered your ads to appear on Google, triggered Google to display unpaid (organic) search results for your site, or both. The report only returns results if you have already set up the Paid and Organic report for the engine account you are reporting on.
This report can only be returned by an asynchronous request (that is, via the Reports.request() method).
Request excerpt
Send a regular Reports.request()
request body, but specify "reportType": "paidAndOrganic"
.
{ ... "reportType": "paidAndOrganic", "columns": [ { "columnName": string , "headerText": string , "startDate": string , "endDate": string } ], "filters": [ { "column": { "columnName": string , }, ... }, ... ], ... }
For each column that you want returned or filtered in the report,
specify the columnName
listed in the table below.
You can also optionally specify headerText
, startDate
,
and endDate
.
Note that some columns cannot be filtered; refer to "Filterable" in the table below.
columnName
agency
String
agencyId
ID
advertiser
String
advertiserId
ID
account
String
accountId
ID
accountEngineId
String
accountType
Google AdWords
, Bing Ads
, Yahoo Japan Listing Ads
, Yahoo Search Marketing
, Yahoo Gemini
, Baidu
, or Comparison Shopping
.Engine type
searchQuery
String
serpType
The type of search result that Google users clicked.
Possible values are:
- Organic only: Users who entered this query only clicked unpaid search results.
- Paid only: Users who entered this query only clicked ads.
- Paid and Organic: Some users who entered this query clicked unpaid search results while others clicked ads (and some may have clicked both).
SERP type
paidClicks
Integer
organicClicks
Integer
paidAndOrganicClicks
Integer
paidImpressions
Integer
organicQueries
Integer
paidAndOrganicQueries
Integer
paidCtr
Number
organicCtr
Number
paidAndOrganicCtr
Number
paidAvgPos
Number
organicAvgPos
Number
paidCostPerClick
Money
date
Date
monthStart
Date
monthEnd
Date
quarterStart
Date
quarterEnd
Date
weekStart
Date
weekEnd
Date
yearStart
Date
yearEnd
Date
campaign
String
campaignId
ID
adGroup
String
adGroupId
ID
keywordId
ID
keywordMatchType
Match type
keywordText
String


