Expand my Community achievements bar.

leocwlau
leocwlau
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @at9191, if the form start event is designed to trigger when the page loaded, you can add those relevant evar/event to the page view tracking rule, which you should have the page view tracking anyway, right? You can think like the page view tracking rule is the base, and you just adding more data...

    Type

    Questions

    Views

    1.7K

    Like

    1

    Replies

    0
  • Hi @AnkitaTo, right here in the Experience League. On the top menu, you can find tutorials and click into Adobe Analytics, there are lots of tutorial videos from beginner to advanced. Also, the documentation is the source of truth on how to use Adobe Analytics. You can also search for "Adobe Analyti...

    Type

    Questions

    Views

    422

    Likes

    4

    Replies

    0
  • Not sure which iOS documentation you are referring to, but the Mobile SDK overview (adobe.com)  covers both iOS and Andriod at the same time.

    Type

    Questions

    Views

    339

    Likes

    0

    Replies

    0
  • Hi @RobertBlakeley, suppose you are talking about WebSDK, where you can use the Datastreams to map any incoming XDM attribute to multiple destinations.

    Type

    Questions

    Views

    296

    Likes

    0

    Replies

    1
  • Just like @Jennifer_Dungan mentioned, it greatly depends on the underlying technologies. Put it into an extreme case, as long as the client (a vending machine) has an Internet connection and you can program HTTP requests in your application, you can use AA to track. As AA tracking is ultimately HTTP...

    Type

    Questions

    Views

    241

    Likes

    0

    Replies

    1
  • Hi @jlinhardt_blueAcorn, actually you can. The WebSDK outgoing beacon is indeed sending out the XDM, where you can add any attribute to the XDM in the "before send event callback". The discussion here is just Adobe did not automatically populate the entire XDM structure according to the datatream co...

    Type

    Questions

    Views

    892

    Likes

    0

    Replies

    0
  • Hi @QuadriAl, welcome and I hope you are excited with the new journey into the world of Adobe Analytics. One of my ex-colleagues called the flow visualization a spaghetti chart which is a very interesting and vivid description. The flow visualization is good for "exploring" the unknown so that we do...

    Type

    Questions

    Views

    585

    Like

    1

    Replies

    2
  • That's getting difficult. I never tried that offline tracking myself so no first-hand experience, perhaps this can be an interesting exercise to test out. I am thinking if the issue is with AppMeasurement which is unable to send out buffered hits when the device reconnected; or if AppMeasurement att...

    Type

    Questions

    Views

    383

    Like

    1

    Replies

    1
  • I don't think there is such API to download a Project as PDF. The Reports API allows you to retrieve a fragment of data as in Workspace Project, and the Projects API allows you to manipulate the project definition but not scheduling. You need probably only achievable externally for now with some oth...

    Type

    Questions

    Views

    300

    Like

    1

    Replies

    0
  • You may try to set the s.offlineThrottleDelay to control how many hits are sent simultaneously when the device is back online. When unset or 0, all queued hits sent at once could cause network issues and loss of data, and it is bad for performance as well.

    Type

    Questions

    Views

    437

    Like

    1

    Replies

    3