We're advertising our products and creating ads with URLs which lead to product pages.
So each page corresponds to some product. The page URL contains the corresponding product name.
And I need to get a report that should group statistics by account, campaign, group, country, product, date.
For this purpose I use Geo Performance Report to get reports which include the following major segments:
- account
- campaign
- group
- country
And I use the follow metrics:
- cost
- clicks
- impressions
- ctr
- averageCpc
- conversions
- conversion rate
- view through conversion
So I need one more segment: AdId or URL. With some of these fields I can get a product from URL.
How can get this information?