I'm using GoogleAds PHP api and basically what I want to do is to get individual statistics for products in a certain account (ad groups):
Is it possible to generate a report that is similar to the image above? Or is it the correct way to get individual product statistics (ctr, conversions, clicks,etc) or is there any other way to do it? I'm not asking for complete solution. I just want a guide to follow along because it seems that there's no available resource to read about this. Thanks.
EDIT
I'm hoping someone could point me to the right direction.
Related
We are building a booking engine that needs to provide xml feed to 3rd parties meta search sites like Skyscanner, CheapFlights etc.
Issue we are having here is that we need to provide a "link"/"deeplink" so that they can land on the exact flights on click through.
What is the best way to achieve this? I cant find a unique flight ID in the BFM request which I can use to do another request to get that single flight when user click on the deeplink.
Has anyone thought of a way to make it happen?
Will be using PHP to code this out.
currently working with Google analytics to get a list of companies based on GA's Service providers (which after a filter of "default ones" I can determine the leads). Now I would like to be able to get an overview of urls visited per lead. I can't find any way to get those service providers linked to visited urls in the API.
P.S. only interested in results of last 24 hours so I don't need full histories.
I would just request ga:pagePath, ga:networkLocation dimensions ga:pageViews metric then add a filter on with ga:date = today. The filter will ensure that you only get data back for today.
This should give you a list of the Network domans and what pages they viewed today.
There is a problem with this it can take a while for google to process the data i have read any where from 4 - 8 hours. I normaly filter on yesterday that way i'm almost always sure that all the data was processed. You could try with the realTime api but then there isnt much data there and there are a limited number of dimensions and metrics you can select from it. I'm not even sure that what you are looking for is available.
I'm using the Google Plus API for a project that I'm working on. I'm hoping to be able to get information about shared circles in which a particular user has been included.
I've seen this active on Circle Count. For example, half way down Guy Kawasaki's profile page (http://www.circlecount.com/p/+GuyKawasaki), you can see the number of circles in which he has been shared. It also includes information about each circle like the date it was shared, the number of users that were included in it and a few more details.
I'm using PHP and am hoping to do this through the API, but I don't see any options for this type of information in the API. When I use the API to get information about activities, I don't see any field that seems to identify a shared circle post as anything different from any other post.
If you know a way to workaround the lack of support for this in the API through some form of a hack, please feel free to let me know.
Try looking over here: https://developers.google.com/+/domains/getting-started
Read the names of a user's circles and the membership of each circle
Google+ API v1 NO
Google+ Domains API YES
So I get on this url (Google+ Domains API): https://developers.google.com/+/domains/api/#Circles
Where the information about circles can be retreived. With this call:
/people/{userId}/circles
I'm trying to get some information for a application we would like to develop for our business. We run a chain of stores (approximately 20) and would like to give our customers reward points when they check-in to our store location. We would also like to display that information our company site eg. "Client X has checked in Location Y". I was wondering if anyone can point me to any API(s) or solutions that may be able to achieve something along these lines? I was looking at the foursquare API, is this a viable option? or is there any other recommendations?
Thank you
As Fahri pointed you can use 4sq API, but nowadays all socials integrate geolocation. You can share your position also using Facebook and Twitter. I will suggest to use the last two, because they has integrated authentication, and API since iOS6, probably they are also more used than 4SQ.
I see a lot of sites showing this, but on Groupon in particular for a merchant, they will show Reviews from CitySearch, Yelp (I think), TripAdviser, Open Table, Frommers, etc.
Do all these sites provide API's? I can't find them or would Groupon be scraping the sites?
Any ideas how to get this same type of data?
Thanks!
Basically all the sites you've listed have API's to allow for various bits of information to be extracted, for example Trip Advisors can be found here: http://www.tripadvisor.co.uk/help/what_is_an_api
I suggest you give Needlebase a try. A free account gives the public access to your scrapped data, but its a great tool.
http://needlebase.com
How to use it/Example:
http://www.needlebase.com/videos
Note: Get permission from the site before hand/ check the laws in your country regarding scraping.