In addition to the above question, I would like to know what OPERATORS can 
replace 'In' in the below code (highlighted).

report_query = (adwords.ReportQueryBuilder()
                  
.Select('AdType','AdNetworkType1','AdNetworkType2,''AccountDescriptiveName',)
                  .From('AD_PERFORMANCE_REPORT')
                  .Where ('AdType').In('EXPANDED_TEXT_AD')
                  .Where ('AdNetworkType1').*In*('SEARCH')
                  .During('TODAY')
                  .Build())

On Thursday, 30 November 2017 11:46:42 UTC+5:30, harish....@latentview.com 
wrote:
>
> Ya Bharani. It worked for me as well. Thanks!
> I am not a very skilled tech person, so I do not know understand what 'SOAP 
> request and response logs' are. Could you please explain it at your 
> convenience? 
> Thanks!
>
> *Regarding DURING clause:*
> How do I download the report for difference date range. Example:
> Oct 1, 2017 to Oct 20, 2017 (exclude October 4 -9) . Is it even possible? 
> If yes, could you please rewrite the below script and send?
> report_query = (adwords.ReportQueryBuilder()
>                   
> .Select('AdType','AdNetworkType1','AdNetworkType2,''AccountDescriptiveName',)
>                   .From('AD_PERFORMANCE_REPORT')
>                   .Where ('AdType').In('EXPANDED_TEXT_AD')
>                   .Where ('AdNetworkType1').In('SEARCH')
>                   .During('TODAY')
>                   .Build())
>
> I make use of the below table for DURING clause. 
>
> DateRangeLiteral -> TODAY | YESTERDAY | LAST_7_DAYS | THIS_WEEK_SUN_TODAY | 
> THIS_WEEK_MON_TODAY | LAST_WEEK |
>                     LAST_14_DAYS | LAST_30_DAYS | LAST_BUSINESS_WEEK | 
> LAST_WEEK_SUN_SAT | THIS_MONTH
> Date             -> 8-digit integer: YYYYMMDD
>
>
> On Wednesday, 29 November 2017 23:35:06 UTC+5:30, Bharani Cherukuri 
> (AdWords API Team) wrote:
>>
>> Hello Harish, 
>>
>> That's right, you will be able to use this query with another WHERE 
>> clause. We were able to test this and download the reports. If you run into 
>> any issues with this report query, please provide us the complete SOAP 
>> request and response logs, so I can take a look. Please use *Reply 
>> privately to author* to provide the logs. 
>>
>> Regards,
>> Bharani, AdWords API Team
>>
>> On Tuesday, November 14, 2017 at 5:05:21 AM UTC-5, 
>> harish....@latentview.com wrote:
>>>
>>> Is it possible to apply adgroup label filter while downloading ad 
>>> performance report? (This is not possible using the UI)
>>>
>>> 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.
>>>
>>>
-- 


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/17137aa4-b5cb-4d99-8a71-d7d0bfb39e55%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 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 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