Re: Filter by campaign type in adwords api reporting python

2019-07-17 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 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-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 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-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 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.


Filter by campaign type in adwords api reporting python

2019-06-19 Thread Praveen Jose
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/93440eb4-c414-476b-810d-254a80379d64%40googlegroups.com.


Report download issues

2019-03-25 Thread Praveen Jose
Hi Guys,

I have been trying to download a criteria performance report with the below 
report configuration 

report = {
  'reportName': 'Header - Last 7 days CRITERIA_PERFORMANCE_COST_REPORT 
for '+vAccName,
  'dateRangeType': 'LAST_7_DAYS',
  'reportType': 'CRITERIA_PERFORMANCE_REPORT',
  'downloadFormat': 'CSV',
  'selector': {
  'fields': ['Date', 'AdGroupId', 'CampaignName', 'AdGroupName', 
'Impressions', 'Clicks', 'Cost'],
  'predicates': [{'field': 'Cost','operator': 
'GREATER_THAN_EQUALS','values': ['0']}]
  }
  }

I am using a file object to write the report data to a csv file . However i 
am getting the below error

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 16383: 
unexpected end of data


The above code sample works perfectly when the predicate is given 
as {'field': 'Cost','operator': 'NOT_IN','values': ['0']}


Can someone please provide guidance here?

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/3baf30d9-e584-4958-8233-088712005648%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.