Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Jen_Andrews
Jen_Andrews
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
58

Posts

Posts
61

Discussions

Discussions
10

Questions

Questions
51

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jen_Andrews
Customize the badges you want to showcase on your profile
Re: Only "Unspecified" for our variable 'Login State' - Adobe Experience Cloud Mobile 23-10-2019
andersonjh​I meant a rule in Analytics Admin, processing rules that would say similar to Overwrite value of Login State (eVar4) To contextData.loginState, if loginState is setJen

Views

3.4K

Like

1

Replies

0
Re: Only "Unspecified" for our variable 'Login State' - Adobe Experience Cloud Mobile 22-10-2019
Hi andersonjh​,While you have the contextData being sent from the app in a hit and you have the eVar enabled. Do you have a processing rule created that maps the contextData value to the evar?Regards,Jen

Views

3.3K

Likes

0

Replies

0
Re: Analytics Request Being Queued , Not able to send data from Swift Demo App - Adobe Experience Cloud Mobile 25-09-2019
Hi Anu @anudeeps65186663,It doesn't appear that your Launch Mobile Property configuration is valid. This https://assets.adobedtm.com/zyz/zyz/launch-e2dd29ff54f5-development.json does not appear to be correct. What is your Launch Mobile Property called?Confirm that you have added the necessary information in the Mobile Core extension, your OrgID as well as in your Analytics Extension confirm the reportsuite and tracking server? Then ensure the Environment in your ACPCore.configure(withAppid: " .....

Views

5.1K

Like

1

Replies

0
Re: Ionic mobile app integrate with Adobe analytics - Adobe Experience Cloud Mobile 23-09-2019
Glad I was able to point you in the right direction!

Views

5.0K

Likes

0

Replies

0
Re: Ionic mobile app integrate with Adobe analytics - Adobe Experience Cloud Mobile 17-09-2019
In your console/logcat or via tool like Charles, are you seeing a hit for the trackState being sent? In Workspace are you looking at the pageView for the trackState?Do you have any reporting? Such as Lifecycle Metrics or trackAction being reported in workspace, as Launches and Action Name?Regards,Jen

Views

5.0K

Likes

0

Replies

0
Re: how to set evar with launch mobile services - Adobe Experience Platform Data Collection 27-08-2019
Hi,Using the methods trackState and trackAction you are able to send additional data. See sample iOS-Swift sample, the documentation exists for Objective-C and Android as well Add Adobe Analytics It appears that you are familiar with "props and eVars" in Analytics, you will notice that these variable names are not in the SDK. All key/value data coming from the SDK will be sent as contextData variables , and as such will need to be mapped to props or eVars (or other variables) by using Processing...

Views

2.3K

Likes

0

Replies

0
Re: [Swift] Analytics - Product variable implementation is not in documentation - Adobe Experience Platform SDKs 20-08-2019
kevinj52562561​The sample code above is when using Product variable with Merchandising Variable.The link Arjun provided above shows documentation for a Product variable only.arjunbhadra​I get a compile error withvar contextData: [AnyHashable : Any] = [:]Cannot convert value of type '[AnyHashable : Any]' to expected argument type '[String : String]?'I change to var contextData: [String : String] = [:]Compiled successfully and received the correct information in the hit sent to Analytics.Can you c...

Views

2.6K

Like

1

Replies

0
Re: Hits being sent from my Mobile App are not in reporting - Adobe Experience Cloud Mobile 13-08-2019
The most common reason hits do not appear in reporting when you indeed see hits being sent is due to a mismatch of Timestamp Configuration.A reportsuite can be 1 of 3 optionsTimestamps not allowedTimestamps RequiredTimestamps OptionalIf you have the mobile property OfflineEnabled:true in your ADBMobileConfig.json or you have the checkbox OfflineEnabled in Launch then your reportsuite needs to be either Timestamps Required or Timestamps Optional (this allows both timestamped and non timestamped h...

Views

3.1K

Likes

4

Replies

0
Hits being sent from my Mobile App are not in reporting - Adobe Experience Cloud Mobile 13-08-2019
I see a hit in Charles and in the developer tools being sent to the reportsuite, however, nothing is showing in reporting.For example ADBMobile Debug: Analytics - Successfully sent hit(ndh=1&t=00%2F00%2F0000%2000%3A00%3A00%200%20240&c.&a.&OSVersion=iOS%2012.4&DeviceName=x86_64&RunMode=Application&AppID=ADBMobileSamples%201.6%20%286%29&CarrierName=%28null%29&TimeSinceLaunch=1&Resolution=640x1136&.a&.c&mid=17498905197092715868424448609893091153&ts=1565734272&pageName=Menu%20View&ce=UTF-8&aamlh=9&c...

Views

3.3K

Likes

4

Replies

2
Re: Mobile Services link is missing in the Solution Switcher ? - Adobe Experience Cloud Mobile 13-08-2019
Mobile Services has been removed from the Solution Switcher and moved to the Tools Menu within Analytics. You can navigate to Mobile Services from this Menuor you can directly navigate to the Mobile Services via the direct url.https://mobilemarketing.adobe.com

Views

3.1K

Likes

3

Replies

0