how can I get soap response for my service calls in v201705 of adwords php library ?
20 views
Skip to first unread message
Deepa Varma
unread,
Jun 26, 2017, 3:10:32 AM6/26/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,
Please help me to find an example with soap logging for my service call using v201705 adwords api php library
Thank you in advance
Deepa Varma R
Deepa Varma
unread,
Jun 26, 2017, 4:19:14 AM6/26/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,
In earlier version we could get that by calling $user -> LogAll() . How can we do it in new version ?
Shwetha Vastrad (AdWords API Team)
unread,
Jun 26, 2017, 3:00:10 PM6/26/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 Deepa,
You need to set the logging level for the default loggers in your adsapi_php.ini as shown here. For a more customized logging, you need to specify your own logger by providing a logger that implements LoggerInterface when you build the AdWords API session.