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

nelsontran1
nelsontran1
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by nelsontran1
Customize the badges you want to showcase on your profile
Re: Console warnings about deprecated properties - Adobe Experience Platform Data Collection 03-11-2021
Do you have the Adobe Experience Platform Debugger installed by any chance? The debugger will cause those types of warnings.If you mouseover the "VM###.##" link in the console log entry, it might display something like, "debugger:///VM###.##". If you click the link, it will take you to the offending code that the debugger injects into the page. Disable the debugger and see if the warnings cease.

Views

486

Likes

0

Replies

0
Re: Extension release via npx @adobe/reactor-releaser -> No extension package was found - Adobe Experience Platform Data Collection 26-10-2021
Are you using the same private-key, tech-account-id, api-key and client-secret with both @adobe/reactor-uploader and @adobe/reactor-releaser ?

Views

92

Likes

0

Replies

0
Re: How to release a new version of an extension? - Adobe Experience Platform Data Collection 26-10-2021
3 steps are needed:PackageUploadReleasePackageThis is the simplest step of all. Just run this one line and you get a ZIP file "package--.zip" in your source code's root directory.npx @adobe/reactor-packagerUploadThis step uploads your ZIP file to Adobe's server. You need to provide the ZIP file's name and some keys/secrets. You can get the keys/secrets from the relevant project that you had created in https://developer.adobe.com/console.npx @adobe/reactor-uploader package--.zip --private-key=pat...

Views

97

Likes

0

Replies

0
Re: Can console warnings stop execution of certain rules? - Adobe Experience Platform Data Collection 15-10-2021
Is there a quick way of finding out where I am using these deprecated functions/variables? The search in Adobe Launch is not the greatest and is not bringing it up.

Views

173

Likes

0

Replies

0