Hello Bharani,
 
Thanks for all the help!

I have a name.py file which is a basic adwords api script to download 
adgroup performance data. I want to know if there is a way to directly add 
the information from credentials.yaml in name.py itself instead of using *path 
*in *adwords.AdWordsClient.LoadFromStorage(path)*.Thanks!

On Friday, 1 December 2017 21:00:44 UTC+5:30, Bharani Cherukuri (AdWords 
API Team) wrote:
>
> Hello Harish, 
>
> Please find my detailed response below:
>
> SOAP logs are the actual API request and response log in the XML format. 
> These logs help to troubleshoot the error and fix the issue. You may refer 
> to our troubleshooting guide 
> <https://developers.google.com/adwords/api/docs/guides/troubleshooting> for 
> more information. You could also enable SOAP logging for the Python client 
> library by following the steps mentioned in this guide 
> <https://github.com/googleads/googleads-python-lib>.
>
> As for your second concern, you may refer to this guide 
> <https://github.com/googleads/googleads-python-lib/blob/master/googleads/adwords.py#L2208>
>  which 
> lists all the supported predicates for DURING clause. For this use case, 
> you will have to run two reports separately specifying the two dateRanges 
> as:
>
>    - First report with .During(start_date=20171001, end_date=20171004)
>    - Second Report with .During(start_date=20171009, end_date=20171031)
>
> Then you can accumulate results of both the reports for this specific 
> dateRange 
> <https://developers.google.com/adwords/api/docs/guides/reporting#date_ranges> 
> to obtain the desired results. Let me know if you have any other questions. 
>
> Regards,
> Bharani, AdWords API Team
>

-- 


This email may contain confidential and privileged information for the sole use 
of the intended recipient. Any review or distribution by others is strictly 
prohibited. If you are not the intended recipient, please reply back to the 
sender about the error and delete all copies of this email message. Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/23bb96b6-d2d2-4016-b926-d90d4140f7ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: Ad group ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
  • Re: Ad group ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
  • Re: Ad group ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
    • Re: Ad g... harish.padmakar via AdWords API Forum
      • Re: ... harish.padmakar via AdWords API Forum
      • Re: ... harish.padmakar via AdWords API Forum
  • Re: Ad group ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
  • Re: Ad group ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
    • Re: Ad g... harish.padmakar via AdWords API Forum
  • Re: Ad group ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
    • Re: Ad g... harish.padmakar via AdWords API Forum
      • Re: ... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
        • ... harish.padmakar via AdWords API Forum

Reply via email to