SKAdNetwork: Will Ad Network receive multiple postbacks for a particular install?

For e.g user installs the app and app calls ‘registerForAttribution’, Ad network will receive postback within 0-24 hrs.
App calls updateConversionValue after 24 hrs, will the ad network receive the postback again for the same campaign number with different conversion value?
Ad Network will receive a single postback. It will be sent 24-48hours after the app install is registered by the advertised application. Postbacks wait for 24hours before becoming eligible to be sent, but If the app calls updateConversionValue before the 24hr expiry, then the postback 24hr timer resets.

Learn More: https://developer.apple.com/documentation/storekit/skadnetwork/3566697-updateconversionvalue
SKAdNetwork: Will Ad Network receive multiple postbacks for a particular install?
 
 
Q