Help with Goal metric Numbers using Analytics Metric | Community
Skip to main content
Level 2
December 13, 2022
Question

Help with Goal metric Numbers using Analytics Metric

  • December 13, 2022
  • 1 reply
  • 1111 views

I'm trying to use Page Views (event 3) an event created by our analytics team in my company.
when I'm hitting that activity using Delivery Api and Data Insertion Api I see only uniuqe visitors numbers in my report suite in the analytics workspace but Page Views e3 is zero 

that is the implementation that I'm using ::
https://developer.adobe.com/target/implement/server-side/sdk-guides/integration-with-experience-cloud/a4t-reporting/#user-retrieves-analytics-payload-from-adobe-target

my logs of the requests is :

delivery api : 

https://company.tt.omtrdc.net/rest/v1/delivery?client=clientCode&sessionId=ffff16b6-1b7a-40a8-b513-a6693ecc56ee

data insertion api

https://smetrics.omtrdc.co.uk/b/ss/omtrdcdev/0?pe=tnt&tnta=7777:1:0|777:1:0|7777:1:0|1&mcid=8787878788787

 can any one tell me if i need to add anything else to my data insertion api to make the goal metric Page views (e3) has numbers 

Thanks for your help

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 13, 2022

First, I suggest you cross post this question in the Target Community:

https://experienceleaguecommunities.adobe.com/t5/adobe-target/ct-p/adobe-target-community

 

As they probably have more experience with setting up A/B goals than the Analytics community... 

 

 

One of the images in your post seems to be broken, I'm not sure if it has important contextual information (probably, since your tried to include it, I assume it would be relevant)... 

Sadly, I don't use or have access to Target, so I am not sure what might be missing here.....

 

That said, I looked at the documentation you sent... and I noticed there was one call in the samples that looked like

https://{datacollectionhost.sc.omtrdc.net}/b/ss/{rsid}/0/CODEVERSION?pe=tnt&tnta={payload}&mid={mid}&vid={vid}&aid={aid}

The key being this has "CONVERSION" in the call... which I think might relate to your goals??? Do you see that call in your implementation?

 

 

Sorry, maybe someone else familiar with Target would have more ideas......

ArsèneAuthor
Level 2
December 14, 2022

thanks @jennifer_dungan  for your reply  I don't know why my image is broken it seems to me that it is not broken let me share it here in the reply at the end.
that key is not CONVERSION and I don't think that is written "CODEVERSION "  by mistake in two different documents

I do think it is just a sample and we can avoid it as far as I know.

the photos again

 

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 14, 2022

Funny, the first image is working now.... there must have been a temp loading glitch... sorry about that!

 

Oh you are right... it is CODE VERSION... ooops...

 

 

So one thing I am going to ask... is how your site works... There is a "Page View (e3)" fired within the flow, right? I know that sounds basic.. but sometimes it's worth actually testing the entire flow and making sure that Analytics IS in fact firing the correct events in the correct places?