← Back

Send Visit Events From Your WordPress VIP Website

Are You Using Regular WordPress?
If your website is not hosted on WordPress VIP, use the WordPress plugin integration instead.

Step 1: Configure Log Shipping

Known Agents can read logs from an Amazon S3 bucket that you're already using, or create and manage a Google Cloud bucket on your behalf. If your environment is already shipping logs to a destination other than Amazon S3, please contact us.

Option 1: Use an Existing Amazon S3 Bucket

  1. Open your AWS dashboard
  2. In the search bar at the top of the screen, type in and select Amazon S3
  3. Select the bucket
  4. Open the Permissions tab
  5. Under Bucket policy, click Edit

Add the following Known Agents AWS account ARN to the Principal.AWS allow list in the bucket's existing policy.

arn:aws:iam::632783683978:root

If the policy does not already contain a compatible allow list, add the following statement and replace YOUR-BUCKET-NAME with the bucket name.

{
    "Sid": "AllowKnownAgentsAccountAccess",
    "Effect": "Allow",
    "Principal": {
        "AWS": "arn:aws:iam::632783683978:root"
    },
    "Action": [
        "s3:GetObject",
        "s3:ListBucket"
    ],
    "Resource": [
        "arn:aws:s3:::YOUR-BUCKET-NAME",
        "arn:aws:s3:::YOUR-BUCKET-NAME/*"
    ]
}

Save the bucket policy changes.

Option 2: Use a Managed Google Cloud Bucket

Step 2: Test Your Integration

WordPress VIP ships logs in large batches, so the test visit can take up to 5 minutes to appear in the realtime timeline.