Prerequisites
- Admin access to the Quora Ads account
- User's email address (must be associated with a Quora account or the user will need to create one)
- Determined permission level based on the role matrix below
Quora Ads Role Types
| Permission | Admin | Advertiser | Analyst |
|---|---|---|---|
| View campaigns and reporting | Yes | Yes | Yes |
| Export performance data | Yes | Yes | Yes |
| Create and edit campaigns | Yes | Yes | No |
| Manage audiences and targeting | Yes | Yes | No |
| Adjust budgets and bids | Yes | Yes | No |
| Manage Quora Pixel settings | Yes | Yes | No |
| Manage billing and payment methods | Yes | No | No |
| Invite or remove users | Yes | No | No |
| Edit account-level settings | Yes | No | No |
Admin -- Full control including billing, user management, and all campaign operations. Limit to account owners and senior managers.
Advertiser -- Can build, launch, and optimize campaigns but cannot manage billing or users. Best for media buyers and agency partners.
Analyst -- Read-only access to campaign data and reports. Ideal for executives, clients, and stakeholders who review performance without editing.
Adding a New User
Step 1: Access Settings
- Log in to Quora Ads Manager
- Click account menu (top right corner)
- Select Account Settings
Step 2: Navigate to User Management
- Click User Management in the left menu
- Review current users to confirm the person is not already added
Step 3: Add User
- Click Add User
- Enter the user's email address (must match their Quora account email)
- Select permission level: Admin, Advertiser, or Analyst
- Click Send Invitation
Step 4: User Acceptance
The invited user must:
- Check email for the invitation from Quora
- Click the invitation link
- Create a Quora account if they do not have one
- Accept the access grant -- access is granted immediately upon acceptance
Quora Pixel Access for Advertisers
Advertisers can manage the Quora Pixel, which is critical for conversion tracking. After adding an Advertiser, ensure they have the pixel snippet for installation:
<!-- Quora Pixel base code -->
<script>
!function(q,e,v,n,t,s){if(q.qp) return; n=q.qp=function(){n.qp?n.qp.apply(n,arguments):n.queue.push(arguments)};
n.queue=[];t=document.createElement(e);t.async=!0;t.src=v;s=document.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,'script','https://a.quora.com/qevents.js');
qp('init', 'YOUR_PIXEL_ID');
qp('track', 'ViewContent');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://q.quora.com/_/ad/YOUR_PIXEL_ID/pixel?tag=ViewContent&noscript=1"/></noscript>
Standard conversion events the Advertiser can configure:
// Track specific conversion events
qp('track', 'Generic'); // General conversion
qp('track', 'Purchase'); // Purchase completion
qp('track', 'GenerateLead'); // Lead form submission
qp('track', 'CompleteRegistration'); // Sign-up completion
qp('track', 'AddToCart'); // Add to cart action
// Custom event with parameters
qp('track', 'Purchase', {
value: 99.99,
currency: 'USD'
});
Analysts cannot modify pixel settings or create conversion events -- they can only view the resulting data in reports.
Managing Pending Invitations
- Users appear with Pending status until they accept
- Invitations expire after 7 days -- remove the pending entry and resend if expired
- Cancel a pending invitation at any time by clicking Remove next to the user
Common Issues
User did not receive the invitation email -- Verify the address, check spam folders, and have IT whitelist @quora.com if corporate filters are strict.
User accepted but cannot see campaigns -- Confirm they accepted with the correct Quora account. Ask them to log out, clear cookies, and log back in.
Invitation sent to wrong email -- Remove the pending invitation and resend to the correct address.
User needs both Quora Ads and Quora for Business access -- These are separate products. Quora Ads access does not grant access to Quora for Business (content marketing). Invite separately if needed.
Best Practices
- Use the Analyst role for anyone who only needs to view reports
- Reserve Admin for two or three account owners at most
- Review the user list quarterly and remove stale access
- Document who has access and why, especially for agency partners and contractors
- Include Quora Ads in your standard onboarding and offboarding checklists