We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a9c00 commit df526baCopy full SHA for df526ba
app/code/Meta/Conversion/view/frontend/templates/pixel/view_content.phtml
@@ -27,6 +27,10 @@ if ($block->getFacebookPixelID()) {
27
'content_type' => $block->getContentType(),
28
'content_ids' => $block->getContentIDs(),
29
'content_name' => $block->escapeUrl($block->getContentName()) ?? '',
30
+ 'contents' => [
31
+ 'id' => $block->getContentIDs() ?? '',
32
+ 'quantity' => 1
33
+ ],
34
'content_category' => $block->getContentCategory() ?? '',
35
'value' => $block->getValue() ?? '',
36
'currency' => $block->getCurrency() ?? ''
0 commit comments