Filters/hooks for head/footer areas?

Is there a way to hook into the 3 areas where Bricks > Settings > Custom Code outputs code?

I have a scenario where I need to set up some ACF option page fields for a client to add their own tracking scripts… basically the same thing as Bricks > Settings > Custom code. I don’t want to give the client access to Bricks Settings though.

Is there a way to output those ACF fields in those same locations? (end of head, start of body, end of body).

Just use the regular WP hooks:

Thanks, I clearly overthought that! Appreciate it