Confection collects, stores, and distributes data in a way that's unaffected by client-side disruptions involving cookies, cross-domain scripts, and device IDs. It's also compliant with global privacy laws so it’s good for people too.
Go to siteConfection API provides a robust solution for collecting, managing, and utilizing user data in compliance with privacy regulations. It helps businesses capture data lost due to ad blockers and privacy tech, ensuring you don't miss out on valuable insights. With Pipedream, you can harness this data in real-time, triggering actions, analyzing trends, or integrating with other services for a comprehensive data strategy.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
confection: {
type: "app",
app: "confection",
}
},
async run({steps, $}) {
const data = {
"key": `${this.confection.$auth.secret_key}`,
}
return await axios($, {
url: `https://transmission.confection.io/${this.confection.$auth.account_id}/account/`,
data,
})
},
})
Sales Lead Enrichment Workflow: Trigger a workflow whenever new data is captured by Confection. Use the Confection API to enrich this data and then send it to a CRM like Salesforce or HubSpot. This ensures your sales team always has the latest, most comprehensive view of potential leads.
Marketing Attribution Reporting: Combine Confection data with marketing platforms such as Google Ads or Facebook Ads via Pipedream. By doing this, you can attribute conversions accurately and optimize ad spend based on the enriched data from Confection, improving ROI on your marketing campaigns.
Privacy Compliance Automation: Use Confection API to audit data collection practices and trigger workflows in Pipedream to alert your compliance team or automatically rectify data handling to ensure alignment with GDPR, CCPA, or other privacy regulations. This proactive approach to compliance can save your business from hefty fines and maintain customer trust.
Emit new event when a UUID receives a value for the configured Event Name. The latest value as well a history of all values ever received for that Event Name will be returned.
Emit new event when the UUID is significant enough to be classified as a lead. You define the field of significance and if a UUID gets a value for this field, it will trigger.
Emit new event when any UUID is created or updated. To learn more about how Confection handles UUIDs, visit https://confection.io/main/demo/#uuid.
This action will retrieve the full details of a specified UUID.
This action will retrieve all UUIDs that have a likeness score of at least 50 (default) with the provided UUID. The likeness score can be customized in configuration.
Confection uses API keys for authentication. When you connect your Confection account, Pipedream securely stores the keys so you can easily authenticate to Confection APIs in both code and no-code steps.
Find your account ID and API keys here: https://dashboard.confection.io/my-keys
Need an account? Using Confection for the first time? Please see our quick-start guide: https://confection.io/quick-start/pipedream