An error has occurred: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'<null>']
77 views
Skip to first unread message
WebMaster LocalWeb
unread,
Apr 8, 2016, 9:06:39 AM4/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
i get this error "An error has occurred: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'<null>']" while running GetCampaigns.php in v201603
Shwetha Vastrad (AdWords API Team)
unread,
Apr 8, 2016, 12:33:46 PM4/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
You are getting this error because the ClientCustomerId is not set. You can set clientCustomerId in your auth.ini file, or you can set this at the runtime. If you want to retrieve your client customer ids under an MCC at runtime, see GetAccountHierarchy.php.