Hello,
I am trying to more deeply understand the geographic_view.location_type field. I think I understand from this
documentation the difference between AREA_OF_INTEREST and LOCATION_OF_PRESENCE, but I am wondering whether metrics like clicks are strictly categorized with exactly one location type or the other.
Perhaps an illustration is the best way to ask this question: Suppose I perform a Google search "pizza in Brooklyn", and my physical location is also Brooklyn, and then I click on a Google Ad. Later, let's say I query for some metrics with a GAQL query like this:
SELECT geographic_view.location_type, segments.geo_target_city, metrics.clicks
FROM geographic_view
WHERE segments.date = (some date);
Should I expect that click to be associated with the row that has the location type LOCATION_OF_PRESENCE, or the one that has the location type of AREA_OF_INTEREST, or both? Is there documentation that provides more details about this?
Thanks in advance,
- Josh