Hello, We are developing for SKAdNetwork for web.
Let me know about 'source-domain' parameter in AdImpressionRequest and conversion postback.
When below tag put to web page whose url is 'https://website.com', which is correct?
<a href="https://apps.apple.com/app/id123456789"
attributionDestination="https://adnetwork.com"
attributionSourceNonce="jipofsybsiilc3gim5mreq==">
</a>
A: Both adnetwork domains will be respond
AdImpressionRequest.source_domain = "https://adnetwork.com"
conversion-postback.source_domain = "https://adnetwork.com"
B: For AdImpressionRequest, the website domain will be respond, but for conversion-postback, the adnetwork domain will be respond.
AdImpressionRequest.source_domain = "https://adnetwork.com"
conversion-postback.source_domain = "https://website.com"
C: Both website domains will be respond*
AdImpressionRequest.source_domain = "https://website.com"
conversion-postback.source_domain = "https://website.com"
Best regards, AMoAd/LODEO Engineer Team