Page Summary
-
Reports help measure Shopping campaign performance using metrics like clicks, CTR, and conversions.
-
You can view report data directly in Merchant Center, Google Ads, and Analytics UIs.
-
Reports can be constructed and scheduled using the Report Editor or viewed programmatically with the Google Ads API.
Summary
After running a Shopping campaign, you can use reports to measure the performance of an account, campaign, or ad group.
Reports have metrics like total clicks, click-through rate (CTR), and total conversions(purchases). Analyzing reports can help you make improvements to your campaigns.
You can view report data directly in the following UIs:
You can use the Report Editor to construct your own report and schedule report downloads in the Google Ads UI .
You can also view reports with the Google Ads API . For more detail on how the UI reports relate to the API reports, see Reports in the UI .
Manual steps
Here's how you can construct a report from the data and schedule it to download daily:
-
Sign in to the Google Ads account you want to see reports for.
If you have access to an account through a Google Ads manager account, sign in to the manager account then select the Google Ads account.
-
Select the Campaignstab.
-
Select the Shopping campaign you want to see a report for.
For metrics like Conversions, it may take longer to see the results of certain types of conversions .
-
In the Ad groupstab, select the Columnsbutton.
-
Choose the option Conversions, then the Conversionscheckbox.
-
Click APPLY.
-
Select the
button and click Schedule. -
Download this report.
For more detailed control of report creation, use the Report Editor .
Automatic steps
You can use the Google Ads API to view performance data for all Google Ads resources. This includes everything from an entire campaign to a set of keywords that triggered your ad.
Here are the steps to construct a report with the Google Ads API (we strongly recommend using our code sample ):
-
Make sure you already ran a Shopping campaign.
For metrics like Conversions, it may take longer to see the results of certain types of conversions .
-
Use the Google Ads Query Language to construct a query.
-
Pass the query to the
GoogleAdsService.SearchStreaminterface.
For more detailed instructions on creating a report, see the Reporting guide.

