Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Changing Data-Model, Data-Volume-Estimation, Distributions, and Security articles.
  • Loading branch information
MaciekVoucherify committed Oct 30, 2023
1 parent 8a8b2ad commit 508d248
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 10 deletions.
12 changes: 7 additions & 5 deletions docs/guides/integration_blueprint/Data-Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ By verifying and defining the data model early by translating data and actions i

The next step is to **plan the frequency of data sync.** Voucherify can work with real-time traffic, which might impact your subscription plan's monthly API call usage.

> πŸ“˜ Voucherify operates on top of an external master ID (source_id),
which lets you sync various pieces of information under a unified ID.
> πŸ“˜
>
> Voucherify operates on top of an external master ID (source_id), which lets you sync various pieces of information under a unified ID.
To quickly map out your data model, consider using the ready connectors with [Segment](https://voucherify.io/integrations/segment "Integration with Segment") and [mParticle](https://voucherify.io/integrations/mparticle "Integration with mParticle") CDPs.

For the initial data migration, use asynchronous bulk API import endpoints or upload CSV files in the Dashboard. [Learn more about data integration](https://support.voucherify.io/article/574-data-import "Data Import").

> πŸ“˜ Voucherify gives you complete control over **how and when to sync data** needed for incentive validation and redemption. You can sync the data before the final stage of the checkout process or send us relevant customer, product, order, and other data right in the validation and redemption requests on the fly.
> πŸ“˜
>
> Voucherify gives you complete control over **how and when to sync data** needed for incentive validation and redemption. You can sync the data before the final stage of the checkout process or send us relevant customer, product, order, and other data right in the validation and redemption requests on the fly.
## Customer story – TIER Mobility

Expand All @@ -55,8 +58,7 @@ to a given customer for a predefined period of time.

[To learn more about tracking custom events, go here >](ref:custom-event-object)

<!-- ![Sample Data Models](../../assets/img/guides_integration_blueprint_data_model_sample_data_models.png "Sample Data Models") -->
![Sample Data Models](https://raw.githubusercontent.com/voucherifyio/voucherify-openapi/mk/updating-quickstart-article/docs/assets/img/guides_integration_blueprint_data_model_sample_data_models.png)
![Sample Data Models](https://files.readme.io/c1910d6-guides_integration_blueprint_data_model_sample_data_models.png)



Expand Down
31 changes: 31 additions & 0 deletions docs/guides/integration_blueprint/Data-Volume-Estimation
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Data Volume Estimation
excerpt:
categorySlug: integration-blueprint
slug: data-volume-estimation
type: basic
hidden: false
order: 11
---

# Data volume estimation

> πŸ“˜ **Goals**
> * Understand what API endpoints will be used to map your scenarios.
> * Estimate how many customers will be included in promotions and how often their data should be synced with Voucherify.
> * Think of what it takes to migrate promotions from your current system.

## Outcome:

API usage forecast, including monthly and hourly API calls number and a Voucheify deployment plan.

Voucherify works in a [pay-as-you-grow pricing model](https://www.voucherify.io/pricing) – the higher API usage, the higher the bill. If you want to estimate the TOC in the long run, you might want to **calculate API usage with assumptions about your growth.**

**Initial data migration might be an API-heavy operation.** To reduce the impact on pricing, Voucherify provides **bulk API endpoints.**

Depending on your data volume and/or security policies, your account might require additional activities from the Voucherify team. One of them is setting up **a dedicated cluster near your customers.** This might impact the pricing significantly, so please remember to provide this information to your Technical Integration Manager.

> πŸ“˜
>
> Besides API usage, you should define your minimum availability requirements. These will be included in a custom SLA.
[Check system status for historical performance >](https://status.voucherify.io/)
7 changes: 4 additions & 3 deletions docs/guides/integration_blueprint/Distributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Evaluate your customer journey and **think of places and times the information a

Both push and pull modes can be used with 3rd party platforms.

<!-- ![3rd party platforms](../../assets/img/guides_integration_blueprint_distributions_3rd_party_platforms.png "3rd party platforms") -->
![3rd party platforms](https://raw.githubusercontent.com/voucherifyio/voucherify-openapi/mk/updating-quickstart-article/docs/assets/img/guides_integration_blueprint_distributions_3rd_party_platforms.png)
![3rd party platforms](https://files.readme.io/341f152-guides_integration_blueprint_distributions_3rd_party_platforms.png)

> πŸ“˜ Publication means incentive assignment. Typically, a publication is performed by sharing codes with customers [via Publication API](ref:publication-object).
> πŸ“˜
>
> Publication means incentive assignment. Typically, a publication is performed by sharing codes with customers [via Publication API](ref:publication-object).
6 changes: 4 additions & 2 deletions docs/guides/integration_blueprint/Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Security
excerpt:
categorySlug: integration-blueprint
slug: security
slug: security-1
type: basic
hidden: false
order: 12
Expand Down Expand Up @@ -40,4 +40,6 @@ As an **ISO-27001-certified product**, Voucherify implements several security st

Contact our Customer Success team for a complete **Security Architecture Model** or the recent pentest report.

> πŸ“˜ If you plan to use Voucherify's built-in messaging, go to a dedicated [GDPR guide](https://support.voucherify.io/article/125-security-data-protection). It showcases how Voucherify implements marketing consents and other requirements from the Directive.
> πŸ“˜
>
> If you plan to use Voucherify's built-in messaging, go to a dedicated [GDPR guide](https://support.voucherify.io/article/125-security-data-protection). It showcases how Voucherify implements marketing consents and other requirements from the Directive.

0 comments on commit 508d248

Please sign in to comment.