How to create USER_AGENT for AdWords API script

What is the most efficient way to create USER_AGENT to retrieve data from the AdWords API using Python? This value is the last value I need to collect data. Any help would be greatly appreciated.

user_agent: INSERT_USER_AGENT_HERE
+4
source share
1 answer

Fortunately, I figured out how to solve this. As noted here:

http://googleadsdeveloper.blogspot.ca/2013/11/please-set-user-agent-or-application.html

USER_AGENT . API- AdWords, DFP DFA SOAP, . , , .

+6

Source: https://habr.com/ru/post/1533419/


All Articles