In this post we are listing additional Data Integration use cases which can be done in the Boxlaino Data Platform:
Criteo Audience
Our Winning Interaction platform can create various types of Audiences, both for Google Ads, but also for other platforms.
One of these platforms is Criteo:
The audience feed is based on:
An email CRM file containing plain text email addresses, an MD5 hash of plain text emails, or a SHA256 hash of previously MD5 hashed emails.
and is based on the following API:
https://developers.criteo.com/marketing-solutions/docs/audiences
The following Audiences can be created:
All customers
All newsletter subscribers
New customers
Customers who bought in the last year but not in the last month
Customers with high Customer Lifetime Value
Required information for the setup: a Criteo client_id
and client_secret
created by the client (as instructed https://developers.criteo.com/marketing-solutions/docs/authentication )
Facebook Newsletter Subscriptions
This is a case of immediate chaining of data integrations based on https://developers.facebook.com/docs/marketing-api/guides/lead-ads/ .
As soon as a subscriber registers, a Webhook should be triggered as Custom integration:
Custom integration - Using Webhooks and Facebook Graph API. A Webhook is an HTTP callback that occurs when something happens, which in turn invokes a simple event notification via the
HTTP POST
call. See Lead Ads Webhooks for more information.
Which directly saves the data in Google BigQuery.
Then the system would immediately push the data to a Push DataFeed which has to be integrated by the newsletter system.
Data Feed (import) → API Requests → Data Feed (export)
In this case, we want to be able to chain 3 processes:
Data are pushed to our Data Integration platform with a Load Feed Request: https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/842629121/Data+Feeds+DF#LOAD-FEED-REQUEST
A BigQuery view is then called in a loop providing Narrative API requests which are executed and for which the results are integrated in BigQuery, which will probably require a small extension of our https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/842629121/Data+Feeds+DF#LOAD-FEED-REQUEST
A Read (https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/842629121/Data+Feeds+DF#READ-FEED-REQUEST ) or View (https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/842629121/Data+Feeds+DF#VIEW-FEED-REQUEST ) or Json (https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/842629121/Data+Feeds+DF#JSON-FEED-REQUEST ) feed is the pushed to the requesting 3rd party
0 Comments