The error is because of invalid host. In the host "https://{%%camp-server%%}/rest/head/mobileAppV5/", key {%%camp-server%%} is not expanded. Most probably this is because data element "camp-server" is not set up in launch. Please reference https://experienceleague.adobe.com/docs/campaign-standard/us...
In the logs please search for the network request with URL starts with https://{%%camp-server%%}/rest/head/mobileAppV5/ and post body with keys { "cusCustomerGuid": "{value}", "cusDeviceId": "{value}" }.
Hi @mcece01 In the logs that you have shared, the {%%camp-server%%} key is not expanded in templateurl. Please see below. "templateurl" : "https://{%%camp-server%%}/rest/head/mobileAppV5/{%~state.com.adobe.module.configuration/campaign.pkey%}/subscriptions/{%~state.com.adobe.module.identity/mid%}" ...
Hi @mcece01 Did you see any networking error in the Log cat?Could you verify in logs that a successful network connection is made with payload containing cusCustomerGuid and cusDeviceId?
Hi rupaljain2408,Thanks for sharing the log. Take a look at this part of log[ "templateurl", "<company's-campaign-staging-url>" ]. Looks like campaign URL is not expanding here. Please try to resolve it in case you haven't done it deliberately in order to hide URL.Also, Could you please verify that ...
rupaljain2408Didn't know that you have updated PII post back body in launch rules.Please shared the logs and also the keys that your are using in Map passed to collectPII.Thank you.
Hi rupaljain2408In one of your previous comment, you mentioned the following PII post back body in launch rules.{"language":"{%%language%%}","company_number":"{%%company_number%%}"}If you look at the the context data in logs[ “contextdata”, [ [ “cusCompany_number”, “123" ], [ “cusLanguage”, “fi” ] ...
Hi rupaljain2408If you look at document, it saysThe data elements that are defined in Experience Platform Launch should be enclosed in double percentages, for example %%mcid%%, and context variables from app should be enclosed in single percentages, for example %contextdata.email%.In the PII postba...