Facebook Custom Audience destination - upsert
When implementing Facebook Custom Audience Destination,destination, one might want to eithereither:
- create a new audience with each
export,export - or
toupsert (update or insert) customers to a specific audience.
A way on how to deliver this functionality is as follows:
-
Create Facebook
Destinationdestination (if does notexists)exist) inCDPMeiro Business Explorer (create a task in #help_product). -
Create
Workspacea workspace inMIMeiro Integrations withCDPMeiroDestinationBusinessConnectorExplorer (CDP) as destination connector pointing to the FacebookDestinationdestination (you get the ID fromAdministration)administration). -
Set up Facebook
Destinationdestination in CDP to point to the newly createdWorkspaceworkspace inMIMeiro Integrations (dropdown in Setup > Destinations) -
For a Facebook
Destination Destinationdestination inCDPMeirocreateBusiness Explorer define 2parametersparameters:-
- fb_audience_name (required, user input)
- fb_audience_id (user_input)
.
-
In Facebook
Loaderloader inMIMeiroWorkspaceIntegrationfor the destinationworkspace usetheworkspaceWorkspacevariables:Variable
- fb_audience_name for Name
- fb_audience_id for Audience
ID.ID
Learn more: How to create Parameter for destinations in Meiro Business Explorer learn from this tutorial.
Explanation of behavior
When you run a destination export from CDPMeiro Business Explorer where the fb_audience_id parameter is empty, the FB loader would take the name, create a new audience and fill it with segment customers.
However, when the fb_audience_id is present and it is a valid Audience ID from Facebook (you can get that ID from URL in Facebook Business Manager), it would upload the customers to this audience instead of creating a new one.