We have a pixel file just like google analytics, facebook pixel, hotjar pixel where we give to our customers and they it to their website. We then set some cookies on their website with our domain.
I read this article on SameSite cookies and I understand if I am the first party's developer I should use SameSite : Strict or Lax to not let third party like us read their secret cookies. But I can not find any resource for the third party developers who get and set read cookies on first party's website.
What should the third party developers use in SameSite cookie if they want to get and set only first party's cookies?