Skip to main content

Community

Connector Improvement: Request to Retrieve Additional Fields (Link / Click URL) via API in Fivetran

Answered

Please sign in to leave a comment.

Comments

1 comment

  • Official comment

    Hi Ranjit,

    I think we already provide this data, but the way these platforms provide these links via the API is confusing and complicated. 

    For LinkedIn, it depends on the ad format.

    • Spotlight ad: CREATIVE_HISTORY.spotlight_landingPage
    • Text Ad: CREATIVE_HISTORY.text_ad_landingPage 
    • Single Image: POST_HISTORY.content_landing_page (join using CREATIVE_HISTORY.reference = POST_HISTORY.id)
    • Lead Gen Ad: LEAD_FORM_HISTORY.post_submission_infocall_to_action_landing_page_url (join using CREATIVE_HISTORY.reference = LEAD_FORM.id)

    For Facebook Ads, I believe the corresponding field is CREATIVE_HISTORY.object_story_link_data_link for most ads. However, if the ad is using dynamic creatives, then the data will be stored in AD_ASSET_FEED_SPEC_CALL_TO_ACTION. You can join using CREATIVE_HISTORY.id = AD_ASSET_FEED_SPEC_CALL_TO_ACTION.creative_id. 

    Let me know if this doesn't address your use case.

    Cheers,
    Luke