TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
tran dinh hung
NA
2
2.3k
Error when get list account from google analytics
Sep 9 2013 5:15 AM
Hi every body..
I want to get list Account from google analytics but i don't can..
here is my code
// Configure GA API.
AnalyticsService asv = new AnalyticsService("gaExportAPI_acctSample_v3.0");
// Client Login Authorization.
asv.setUserCredentials(CLIENT_USERNAME, CLIENT_PASS);
// GA Account Feed query uri.
AccountQuery query = new AccountQuery();
// Send our request to the Analytics API and wait for the results to
// come back.
AccountFeed accountFeed = asv.Query(query);
(Error here)
Error: "Authentication failed: execution of request failed http:://google.com/analytics/feeds/accounts/default"
Help me, Please..
Reply
Answers (
1
)
fetch image and value from database to datalist in asp.net
Send Link for Approval and Then Save Data in MVC