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

adilk
adilk
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
10

Posts

Posts
67

Discussions

Discussions
0

Questions

Questions
67

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by adilk
Customize the badges you want to showcase on your profile
Re: Exclude Range Of IP Addresses Using Regex? - Adobe Analytics 23-04-2019
Hi Ankit,Thanks.If we had to do this via wildcard operator in AA > Admin section, how would we do this?

Views

876

Likes

0

Replies

0
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 23-04-2019
Hi Thomas,If I were to try this, would this go under Launch Extensions > AA > Configure > Configure Tracker Using Custom Code section?Also, the AppMeasurement.js will contain contextData section but the above setting will block it from sending to AA?Thanks.

Views

3.1K

Like

1

Replies

0
Exclude Range Of IP Addresses Using Regex? - Adobe Analytics 23-04-2019
Hi,I want to exclude a range of IP addresses in a particular report suite. If the starting address of the range is 1.1.1.64 and end is 1.1.1.95, the regex would translate to:^1\.1\.1\.(6[4-9]|[7-8][0-9]|9[0-5])$as per this tool here: https://www.analyticsmarket.com/freetools/ipregex/ In AA > Admin > Exclude by IP section, how can I enter this regex. This is what I can see on my screen.Any help with this?Thanks!

Views

2.4K

Likes

0

Replies

4
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 23-04-2019
Thanks, Asheesh. I'm working with my devs to try out this option. I would honestly prefer this one as loading a custom AppMeasurement library is causing some unexpected changes in prop level variable info. on page load. If I can use the standard AppMeasurement JS [containing activitymap details] and combine it with your method of s.ActivityMap.regionExclusions, that would be great. I would need to place the exclusion in Adobe Launch > Extensions > Adobe Analytics > Configure > Configure Tracker ...

Views

3.1K

Like

1

Replies

0
Re: contextData & Adobe Launch - Adobe Experience Platform Data Collection 21-04-2019
Hi Asheesh,Can you pls check this thread?How can I disable Context Data? Thanks,

Views

1.9K

Likes

0

Replies

0
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 17-04-2019
Hi Thomas,I appreciate your help! This is so strange but I've removed the // bit and started from function AppMeasurement(f)I'm still getting the errors when I try to paste the code in AA extension > CONFIGURE TRACKER USING CUSTOM CODE.I'm able to save it but it won't build to the library. I also tried either options here, Execute before other settings are applied and Execute after settings are applied.

Views

3.1K

Likes

0

Replies

0
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 16-04-2019
Here's the script minus the AppActivity part// For license information, see `https://assets.adobedtm.com/extensions/123456/AppMeasurement.js`. function AppMeasurement(f){var g=this;g.version="2.12.0";var p=window;p.s_c_in||(p.s_c_il=[],p.s_c_in=0),g._il=p.s_c_il,g._in=p.s_c_in,g._il[g._in]=g,p.s_c_in++,g._c="s_c";var d=p.AppMeasurement.ac;d||(d=null);var l,b,k,m=p;try{for(l=m.parent,b=m.location;l&&l.location&&b&&""+l.location!=""+b&&m.location&&""+l.location!=""+m.location&&l.location.host==b.h...

Views

3.1K

Likes

0

Replies

0
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 16-04-2019
ok, so I went into Launch > Extensions > AA > Configure > Configure Tracker Using Custom Code > Removed everything till just before function AppMeasurement [2nd instance]. My new script starts at the second instance.Tried pasting it but I'm getting this error here. Not a dev and it's a bit confusing.

Views

3.1K

Likes

0

Replies

0
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 16-04-2019
Thanks, opened in Network tab and checked ...so all of the code that's before the function AppMeasurement [in Orange] needs to be deleted?Also, I have an old dev report suite that was initially used in my Adobe Launch extension. This report suite has activity map reporting enabled. I have since created a new dev report suite without activity mapping enabled and using it in adobe launch as the dev environment but I continue to see contextData populated in the debugger. Does the additional info. I...

Views

3.1K

Likes

0

Replies

0
Re: How can I disable Context Data? - Adobe Experience Platform Data Collection 15-04-2019
Hi Thomas,We are not using appmeasurement.js. The only hardcoded AA tag on the website is the Launch script, nothing else.

Views

3.1K

Likes

0

Replies

0