Reporting

Passing Campaign Tags

As most contracts for this product will be revenue share on clicks, this will likely not be necessary, as your own reporting can track clicks by users.

Savings can pass up to 5 total unique strings for monitoring performance on your campaigns. To do this you can choose to pass a string like email_campaign in your clientTags section of the API.

Tags for savings should be passed via the format below:

{
  "clientTags": {
    "tag.sv": ["sampleTag1", "sampleTag2"]
  },
  ...
}

If you need to update your client tag strings, please contact your partner manager, or reach out to [email protected] to inform them of the change. You’ll need to identify to them the tag you are deprecating and the tag that you’re adding.

Last updated