Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
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
Gelöst! Gehe zu Lösung.
Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.
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
Zugriffe
Antworten
Likes gesamt
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.
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
Yes. Within the FB extension, you can specify a data element in place of the pixel ID.
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
Hi Jantzen,
Do have you user guide/reference document for facebook conversion aPI integration using Adobe Launch.
Thanks & Regards,
Madhusudan Sura
Zugriffe
Antworten
Likes gesamt
@Madhusudan_S Here is the documentation for integration of Facebook Pixel extension in Adobe Launch
Hope this helps
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten