Re: Filter by campaign type in adwords api reporting python

2019-07-29 Thread Google Ads API Forum Advisor Prod
Hi Praveen,

Sorry for the delayed response. I have sent you a private response using the 
googleadsapi-supp...@google.com alias, let us continue further communication in 
that thread. Let me know if you did not receive this.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001U8KkQI:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7WYig0PVE7OL00n16u6clQSsS-arpEcvg4VQ%40sfdc.net.


RE: Filter by campaign type in adwords api reporting python

2019-07-18 Thread Google Ads API Forum Advisor Prod
Hi Praveen,

Upon checking your report, I would recommend using the Ad Group Performance 
Report to replicate the report TUI_Display_GDN_Weekly in your Google Ads UI. 
You may refer to the query below.

AWQL : SELECT Date, AdGroupStatus, AdGroupName, CampaignName, CampaignStatus, 
CpcBid, CpvBid, CpmBid, EffectiveTargetRoas, TargetCpa, Clicks, Impressions, 
Cost, AdGroupId FROM ADGROUP_PERFORMANCE_REPORT WHERE AdGroupType IN 
['DISPLAY_STANDARD', 'DISPLAY_ENGAGEMENT'] DURING LAST_7_DAYS

Take note that this is not the exact report equivalent in the UI, metrics may 
differ a little from your actual report. Let me know if this helps.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001U8KkQI:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/t1UDH0PUV94X00OHL0iajtRaKtEon3Mcj3Fg%40sfdc.net.


RE: Filter by campaign type in adwords api reporting python

2019-07-17 Thread Google Ads API Forum Advisor Prod
Hi Praveen,

Even though the the columns in your UI report matches with the fields in your 
Criteria Performance Report, this may still not return the same report metrics 
as the Criteria Performance Reports generate metrics on the criteria level. If 
you wish to retrieve criteria specific reports, you can refer to this link. You 
can only compare reports generated from the API to the UI if it is one of these 
reports in the mapping guide.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001U8KkQI:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/V5BPL0PUTGNQ00rE99ttAQSramBZmE8c9y2A%40sfdc.net.


RE: Filter by campaign type in adwords api reporting python

2019-07-17 Thread Google Ads API Forum Advisor Prod
Hi Praveen,

Thank you for providing the clientCustomerId privately.

Just to clear things out, you are trying to compare the report 
(TUI_Display_GDN_Weekly) generated in your UI with the Criteria Performance 
Report you are trying to generate in the API.

If this is what you are trying to do, I am afraid you cannot compare the 
Criteria Performance Report in the UI because the UI does not support this type 
of report. Upon checking the report in your account, this does not resemble any 
API reports. You can refer to your mapping guide for the list of reports in the 
API that maps to the UI.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001U8KkQI:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/HwdvT0PUS7WT00kgKh5BfgQxiIpntrHW8gFQ%40sfdc.net.


RE: Filter by campaign type in adwords api reporting python

2019-07-17 Thread Google Ads API Forum Advisor Prod
Hi Praveen,

My apologies for the inconvenience. However, it seems that you are not able to 
receive my private messages. Forwarding my response below.

"My apologies as I would need the requested information so I could further 
investigate this.

Could you provide your clientCustomerId that was used to download the report, 
and a complete screenshot of the report discrepancies in the UI?"

Kindly use the reply privately to author option, and I will provide the 
solution in this public thread. Kindly take note that the Criteria Performance 
Report is not supported in the Google Ads UI.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001U8KkQI:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/gpc2C0PUS46700x_rbnVspRDCs6P3C-H9Cxw%40sfdc.net.


Re: Filter by campaign type in adwords api reporting python

2019-07-16 Thread Praveen Jose
Hi Guys,

Any update?

On Wednesday, June 19, 2019 at 1:16:45 PM UTC+5:30, Praveen Jose wrote:
>
> Hi Guys,
>
>
> I am reaching out since I am in need of some guidance here. 
>
>
> I am using the python code package to pull a criteria performance report . 
> However i have a requirement to filter by Campaign type = 'Display Only' 
> for this report generation
>
>
> Could you please advise me as to how I can achieve this within my selector?
>
>
> Thanks,
>
>
> Praveen
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e1f0f08b-7e8a-4897-ba5c-674ebb3169ee%40googlegroups.com.


RE: Filter by campaign type in adwords api reporting python

2019-07-11 Thread Google Ads API Forum Advisor Prod
Hi Praveen,

I am a colleague of Sai, allow me to provide support for your concern.

To better investigate the issue, could you provide your complete report 
definition, clientCustomerId used, and the screenshot of the report 
discrepancies in the UI? You may use the reply privately to author option.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001U8KkQI:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/75up60PUH3XV00AJjAOGwuTSatXqPUTQwGRQ%40sfdc.net.


Re: Filter by campaign type in adwords api reporting python

2019-07-11 Thread Praveen Jose
Hi Sai,


Thanks for the details

I am able to generate the report now but I am seeing inconsistencies with 
the data from the UI console and the report that is generated by connecting 
to the Adwords API

Should I provide a specific combination of data for which I am seeing the 
inconsistencies?

Thanks,

Praveen

On Wednesday, June 19, 2019 at 1:16:45 PM UTC+5:30, Praveen Jose wrote:
>
> Hi Guys,
>
>
> I am reaching out since I am in need of some guidance here. 
>
>
> I am using the python code package to pull a criteria performance report . 
> However i have a requirement to filter by Campaign type = 'Display Only' 
> for this report generation
>
>
> Could you please advise me as to how I can achieve this within my selector?
>
>
> Thanks,
>
>
> Praveen
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bad62c1a-578d-441b-861a-387b9e75d50c%40googlegroups.com.


Re: Filter by campaign type in adwords api reporting python

2019-07-08 Thread Google Ads API Forum Advisor Prod
Hello Praveen,

Once you got the ids of those display campaigns, you can apply filter on the 
CampaignId field on the CriterionPerformacneReport by adding the where 
condition in the report query(example given below). You could use the code 
sample in JAVA from here.

.where("CampaignId").in("1591618263", "1382949293", "1744060782", "1591618263")

Please let me know if you have any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UBo9Ky:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/THU7j0PUBXD300r1zCfQxoSuC2jboTd8XC7g%40sfdc.net.


Re: Filter by campaign type in adwords api reporting python

2019-07-04 Thread Praveen Jose
Hi Sai,

I wrote the campaign ids generated into a file for AdvertisingChannelType = 
"DISPLAY"


How do i feed  these campaign ids (which are many) into the report 
structure to pull a criteria performance report? I would need your 
assistance here


Thanks,

Praveen 

On Wednesday, June 26, 2019 at 1:20:06 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hello Praveen,
>
> There are no specific code samples for this scenario but in general to get 
> the reports you can refer this code sample 
> 
>  
> in Python language. To filter and to fetch the campaign Ids for display 
> campaigns you can refer my example query below.
> Query: SELECT CampaignId FROM CAMPAIGN_PERFORMANCE_REPORT WHERE 
> AdvertisingChannelType = "DISPLAY" DURING LAST_30_DAYS
>
> Then use those Ids and can filter in the CriteriaPerformanceReport. Please 
> give it a try and let me know if you have any further questions.
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001UBo9Ky:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a0a6b62-cb33-4b24-98a8-6e5653aa4b32%40googlegroups.com.


RE: Filter by campaign type in adwords api reporting python

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hello Praveen,

There are no specific code samples for this scenario but in general to get the 
reports you can refer this code sample in Python language. To filter and to 
fetch the campaign Ids for display campaigns you can refer my example query 
below.
Query: SELECT CampaignId FROM CAMPAIGN_PERFORMANCE_REPORT WHERE 
AdvertisingChannelType = "DISPLAY" DURING LAST_30_DAYS

Then use those Ids and can filter in the CriteriaPerformanceReport. Please give 
it a try and let me know if you have any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UBo9Ky:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a9mYD0PTO73300GtmS4iOESd2pfgU8gqNMpg%40sfdc.net.


Re: Filter by campaign type in adwords api reporting python

2019-06-25 Thread Praveen Jose
Hi ,


Thanks for the information.

Is there any python code sample which illustrates the options provided?

Thanks,

Praveen

On Wednesday, June 19, 2019 at 1:16:45 PM UTC+5:30, Praveen Jose wrote:
>
> Hi Guys,
>
>
> I am reaching out since I am in need of some guidance here. 
>
>
> I am using the python code package to pull a criteria performance report . 
> However i have a requirement to filter by Campaign type = 'Display Only' 
> for this report generation
>
>
> Could you please advise me as to how I can achieve this within my selector?
>
>
> Thanks,
>
>
> Praveen
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b983c90f-41e9-4483-89f1-502725557c20%40googlegroups.com.


RE: Filter by campaign type in adwords api reporting python

2019-06-24 Thread Google Ads API Forum Advisor Prod
Hello Praveen,

Since you have CampaignId field available in the Criteria performance report. 
You can filter via the AdvertisingChannelType field of the 
CampaignPerformanceReport and then use the campaign ids to filter in the 
Criteria Performance Report. You have to perform 2 report calls in this use 
case.

Also, you can use CampaignService.get to filter the display campaigns using 
advertisingChannelType and get the campaign ids. Please let me know if you have 
any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UBo9Ky:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ECCjl0PTLWIC00WlHoRSRFQ8OJlYcDj4Fxmg%40sfdc.net.


Re: Filter by campaign type in adwords api reporting python

2019-06-23 Thread Praveen Jose
Hi Sai,

I understand that CampaignType is not a field that can be filtered on for 
Criteria performance report. I wanted to know if there is any other 
possible solution or workaround which can accomplish the Display only 
campaigntypes to be filtered for my report generation


Thanks,


Praveen

On Wednesday, June 19, 2019 at 1:16:45 PM UTC+5:30, Praveen Jose wrote:
>
> Hi Guys,
>
>
> I am reaching out since I am in need of some guidance here. 
>
>
> I am using the python code package to pull a criteria performance report . 
> However i have a requirement to filter by Campaign type = 'Display Only' 
> for this report generation
>
>
> Could you please advise me as to how I can achieve this within my selector?
>
>
> Thanks,
>
>
> Praveen
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0a724e35-7c2a-465c-89cf-99461cbf1496%40googlegroups.com.


RE: Filter by campaign type in adwords api reporting python

2019-06-21 Thread Google Ads API Forum Advisor Prod
Hello Praveen,

The CampaignType field is not available in the criteria performance report, 
hence it is not possible to filter by CampaignType field. However to get an 
idea on using predicates with selector I am filtering the results with 
CriteriaType filed. Please find my report definition below.

report = {
'reportName': 'Last 7 days CRITERIA_PERFORMANCE_REPORT',
'dateRangeType': 'LAST_7_DAYS',
'reportType': 'CRITERIA_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields': ['CampaignId', 'AdGroupId', 
'Id', 'CriteriaType',
   'Criteria', 'FinalUrls', 
'Impressions', 'Clicks', 'Cost'],
'predicates': [{
'field': 'CriteriaType',
'operator': 'EQUALS',
'values': ['KEYWORD']
}]
}
}

Please let me know if you have any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UBo9Ky:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/OrNmA0PTGLGP00VNoVCmq1QaWOPUXRZwta0Q%40sfdc.net.


Re: Filter by campaign type in adwords api reporting python

2019-06-21 Thread Praveen Jose
Hi Sai,


Could you let me know the status of my query? Thanks and much appreicated


Regards,

Praveen

On Wednesday, June 19, 2019 at 1:16:45 PM UTC+5:30, Praveen Jose wrote:
>
> Hi Guys,
>
>
> I am reaching out since I am in need of some guidance here. 
>
>
> I am using the python code package to pull a criteria performance report . 
> However i have a requirement to filter by Campaign type = 'Display Only' 
> for this report generation
>
>
> Could you please advise me as to how I can achieve this within my selector?
>
>
> Thanks,
>
>
> Praveen
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fbd7d3c5-20ae-47fc-887e-a60655b1abcf%40googlegroups.com.


RE: Filter by campaign type in adwords api reporting python

2019-06-19 Thread Google Ads API Forum Advisor Prod
Hello Praveen,

The CampaignType field is not available in the criteria performance report. 
However to get an idea on using predicates with selector I am filtering the 
results with CriteriaType filed. Please find my report definition below.

report = {
'reportName': 'Last 7 days CRITERIA_PERFORMANCE_REPORT',
'dateRangeType': 'LAST_7_DAYS',
'reportType': 'CRITERIA_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields': ['CampaignId', 'AdGroupId', 
'Id', 'CriteriaType',
   'Criteria', 'FinalUrls', 
'Impressions', 'Clicks', 'Cost'],
'predicates': [{
'field': 'CriteriaType',
'operator': 'EQUALS',
'values': ['KEYWORD']
}]
}
}

Please let me know if you have any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UBo9Ky:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/J-nSN0PTCVAF00Dpyx9W_XSP-NsS-QmacBFw%40sfdc.net.