Hi!
From what I understood and playing around with the API using the Python lib, the attributes that I can get back from my query using the API are in the "AttributeType" property found
here.
Now, I can't seem to find how to retrieve from the API the following columns, which I get when using the "Get search volume data and trends" from the web interface:
- Currency
- Suggested bid
- Impression share
- Organic impression share
- In account?
- In plan?
Are there more AttributeType properties besides the ones in the documentation, or do I have to do different queries to get the information above?
Thanks!