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

theGovernor
theGovernor
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
4

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by theGovernor
Customize the badges you want to showcase on your profile
Re: _satellite.__registerScript is not a function error - Adobe Experience Platform Data Collection 29-08-2019
The last time I saw this error was because someone had both DTM and Launch script references on the page.

Views

1.5K

Likes

0

Replies

0
Re: Error, missing Report Suite ID in AppMeasurement initialization - Dynamic Tag Management 10-08-2017
Starting with either AppMeasurement v2.2.0 or v2.3.0, when setting var s = new AppMeasurement(), AppMeasurement expects you to pass a parameter containing the RSID(s). If you exclude the parameter, you get the "missing report suite ID" message you are seeing.I haven't researched the purpose or need for the new parameter enough to tell you why it is now "required," but I can confirm that passing the parameter gets rid of the message. I've tried passing in both invalid data (ie// "xxxx") and legit...

Views

2.7K

Likes

4

Replies

0
Re: Campaign tracking code variable is being set multiple times during one session - Adobe Analytics 23-01-2017
@Zoryana -Each time a value is passed into the getValOnce() plugin, the value stored in the cookie updates. Because of this, each time your cmpid value changes, getValOnce() returns the new value.In the following example, assume that each call to getValOnce() occurs in the order listed, during a single session/visit:omt_s.getValOnce("first_value", "ecmpid", 0) // returns "first_value"omt_s.getValOnce("first_value", "ecmpid", 0) // returns "" because the campaign value ("first_value") has NOT cha...

Views

409

Likes

0

Replies

0
Re: How to set dynamic value to click event rule based on css? - Dynamic Tag Management 15-10-2015
@julib23 -Under Conditions, specify the following in the "Element Tag or Selector" box: [class=appBottomLink] //include the bracketsThen, in the Adobe Analytics section, select the desired prop/eVar and use the getAttribute() method to grab the ID. For example: %this.getAttribute(id)%In the three examples from your original post, the values passed to Adobe would be:aboutLinksupportLinkwarrantyLink~ b

Views

530

Likes

0

Replies

0
Likes given to