Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tik Tok integration will be available in the Rewam 1.10 release. The current integration works based on email data, thus it will only work for WAM account using the Wamfactory CRM feature.

It is required for the WAM account to have:

  • A namespace CRM

  • CRM data in the namespace

  • Emails in the CRM data

The emails must be compliant with Tik Tok requirements* and thus hashed in sha256. Weborama only control the format is valid to a sha256 string standards and does not hash email strings.

(*): Tik Tok Email Specific Normalization

Code Block
Remove '+' and any characters following the '+' symbol until '@'.
Remove all possible '.' within the username before '@'.
Email addresses need to be lowercased before hashing.

WAM setup

As usual a new partner must be set in the Onboarding>Partner page with the adequate information:

  • Partner name

  • Label

  • Tiktok user id for weborama 

  • Ad account id

  • Identifier (email by default)

  • Namespace

  • Email key in the CRM data

...

  • Hovering the user information.

...

Weborama access

The authorization has been requested, so the Tiktok user has to confirm the action and Weborama object manager must be granted access to the ad account id to be used for advertising by clicking on "confirm" button.

...