Trakpilot Docs
  • Getting Started
    • Installation
  • Google Ads
    • Setup tracking
    • How to find your CTID
    • How to check conversion events is working
  • Error Logs
  • GOOGLE ANALYTICS 4
    • How to setup GA4
    • How to check GA4 is working
      • Use GA4 DebugView
      • Check Real-Time Reports in GA4
      • Use browser Extension
  • Miscellaneous
    • FAQs
Powered by GitBook
On this page

Error Logs

PreviousHow to check conversion events is workingNextHow to setup GA4

Last updated 18 days ago

During the use of the app, you may encounter some issues as follows:

This is normal, and here are some guidelines

PERMISSION_DENIED: Request had insufficient authentication scopes

Problem Description:

The error you're encountering indicates that the access token used to make the request to the Google Ads API does not have the necessary scopes to perform the action.

Solution:

To resolve this issue, ensure that the access token you're using includes the required authentication scopes. You can do this by following these steps: 1. Disconnect your google ads account:

2. Reauthorize OAuth Flow: reauthorize the OAuth flow to request the updated scopes, and obtain a new access token with the correct permissions. 3. Click Accept scope: adwords

PERMISSION_DENIED: The specified conversion action name already exists

You may encounter errors when creating conversion events

Solution:

This error occurs when you already have a conversion event in Google Ads with the same name as the conversion name you're trying to create. We create ads using the formula: TRAKPILOT_ + event name. For example, if you want to create a purchase event but there is already a conversion event named TRAKPILOT_PURCHASE in Google Ads, the error will be triggered.

Access your Google Ads account, rename the duplicated event, and everything will function normally.

Or you can contact our support team by clicking on the chat icon in the app.

🎉