Oh never mind - it looks like the SKU for if we have the place_id may be free: https://developers.google.com/maps/documentation/places/web-service/usage-and-billing#find-place-id-only And the "Find Place" request does seem to have the address information: https://developers.google.com/maps/documentation/places/web-service/search-find-place#find-place-responses It is a bit strange that we'd have to call a different service at all and I worry about the price changing in the future.
-Kevin On Tuesday, July 18, 2023 at 10:56:59 AM UTC-7 Kevin wrote: > Thanks! > > I did see the place_id before, but it looks like the Places API is a paid > service: > > https://developers.google.com/maps/documentation/places/web-service/usage-and-billing > > Are we expected to pay for this data now? > > -Kevin > > On Monday, July 17, 2023 at 11:36:07 AM UTC-7 Google Ads API Forum Advisor > wrote: > >> I replied on 12 July with the response below. This should answer the >> question from my understanding. >> >> >> During the migration, if you have filled in the location feed item >> fields, we will calculate a Place ID and insert it in the asset. >> >> In Location assets, the fields: >> location_feed_item.address_line_1 >> <https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.address_line_1> >> location_feed_item.address_line_2 >> <https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.address_line_2> >> location_feed_item.business_name >> <https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.business_name> >> location_feed_item.city >> <https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.city> >> location_feed_item.country_code >> <https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.country_code> >> location_feed_item.phone_number >> <https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.phone_number> >> location_feed_item.postal_code >> <https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.postal_code> >> location_feed_item.province >> <https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.province> >> >> are not stored as part of the asset. You can obtain the data via >> location_asset.place_id >> <https://developers.google.com/google-ads/api/fields/v13/asset#asset.location_asset.place_id> >> >> using the Google Maps API you can input place ids to retrieve whatever >> organic location information you would like to have: >> https://developers.google.com/maps/documentation/places/web-service/place-id >> >> >> This message is in relation to case "ref:_00D1U1174p._5004Q2j1cSB:ref" >> >> Thanks, >> >> [image: Google Logo] >> Bob Hancock >> Google Ads API Team >> >> >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/98dc30e0-e294-44a0-8bf3-f49a1fb4090an%40googlegroups.com.
