Questions tagged [google-data]

29 questions
1
vote
1 answer

add playlist entry via youtube python api

i am trying to add entries to a playlist in youtube via the code below. when i pass the playlist uri (http://gdata.youtube.com/feeds/api/users/nashrafeeg/playlists/0F4EF4B14F514476?client=Reddit+playlist+maker) to AddPlaylistVideoEntryToPlaylist…
nashr rafeeg
  • 779
  • 3
  • 12
  • 31
1
vote
2 answers

Downloader.py not returning correct JSON object not working

I am trying to download the search queries using google webmaster and following the simple steps http://googlewebmastercentral.blogspot.in/2011/12/download-search-queries-data-using.html. While executing the example-simple-downlaod.py I am getting…
0
votes
2 answers

Google Datastream (beta) issues with removing backfilling table from a stream

I am currently testing Google Datastream to stream data from Cloud SQL into GCS and then onto Big Query. All is well however a 200m row table is currently backfilling with data and I wanted to stop this as the table is not linger in use. Here is…
0
votes
1 answer

Google Form Data Validation - Attendance Records using Google Forms and Google Sheets

I'm homeschooling 5 children this year (how am I that old?!). I have tried to streamline the process of attendance for a l.o.n.g. time. I thought, "I'll use a Google Form that they will simply select their name and the date. (They can't cheat me on…
0
votes
1 answer

@, [, and ] in a URL query string for partial API call

I'm looking doing partial requests from the Google Picasa API. They show this as an exmaple: GET…
charliesneath
  • 1,917
  • 3
  • 21
  • 36
0
votes
1 answer

Google Federated OAuth/OpenID with Tornado: why is it ignoring my scopes?

I'm trying to use Tornado's library for federated login to authenticate users and get access to their calendar, contacts, and mail. However, when I get the "mydomain.dyndns.info is asking for some information from your Google Account" message, the…
josh
  • 9,038
  • 8
  • 31
  • 37
0
votes
1 answer

I set up Google Analytics to show full url and now my pageview data has been separated

I followed these instructions https://support.google.com/analytics/answer/1012243?hl=en to show full URL in Google Analytics, because we have multiple third party sites included in our purchase flow...But a big issue I'm noticing now is that…
William
  • 1
  • 1
0
votes
1 answer

Hide content on articlebody schema structured data

I have my itemtype="http://schema.org/BlogPosting" but inside the articleBody tag, I have content I want to hide for google, but keep visible for users.

Aliquam nisi libero, convallis sit amet lectus id, posuere…

0
votes
1 answer

How to get the rows of specific worksheet on public spreadsheet using gdata in python

I am using gdata on python to read the rows of specific worksheet from public spreadsheet when i tried the following code client = gdata.spreadsheet.service.SpreadsheetsService() key = 'xxxxxxxxxxxxxxxxxxxxxxxxxx' worksheets_feed =…
sarsarahman
  • 1,078
  • 5
  • 11
  • 26
0
votes
1 answer

'Google.YouTube.Video.Tags' is not supported by the language

When i compile I am getting this error (c#): 'Google.YouTube.Video.Tags' is not supported by the language Video video = new Video(); video.Title = txtTitle.Text; video.Tags.Add(new…
0
votes
2 answers

Get a exception of "error connecting with login URI" when running Google Data's example

When I run the example CalendarFeedDemo in the JAVA package of the Google Data API client library, I've encounterd a exception like this java -classpath "classes:lib/*" CalendarFeedDemo myaddr@gmail.com…
Yantao Xie
  • 12,300
  • 15
  • 49
  • 79
0
votes
1 answer

Java and Google Calendar

I would be shocked if this were immediately answered here, as this is a question specific to the Google Calendar Java API, but I'll put it out there anyway. The tutorials for Google Calendar give a nice explanation of Calendar Insertion as well as…
MADgood
  • 143
  • 1
  • 1
  • 8
-1
votes
1 answer

Google Data Studio (BigQuery) - Create filter to select by latest hour

I have a columns DATE, TIME (only hour number) and GROSSVALUE DATE TIME GROSSVALUE 2018-09-12 13 734564 2018-09-12 12 234324 How to use Scorecard to display GROSSVALUE for the current and previous hour? IF currently…
user10208908
-1
votes
1 answer

What steps do I take to access my site's visitor demographics via google analytics?

I am making a website for an author who recently finished writing a book. I want to track the demographics of visitors to a site. I have heard Google knows an visitor's gender and country as well as age (at least approximately). My employer (the…
1
2