In order to upgrade to the current version of AdWords API, we are required to supply primaryBillingId.
However, we are not able to figure out where to get that id. We have tried to contact support, about 2 months ago, with no reply.
What is this id and where we can get it?
Regards,
Mirek Fidler
Dhanya Sundararaju (AdWords API Team)
unread,
Mar 20, 2018, 1:22:52 PM3/20/18
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 Mirek,
You can do a BudgetOrderService.getBillingAccounts() which will return BillingAccounts which are accessible by the authenticated manager. These BillingAccounts will contain Id and primaryBillingId. Please refer this section of guide for better clarity and let me know if you have further questions.