Skip to content

Commit d55c280

Browse files
Merge pull request #7395 from segmentio/spencerattick-patch-5
customer ID error
2 parents 6dc509e + 590f456 commit d55c280

File tree

1 file changed

+18
-0
lines changed
  • src/connections/destinations/catalog/actions-google-enhanced-conversions

1 file changed

+18
-0
lines changed

src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,21 @@ Events going to Google for this integration require a `GCLID` field, an `email`,
206206

207207
### What are the differences between the Upload Click Conversions and Click Conversion V2 Actions?
208208
The only difference between the Upload Click Conversions and Click Conversion V2 Actions is that the Click Conversion V2 Action has [sync modes](/docs/connections/destinations/#sync-modes).
209+
210+
### Why am I getting a `USER_PERMISSION_DENIED` 403 error when my credentials are correct?
211+
212+
If you're getting the following error:
213+
214+
```
215+
"errors": [
216+
{
217+
"errorCode": {
218+
"authorizationError": "USER_PERMISSION_DENIED"
219+
},
220+
"message": "User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header. See https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid"
221+
}
222+
]
223+
```
224+
225+
That generally means there is a conflict or problem between the account used for authorization through Segment and the Customer ID. You can read more about this in Google's [API Call Structure](https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid:~:text=in%20the%20request%3A-,Authorization,must%20be%20set%20to%20the%20customer%20ID%20of%20the%20manager%20account.,-Key%20Term%3A){:target="_blank”} documentation.
226+

0 commit comments

Comments
 (0)