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
Mobile Services link is missing in the Solution Switcher ? - Adobe Experience Cloud Mobile 13-08-2019
I am no longer able to navigate to Mobile Services from the Solution Switcher, how do I access the Mobile Services UI?My menu now looks like this.

Views

3.2K

Likes

2

Replies

1
Re: Android AEP SDK SQliteDatabase errors on Android Q api level 29 - Adobe Experience Platform Data Collection 29-07-2019
Hi nandeeshtank​,This issue is currently being investigated by Engineering. There is also a github issue logged Android AEP SDK SQliteDatabase error on Android Q (api level 29) · Issue #178 · Adobe-Marketing-Cloud/acp-sdks · GitHub which development will update once they have further information.Jen

Views

2.4K

Likes

0

Replies

0
Re: Link tracking and page views - Launch implementation on iOS app - Adobe Experience Platform Data Collection 27-06-2019
@Locutus243A trackState is basically equivalent to a s.t( ) call in the web, which indeed is a pageview.A trackAction is again equivalent to a s.tl( ) call in the web, is it a custom link call.For the 4.x SDKTrack App StatesTrack App ActionsFor the AEP SDKAdobe Analytics - Adobe Experience Platform Mobile SDKs Regards,Jen

Views

2.7K

Likes

3

Replies

0
Re: Push notification auto opt out - Adobe Experience Cloud Mobile 29-05-2019
attrdata-shenlitan​,This hit is sent when the below app code method is called. Config.setPushIdentifier(token);For example, in order to designate that a user has opted-out of push, you would call `Config.setPushIdentifier(null);` and for true it would be the token.Jen

Views

3.0K

Like

1

Replies

0
Re: ad-hoc builds won't complete unless Bitcode is disabled - Adobe Experience Cloud Mobile 13-05-2019
Hi dbtrade,Just wanted to follow-up, was the new version the resolution to your issue?Jen

Views

9.6K

Likes

0

Replies

1
Re: Event triggered upon trackState in UI? - Adobe Experience Cloud Mobile 13-05-2019
Hi michaelh37,Via processing rules, you could potentially set a rule that statesSet Event "event" to Custom Value 1if 'specific page Name of trackState' is set.Jen

Views

2.8K

Like

1

Replies

0
Re: Adobe Analytics: Mobile App Page Views vs. Web Page Views - Adobe Experience Cloud Mobile 13-05-2019
Hi Paulina,Ultimately, yes, they are similar. Using the Mobile SDK a 'pageview' is captured when a trackState method is called. You can somewhat equate a web s.t( ) with a mobile trackState( ) method call.A visit is the same, a 'new' visit occurs where there has not been a hit sent for 30 minutes.Jen

Views

3.3K

Likes

3

Replies

0
Re: Deeplink tracking for Native and Hybrid App - Adobe Experience Cloud Mobile 01-04-2019
Hi, This lab was a sample used in a previous Summit, it may help you get started.[L3882] Home · Adobe-Marketing-Cloud/aml-summit-lab Wiki · GitHub Regards,Jen

Views

2.9K

Like

1

Replies

0
Re: Is there a way to include Page Name when calling trackAction from the iOS Mobile SDK? - Adobe Experience Cloud Mobile 25-02-2019
Hi ryanz28689484​Setting a Page Name in trackAction call is really a moot point, as a trackAction is not captured as a pageView nor is the value captured in the Pages Reports. trackAction method is reported in Action Name report and in the Links -> Custom Links Report.Is there a specific reason you are attempting to capture a pagename on an Action/Link call?

Views

2.9K

Like

1

Replies

0
Re: How to setup Multisuit Tagging on Mobile App (Android and Ios) - Adobe Experience Cloud Mobile 25-02-2019
Hi manujendrap10273043​,Assuming this is for 4.x SDK.From the Adobe Mobile Services interface when creating a new App you can only associate one report suite. However, in a scenario where you need to send data to multiple report suites for the same app you can manually modify the ADBMobileConfig.json to add additional report suites.The section to modify is"analytics": { "rsids": "myreportsuite1,myreportsuite2",Additionally, you need to ensure that in terms of variables and events that each repor...

Views

2.8K

Likes

0

Replies

0