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

vitalin58577727
vitalin58577727
Offline

Badges

Badges
19

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
15

Posts

Posts
69

Discussions

Discussions
2

Questions

Questions
67

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vitalin58577727
Customize the badges you want to showcase on your profile
Re: version number - where can I find the number? - Adobe Analytics 21-05-2019
1. These versions are versions for adobe's core functionality (appmeasurment.js or s_code.js) javascript. Know more About AppMeasurement for JavaScript 2. You can use these events in DTM but in place of just using event39(example), you will need to set it with data element. e.g.event39=%quanity% or evant39=%price% You have to set the event type in the admin console before setting number or currency with the help of data element in DTM.Alternatively, you can use s.events="event5=6.75" but you hav...

Views

745

Likes

0

Replies

0
Re: Not Tracking Data with Adobe Analytics? - Adobe Analytics 17-05-2019
Hall all together,I solved the problem.My DataLayer was only on a subpage.My script queried the data on every page, and of course didn't find the DataLayer on all pages.That's why it always produced errors.My new codeRules -> Data Elements -> comparisonBrandrisonBrandArrayvar resultcomparisonBrand = "";var comparisonBrandArray = digitalData.comparisonInfo;if ( comparisonBrandArray !== undefined ) { var arrayBig = comparisonBrandArray.length; var comparisonBrand =new Array(); console.log(comparis...

Views

1.7K

Likes

0

Replies

0
Re: Implement Code Block and Position over DTM ? - Adobe Analytics 28-04-2019
Hi,I think you should create a function which listens to placeholder position and inject your script when it's ready. A front-end developer should be able to help you create this function for you. Thanks,Asheesh

Views

727

Likes

0

Replies

0
Re: Which manufacturer is on which place - number ? Category Listing - Adobe Analytics 19-04-2019
First I would ask dev to set product position on the page in dataLayer. Example:digitalData.product = [{ productInfo: { productID: "10001", manufacturer: "Samsung", productName: "Smartphone12", position = 1 }, category: { productType: "xx", primaryCategory: "xx" } }, { productInfo: { productID: "10002", manufacturer: "Apple", productName: "SmartphoneXY", position = 2 }, category: { productType: "xx", primaryCategory: "xx" } }, { productInfo: { productID: "10003", manufacturer: "Nokia", productNa...

Views

586

Likes

0

Replies

0
Re: Google Conversion Tracking Tag - Adobe Analytics 24-03-2019
I would do the following.Go to the third-party section of the rule select async javascript option in DTM. (set conversion tag fire condition in the rule itself)1. Add the following code to set gtag.js Note: //Replace "AW-123456789" with your AdWords account id._satellite.loadScript("https://www.googletagmanager.com/gtag/js?id=AW-123456789"); //Replace "AW-123456789" with your adword account id. window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments) }; gtag('js', n...

Views

2.3K

Like

1

Replies

0
Re: API Key valid for more than 24 hours. - Adobe Analytics 21-03-2019
Nice, Thank you very much.I'll take a look and see if I can do it.

Views

785

Likes

0

Replies

0
Re: New DataLayer for Product Comparison - Adobe Analytics 13-03-2019
Sure! Lmk if you need any help.

Views

678

Likes

0

Replies

0
Re: LinkTracking Code? - Adobe Analytics 25-01-2019
Hello, Urs. thank you for the answer. This has helped me a lot: danke!

Views

508

Likes

0

Replies

0
Re: simple explanation for different values prop and evar? - Adobe Analytics 08-01-2019
Hello, Urs,Thank you very much for the detailed answer, I will read that in detail.@alv123456Thanks, I didn't know that. I thought all the metrics are mapped over props. BR,Vitali

Views

1.7K

Likes

0

Replies

0
Re: Most combination for a search form ? - Adobe Analytics 25-11-2018
Hello, Urs, thank you.I thought there might be an internal variable that contains all that. I'll have to create a new variable. Beste Grüße Vitali

Views

403

Likes

0

Replies

0