aalan

OurPcGeek Latest Articles

What are the use of Direct Call Rule

hashchange/single page application/ measuring multi-page application systems where the url does not change. measuring in an angular environment using listener functionality video milestone measurement using direct call rules. AJAX calls Fire direct call rule when object is not NULL Firing event ...

How to test appendVisitorIDsTo() function to try and tie the data together

Go To: https://xyz.a.com/ Run This Code in browser Console: var visitor = Visitor.getInstance(“F5237FF9@AdobeOrg”); destinationURLWithVisitorIDs = visitor.appendVisitorIDsTo(“https://xyz.newloanapp.com/apply”); window.location = destinationURLWithVisitorIDs; Takes me to https://xyz.newloanapp.com/apply with the appended MCID data. _satellite.getVisitorId().getMarketingCloudVisitorID(); on both the https://xyz.a.com/ and https://xyz.newloanapp.com domainsto check if that match

How To Connect S3 Buckets

How To Connect S3 Buckets

What is Amazon S3? Amazon S3 or Amazon Simple Storage Service is a “simple storage service” offered by Amazon Web Services that provides object storage through a web service interface. Amazon S3 uses the same scalable storage infrastructure that Amazon.com ...

Configure Charles for Chrome

Configure Charles for Chrome

Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers ...