I am using videojs-ima plugin to trigger my vast tags, its is working fine with ads, but not showing the Ad Skip button to skip the ad .
Can anyone help me
Thanks in Advance
videojs-ima support skippable ads via the VAST response, you can add a skippable offset to your linear creative.
add attribute to Linear <Linear skipoffset="00:00:05">…</Linear>. More details here http://www.iab.net/media/file/VASTv3.0.pdf
Related
I've been working with Google Custom Search API and faced some inconveniences I hope you can help me with.
Google Custom Search API offers as a parameter in its call the possibility to search by an exact text as well as exclude it from results: exactTerms and excludeTerms. However, the q parameter is mandatory and cannot be ignored, so if I want to search only by an specific text I just can't.
So how can I do a query using JSON API that contains specifically the text I want? Does the q parameter work as the search form in Google?
If I want results including 'foo', should I do this:
service.cse().list(cx=const.SEARCH_ENGINE_KEY, q='"foo"').execute()
or this?:
service.cse().list(cx=const.SEARCH_ENGINE_KEY, q=None, exactTerms='foo').execute()
Thank you in advance for your time.
Due to the success on the answers (hehe) I'm posting my own conclusions. Please, if you've any facts regarding the original question, please post it.
I've been testing with some calls to Google CSE API and looks like you can pass to q parameter the same query you'd do in Google's main page textfield. So (at least for my needs), you don't need exactTerms and excludeTerms to get what I was trying to achieve.
Anyway, as I said before, if you know how to work with these parameters I'm sure everybody will thank you.
I want to add Google +'s public posts (content) to my website.
I'm not talking about embedding The content.
It should be like Facebook's Like Box.(https://developers.facebook.com/docs/plugins/like-box-for-pages/)
Is it possible in Google Plus or i have to use hard coded embedded plugin ?
Thanks in advance.
I was fail to Attach image because of lack of "respect" but Hope i'm clear with my question.
Your question isn't entirely clear, but I think you might be asking for the Google+ Badges, which have similar capabilities to the Face Book Like Box. If your site has its own Page profile (or maybe create a page for your site), you'd use that type of badge. If its you as an individual that you want to display, you'd use the Person badge.
HI please help me in the sign up process of social engine,
I need to add a country/state/city cascading dropdowns on my signup process.
I know how to do it in PHP ajax but finding the hard time to do it in this social engine framework.
Can any one help me in this!!
Thanks
You can use admin panel. You need menuitem Settings > Profile Questions. Then choose needed profiletype and add question with type 'selectbox'.
If you need cascading dropdown in wider meaning, you may use jxlib putting all code into application/modules/User/views/scripts/signup/form/fields.tpl
I have also solved this by using jquery.
You could get the id of the two field involved and then use jquery to add the options of the select field.
I have a website and in my website I have, for example, a list of Audi models. I saw, using google webmaster tools, that my website appears in the google search by the word audi, but the target page was the 22nd page from my result set, not the first. I need my first page to appead, not my last (or middle), but I cannot tell google that this is a parameter, because my URLs are rewritten using mod rewrite. Any ideas?
BTW, I have read in a SEO forum, that it's a bad idea to use a cannonical tag. So is it really a bad idea in my case?
You can't force Google to do anything, however, they have made it easier to deal with pagination issues with a recent post on rel="next" and rel="prev".
But the primary problem you face is signalling to Google that your first (main) page is the starting point - this is achieved using internal link and back-link "juice" focussed on that page. You need to ensure that the first page of results is linked to properly from higher-value pages (like the home-page).
Google recently announced that you can use View All which will allow them to find and index entire articles that are normally broken up using pagination and display them all as one result.
I'm writing an application that analyses search engine results.
With the Google Search API now being depreciated and limited to 1000 queries/day they are forcing developers to move to the AJAX APIs and to use the Custom Search API to do a Google search.
The thing is I don't need a Custom Search, I need a general search not one that is filtered by site; OK maybe filtered by USA/UK (Google.com/Google.co.uk).
Does anyone know how to just do a regular Google search using the AJAX APIs? Is the Custom Search the right thing to be using?
I don't want to hit the 1000/day limit using the old service but this is exactly what I need.
I did find: How do I create a CSE that searches the entire web?
http://www.google.com/support/customsearch/bin/answer.py?hl=en&answer=1210656
But by the sounds of it this will distort the search results.
Thank you.
OK. Here's how I think it is done.
Create a Custom Search Engine.
Add a site such as *.com When this is created go to the Advanced tab
and download the context xml.
Remove the Background Label associated with the site.
Upload the XML to replace the previous context.
This seems to work just fine and is returning the same values as far as I can see.
Yes, you are right *in theory, and this should let you get 100 results a day on the fly. Just this Saturday though, Google confirmed how here -
(* so far though, we can't get it working...)