Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:
Author PhotoBy Nick Mihailovski, Google Analytics API Team

Cross-posted with the Google Analytics Blog and the Google Apps Developer Blog

Many people have been asking for a simple way to put Google Analytics data into a Google Spreadsheet. Once the data is inside a Google Spreadsheet, users can easily manipulate Google Analytics data, create new visualizations, and build internal dashboards.

So today we released a new integration that dramatically reduces the work required to put Google Analytics data into any Apps Script supported product, such as Google Docs, Sites, or Spreadsheets.

Here’s an example of Google Analytics data accessed through Apps Script and displayed in a Google Spreadsheet.

Custom API Dashboards - No Code Required

We know that a popular use case of this integration will be to create dashboards that automatically update. To make this easy to do, we’ve added a script to the Spreadsheets script gallery that handles all this work - no code required. The script is called Google Analytics Report Automation (Magic).

This script is a great template for starting your own project, and we’ve had many internal Google teams save hours of time using this tool. Here’s a video demoing how to build a dashboard using this script:

You can find this script by opening or creating a Google Spreadsheet, clicking Tools -> Script Gallery and searching for “analytics magic”.

Writing Your Own Script

Of course many developers will want to write their own code. With the new Analytics – Apps Script integration, you can request the total visitors, visits, and pageviews over time and put this data into a spreadsheet with just the following code:


// Get Data.
var results = Analytics.Data.Ga.get(
tableId,
startDate,
endDate,
'ga:visitors,ga:visits,ga:pageviews',
{‘dimensions’: ‘ga:date’});

// Output to spreadsheet.
var sheet = SpreadsheetApp.getActiveSpreadsheet().insertSheet();
sheet.getRange(2, 1, results.getRows().length, headerNames.length)
.setValues(results.getRows());

// Make Sandwich.

To get started now, read our Automated Access to Google Analytics Data in Google Spreadsheets tutorial. Also check out the Google Analytics Apps Script reference docs.

Solving Business Problems

Are you ready to start building solutions using Google Analytics and Google Apps Script?

We’d love to hear new ways you use this integration to help manipulate, visualize and present data to solve business problems. To encourage you to try out this integration, we are giving out Google Analytics developer t-shirts to the first 15 developers to build a solution using both APIs.

To be eligible, you must publish your solution to either the Chrome Web Store or the Spreadsheets Script Gallery and include a description of a business problem the script solves. We’ll then collect these scripts and highlight the solutions in an upcoming blog post. After you publish your script, fill out this form to share what you’ve built.

We’re looking forward to seeing what you can do with this integration.



Nick Mihailovski is a Senior Developer Programs Engineer working on the Google Analytics API. In his spare time he likes to travel around the world.


Posted by Scott Knaster, Editor
2013, By: Seo Master
Mendaftarkan blog kita di banyak directories memang bagus apalagi directory tersebut menganut paham aka aliran dofollow. Selain backlink dapat, blog kita juga akan berpeluang dapat tambahan traffic, sebenarnya fungsi directory blog lebih ke traffic.Ada sebagian kecil directories yang mengharuskan memasang reciprocal link, yah seperti link exchange dengan blog yang kita daftarkan. Tidak masalah
Seo Master present to you: Masih bingung memilih template untuk blog anda? info berikut mungkin bisa mengurangi kebingungan anda. Inilah daftar situs penyedia Template Blogger Gratis, anda bisa mendownload template-template tersebut dan memakainya untuk blog anda. Ada yang buatan orang bule ada pula yang buatan orang indonesia asli.

Themelib

ThemeLib berisi banyak template yang indah yang diubah dari WP ke Blogger, diantaranya yang paling populer Template Arthemia. Anda juga dapat menemukan tips, tutorial, dan berita yang tentang cara blogging yang banyak digunakan oleh para blogger.

Blogger Buster

Template pbogger profesional, dirancang dengan beberapa template yang paling populer yang telah dibuat untuk platform WP. Di situs ini, Anda dapat menemukan tips tentang Blogger.

bTemplates

bTemplates merupakan situs yang berisi hampir enam puluh halaman hanya diisi dengan template Blogger. situs ini memiliki kemampuan untuk menilai suatu template.

JackBook

Selama bertahun-tahun, sejumlah template sangat populer telah dirilis oleh situs JackBook, yang dapat ditemukan pada halaman blog yang terhubung ke ke situs ini pada bagian footernya

eBlogTemplates

Salah satu koleksi terbesar dari template yang tersedia untuk Blogger, dengan konversi dan tinjauan dari tema yang telah dirilis oleh penulis lainnya. Petunjuk Rinci dan jelas telah diberikan masing-masing disertakan dengan tema yang dirilis oleh situs penulis.

Blog And Web

Anda dapat menemukan konversi dan template unik untuk Blogger di sini

Blog Crowds

Situs ini dilengkapi dengan decent set template, beberapa di antaranya telah didesain untuk kedua platform Wordpress dan Blogger. Tema dapat dilihat berdasarkan kategori: gaya, jenis, jumlah kolom, dan warna.

Template-Godown

Template Godown menawarkan beberapa Blogger template dengan desain yang indah, sebagian besar dari konversi Wordpress .

Mashable

Mashable telah memposting beberapa template yang telah dikompilasi, semua siap untuk didownload.

Blogger Template

Sumber rujukan blogger template tertua untuk XML template, dan yang paling populer di kalangan Blogger.

Pyzam

Ada ratusan template di situs ini, tetapi tipenya tidak beda jauh, hanya latar belakang warna / gambar yang berbeda, sehingga tidak unik. Namun, Anda dapat melihat dan menemukan tema berdasarkan kategori, diurutkan berdasarkan Terbaru / Terlama, Nilai dari Tinggi, dan Terpopuler.

Final Sense

Dua puluh enam halaman template tersedia untuk di-download, dengan beragam tema dan style.

Gecko And Fly

Salah satu dari tema asli untuk Blogger, situs ini memiliki sejumlah tema yang tersedia untuk Wordpress dan Blogger.

GosuBlogger

Template indah bisa ditemukan di sini, dengan desain yang dapat unik hasil konversi dari platform lain, seperti Wordpress.

Doxs

Situs lain asal spanyol yang berisi 40 + indah dan elegan untuk blogger template. diindex berdasar jumlah kolom.


Apakah Blogger template gratis yang tersedia di situs tersebut telah menghilangkan kebingungan anda atau jangan-jangan malah menambah kebingungan Anda! Selamat berbingung saja deh!
2013, By: Seo Master
Powered by Blogger.