Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Field specification – Atmospheric Data is being called even when a related field is not specified. #137

Open
richardsondx opened this issue Jun 8, 2022 · 2 comments

Comments

@richardsondx
Copy link

The api mentioned that Atmosphere data is charged when these fields are used on the web service: price_level, rating, review or user_ratings_total
https://developers.google.com/maps/documentation/places/web-service/usage-and-billing

We have specified the following fields in our query: place_id,name,lat,lng,types,vicinity

google_place_client.spots(
        lat,
        lng,
        radius: radius_in_meter,
        types: types,
        fields: 'place_id,name,lat,lng,types,vicinity'
      )

but it seems that Atmosphere Data is still being called.

@thehungrycoder
Copy link

+1

We're not using those fields but also getting billed Atmosphere data.

@wangela
Copy link

wangela commented Jul 8, 2022

I recommend opening a Support case to investigate your bill. The support team can take a closer look at the SKUs that are being triggered. It may not be this particular request that is calling Atmosphere data and the Support team can look at the quantities of SKU requests to help diagnose this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants