Expand my Community achievements bar.

akashj80621328
akashj80621328
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Samiksha,Please log a client care ticket with details including activity name and account.I had tried to quickly debug your issue, but was unable to locate your sync failed activity.Thanks,Akash

    Type

    Questions

    Views

    867

    Likes

    0

    Replies

    0
  • Please clarify when is your Ajax event fired? If it is triggered inside body, then it won't be able to set mbox parameters in targetPageParams() method which is inside head tag and consequently, mbox call with not have these params.Try using mboxUpdate in your callback method of Ajax call.Hope that ...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Thanks for reaching out to Adobe communityYou could use an mboxUpdate() call after your Ajax success event. Format of mboxUpdate is like : mboxUpdate('<mbox name>','param1=value1','param2=value2',...);

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Hi Ridder,I debugged your website implementation and found that you are explicitly creating target-global-mbox through mboxCreate() call. Global mbox is auto created and there is no need to explicitly make an mboxCreate call. To pass parameters to the mbox call we recommend you to use the targetPage...

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • Hi Jonathan,Thanks for reaching out to Adobe community.There is no option to reset reports in Target Standard. We suggest you to create a copy of your QA activity and change the audience in the copied activity. Thanks,Akash

    Type

    Questions

    Views

    715

    Likes

    0

    Replies

    0
  • Hi,I would recommend you to use 'is greater than or equal to' and 'is less than or equal to' in your 7AM-9PM segment.With the current implementation of segments, when hour of day is 7 or 21, user will see default offer. And, this may be the case when you checked. I have debugged and found that the s...

    Type

    Questions

    Views

    1.4K

    Like

    1

    Replies

    0
  • I just confirmed at my end, for an experience targeting activity profile script values update on every load. And therefore your experience should update when time aligns with service hours. Could you please share the URL / activity where you see the experience sticking so I can debug?

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Thanks for reaching out to Adobe communityYou could create a profile script with following code : var d = new Date(); return d.getHours();Then create an audience in a way shown in the attachment (ReturnDayOfWeek is the name of profile script). Please make sure to take into account timezone of your c...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Thanks for reaching out to Adobe community.You could fire an mboxUpdate call immediately when user performs the action. Send user's action as profile parameter in the call.For ex. mboxUpdate('target-global-mbox', 'profile.clicked=yes'); Then create a profile script with code return profile.get('clic...

    Type

    Questions

    Views

    816

    Like

    1

    Replies

    0
  • Hi Bill,Thank you for reaching out to Adobe Community.Users who do not see Analytics dropdown in Goals and Settings page are likely not in Adobe Analytics/Adobe Social group. Even if they are a part of Adobe Analytics/Adobe Social group, user might not have ‘Web Services Access’ and ‘All Reports Acc...

    Type

    Questions

    Views

    807

    Likes

    0

    Replies

    0
Top badges earned by akashj80621328
Customize the badges you want to showcase on your profile