Hello Team,
We are using Facebook pixel extension to measure the effectiveness of advertising by understanding the actions. Currently we are working with different agencies who provide us different ID's.
The current Facebook extension accepts only one ID so I'm looking it to customise Facebook extension which accetps multiple ID's and make new develop extension.
I'm referring to example https://github.com/Adobe-Marketing-Cloud-Activation/extension-facebookpixel
but Have you ever come across this type of scenario or any development touch points?
Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Answer given in the comments to the orginal post. Posting here as an answer for easy reference:
Actually, your example IDs are bad. More likely they are like this: ABC="123456", PQR="789012", XYZ="987654"
Try this:
Assuming your data element is called "Facebook pixel ID".
Then in your rule(s) where you need to fire a Facebook pageview pixel, your actions would be like this:
First action: Core > Custom code
_satellite.setVar("Facebook pixel ID", "123456") // account ABC
Second action: Facebook > Send Page View
Third action:
Core > Custom code
_satellite.setVar("Facebook pixel ID", "789012") // account PQR
Fourth action: Facebook > Send Page View
Fifth action:
Core > Custom code
_satellite.setVar("Facebook pixel ID", "987654") // account XYZ
Sixth action: Facebook > Send Page View
Hi everyone,
Any one came across this situation - tagging few members here to just get help for this post
@analytics_union @Andrey_Osadchuk @PratheepArunRaj
Views
Replies
Total Likes
Try this: use a data element as your pixel ID.
Now, in your rule, when you need to send a hit to a specific FB pixel ID, use the Core extension's Custom Code action to populate your data element, then add the Facebook extension's Send Page View action.
Views
Replies
Total Likes
Views
Replies
Total Likes
Yes. Within the FB extension, you can specify a data element in place of the pixel ID.
Views
Replies
Total Likes
Views
Replies
Total Likes
Actually, your example IDs are bad. More likely they are like this: ABC="123456", PQR="789012", XYZ="987654"
Try this:
Assuming your data element is called "Facebook pixel ID".
Then in your rule(s) where you need to fire a Facebook pageview pixel, your actions would be like this:
First action: Core > Custom code
_satellite.setVar("Facebook pixel ID", "123456") // account ABC
Second action: Facebook > Send Page View
Third action:
Core > Custom code
_satellite.setVar("Facebook pixel ID", "789012") // account PQR
Fourth action: Facebook > Send Page View
Fifth action:
Core > Custom code
_satellite.setVar("Facebook pixel ID", "987654") // account XYZ
Sixth action: Facebook > Send Page View
Views
Replies
Total Likes
Hello analytics_union,
I'm transferring the tags from Tealium to Launch, and Tiq requires numerous pixel ids to be separated by commas, for example, 12345.435334,234555. Launch, however, only allows the use of one pixel ID. I tried using the custom code you advised, but I was unable to accomplish it using the new meta pixel extension.
Regards,
Himanshu Joshi
Views
Replies
Total Likes
Answer given in the comments to the orginal post. Posting here as an answer for easy reference:
Actually, your example IDs are bad. More likely they are like this: ABC="123456", PQR="789012", XYZ="987654"
Try this:
Assuming your data element is called "Facebook pixel ID".
Then in your rule(s) where you need to fire a Facebook pageview pixel, your actions would be like this:
First action: Core > Custom code
_satellite.setVar("Facebook pixel ID", "123456") // account ABC
Second action: Facebook > Send Page View
Third action:
Core > Custom code
_satellite.setVar("Facebook pixel ID", "789012") // account PQR
Fourth action: Facebook > Send Page View
Fifth action:
Core > Custom code
_satellite.setVar("Facebook pixel ID", "987654") // account XYZ
Sixth action: Facebook > Send Page View
Views
Replies
Total Likes
Hi Jantzen,
Do have you user guide/reference document for facebook conversion aPI integration using Adobe Launch.
Thanks & Regards,
Madhusudan Sura
Views
Replies
Total Likes
@Madhusudan_S Here is the documentation for integration of Facebook Pixel extension in Adobe Launch
Hope this helps
Views
Replies
Total Likes
Views
Like
Replies