Quick and easy installation in just minutes. Combine your data automatically in the background and benefit of better insights and greater revenues.
Bing search Integration
Bing search data can be integrated and synchronized codeless with various external systems,
Learn on this page how the data integration of Bing search is working with the Layer2 Cloud Connector Enterprise Edition by using the step-by-step screenshot tutorial and reading our important advice and frequently asked questions. Make use of the benefits and features of this data integration tool by trying it out yourself: Free Trial Registration
How it works
In fact, you only need to do the 5 following steps to get your Bing search data integration started.
- Setup your connection as required: one-way in this case.
- Setup your data source, in this case Bing search.
- Setup your target– for example a Microsoft SharePoint list or library.
- Setup your mapping.
- Start your project!
Bing search step-by-step data integration via the Layer2 Cloud Connector
Use this step-by-step-instruction to get through the whole product and data integration configuration easily. Some steps require a copy-paste task of code snippets. Please follow the recommendations in this instruction closely.
Specific Connection Settings for your Bing search integration
Please copy and paste this connection string and the "Select Statement" into the designated field like described
APIVersion=V7;
APIKey=<your_client_secret>;
Other='BatchSize=1';
Select Statement example:
SELECT TOP 50 * FROM ImageSearch, WebSearch WHERE ImageSearch.SearchTerms LIKE
‘layer2solutions’ AND WebSearch.SearchTerms = ‘layer2’
You can get all available tables with:
SELECT * FROM sys_tables;
You can get all available views with:
SELECT * FROM sys_views;
Benefits of using the Layer2 Cloud Connector for your Bing search data integration
Known limitations and workarounds
Please take into account our advice and known limitations:
- Connection Direction:
We can only read the stats from the Bing. The direction of the connection can only be one way. - Query max value:
Accordantly to the Bing API the SELECT query can be up to 50 results but the generated ID will start from 0 again. To synchronize the results, we need a primary key. The queries can be set till 49.
Find YOUR Destination pages here
Take your next steps