Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

285A Gateshead Road, Borehamwood, Greater London, WD6 5LZ.

info@vbridge.co.uk

+44 203 488 9980

+0203 488 0088

Amazon Ads Blog Laravel

Amazon Marketing Stream (AMS) Data

What is AMS Data? Amazon Marketing Stream is a product offered by Amazon that provides advertisers and integrators with near real-time access to campaign metrics and information from their Amazon Ads campaigns. It operates on a push-based model, delivering data directly to the advertisers’ or integrators’ AWS accounts. By subscribing to Amazon Marketing Stream and […]

Amazon Ads Blog Laravel

How to access Amazon Marketing Stream (AMS) Data

Accessing AMS Data Create Simple Queue Service – SQS queue (Refer: https://advertising.amazon.com/API/docs/en-us/amazon-marketing-stream/cloud-formation ) Create a Subscription for the Seller through the API End Point: {{api_url}}/streams/subscriptionsHeader Info: Content-Type:application/vnd.MarketingStreamSubscriptions.StreamSubscriptionResource.v1.0+jsonAmazon-Advertising-API-ClientId:{{client_id}}Amazon-Advertising-API-Scope:{{profileId}}Authorization:Bearer {{access_token}} Body Info: The response will be: {“clientRequestToken”: “123456789xyz1234567ShreeNag001″,”subscriptionId”: “amzn1.fead.cs1.skjfYbJWQwqJ-gGYSeVEDw”} Subscription status flow Retrieve Subscription Status via API {             “createdDate”: “2023-05-04T10:51:07.336Z”,             “dataSetId”: “sp-conversion”,             “destinationArn”: “arn:aws:sqs:eu-west-1:218684966818:AdAce-MS-sp-conversion-EU”,             “notes”: “Advertiser Shree […]

Blog

Web Development Trends of 2023

What we see as the Web Development Trends of 2023 & how we plan to embrace them Introduction The dynamic landscape of web development continues to evolve at an astonishing pace, fueling innovation and opening new possibilities for businesses and developers alike. It’s crucial for vBridge to stay updated on the latest trends shaping the […]

Blog

Batch process for bulk upload ‐ A Digital Agency US

A Digital Agency US This PHP application is a support tool for Google Adwords MCC account with the help of the Adwords API client library. This application automates the operations in bulk including the creation of shopping campaigns, adding schedules to campaigns, associating re-marketing lists(Audiences) to campaigns and Bid strategy download. Each operations imports CSV […]

Blog

SharDB, HyperDB and Multi-DB = Part 2

Part 1 is here.   HyperDB   HyperDB plugin is the implementation of replication property of WP Hyperdb. HyperDB plugin requires a master DB and a number of slaves are connected to master DB. Read and/or write permissions can be assigned to each databases. In this setup, the slaves have the same data, and act […]

Blog

SharDB, HyperDB and Multi-DB = Part 1

The Problem   As part of the WordPress Multi-Site Installation which involved more than 600,000 blogs, the biggest problem was that mySQL installation cannot support so many tables required for as many blogs. The filesystem was the real bottleneck here as there is a limit to the number of subdirectories that can be formed and […]

Blog

ZenDesk API Integration to get ticket details daily

Aim: To get count of tickets for every day.   User flow and implementation:   Step 1: Authorization as per https://support.zendesk.com/entries/24458591-Using-OAuth-authentication-with-your-application   Redirect the user to the authorization page in ZenDesk Get authorized using the access token.   Step 2: Get count of tickets created for a particular date.   curl Call:   curlWrap($zendfetchmail, $zendfetchkey, […]

Blog

Xero API Integration to get Total Sales

Aim: A tool where multiple Xero Account users can add their Xero Accounts easily and can get daily statistics from Xero and store it locally for further analysis..   Links: http://developer.xero.com/documentation/getting-started/public-applications/   User flow and implementation: A button called “Connect to Xero” to start the process of integrating a user xero account. If the user […]

Blog

XML formatting using xmllint

XMLs can come in varying shapes and sizes and often we encounter XMLs which are not formatted and hence not easy on the eye. We used to write emacs macros to format these ugly ones, but not any more. Because xml lint is here and is so easy to use in Ubuntu.   xmllint is […]

Blog

How we tuned Tesseract to perform as well as a commercial OCR package

Optical Character Recognition (OCR) is a widely used technology for extracting text from the scanned or camera images containing text.   One of our clients gave as a challenging task to see if we can improve the Tesseract Output somehow. They have been using Tesseract, but not with a satisfying performance or output. The challenge was […]

  • 1
  • 2