Pull Movies details from Google Play to a Webpage - php

I want to show google playstore movies in a webpage, so that uses can get info about the movie and can buy any movies from my website.
I haver read that Google does not expose any official API for this. Also tried available APIs from GitHub. Those are not working.
I dont want to read the DOM of google playstore page via cURL login and want to display it to my webpage.

There is no exposed Google Play API, but if you're willing to do just a little bit of DOM parsing you can do this in a pretty straightforward way.
If you get a google playstore page, and scan it for all the IDs of the videos (so, for example, things like '/store/movies/details/The_Fault_In_Our_Stars?id=iXwnxJu4q7s'), you can then take those IDs and query the YouTube API with them, since the Google Play ID is identical to the YouTube ID. If you built a DB of which IDs went with which titles, you could then use the YouTube API to pull the relevant metadata, display them on your page, and even allow rentals through your side (by using the YouTube Player API with one of these IDs, users who haven't rented or bought will see, in the video, a little button that lets them start the rental process). Similarly, You can embed the YouTube player with these IDs to let users watch through your page as well.

Related

How to separate Video campaigns from Display campaigns in Google Analytics via the PHP API

I'm using the PHP API to pull in data from analytics and separating out the results via the display and google search like so:
ga:adDistributionNetwork=#Content
and for search:
ga:adDistributionNetwork=#Google Search
The problem is the ad distribution network for content is putting together all the Display campaign results and Video campaign results into one calculation under content.
In adwords this data is separated as expected:
In Google Analytics the data is only split via search and display but display includes the video data as well.
Doe's anyone know how to separate the data in Google Analytics, therefore, being able to access the data via the API?
I believe what you're looking for is the ga:istrueviewvideoad dimension, which to my knowledge is the only AdWords video-related dimension/metric available via the GA API.
If this doesn't include all video content, it seems your workaround would be to include a keywords (eg "vid") in your campaigns or ad groups and filter based on that keyword.

Programticly post a text with image on google plus wall/stream

All I want to post a text with an image on Google+ wall/stream using Oauth2 and PHP. Similar to a wall post for Facebook and Tweet post for Twitter.
User click on share on Google+ button from my website, they redirect to the google app approval page, they approve and message with the image get posted on their stream/wall.
I have searched almost entire internet for this requirement. But I didn't get exact code to achieve this.
I have already checked this: Google APIs PHP client
However the code is not up to the point or clear.
Some people says that it is not possible, google only allows read operations.
But then some people says it is possible according to this: Creating new posts and comments
Google documentation is very confusing for this requirement, compare to Facebook and Twitter.
So all I want is clear answer whether is it possible or not? If yes then how?
The google plus api is read only it does not support posting in any form. Google plus domains is for posting to Google domains accounts not google plus the social media website.
Develop business apps that integrate with Google+ With the Google+
Domains API, Google Apps customers and ISVs can build custom Google+
functionality and services for people who use Google Apps at college,
at work, or at home. Organizations can develop tools to interact with
Google+ features such as posts, comments, and circles. These tools let
your users share information, reinforce communications, and grow
productivity within your organization.
Pages API is for posting to Google+ page and is in closed beta.
There is no way to programmatically post to the google+ social media website wall/stream. However there is a six year old issue request for it Write access to the streams.

Social network auto posting from PHP applications

I have PHP websites with admin panels where i add news or products. For example as you can understand from the image, i add news with header,date,photos and content. If i click any of those radio buttons, news will be posted to any social network. I had tried facebook Graph API's and worked good some but not totally as i wanted becasue had problems with tokens valid days. Anybody has any idea which and how i can use library or API?

facebook open graph check-in

I have Open Graph feature in my app. I have to maintain the total check-ins in my Facebook account. And have to show the all checked-in places in one map. Foursquare app used this in their app. But i don't know, how to implement like that.
They have used two ways of showing in aggregation, First one is, Image1 And the second one is, Image2
So, I have to do the both like Foursquare app. Please help me in this.

php class for seo

I recently use the great php class call : Google Analytics PHP API. I manage to get it working to get a lot of info and stats for my 25+ website that have analytic
Now i like to get more data like
The page rank the google placement
(where i am on google #325 or #520)
Google Page Rank
Google Indexed Pages
Traffic Rank
Inbound Links
DMOZ Directory
Yahoo! Directory
get a summary (my way) much more like http://websitegrader.com
do you know a php class to do that ?
I guarantee you're not going to find one "class" that does all that for you.
Manually checking your site's rank on Alexa is probably going to be your best source of information on top of what Google Analytics is already giving you.
Google Analytics does NOT require any sort of API.
The site you linked to asks for your Google username/password. I'm flagging this question. I encourage others to do the same.
you can get all from alexa api (Alexa Web Services)
http://aws.amazon.com/awis/
but not free
$0.00015 per request ($0.15 for 1,000 requests)
i thought in the past to build a website to arrange an Arab sites
but arrived at the checkpoint
somme website use awis
www.statbrain.com
www.websiteoutlook.com
www.websitevaluecalculator.com

Categories