Need to change client id in adsapi_php.ini for multiple accounts in campaign creation.
53 views
Skip to first unread message
develop...@gmail.com
unread,
Dec 5, 2017, 7:27:19 AM12/5/17
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,
I need to create campaign by selecting multiple subaccounts for test account.
Is there any options or API feasibility available to change "clientCustomerId" in adsapi_php.ini file.
I am using PHP.
Djax.
Milind Sankeshware (AdWords API Team)
unread,
Dec 5, 2017, 2:16:05 PM12/5/17
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 Djax,
The adsapi_php.ini file can only have one client customer id at a time. In your case, you could try to set the client customer id at the run time. We don't have sample for this particular case, but you can check ParallelReportDownload to see how this can be done. Let me know if you have any further questions.