@lreagor I would check the documentation for the specific API service
for which you’re hitting authenticated endpoints to find what other
parameters are expected. Most of them need an x-api-key, which will be
the same as your client_id.some useful
links:https://github.com/AdobeDocs/adobeio-auth/blob/stage/AuthenticationOverview/ServiceAccountIntegration.md#step-2-add-an-api-to-your-project-using-service-account-authentication
@deepakkv UM API
docshttps://adobe-apiplatform.github.io/umapi-documentation/en/getstarted.html
https://adobe-apiplatform.github.io/umapi-documentation/en/API_introduction.html#manage-your-adobe-users
https://adobe-apiplatform.github.io/umapi-documentation/en/getstarted.html
You may want to try the User Sync tool can automate many of your user
management
tasks.https://adobe-apiplatform.github.io/umapi-documentation/en/getstarted.html#usersync
Hi H_L, It will be "none for custom eVar and Prop. In case of Adobe
Default referral as it is same visit and Adobe Default referral expire
after visit ends. It will remember previous referrer until it is
overwrite by another referral.
Use
https://experienceleague.adobe.com/docs/analytics/implementation/other/hardcoded.html#image-request-syntax
on each step on customer registration form on external website to send
data to your report suite in adobe server. Use a prop or eVar to track
each step and subsequently use workspace to visualize it. use internal
link filter wisely to avoid referral
issue.Ex."https://example.data.adobedc.net/b/ss/examplersid/1?AQB=1&g=http%3A%2F%2Fexample.com&pageName=Example%20hardcoded%20hit&v1=Exampl...
Moving hard code tag to GA launch ext is a good idea, not sure if this
will help reduce page load time though. It will certainly help mange GA
tag better. If installed correctly you should not see any impact over
data collection.Thanks,Asheesh