Skip to main content

Community

Connector Improvement: Support history mode of the custom_conversion_history table for Facebook Ads data.

Answered

Please sign in to leave a comment.

Comments

2 comments

  • Official comment

    Hi Suman,

    Thank you for reporting this issue. This behavior with the Custom_Conversion_History table actually might be a bug that requires investigation. I have flagged this to our team to review and confirm if this is a bug.

    Thanks,
    Shiva

    Hi Team, 

    To add, custom conversions can be edited after creation (i.e name) and we only update the record row in the table. We do not append the change of the conversion. 

    Best way to tackle this is to add a hash pk of the columns (minus timestamp column) so if a change occurs then we will append the record. 

    Thanks!