Collect Campaign Info from Facebook Lead Ads | Community
Skip to main content
Nina_Gonzalez1
Level 3
March 14, 2018
New

Collect Campaign Info from Facebook Lead Ads

  • March 14, 2018
  • 2 replies
  • 2403 views

Currently there is no way to collect campaign information from Facebook Lead Ads. You can only collect information from fields in the Facebook form. There needs to be a method to collect the campaign, section and asset, as you would do with any other campaign, by using hidden fields with utm codes or hard coded values.

2 replies

Level 4
June 7, 2018

Facebook campaign data is available via the API, just not in the GUI. I agree it would be helpful to be able to store it as a token to tie to the record.

"id": 131,

      "name": "Fill Out Facebook Lead Ads Form",

      "description": "User fills out and submits a Lead Ads form on a Facebook page",

      "primaryAttribute": {

        "name": "Lead Ad Form ID",

        "dataType": "integer"

      },

      "attributes": [

        {

          "name": "Lead Ad Campaign Name",

          "dataType": "string"

        },

        {

          "name": "Lead Ad ID",

          "dataType": "string"

        },

        {

          "name": "Lead Ad Name",

          "dataType": "string"

        },

        {

          "name": "Lead Ad Set Name",

          "dataType": "string"

        },

        {

          "name": "Lead Ad Form Name",

          "dataType": "string"

        },

        {

          "name": "Lead Gen ID",

          "dataType": "string"

February 4, 2020
No text available