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

ketangp28686788
ketangp28686788
Offline

Badges

Badges
19

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
23

Posts

Posts
73

Discussions

Discussions
15

Questions

Questions
58

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ketangp28686788
Customize the badges you want to showcase on your profile
Re: Google Analytics integration with Adobe Target - Adobe Target 28-01-2018
Hi Julien,I have checked that section, I don't see anything there when I opened the webpage.The steps that I have followed are :I have added GA account Identifier in _setAccount method of scriptAdded the below code in custom code section of both the activities of AB Testing.var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-#######-1']);try { if (typeof(s_tnt) == 'undefined') { var s_tnt = ''; } if (typeof(_gaq) == 'undefined') { var _gaq = []; } s_tnt += '${campaign.id}:${campaign.recipe.id}:${campaign.recipe.trafficType},'; var sCampaignName = '${campaign.name}'; var sRecipeName = '${campaign.recipe.name}'; if (sCampaignName.length > 0 && sRecipeName.length > 0) { _gaq.push(['_setCustomVar',1,'Target:' + sCampaignName,sRecipeName,1]); _gaq.push(['_trackEvent','Adobe Target',sCampaignName,sRecipeName,undefined,true]); }}catch(e){console.log(e.message);}Have I followed the correct steps ?Thanks

Views

5.4K

Likes

0

Replies

0
Re: Google Analytics integration with Adobe Target - Adobe Target 22-01-2018
Hi Matthew,I tried the code you mentioned in below, but I could not see the activity name or any details in Google AnalyticsAlthough when I tried the variable mentioned in script in alert box it popped up.For configuring following script I have added this into custom code of each experience using VEC & accordingly passedGA account ID in each experience.Can anybody tell what could be the issue & where to check the target experience details in google analytics ?It will be very helpful if some one ...

Views

5.0K

Likes

0

Replies

0
Query Regarding visitor data of Activities - Adobe Target 22-01-2018
Hi Team,I am created AB test in Adobe target over my website,Is it possible to fetch the raw details(visitor id and other details ) of user who is visiting my webpage ?As far as dashboard is concern we can see the Reports tab of activity which shows counts of visitors. what are the possible ways to see or fetch the visitors data ?Thanks Ketan Pardeshi

Views

649

Likes

0

Replies

0
Query Regarding Offer Management - Adobe Campaign Standard 22-01-2018
Hi Team,I want to configure a eligibility condition in one of the offer, I have to do some aggregation inside the eligibility tab of offer.Objective :Consider I have customer & transaction schema, I want to make this offer available for people who have done 3 orders consecutively in past 10 daysSo I want to group by on customer id & count of order id is 3 in last 10 days.So how do I configure this with the raw transactions without using workflows inside the offer tab only.Thanks.

Views

1.4K

Likes

0

Replies

2
Adding Data in JCR Repository on Dragging of Component - Adobe Experience Manager 01-01-2018
Hi All,I was trying to add a field within JCR Content while dragging the component,What are the possible ways to add Data in to JCR Content without submitting through Classic UI DialogAs per our assumption data is added in to JCR content only when it is submitted through dialog.Can someone please explain how to get this value in JCR ?Thanks.

Views

2.6K

Likes

0

Replies

3
Web form in Email Delivery - Adobe Campaign Standard 28-08-2017
Hi,Is it possible to provide web form within the Email Delivery ?So that user can fill out the details within email they receive.Thanks.

Views

650

Likes

0

Replies

1
how to access variables from audit logs - Adobe Campaign Standard 04-08-2017
Hi,I want to access Insert/update variables of Audit logs so as to maintain how many records got inserted or updated of particular schema which is part of import workflow.Regards,Ketan Pardeshi

Views

2.1K

Likes

3

Replies

2
Re: How to zip .csv file over SFTP or in Export Activity - Adobe Campaign Standard 25-07-2017
Thanks Adhiyan,Amit.I have tried both ways first solution requires gunzip utility which is currently not installed over server.I tried second solution and made some changes to it, below is the scriptvar zip = new ZipFile("/path/Data.zip")var content = new MemoryBuffer();content.load("/path/Data.csv");zip.setEntry("/path/Data.csv",content);content.dispose();zip.save("", true);In above script it is throwing file too big error. As file size of CSV is 1.2GB.Is there any way out for this ?Thanks

Views

4.5K

Likes

0

Replies

2
Re: SFTP setting permission failed - Adobe Campaign Standard 21-07-2017
Thanks guillermoL.

Views

1.0K

Likes

0

Replies

0
Re: SFTP setting permission failed - Adobe Campaign Standard 21-07-2017
Thanks Amit.

Views

701

Likes

0

Replies

0