SOLVED

How to create PMCF that tracks how many emails contacts click within a program?

Go to solution
Danielle_Wong
Level 8 - Community Advisor

How to create PMCF that tracks how many emails contacts click within a program?

I know score is not a field type for the PMCF fields. Is there a workaround to create a field that can +X whenever a campaign triggers? Use case here is that we want to see how many emails people are clicking within a campaign. Thanks 

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: How to create PMCF that tracks how many emails contacts click within a program?

The only way is by using a webhook-compatible service that loops back to use the REST API and increment the value.

 

Curiously, you can send PMCF {{member.tokens}} in webhook payloads, yet can’t receive PMCF updates directly in response mappings. If your volume is low (10,000 score increases in a day, let’s say, though the actual threshold depends on your other integrations) it’s not a problem to call webhook → API.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: How to create PMCF that tracks how many emails contacts click within a program?

The only way is by using a webhook-compatible service that loops back to use the REST API and increment the value.

 

Curiously, you can send PMCF {{member.tokens}} in webhook payloads, yet can’t receive PMCF updates directly in response mappings. If your volume is low (10,000 score increases in a day, let’s say, though the actual threshold depends on your other integrations) it’s not a problem to call webhook → API.