Re: [visualization-api] Question about Security and Privacy

2017-03-08 Thread 'Daniel LaLiberte' via Google Visualization API
You are correct that this claim about "chart data included in the HTTP
request" only applies when there is any such data included in HTTP
requests.

The geo-charts look up map coordinate data for specific regions that are
identified in the HTTP requests for the data.  They may also request the
locations of specific named entities, such as cities or addresses, and
those names or addresses will be in the HTTP requests.

Requests for data from spreadsheets don't typically include much data, but
you may include queries that identify sheets or columns by name.  Of course
the spreadsheet server has access to all the data in your spreadsheet.

If you use the "Chart Server" to build a chart on the server side, you must
send your data to the server in the HTTP requests.  These are deprecated
charts and you are probably not using any of them.

I believe that covers all the cases that could involve sending data to
Google servers.


On Wed, Mar 8, 2017 at 4:01 PM, Danny Varela 
wrote:

> Hi,
>
> I've recently started using Google Charts, and have gone through the FAQ
> webpage (https://developers.google.com/chart/interactive/faq#using-the-api)
> , through the security and privacy page (https://developers.google.
> com/chart/interactive/docs/security_privacy), such that I'm fully aware
> that each chart has it's Data Policy section explaining if any data is sent
> to some external server. However, I'm confused over the question "Is Google
> logging all my chart data ?" in the FAQ page, as it states that chart data
> included in the HTTP request is stored for no longer than two weeks. This
> only applies for those charts that do send data to google like the GeoMap,
> GeoChart, etc right ?
>
> I appreciate your time and dedication to this Google Group, and look
> forward to your response.
>
> Thanks,
> Danny Varela
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to google-visualization-api@
> googlegroups.com.
> Visit this group at https://groups.google.com/
> group/google-visualization-api.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-visualization-api/c8d7b5ae-e769-4be3-b02c-
> 02164065b7ff%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte 
dlalibe...@google.com    5CC, Cambridge MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOdMcSvO99nChE-jh5ZPx%3Di9F05qfKRXcqRea8AKr9www%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Question about Security and Privacy

2017-03-08 Thread Danny Varela
Hi,

I've recently started using Google Charts, and have gone through the FAQ 
webpage (https://developers.google.com/chart/interactive/faq#using-the-api) 
, through the security and privacy page 
(https://developers.google.com/chart/interactive/docs/security_privacy), 
such that I'm fully aware that each chart has it's Data Policy section 
explaining if any data is sent to some external server. However, I'm 
confused over the question "Is Google logging all my chart data ?" in the 
FAQ page, as it states that chart data included in the HTTP request is 
stored for no longer than two weeks. This only applies for those charts 
that do send data to google like the GeoMap, GeoChart, etc right ? 

I appreciate your time and dedication to this Google Group, and look 
forward to your response.

Thanks, 
Danny Varela


-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/c8d7b5ae-e769-4be3-b02c-02164065b7ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Question about Security and Privacy

2014-10-29 Thread 'Jon Orwant' via Google Visualization API
Currently, data is only sent to Google when geocoding is necessary for a
map chart. Everything else happens inside the browser and Google never sees
it.

Jon

On Wed, Oct 29, 2014 at 1:55 PM, Kelson l...@onid.oregonstate.edu wrote:

 I didn't see a way to contact google about google charts so I figured I
 would ask here. In the terms and conditions it states some charts send data
 to google and some don't. But I was confused whether all data is sent to
 google to render the chart or whether certain charts will render in the
 browser?

 --
 You received this message because you are subscribed to the Google Groups
 Google Visualization API group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-visualization-api+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-visualization-api@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


Re: [visualization-api] Question about Security and Privacy

2014-10-29 Thread Andrew Gallant
To clarify Jon's post: this includes the GeoMap, GeoChart, and Map 
visualizations.  Every chart has a Data Policy section in its documentation 
(examples: GeoChart 
https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart#Data_Policy,
 
AreaChart 
https://google-developers.appspot.com/chart/interactive/docs/gallery/areachart#Data_Policy)
 
that describes how data is used by Google (if at all), so you can check on 
a chart-by-chart basis.

On Wednesday, October 29, 2014 2:28:56 PM UTC-4, orw...@google.com wrote:

 Currently, data is only sent to Google when geocoding is necessary for a 
 map chart. Everything else happens inside the browser and Google never sees 
 it.

 Jon

 On Wed, Oct 29, 2014 at 1:55 PM, Kelson lu...@onid.oregonstate.edu 
 javascript: wrote:

 I didn't see a way to contact google about google charts so I figured I 
 would ask here. In the terms and conditions it states some charts send data 
 to google and some don't. But I was confused whether all data is sent to 
 google to render the chart or whether certain charts will render in the 
 browser?

 -- 
 You received this message because you are subscribed to the Google Groups 
 Google Visualization API group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to google-visualization-api+unsubscr...@googlegroups.com 
 javascript:.
 To post to this group, send email to google-visua...@googlegroups.com 
 javascript:.
 Visit this group at 
 http://groups.google.com/group/google-visualization-api.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.