I am creating a search engine using Goolge Custom Search API (JSON/atom). I have associated my search engine with an adsense account but when I make queries I don't get any ads with search results also I have checked the Google Custom Search documentation and it does not mention anything about ads in the response of the API call, it only tell about the search results and the promotions.
I want to know if its possible to get search ads with JSON/atom API.
Thanks in advance,
Kamran
Related
Google offers a Custom Search engine, where i can provide a web Search through Google on my site (not a search on my Site rather on the whole Web)
https://cse.google.com/cse
Inside there, Ads of google AdSense will be displayed in the Search, same as in google.
How can i track if a user click one of the Ads and also the resulting earnings?
I want to determine if a user generate a rewerd an if yes, how much (money value).
How can i achiev this?
Edit:
So, i'm searching a lot and i've can't find any answer to this specific question out there.
There are some Docs for this on the Google Support site. They explain how to connect CSE (Google Custom Search) with the required AdSense Account. They also write:
"..you might want to be able to track earnings made through searches on your site."
https://support.google.com/customsearch/answer/4514327?hl=en
Yes, thats exactly what are im trying to achieve, but the referral link in the Doc are unusable because they didnt realy explain it.
I am trying to figure out how I can do a simple REST call in my app with BING Search API.
With Google the URL I use is something like this:
https://www.googleapis.com/customsearch/v1?key=HERE_IS_THE_KEY&cx=HERE-IS_APP_ID&searchType=image&lr=lang_no&q=pepsimax
I can't seem to find BING's version of this. I can't even find where I add a new APP in the control panel.
Anyone know the BING url to query search and where in the control panel to add a new app?
The query URLs have changed from http://api.bing.net in the Bing Search API 2.0 to the following in Windows Azure Marketplace. The one that you use depends on which product offering you've subscribed to.
Product offering Query URL
Bing Search API https://api.datamarket.azure.com/Bing/Search/
Bing Search API - Web Results Only https://api.datamarket.azure.com/Bing/SearchWeb/
For Web Result:
https://api.datamarket.azure.com/bing/search/web?format=json&query=%27Your_search_Keyword%27
Here is the documentation available.
Can I display google adsense ads on my site based on a user's search term on my website? I'm not using google search on my site, so I'd need to be able to pass the search term to google through the adsense widget's initialization code, etc.
Maybe I'm a bit late about this, but I'm actually working in something that you described in your question, and I found this link that could help you in your development:
https://developers.google.com/custom-search-ads/docs/implementation-guide
Using Javascript you can specify some keywords and Adsense search advertisements that fit with them.
I want website rating api that gives me the status of website in different search engines. i want to send Keyword, Website and Search engine in api and they should return me the ranking of the website. so please can you suggest me that type of apis.
If api returns me data in xml format that very good.
Thanks
You might want to take a look at http://www.alexa.com/
The developer tools are located here: http://www.alexa.com/siteowners/data
Im trying to create a "search nearby" shops on iphone,
but i can not find any solution on how to get the data from Gdata Libraries.
http://code.google.com/p/gdata-objectivec-client/
They only support the following Google services provides a Google data API, but not google maps?!
Google Base
Blogger
Book Search
Calendar
Code Search
Contacts
Documents List
Finance
Health
Picasa Web Albums
Spreadsheets
Webmaster Tools
YouTube
Any solution or idea where i should look for would be much appreciated.
As far as I know, the only way to do this is to use the KML output format from a standard Google search:
http://maps.google.com.au/maps?f=q&source=s_q&hl=en&geocode=&q=italian%20category:restaurants&sll=-37.816518,144.890628&sspn=0.007247,0.012424&ie=UTF8&z=12&output=kml
Although you should check Google's terms and conditions to see if you're allowed to use that as an API.