Coder Social home page Coder Social logo

Comments (12)

nporter-adbe avatar nporter-adbe commented on July 28, 2024

@Vishal7591 Can you share logs (please remove your app id before sharing the logs publicly)?

Also can you please check that your config is published by visiting: https://assets.adobedtm.com/yourAppId.json

If your config is available at the link above ensure the global.privacy is set to opt-in. You can update this value via Launch or with ACPCore.setPrivacyStatus(ACPMobilePrivacyStatus.OPT_IN);

from react-native-acpanalytics.

Vishal7591 avatar Vishal7591 commented on July 28, 2024

@nporter-adbe the config file isn't available on the above mentioned link(resource is unavailable), what could be the possible reason for the unavailability of the config file on the above mentioned link. In addition, the config file downloaded from Mobile Services Dashboard has a rule "privacyDefault" set to "optedin"

from react-native-acpanalytics.

nporter-adbe avatar nporter-adbe commented on July 28, 2024

@Vishal7591 This usually means your config is not published. Please see: https://aep-sdks.gitbook.io/docs/getting-started/create-a-mobile-property#publish-the-configuration

from react-native-acpanalytics.

Vishal7591 avatar Vishal7591 commented on July 28, 2024

@nporter-adbe The report suite seems to be capturing the traffic for the native-android app for the original ADBMobileConfig.json, but isn't functional for the ACPAnalytics SDK.

from react-native-acpanalytics.

nporter-adbe avatar nporter-adbe commented on July 28, 2024

@Vishal7591 Are you trying to use v5 of the SDK or v4? Also please provide some logs.

v4: https://github.com/Adobe-Marketing-Cloud/mobile-services
v5: https://github.com/Adobe-Marketing-Cloud/acp-sdks

from react-native-acpanalytics.

Vishal7591 avatar Vishal7591 commented on July 28, 2024

@nporter-adbe The sample app we're trying to use has been downloaded from Adobe Mobile Marketing Dashboard and seems to have a structure similar to v4.

from react-native-acpanalytics.

Vishal7591 avatar Vishal7591 commented on July 28, 2024

Logs:

2020-01-08 12:40:40.611 2864-2864/com.acpanalyticssample W/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (com.adobe.eventtype.configuration, com.adobe.eventsource.requestcontent) was dispatched before module registration was finished
2020-01-08 12:40:40.644 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: e9955333-8aa4-4ee3-859d-6d32d20f9e29, com.adobe.eventtype.configuration/com.adobe.eventsource.requestcontent [0] {"config.appId":"APP_ID"}
2020-01-08 12:40:40.656 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (e9955333-8aa4-4ee3-859d-6d32d20f9e29) #0 (Configure with AppID) resulted in 0 consequence events. Time in rules was 1 milliseconds.
2020-01-08 12:40:40.712 2864-2864/com.acpanalyticssample D/AdobeExperienceSDK: IdentityCore - Core initialization was successful
2020-01-08 12:40:40.725 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Processing configureWithAppID event. AppID -(APP_ID)
2020-01-08 12:40:40.780 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Saving appID to persistence - APP_ID
2020-01-08 12:40:40.805 2864-3264/com.acpanalyticssample W/AdobeExperienceSDK: SystemInfoService - Unable to read property for key (com.adobe.marketing.mobile.RemoteConfigServer).ApplicationInfo's metaData is null
2020-01-08 12:40:40.812 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/adbdownloadcache).
2020-01-08 12:40:40.826 2864-2864/com.acpanalyticssample D/AdobeExperienceSDK: LifecycleCore - Registered LifecycleExtension
2020-01-08 12:40:40.845 2864-3212/com.acpanalyticssample D/AdobeExperienceSDK: HitsDatabase - Trying to open database file located at /data/user/0/com.acpanalyticssample/cache/ADBMobileSignalDataCache.sqlite
2020-01-08 12:40:41.006 2864-2864/com.acpanalyticssample D/AdobeExperienceSDK: SignalCore - Registered SignalExtension extension
2020-01-08 12:40:41.020 2864-2864/com.acpanalyticssample D/AdobeExperienceSDK: AnalyticsCore - Registered AnalyticsExtension extension
2020-01-08 12:40:41.021 2864-2864/com.acpanalyticssample D/AdobeExperienceSDK: AnalyticsCore - Core initialization was successful
2020-01-08 12:40:41.022 2864-2864/com.acpanalyticssample W/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (com.adobe.eventtype.hub, com.adobe.eventsource.booted) was dispatched before module registration was finished
2020-01-08 12:40:41.136 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: aafcd3f5-6546-4b7b-852e-617c6757bd39, com.adobe.eventtype.hub/com.adobe.eventsource.booted [1] {}
2020-01-08 12:40:41.136 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (aafcd3f5-6546-4b7b-852e-617c6757bd39) #1 (EventHub) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:41.138 2864-3260/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Last known rules URL loaded from persistence - null
2020-01-08 12:40:41.138 2864-3260/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Processing boot configuration event
2020-01-08 12:40:41.140 2864-3260/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Loading overridden configuration from persistence -
null
2020-01-08 12:40:41.141 2864-3260/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - AppID loaded from persistence - APP_ID
2020-01-08 12:40:41.142 2864-3260/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Valid AppID is retrieved from persistence - APP_ID
2020-01-08 12:40:41.145 2864-3260/com.acpanalyticssample W/AdobeExperienceSDK: SystemInfoService - Unable to read property for key (com.adobe.marketing.mobile.RemoteConfigServer).ApplicationInfo's metaData is null
2020-01-08 12:40:41.146 2864-3260/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/adbdownloadcache).
2020-01-08 12:40:41.146 2864-3260/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Nothing is loaded from cached file
2020-01-08 12:40:41.147 2864-3260/com.acpanalyticssample W/AdobeExperienceSDK: SystemInfoService - Unable to read (ADBMobileConfig.json) from the the assets folder. (java.io.FileNotFoundException: ADBMobileConfig.json)
2020-01-08 12:40:41.147 2864-3260/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Nothing is loaded from bundled file
2020-01-08 12:40:41.202 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: HttpConnectionHandler - Connecting to URL https://assets.adobedtm.com/APP_ID.json (GET)
2020-01-08 12:40:41.215 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 92319519-73b3-463a-b668-e23a5e1f63f3, com.adobe.eventtype.configuration/com.adobe.eventsource.requestcontent [2] {"config.appId":"APP_ID","config.isinternalevent":true}
2020-01-08 12:40:41.216 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (92319519-73b3-463a-b668-e23a5e1f63f3) #2 (Configure with AppID Internal) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:41.235 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processing BOOTED event.
2020-01-08 12:40:41.242 2864-3308/com.acpanalyticssample W/AdobeExperienceSDK: LifecycleExtension - Failed to read lifecycle data from persistence
2020-01-08 12:40:41.246 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Config not available at the time to process IdentityExtension event.
2020-01-08 12:40:41.255 2864-3317/com.acpanalyticssample E/AdobeExperienceSDK: AnalyticsExtension - Couldn't retrieve shared state for com.adobe.module.configuration. Please make sure you have registered and configured the com.adobe.module.configuration extension properly based on the documentation.
2020-01-08 12:40:41.342 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 5696737e-f6a5-46dc-a17b-57171a587caa, com.adobe.eventtype.hub/com.adobe.eventsource.sharedstate [3] {"stateowner":"com.adobe.module.lifecycle"}
2020-01-08 12:40:41.346 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (5696737e-f6a5-46dc-a17b-57171a587caa) #3 (STATE_CHANGE_EVENT) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:42.260 2864-2864/com.acpanalyticssample D/AdobeExperienceSDK: Core - collectData: Could not dispatch generic data event, data is null or empty.
2020-01-08 12:40:43.000 2864-2864/com.acpanalyticssample D/AdobeExperienceSDK: Core - collectData: Could not dispatch generic data event, data is null or empty.
2020-01-08 12:40:43.265 2864-3538/com.acpanalyticssample I/ReactNativeJS: AdobeExperienceSDK IMPORT: ACPAnalytics = [object Object]
2020-01-08 12:40:43.300 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 5fc987df-de17-4e91-b574-5cdbdd3a302f, com.adobe.eventtype.configuration/com.adobe.eventsource.requestcontent [4] {"config.update":{"global.privacy":"optedin"}}
2020-01-08 12:40:43.301 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (5fc987df-de17-4e91-b574-5cdbdd3a302f) #4 (Configuration Update) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:43.302 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 2835f5ed-ab26-412b-9326-247788a7924d, com.adobe.eventtype.configuration/com.adobe.eventsource.requestcontent [5] {"config.appId":"launch-EN"}
2020-01-08 12:40:43.303 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (2835f5ed-ab26-412b-9326-247788a7924d) #5 (Configure with AppID) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:43.304 2864-3212/com.acpanalyticssample E/AdobeExperienceSDK: EventHub(AMSEventHub) - Failed to register extension, an extension with the same name (com.adobe.module.lifecycle) already exists
2020-01-08 12:40:43.304 2864-3539/com.acpanalyticssample D/AdobeExperienceSDK: LifecycleCore - Registered LifecycleExtension
2020-01-08 12:40:43.306 2864-3212/com.acpanalyticssample E/AdobeExperienceSDK: EventHub(AMSEventHub) - Failed to register extension, an extension with the same name (com.adobe.module.identity) already exists
2020-01-08 12:40:43.306 2864-3539/com.acpanalyticssample D/AdobeExperienceSDK: IdentityCore - Core initialization was successful
2020-01-08 12:40:43.308 2864-3212/com.acpanalyticssample D/AdobeExperienceSDK: HitsDatabase - Trying to open database file located at /data/user/0/com.acpanalyticssample/cache/ADBMobileSignalDataCache.sqlite
2020-01-08 12:40:43.313 2864-3212/com.acpanalyticssample E/AdobeExperienceSDK: EventHub(AMSEventHub) - Failed to register extension, an extension with the same name (com.adobe.module.signal) already exists
2020-01-08 12:40:43.313 2864-3539/com.acpanalyticssample D/AdobeExperienceSDK: SignalCore - Registered SignalExtension extension
2020-01-08 12:40:43.316 2864-3212/com.acpanalyticssample E/AdobeExperienceSDK: EventHub(AMSEventHub) - Failed to register extension, an extension with the same name (com.adobe.module.analytics) already exists
2020-01-08 12:40:43.317 2864-3539/com.acpanalyticssample D/AdobeExperienceSDK: AnalyticsCore - Registered AnalyticsExtension extension
2020-01-08 12:40:43.317 2864-3539/com.acpanalyticssample D/AdobeExperienceSDK: AnalyticsCore - Core initialization was successful
2020-01-08 12:40:43.320 2864-3539/com.acpanalyticssample E/AdobeExperienceSDK: Core - Can't start Core more than once.
2020-01-08 12:40:43.411 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: RemoteDownloader - File not found. (https://assets.adobedtm.com/APP_ID.json)
2020-01-08 12:40:43.412 2864-3264/com.acpanalyticssample W/AdobeExperienceSDK: AndroidHttpConnection - Could not get the input stream. (java.io.FileNotFoundException: https://assets.adobedtm.com/APP_ID.json)
2020-01-08 12:40:43.413 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/adbdownloadcache).
2020-01-08 12:40:43.424 2864-3264/com.acpanalyticssample E/AdobeExperienceSDK: ConfigurationExtension - Unable to fetch config. Rolling back to previous configuration.
2020-01-08 12:40:43.425 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - AppID loaded from persistence - APP_ID
2020-01-08 12:40:43.425 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Valid AppID is retrieved from persistence - APP_ID
2020-01-08 12:40:43.427 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Processing configureWithAppID event. AppID -(APP_ID)
2020-01-08 12:40:43.427 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Saving appID to persistence - APP_ID
2020-01-08 12:40:43.431 2864-3264/com.acpanalyticssample W/AdobeExperienceSDK: SystemInfoService - Unable to read property for key (com.adobe.marketing.mobile.RemoteConfigServer).ApplicationInfo's metaData is null
2020-01-08 12:40:43.431 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/adbdownloadcache).
2020-01-08 12:40:43.432 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: HttpConnectionHandler - Connecting to URL https://assets.adobedtm.com/APP_ID.json (GET)
2020-01-08 12:40:43.745 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: RemoteDownloader - File not found. (https://assets.adobedtm.com/APP_ID.json)
2020-01-08 12:40:43.745 2864-3264/com.acpanalyticssample W/AdobeExperienceSDK: AndroidHttpConnection - Could not get the input stream. (java.io.FileNotFoundException: https://assets.adobedtm.com/APP_ID.json)
2020-01-08 12:40:43.746 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/adbdownloadcache).
2020-01-08 12:40:43.747 2864-3264/com.acpanalyticssample E/AdobeExperienceSDK: ConfigurationExtension - Unable to fetch config. Rolling back to previous configuration.
2020-01-08 12:40:43.748 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Processing updateConfiguration Event.
{global.privacy="optedin"}
2020-01-08 12:40:43.748 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Loading overridden configuration from persistence -
null
2020-01-08 12:40:43.748 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Saving the overridden configuration to persistence -
{global.privacy="optedin"}
2020-01-08 12:40:43.758 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Shared state is created for event number 4 with data
{"global.privacy":"optedin"}
2020-01-08 12:40:43.759 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Dispatching - configuration response content event
2020-01-08 12:40:43.759 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 487a6c83-9cd6-4d2c-933e-9b130d85c0e1, com.adobe.eventtype.hub/com.adobe.eventsource.sharedstate [6] {"stateowner":"com.adobe.module.configuration"}
2020-01-08 12:40:43.760 2864-3694/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Saving last known rules URL to persistence -
2020-01-08 12:40:43.760 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (487a6c83-9cd6-4d2c-933e-9b130d85c0e1) #6 (STATE_CHANGE_EVENT) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:43.761 2864-3317/com.acpanalyticssample E/AdobeExperienceSDK: AnalyticsExtension - Couldn't retrieve shared state for com.adobe.module.identity. Please make sure you have registered and configured the com.adobe.module.identity extension properly based on the documentation.
2020-01-08 12:40:43.763 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processing event uniqueIdentifier: ea1ce386-3e32-4148-9588-6c8186eb321d, com.adobe.eventtype.identity/com.adobe.eventsource.requestidentity [1] with data: {"forcesync":true,"authenticationstate":0,"issyncevent":true}.
2020-01-08 12:40:43.763 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Config settings not valid to process the identity event. Processing will resume when a valid configuration is obtained.
2020-01-08 12:40:43.763 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Processing configureWithAppID event. AppID -(launch-EN)
2020-01-08 12:40:43.764 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Saving appID to persistence - launch-EN
2020-01-08 12:40:43.769 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: ab16da6e-1c8a-4a4e-b39e-ce60c65db5b1, com.adobe.eventtype.configuration/com.adobe.eventsource.responsecontent [7] {"global.privacy":"optedin"}
2020-01-08 12:40:43.770 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (ab16da6e-1c8a-4a4e-b39e-ce60c65db5b1) #7 (Configuration Response Event) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:43.775 2864-3696/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processed privacy change request [7]. New privacy status optedin.
2020-01-08 12:40:43.775 2864-3317/com.acpanalyticssample D/AdobeExperienceSDK: HitsDatabase - Trying to open database file located at /data/user/0/com.acpanalyticssample/cache/ADBMobileDataCache.sqlite
2020-01-08 12:40:43.775 2864-3696/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processing event uniqueIdentifier: c17a22b3-8205-4d5c-b5d2-59e9c2d99a12, com.adobe.eventtype.identity/com.adobe.eventsource.requestidentity [7] with data: {"forcesync":true,"authenticationstate":0,"issyncevent":true}.
2020-01-08 12:40:43.776 2864-3696/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Config settings not valid to process the identity event. Processing will resume when a valid configuration is obtained.
2020-01-08 12:40:43.776 2864-3698/com.acpanalyticssample D/AdobeExperienceSDK: HitsDatabase - Trying to open database file located at /data/user/0/com.acpanalyticssample/cache/ADBMobileDataCache.sqlite
2020-01-08 12:40:43.777 2864-3696/com.acpanalyticssample D/AdobeExperienceSDK: HitsDatabase - Trying to open database file located at /data/user/0/com.acpanalyticssample/cache/ADBMobileIdentity.sqlite
2020-01-08 12:40:43.777 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processed privacy change request [7]. New privacy status optedin.
2020-01-08 12:40:43.778 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processing event uniqueIdentifier: ea1ce386-3e32-4148-9588-6c8186eb321d, com.adobe.eventtype.identity/com.adobe.eventsource.requestidentity [1] with data: {"forcesync":true,"authenticationstate":0,"issyncevent":true}.
2020-01-08 12:40:43.778 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Config settings not valid to process the identity event. Processing will resume when a valid configuration is obtained.
2020-01-08 12:40:43.778 2864-3316/com.acpanalyticssample D/AdobeExperienceSDK: HitsDatabase - Trying to open database file located at /data/user/0/com.acpanalyticssample/cache/ADBMobileIdentity.sqlite
2020-01-08 12:40:43.802 2864-3264/com.acpanalyticssample W/AdobeExperienceSDK: SystemInfoService - Unable to read property for key (com.adobe.marketing.mobile.RemoteConfigServer).ApplicationInfo's metaData is null
2020-01-08 12:40:43.803 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/adbdownloadcache).
2020-01-08 12:40:43.810 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: HttpConnectionHandler - Connecting to URL https://assets.adobedtm.com/launch-EN.json (GET)
2020-01-08 12:40:43.828 2864-3317/com.acpanalyticssample E/AdobeExperienceSDK: URLBuilder - Failed to generate the URL for (server:null, path:/b/ss/0/JAVA-1.1.1-1.4.3-RN-AN/s, query:)
2020-01-08 12:40:43.829 2864-3696/com.acpanalyticssample D/AdobeExperienceSDK: IdentityHitsDatabase - Privacy opted-in: Attempting to send IdentityExtension queued hits from database
2020-01-08 12:40:43.846 2864-3316/com.acpanalyticssample D/AdobeExperienceSDK: IdentityHitsDatabase - Privacy opted-in: Attempting to send IdentityExtension queued hits from database
2020-01-08 12:40:43.850 2864-3698/com.acpanalyticssample E/AdobeExperienceSDK: URLBuilder - Failed to generate the URL for (server:null, path:/b/ss/0/JAVA-1.1.1-1.4.3-RN-AN/s, query:)
2020-01-08 12:40:44.817 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/adbdownloadcache).
2020-01-08 12:40:44.826 2864-3264/com.acpanalyticssample D/AdobeExperienceSDK: RemoteDownloader - Cached Files - Successfully downloaded content (https://assets.adobedtm.com/launch-EN.json) into (/data/user/0/com.acpanalyticssample/cache/adbdownloadcache/fcc52ba649a46215c43753b8cf80f562e5590f95a7d2afbbeb31eb808820eda4.1544038929000)
2020-01-08 12:40:44.829 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Loading overridden configuration from persistence -
{"global.privacy":"optedin"}
2020-01-08 12:40:44.832 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: ded96cab-9656-4626-9a29-c234967ae63d, com.adobe.eventtype.hub/com.adobe.eventsource.sharedstate [8] {"stateowner":"com.adobe.module.configuration"}
2020-01-08 12:40:44.833 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (ded96cab-9656-4626-9a29-c234967ae63d) #8 (STATE_CHANGE_EVENT) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:44.835 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processing event uniqueIdentifier: ea1ce386-3e32-4148-9588-6c8186eb321d, com.adobe.eventtype.identity/com.adobe.eventsource.requestidentity [1] with data: {"forcesync":true,"authenticationstate":0,"issyncevent":true}.
2020-01-08 12:40:44.835 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Config settings not valid to process the identity event. Processing will resume when a valid configuration is obtained.
2020-01-08 12:40:44.835 2864-3696/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processing event uniqueIdentifier: c17a22b3-8205-4d5c-b5d2-59e9c2d99a12, com.adobe.eventtype.identity/com.adobe.eventsource.requestidentity [7] with data: {"forcesync":true,"authenticationstate":0,"issyncevent":true}.
2020-01-08 12:40:44.836 2864-3317/com.acpanalyticssample E/AdobeExperienceSDK: AnalyticsExtension - Couldn't retrieve shared state for com.adobe.module.identity. Please make sure you have registered and configured the com.adobe.module.identity extension properly based on the documentation.
2020-01-08 12:40:44.837 2864-3696/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - No Visitor IDs to generate for URL
2020-01-08 12:40:44.844 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Shared state is created for event number 5 with data
{"target.timeout":5,"global.privacy":"optedin","analytics.backdatePreviousSessionInfo":false,"analytics.offlineEnabled":true,"build.environment":"prod","rules.url":"https://assets.adobedtm.com/launch-EN-rules.zip","target.clientCode":"","experienceCloud.org":"<ORG_ID>@AdobeOrg","lifecycle.sessionTimeout":300,"target.environmentId":"","analytics.server":"obumobile5.sc.omtrdc.net","analytics.rsids":"mobile5adobe.store.sprint.demo","analytics.batchLimit":3,"property.id":"PR3dd64c475eb747339f0319676d56b1df","global.ssl":true,"analytics.aamForwardingEnabled":true}
2020-01-08 12:40:44.845 2864-3694/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Saving last known rules URL to persistence - https://assets.adobedtm.com/launch-EN-rules.zip
2020-01-08 12:40:44.845 2864-3264/com.acpanalyticssample V/AdobeExperienceSDK: ConfigurationExtension - Dispatching - configuration response content event
2020-01-08 12:40:44.849 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: d555c3fc-1eb6-409f-a228-e88c38ec0c30, com.adobe.eventtype.configuration/com.adobe.eventsource.responsecontent [9] {"target.timeout":5,"global.privacy":"optedin","analytics.backdatePreviousSessionInfo":false,"analytics.offlineEnabled":true,"build.environment":"prod","rules.url":"https://assets.adobedtm.com/launch-EN-rules.zip","target.clientCode":"","experienceCloud.org":"<ORG_ID>@AdobeOrg","lifecycle.sessionTimeout":300,"target.environmentId":"","analytics.server":"obumobile5.sc.omtrdc.net","analytics.rsids":"mobile5adobe.store.sprint.demo","analytics.batchLimit":3,"property.id":"PR3dd64c475eb747339f0319676d56b1df","global.ssl":true,"analytics.aamForwardingEnabled":true}
2020-01-08 12:40:44.849 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (d555c3fc-1eb6-409f-a228-e88c38ec0c30) #9 (Configuration Response Event) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:44.853 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processing event uniqueIdentifier: ea1ce386-3e32-4148-9588-6c8186eb321d, com.adobe.eventtype.identity/com.adobe.eventsource.requestidentity [1] with data: {"forcesync":true,"authenticationstate":0,"issyncevent":true}.
2020-01-08 12:40:44.854 2864-3316/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - No Visitor IDs to generate for URL
2020-01-08 12:40:44.865 2864-3694/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/configRules).
2020-01-08 12:40:44.866 2864-3694/com.acpanalyticssample D/AdobeExperienceSDK: HttpConnectionHandler - Connecting to URL https://assets.adobedtm.com/launch-EN-rules.zip (GET)
2020-01-08 12:40:44.880 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: c5b0cb32-f695-4c9e-b501-626dff05baa1, com.adobe.eventtype.hub/com.adobe.eventsource.sharedstate [10] {"stateowner":"com.adobe.module.identity"}
2020-01-08 12:40:44.880 2864-3316/com.acpanalyticssample W/AdobeExperienceSDK: EventHub(AMSEventHub) - Unable to create or update shared state for com.adobe.module.identity with version 1.
2020-01-08 12:40:44.880 2864-3316/com.acpanalyticssample D/AdobeExperienceSDK: IdentityHitsDatabase - Privacy opted-in: Attempting to send IdentityExtension queued hits from database
2020-01-08 12:40:44.880 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (c5b0cb32-f695-4c9e-b501-626dff05baa1) #10 (STATE_CHANGE_EVENT) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:44.883 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 264f883d-35f3-4b4a-b301-c5deedfecb49, com.adobe.eventtype.hub/com.adobe.eventsource.sharedstate [11] {"stateowner":"com.adobe.module.analytics"}
2020-01-08 12:40:44.883 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (264f883d-35f3-4b4a-b301-c5deedfecb49) #11 (STATE_CHANGE_EVENT) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:44.885 2864-3696/com.acpanalyticssample D/AdobeExperienceSDK: IdentityHitsDatabase - Privacy opted-in: Attempting to send IdentityExtension queued hits from database
2020-01-08 12:40:44.887 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: b8d699ef-3628-406b-b07d-5a5e8744777f, com.adobe.eventtype.analytics/com.adobe.eventsource.responseidentity [12] {"vid":null,"aid":null}
2020-01-08 12:40:44.887 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (b8d699ef-3628-406b-b07d-5a5e8744777f) #12 (TrackingIdentifierValue) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:44.888 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 2fdd85ab-595c-4624-a9fa-a36cc646abd9, com.adobe.eventtype.analytics/com.adobe.eventsource.responseidentity [13] {"vid":null,"aid":null}
2020-01-08 12:40:44.888 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (2fdd85ab-595c-4624-a9fa-a36cc646abd9) #13 (TrackingIdentifierValue) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:44.894 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: HitQueue - Hit queued (class com.adobe.marketing.mobile.IdentityHit)
2020-01-08 12:40:44.897 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: IdentityExtension - Processing event uniqueIdentifier: f2986188-bd2a-408f-9cc1-3fe44d2bd145, com.adobe.eventtype.identity/com.adobe.eventsource.requestidentity [7] with data: {"forcesync":true,"authenticationstate":0,"issyncevent":true}.
2020-01-08 12:40:44.898 2864-3316/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - No Visitor IDs to generate for URL
2020-01-08 12:40:44.899 2864-3696/com.acpanalyticssample V/AdobeExperienceSDK: HitQueue - Hit queued (class com.adobe.marketing.mobile.IdentityHit)
2020-01-08 12:40:44.899 2864-3863/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - Sending request (https://dpm.demdex.net/id?d_mid=&d_ver=2&d_orgid=<ORG_ID>%40AdobeOrg&d_rtbd=json)
2020-01-08 12:40:44.900 2864-3863/com.acpanalyticssample D/AdobeExperienceSDK: HttpConnectionHandler - Connecting to URL https://dpm.demdex.net/id?d_mid=&d_ver=2&d_orgid=<ORG_ID>%40AdobeOrg&d_rtbd=json (GET)
2020-01-08 12:40:44.903 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - Sending request (https://dpm.demdex.net/id?d_mid=&d_ver=2&d_orgid=<ORG_ID>%40AdobeOrg&d_rtbd=json)
2020-01-08 12:40:44.904 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: HttpConnectionHandler - Connecting to URL https://dpm.demdex.net/id?d_mid=&d_ver=2&d_orgid=<ORG_ID>%40AdobeOrg&d_rtbd=json (GET)
2020-01-08 12:40:44.907 2864-3316/com.acpanalyticssample W/AdobeExperienceSDK: EventHub(AMSEventHub) - Unable to create or update shared state for com.adobe.module.identity with version 7.
2020-01-08 12:40:44.907 2864-3316/com.acpanalyticssample D/AdobeExperienceSDK: IdentityHitsDatabase - Privacy opted-in: Attempting to send IdentityExtension queued hits from database
2020-01-08 12:40:44.911 2864-3316/com.acpanalyticssample V/AdobeExperienceSDK: HitQueue - Hit queued (class com.adobe.marketing.mobile.IdentityHit)
2020-01-08 12:40:45.115 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - Received ID response (mid: 90804447463757393254813035073502020096, blob: j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI, hint: 12, ttl: 604800
2020-01-08 12:40:45.143 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 49ef7565-eff9-4545-9609-aae360f6b46a, com.adobe.eventtype.identity/com.adobe.eventsource.responseidentity [14] {"lastsync":1578467445,"blob":"j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI","locationhint":"12","mid":"90804447463757393254813035073502020096"}
2020-01-08 12:40:45.144 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (49ef7565-eff9-4545-9609-aae360f6b46a) #14 (UPDATED_IDENTTIY_RESPONSE) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:45.145 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: c5f8079e-d70e-45cc-8bd5-7625144d0694, com.adobe.eventtype.identity/com.adobe.eventsource.responseidentity [15] {"lastsync":1578467445,"blob":"j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI","locationhint":"12","mid":"90804447463757393254813035073502020096"}
2020-01-08 12:40:45.147 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - Sending request (https://dpm.demdex.net/id?d_mid=90804447463757393254813035073502020096&d_ver=2&d_orgid=<ORG_ID>%40AdobeOrg&d_rtbd=json)
2020-01-08 12:40:45.148 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (c5f8079e-d70e-45cc-8bd5-7625144d0694) #15 (UPDATED_IDENTTIY_RESPONSE) resulted in 0 consequence events. Time in rules was 2 milliseconds.
2020-01-08 12:40:45.150 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: HttpConnectionHandler - Connecting to URL https://dpm.demdex.net/id?d_mid=90804447463757393254813035073502020096&d_ver=2&d_orgid=mc%40AdobeOrg&d_rtbd=json (GET)
2020-01-08 12:40:45.381 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - Received ID response (mid: 90804447463757393254813035073502020096, blob: j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI, hint: 12, ttl: 604800
2020-01-08 12:40:45.384 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 4f82a854-1d9e-4039-96b4-a134fde1d8a6, com.adobe.eventtype.identity/com.adobe.eventsource.responseidentity [16] {"lastsync":1578467445,"blob":"j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI","locationhint":"12","mid":"90804447463757393254813035073502020096"}
2020-01-08 12:40:45.384 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (4f82a854-1d9e-4039-96b4-a134fde1d8a6) #16 (UPDATED_IDENTTIY_RESPONSE) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:45.385 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: ab4da813-980f-40d5-959f-11468e990985, com.adobe.eventtype.identity/com.adobe.eventsource.responseidentity [17] {"lastsync":1578467445,"blob":"j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI","locationhint":"12","mid":"90804447463757393254813035073502020096"}
2020-01-08 12:40:45.385 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (ab4da813-980f-40d5-959f-11468e990985) #17 (UPDATED_IDENTTIY_RESPONSE) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:45.393 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - Sending request (https://dpm.demdex.net/id?d_mid=&d_ver=2&d_orgid=<ORG_ID>%40AdobeOrg&d_rtbd=json)
2020-01-08 12:40:45.394 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: HttpConnectionHandler - Connecting to URL https://dpm.demdex.net/id?d_mid=&d_ver=2&d_orgid=<ORG_ID>%40AdobeOrg&d_rtbd=json (GET)
2020-01-08 12:40:45.411 2864-3864/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - Received ID response (mid: 90804447463757393254813035073502020096, blob: j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI, hint: 12, ttl: 604800
2020-01-08 12:40:45.415 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 3060681f-56bf-4673-83af-8a0cd6939f02, com.adobe.eventtype.identity/com.adobe.eventsource.responseidentity [18] {"lastsync":1578467445,"blob":"j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI","locationhint":"12","mid":"90804447463757393254813035073502020096"}
2020-01-08 12:40:45.416 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (3060681f-56bf-4673-83af-8a0cd6939f02) #18 (UPDATED_IDENTTIY_RESPONSE) resulted in 0 consequence events. Time in rules was 1 milliseconds.
2020-01-08 12:40:45.418 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: b3d415b8-b7d3-4f2f-806e-d1eaf29c6803, com.adobe.eventtype.identity/com.adobe.eventsource.responseidentity [19] {"lastsync":1578467445,"blob":"j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI","locationhint":"12","mid":"90804447463757393254813035073502020096"}
2020-01-08 12:40:45.419 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (b3d415b8-b7d3-4f2f-806e-d1eaf29c6803) #19 (UPDATED_IDENTTIY_RESPONSE) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:45.652 2864-3694/com.acpanalyticssample D/AdobeExperienceSDK: CacheManager - Cached Files - Directory is empty (/data/user/0/com.acpanalyticssample/cache/configRules).
2020-01-08 12:40:45.655 2864-3694/com.acpanalyticssample D/AdobeExperienceSDK: RemoteDownloader - Cached Files - Successfully downloaded content (https://assets.adobedtm.com/launch-EN-rules.zip) into (/data/user/0/com.acpanalyticssample/cache/configRules/cdeef5474009b26f2979125448cba631abb9e96944dc74aa8d683f52982005c3.1544038929000)
2020-01-08 12:40:46.297 2864-3863/com.acpanalyticssample D/AdobeExperienceSDK: IdentityExtension - Received ID response (mid: , blob: j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI, hint: 12, ttl: 604800
2020-01-08 12:40:46.312 2864-3863/com.acpanalyticssample E/AdobeExperienceSDK: HitsDatabase - Unable to delete hit due to unexpected error
2020-01-08 12:40:46.312 2864-3863/com.acpanalyticssample E/AdobeExperienceSDK: HitsDatabase - Database in unrecoverable state, resetting.
2020-01-08 12:40:46.313 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 7e42488f-74d2-4d63-9138-73f86d14acd4, com.adobe.eventtype.identity/com.adobe.eventsource.responseidentity [20] {"lastsync":1578467446,"blob":"j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI","locationhint":"12","mid":""}
2020-01-08 12:40:46.314 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (7e42488f-74d2-4d63-9138-73f86d14acd4) #20 (UPDATED_IDENTTIY_RESPONSE) resulted in 0 consequence events. Time in rules was 0 milliseconds.
2020-01-08 12:40:46.315 2864-3863/com.acpanalyticssample D/AdobeExperienceSDK: HitsDatabase - Trying to open database file located at /data/user/0/com.acpanalyticssample/cache/ADBMobileIdentity.sqlite
2020-01-08 12:40:46.315 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Processing event uniqueIdentifier: 91089497-072a-47e1-a097-1629c33e1a62, com.adobe.eventtype.identity/com.adobe.eventsource.responseidentity [21] {"lastsync":1578467446,"blob":"j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI","locationhint":"12","mid":""}
2020-01-08 12:40:46.316 2864-3212/com.acpanalyticssample V/AdobeExperienceSDK: EventHub(AMSEventHub) - Event (91089497-072a-47e1-a097-1629c33e1a62) #21 (UPDATED_IDENTTIY_RESPONSE) resulted in 0 consequence events. Time in rules was 1 milliseconds.
2020-01-08 12:43:58.493 2864-2864/com.acpanalyticssample D/AdobeExperienceSDK: Core - collectData: Could not dispatch generic data event, data is null or empty.

from react-native-acpanalytics.

nporter-adbe avatar nporter-adbe commented on July 28, 2024

@Vishal7591 It sounds like you have configured an SDK installation for v4 but are trying to use that configuration for v5. This package only supports the v5 AEP SDK, and any v4 configuration will not be compatible. Please ensure you have followed the steps to configure a Launch property to obtain your app id.

https://aep-sdks.gitbook.io/docs/getting-started/create-a-mobile-property

from react-native-acpanalytics.

Vishal7591 avatar Vishal7591 commented on July 28, 2024

@nporter-adbe My organization doesn't use Adobe Launch as a product. Though we use Adobe DTM for tagging plans. Can you suggest any way using Adobe DTM to publish our config file on https://assets.adobedtm.com/yourAppId.json ??

from react-native-acpanalytics.

nporter-adbe avatar nporter-adbe commented on July 28, 2024

@Vishal7591 Adobe Launch is recommended to use and configure this SDK, but you can always configure the SDK manually.

I'd recommend checking out the docs on manual config for v5:
https://aep-sdks.gitbook.io/docs/using-mobile-extensions/mobile-core/configuration#sample-configuration
https://aep-sdks.gitbook.io/docs/using-mobile-extensions/mobile-core/configuration/configuration-api-reference#using-a-bundled-file-configuration

from react-native-acpanalytics.

Vishal7591 avatar Vishal7591 commented on July 28, 2024

@nporter-adbe Can you illustrate further on manual configuration? In addition, will that manual configuration allow me to use the ACPAnalytics SDK javascript functions?

from react-native-acpanalytics.

nporter-adbe avatar nporter-adbe commented on July 28, 2024

Closing as there is no further activity.

from react-native-acpanalytics.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.