I am trying to link the click_performance_report to the following two tables.
- keyword_performance_report
- shopping_performance_report
What join key should I be using to link these tables together? The goal is to be able to see the "gclid" value alongside the keyword and shopping campaigns reports.
The reporting outcome I am trying to create would have the following columns.
Report 1 - Keyword Performance Report
Columns
KEYWORDS_PERFORMANCE_REPORT.Date
KEYWORDS_PERFORMANCE_REPORT.Device
| KEYWORDS_PERFORMANCE_REPORT.Status (keyword status) |
| KEYWORDS_PERFORMANCE_REPORT.Criteria (keyword) |
| KEYWORDS_PERFORMANCE_REPORT.Conversions |
|
|
CLICK_PERFORMANCE_REPORT.gclid
Report 2 - Shopping Performance Report
Columns
SHOPPING_PERFORMANCE_REPORT.Date
SHOPPING_PERFORMANCE_REPORT.Device
SHOPPING_PERFORMANCE_REPORT.OfferId (item ID)
| SHOPPING_PERFORMANCE_REPORT.Clicks |
|
|
SHOPPING_PERFORMANCE_REPORT.Conversions
SHOPPING_PERFORMANCE_REPORT.ConversionValue
CLICK_PERFORMANCE_REPORT.gclid
|
|
|
|
|