내 커뮤니티 업적 표시줄을 확대합니다.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

request not visible in Omniture dashboard

Avatar

Level 1

Hi all,

i have used the omniture library in android before and was able to send request and also able to see those request in omniture dashboard.

After a month iam using the same code but unable to see the increments in omniture dashboard.

 

Any idea what may be wrong . any help would be appreciated.

 

Thanks

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Hi,

 

As far as I understand you are using the Android appmeasurement to tag your app and send data to SiteCatalyst.

If there is no data being displayed in SC then you will will have to check the following :

1.Check if the image request is being send to adobe servers. Use a packet monitor as Charles. (http://blogs.adobe.com/digitalmarketing/analytics/validate-your-mobile-app-measurement-implementatio...)

2.If the image request is being sent successfully then check if you can see the parameter "ts=". This parameter is the manual timestamp set in the app.

3.Phone clientcare and ask if the report suite to which you send the data to is timestamp enabled.

4.a.If the report suite is timestamp enabled and there is no ts= , then either you need to enable offline tracking in your app ot disable timestamp in report suite.

b.If the report suite is timestamp disabled and ts= is present in inage request then enable timestamp on report suite.

5.If #2 #3 and #4 are correct then check the version of the library that you are using. If you are using 4.x all the data is sent via context data and processing rules will have to be enabled to populate the right reports. The SDK uses context data and processing rules to map your app data to Analytics variables for reporting.    

 If you do not know how to read the image request post it here, we will be able to help 

 

Best regards.

 

Alexis Cazes

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Level 10

Hi,

 

As far as I understand you are using the Android appmeasurement to tag your app and send data to SiteCatalyst.

If there is no data being displayed in SC then you will will have to check the following :

1.Check if the image request is being send to adobe servers. Use a packet monitor as Charles. (http://blogs.adobe.com/digitalmarketing/analytics/validate-your-mobile-app-measurement-implementatio...)

2.If the image request is being sent successfully then check if you can see the parameter "ts=". This parameter is the manual timestamp set in the app.

3.Phone clientcare and ask if the report suite to which you send the data to is timestamp enabled.

4.a.If the report suite is timestamp enabled and there is no ts= , then either you need to enable offline tracking in your app ot disable timestamp in report suite.

b.If the report suite is timestamp disabled and ts= is present in inage request then enable timestamp on report suite.

5.If #2 #3 and #4 are correct then check the version of the library that you are using. If you are using 4.x all the data is sent via context data and processing rules will have to be enabled to populate the right reports. The SDK uses context data and processing rules to map your app data to Analytics variables for reporting.    

 If you do not know how to read the image request post it here, we will be able to help 

 

Best regards.

 

Alexis Cazes

Avatar

Level 1

thanks for the reply 

 

Iam using 4.x and everything was working fine i was able to get logs as well for pageviews and button click

But now from 2 days iam unable to get any logs . Any idea why?

Thanks

Avatar

Level 10

1.Can you please post an image request here.

2.Which exact data you cannot see ? 

3.Have you enabled any processing rules ?