Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Could you please confirm if your CURL request has been successful?  We would 
request that you provide the complete request and response logs, with the 
request-id, generated when you tried to get the ad_group report, for our team 
to further investigate.

For REST interface requests, you can enable logging for the curl command by 
using the -i flag. This will cause the tool to include the HTTP response 
headers in the output.

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2PL1eJ: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/PVCnB0R1DA8N00mBFJSAGVRP-_CD3zHCAw1g%40sfdc.net.


Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-21 Thread Василий Рогачев

I call this report, as before, through curl. This should work, right? This 
is exactly how the old report works for me.
четверг, 21 октября 2021 г. в 20:59:22 UTC+3, Василий Рогачев: 

>
> https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds
>
>
> __fmt=TSV&__rdquery=SELECT segments.date, campaign.id, campaign.name, 
> ad_group.id, ad_group.name, metrics.impressions, metrics.clicks, 
> metrics.cost_micros FROM ad_group WHERE ad_group.status IN 
> ("ENABLED","PAUSED") AND segments.date DURING LAST_7_DAYS
>
>
> Everything works in the old way, but nothing is given in the new way. 
> Although only the query and url have been replaced
>
> четверг, 21 октября 2021 г. в 13:55:26 UTC+3, adsapi: 
>
>> Hi,
>>
>> This is Yasar and I work with Matt. Let me assist you with this.
>>
>> You may use the *ad_group* 
>> <https://developers.google.com/google-ads/api/fields/v8/ad_group?hl=en> 
>> report in Google Ads API which is equivalent to ADGROUP_PERFORMANCE_REPORT 
>> in the AdWords API. The Google Ads API can be called either using *gRPC* 
>> <https://grpc.io/> or REST, and we recommend using Google's official *client 
>> libraries* 
>> <https://developers.google.com/google-ads/api/docs/client-libs>.
>>
>> That said, you may create queries using either of the Search or 
>> SearchStream methods to get an ad_group report. Note that both Search and 
>> SearchStream use the same base URL below.
>>
>> https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds
>>
>> For more information, you may refer to *this* 
>> <https://developers.google.com/google-ads/api/rest/common/search?hl=en> 
>> guide.
>>
>> Let us know if you have any further questions.
>>
>> Regards, 
>> [image: Google Logo] 
>> Yasar 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2PL1eJ: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/7f00fefd-fca6-40c6-9b6a-312ca045f79an%40googlegroups.com.


Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-21 Thread Василий Рогачев

https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds


__fmt=TSV&__rdquery=SELECT segments.date, campaign.id, campaign.name, 
ad_group.id, ad_group.name, metrics.impressions, metrics.clicks, 
metrics.cost_micros FROM ad_group WHERE ad_group.status IN 
("ENABLED","PAUSED") AND segments.date DURING LAST_7_DAYS


Everything works in the old way, but nothing is given in the new way. 
Although only the query and url have been replaced

четверг, 21 октября 2021 г. в 13:55:26 UTC+3, adsapi: 

> Hi,
>
> This is Yasar and I work with Matt. Let me assist you with this.
>
> You may use the *ad_group* 
> <https://developers.google.com/google-ads/api/fields/v8/ad_group?hl=en> 
> report in Google Ads API which is equivalent to ADGROUP_PERFORMANCE_REPORT 
> in the AdWords API. The Google Ads API can be called either using *gRPC* 
> <https://grpc.io/> or REST, and we recommend using Google's official *client 
> libraries* <https://developers.google.com/google-ads/api/docs/client-libs>
> .
>
> That said, you may create queries using either of the Search or 
> SearchStream methods to get an ad_group report. Note that both Search and 
> SearchStream use the same base URL below.
>
> https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds
>
> For more information, you may refer to *this* 
> <https://developers.google.com/google-ads/api/rest/common/search?hl=en> 
> guide.
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2PL1eJ: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/bfa54e60-c1b8-48a1-abef-e8f0f303e51dn%40googlegroups.com.


Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

This is Yasar and I work with Matt. Let me assist you with this.

You may use the ad_group report in Google Ads API which is equivalent to 
ADGROUP_PERFORMANCE_REPORT in the AdWords API. The Google Ads API can be called 
either using gRPC or REST, and we recommend using Google's official client 
libraries.

That said, you may create queries using either of the Search or SearchStream 
methods to get an ad_group report. Note that both Search and SearchStream use 
the same base URL below.

https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds

For more information, you may refer to this guide.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2PL1eJ: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/Xgn9Z0R1BQC100QgkeuHnSROih46GaeXDGKg%40sfdc.net.


Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-20 Thread Василий Рогачев
And what url should be called? Previously it was 
https://adwords.google.com/api/adwords/reportdownload/v201809

среда, 20 октября 2021 г. в 17:33:01 UTC+3, adsapi: 

> Hello,
>
> Thanks for reaching out. You can use the Query Migration Tool 
> 
>  
> to convert AdWords API queries to the Ads API. For your query, the tool 
> provides the Ads API equivalent below:
>   
> SELECT segments.date, campaign.id, campaign.name, ad_group.id, 
> ad_group.name, metrics.impressions, metrics.clicks, metrics.cost_micros 
> FROM ad_group WHERE ad_group.status IN ("ENABLED","PAUSED") AND 
> segments.date DURING LAST_7_DAYS
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2PL1eJ: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/29946d5a-113d-45b7-9dde-fbc398470d4en%40googlegroups.com.


RE: migration ADGROUP_PERFORMANCE_REPORT

2021-10-20 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

Thanks for reaching out. You can use the Query Migration Tool to convert 
AdWords API queries to the Ads API. For your query, the tool provides the Ads 
API equivalent below:
SELECT segments.date, campaign.id, campaign.name, ad_group.id, ad_group.name, 
metrics.impressions, metrics.clicks, metrics.cost_micros FROM ad_group WHERE 
ad_group.status IN ("ENABLED","PAUSED") AND segments.date DURING LAST_7_DAYS

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2PL1eJ: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/RKiSw0R1A5QK00oP2O9bqoTbS-bi4ZN_2U1w%40sfdc.net.


migration ADGROUP_PERFORMANCE_REPORT

2021-10-19 Thread Василий Рогачев
Good evening!

How to go from a request

SELECT Date, CampaignId, CampaignName, AdGroupId, AdGroupName, Impressions, 
Clicks, Cost

 FROM ADGROUP_PERFORMANCE_REPORT

 WHERE AdGroupStatus IN [ENABLED, PAUSED] DURING LAST_7_DAYS

to the new version of the Google Ads API?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8e1ab262-0204-406c-b10f-d8dcbc63d7f8n%40googlegroups.com.


RE: Filter ADGROUP_PERFORMANCE_REPORT

2020-12-08 Thread Google Ads API Forum Advisor Prod
Hi Neta,

Thank you for reaching out. Could you please share the complete request and 
response logs along with the client customer id via the Reply privately to 
author option for us to further investigate?

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q28nrrt: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/TS-RR0QL17CQ00P0KV2tAaQnyJg6kHu1bQHw%40sfdc.net.


Re: Filter ADGROUP_PERFORMANCE_REPORT

2020-12-07 Thread 'Neta Savir' via AdWords API and Google Ads API Forum
just to clarify, the data exist in CAMPAIGN_PERFORMANCE_REPORT, but not in  
ADGROUP_PERFORMANCE_REPORT (for specific customer ID)

thanks,
Neta
On Monday, December 7, 2020 at 5:25:05 PM UTC+2 Neta Savir wrote:

> hi, 
> i'm having problem filter ADGROUP_PERFORMANCE_REPORT report by the 
> following request:
> ADGROUP_PERFORMANCE_REPORT:
>     reportName: 'adgroup_performance_report'
>dateRangeType: 'CUSTOM_DATE'
>isFullPeriod: 0
>reportType: 'ADGROUP_PERFORMANCE_REPORT'
>downloadFormat: 'CSV'
>fields: 
> ['Date','CampaignId','CampaignName','Clicks','Impressions','Cost',
> 'AdGroupName','AdGroupId']
>   enrichment: []
>  predicates: [
>  { 
>  'field': 'CampaignName',
>  'operator': 'CONTAINS',
>  'values': ["g_app"]
>  }
>   ]
>
> the response is empty although i know this condition suppose to return 
> data.. any suggestions?   
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/22b39d73-cbf5-41e4-8048-84c142da4e9bn%40googlegroups.com.


Filter ADGROUP_PERFORMANCE_REPORT

2020-12-07 Thread 'Neta Savir' via AdWords API and Google Ads API Forum
hi, 
i'm having problem filter ADGROUP_PERFORMANCE_REPORT report by the 
following request:
ADGROUP_PERFORMANCE_REPORT:
reportName: 'adgroup_performance_report'
   dateRangeType: 'CUSTOM_DATE'
   isFullPeriod: 0
   reportType: 'ADGROUP_PERFORMANCE_REPORT'
   downloadFormat: 'CSV'
   fields: 
['Date','CampaignId','CampaignName','Clicks','Impressions','Cost',
'AdGroupName','AdGroupId']
  enrichment: []
 predicates: [
 { 
 'field': 'CampaignName',
 'operator': 'CONTAINS',
 'values': ["g_app"]
 }
  ]

the response is empty although i know this condition suppose to return 
data.. any suggestions?   

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9f64b2e8-9dd2-4608-9d47-fd121c4bbd5cn%40googlegroups.com.


RE: Video ADGROUP_PERFORMANCE_REPORT And Display Ad ADGROUP_PERFORMANCE_REPORT

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hello,

Can you provide more details to what you mean by display ad group id? To get 
the Id of your ad groups, you will need to use AdGroupId. You will also find 
the fields Impressions and Clicks to get the performance data of your ad groups.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q27wDFa: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/zVeK80QKBIQ200L1EcMY3NReOUbuK3lCm6FA%40sfdc.net.


Video ADGROUP_PERFORMANCE_REPORT And Display Ad ADGROUP_PERFORMANCE_REPORT

2020-11-23 Thread vagh...@gmail.com
Hello,

I have using Video ADGROUP_PERFORMANCE_REPORT Perfectly.

I need Display Ad ADGROUP_PERFORMANCE_REPORT I have pass both Group ID 
Video ID and Display Ad Group ID but not fetch Display Ad group ID details.

please help me to find both stats
LIKE: impression,clicks

Thank You

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f4945f87-1537-4015-9a3b-855eb349f39dn%40googlegroups.com.


Re: ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-10-28 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. Please note that not all the fields could be pulled 
from a report.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24c5uk: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/UNPVQ0QIXF3I000N2nB2uxSE-lqzNhLqw-YA%40sfdc.net.


Re: ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-10-28 Thread denma test
Hi
Okay, but the report not returns adgroups with conversion rate also.

On Saturday, September 19, 2020 at 1:30:43 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> Thank you for reaching out. The Google Ads API provides adGroup reporting 
> for App campaigns installs but not for the App campaign engagement.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24c5uk: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/58693462-9713-4fb1-9cce-727444bfd645n%40googlegroups.com.


Re: ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-09-18 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. The Google Ads API provides adGroup reporting for 
App campaigns installs but not for the App campaign engagement.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24c5uk: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/6p44c0QGVE8700jZQyFOrdQbOzwF3gwdfExw%40sfdc.net.


Re: ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-09-18 Thread denma test
Okay, so then how can i list AdGroups of a App campaign with impressions 
and clicks data. Please clarify me.

On Friday, September 18, 2020 at 12:32:58 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> Thank you for reaching out. The App Campaigns data could be fetched on the 
> campaign level or above in the Adwords API. You could refer to the list of 
> available reports 
> 
>  
> for App Campaigns in Adwords API.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24c5uk: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/bbc60cda-bbc1-4783-b646-536e4074c097n%40googlegroups.com.


RE: ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. The App Campaigns data could be fetched on the 
campaign level or above in the Adwords API. You could refer to the list of 
available reports for App Campaigns in Adwords API.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24c5uk: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/zlNvD0QGTGW300M2nMvj2lRZKHqI_SAUOA9g%40sfdc.net.


ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-09-17 Thread denma test

Hi
Am using Adwords API report services to to list Campaign Adgroups. But the 
service is not listing AdGrpups under App campaigns.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/925701a9-7e64-4670-8fa8-5e2aff265507n%40googlegroups.com.


Results of Adgroup_Performance_Report display different campaigns than campaignIDs requested in query

2020-02-07 Thread Christoph Lindemann
For the following python query:

report_query = (adwords.ReportQueryBuilder()
  
.Select('Date','CampaignName','AdGroupName','Impressions','InteractionRate','TargetCpa','Cost','TrackingUrlTemplate')
  .From('ADGROUP_PERFORMANCE_REPORT')
  .Where('CampaignId').In('68060187', '124390347')
  
.Where('AdGroupStatus').In('ENABLED','PAUSED','REMOVED')
  .During(end_date+ ','+start_date) 
  .Build())

I receive a report for campaignID 68060187 as expected but in addition for 
ID 1674059168 instead of 124390347.
In the account I can see that traffic was definitely present in 124390347 
during the requested period.

Any help is really appreciated.

Kind regards
Christoph

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/16b6d5fe-1b1c-4c67-8cb6-7bc8ba6fbdce%40googlegroups.com.


Re: ADGROUP_PERFORMANCE_REPORT: no data returned in AdWords API

2019-12-05 Thread Google Ads API Forum Advisor Prod
Hi Wenbin,

Thank you for providing that information. I see that all of your campaigns are 
App Campaigns. Unfortunately, the AdGroup Performance Report does not support 
App Campaigns. See here for the list of supported reports.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UODniC: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/YI1hl0Q220I900A6Zk7RA2SaiWgiqMYWvZvg%40sfdc.net.


Re: ADGROUP_PERFORMANCE_REPORT: no data returned in AdWords API

2019-12-04 Thread wenbin hua
Hi
customer ID:748-343-2707

> 在 2019年12月5日,上午1:15,Google Ads API Forum Advisor Prod 
>  写道:
> 
> Hi Wenbin,
> 
> Thank you for reaching out. Can you also please share your client customer ID 
> via reply privately to author so that I can further investigate the issue?
> 
> Regards,
> Mitchell
> Google Ads API Team
> 
> 
> 
> ref:_00D1U1174p._5001UODniC: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/22DED0CC-D9AC-4942-9631-64D1354314C6%4089trillion.com.


RE: ADGROUP_PERFORMANCE_REPORT: no data returned in AdWords API

2019-12-04 Thread Google Ads API Forum Advisor Prod
Hi Wenbin,

Thank you for reaching out. Can you also please share your client customer ID 
via reply privately to author so that I can further investigate the issue?

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UODniC: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/ZWQ3-0Q1ZZYE005G0X_rFxRAuXPKeqxQ0XMA%40sfdc.net.


RE: Our account has ad groups set up, but performance data is not available through ADGROUP_PERFORMANCE_REPORT

2019-12-04 Thread Google Ads API Forum Advisor Prod
Hi Wenbin,

It looks like you have posted your report definition in another thread here. I 
will respond to the issue there.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UODnIW: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/aMaEH0Q1ZZX5004SDzmqXKR9akPKH_P13WBw%40sfdc.net.


ADGROUP_PERFORMANCE_REPORT: no data returned in AdWords API

2019-12-04 Thread wenbin hua


$selector = new Selector();
$selector->setFields(
   [
  "AdGroupId", "AdGroupName", "Cost"
   ]
);
// Create report definition.
$reportDefinition = new ReportDefinition();
$reportDefinition->setSelector($selector);
$reportDefinition->setReportName(
   'ADGROUP performance report '
);
$reportDefinition->setDateRangeType(
   ReportDefinitionDateRangeType::LAST_7_DAYS
);
$reportDefinition->setReportType(
   ReportDefinitionReportType::ADGROUP_PERFORMANCE_REPORT
);
$reportDefinition->setDownloadFormat(DownloadFormat::CSV);
// Download report.
$reportDownloader = new ReportDownloader($session);


$reportSettingsOverride = (new 
ReportSettingsBuilder())->includeZeroImpressions(true)->build();
$reportDownloadResult = $reportDownloader->downloadReport(
   $reportDefinition,
   $reportSettingsOverride
);
$reportDownloadResult->saveToFile($filePath);


no data returned

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a11a1f69-2cbf-4b49-98cd-3c805e784ee6%40googlegroups.com.


Our account has ad groups set up, but performance data is not available through ADGROUP_PERFORMANCE_REPORT

2019-12-04 Thread wenbin hua
Our account has ad groups set up, but performance data is not available 
through ADGROUP_PERFORMANCE_REPORT. It is normal to obtain the same 
customerId through CAMPAIGN_PERFORMANCE_REPORT

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ec84554c-f8ac-4f6b-a909-8038bb3ace48%40googlegroups.com.


Our account has set up adgroup, but we can't get performance data through ADGROUP_PERFORMANCE_REPORT

2019-11-11 Thread yonggen Liu
Hello: 
:Hello: Our account has set up adgroup, but we can't get performance data 
through ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT api;
Call method: ReportQuery query =
new ReportQuery.Builder()
.fields("AdGroupId", "AdGroupName", "Cost")
.from(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT)
.during(localDate, localDate)
.build();

Corresponding api version; com.google.api-ads
ads-lib
4.5.0



com.google.api-ads
adwords-axis
4.5.0


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d900820b-a301-4dcc-bad2-4739f8d17713%40googlegroups.com.


RE: Mensaje privado sobre: ADGROUP_PERFORMANCE_REPORT return different totals to Adwords Page

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

Thank you for providing further information in the private reply for your 
concern. I will discuss the issue to the rest of the team and rest assured that 
we will provide updates when available.

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UEGYuP: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/n3u8_0PVG3JZ00mNXYv6W0QeGTvnGqVOJlIA%40sfdc.net.


RE: ADGROUP_PERFORMANCE_REPORT return different totals to Adwords Page

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

Thank you for posting your concern.

To further check the issue, could you provide the customer ID and the 
screenshot of the Google Ads UI via Reply privately to author option where I 
can see the data discrepancies?

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UEGYuP: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/TnPJh0PVE48L00XzFyYWF1Qga_vISfLxGL4w%40sfdc.net.


ADGROUP_PERFORMANCE_REPORT return different totals to Adwords Page

2019-07-26 Thread Snayder Acero
Good Afternoon


I have a performance Report, developed with PHP API. I was compare this 
report with the report on Official Google Adwords Site but I get difrent 
total values and do I cant identify Why?


My report code is this:

$adwQuery = (new ReportQueryBuilder())
->select(array(
'AdGroupId', 'AdGroupName', 'CampaignId', 'CampaignName', 
'CpcBid', 'AverageCpc',
'Cost', 'CostPerAllConversion', 'CostPerConversion', 
'Conversions', 'ConversionValue',
// 'AllConversions','AllConversionValue'
))

->from(ReportDefinitionReportType::AUDIENCE_PERFORMANCE_REPORT)
->where('AdGroupStatus')->in(['ENABLED'])
->where('Status')->in(['ENABLED'])
//->where('CampaignStatus')->in(['ENABLED'])
->during($strDate,$endDate)
)
->build();


Thank you, very much

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7615da47-e20e-474e-ad1d-c81656843679%40googlegroups.com.


RE: ADGROUP_PERFORMANCE_REPORT: no data returned in AdWords API

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

Yes, Adgroup Performance Report is available in AdWords API. So I can further 
investigate the issue, could you provide your CID via Reply privately to author?

Regards,
Hiroyuki
Google Ads API Team
ref:_00D1U1174p._5001UCbIPV: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/LZ_aT0PUB6M500xDJ9dNjgS2aK_3kgLvHkEw%40sfdc.net.


ADGROUP_PERFORMANCE_REPORT: no data returned in AdWords API

2019-07-05 Thread integrations bidalgo
Hi,

I'm trying to get ADGROUP_PERFORMANCE_REPORT in AdWords API, but no data is 
received. The query is : 
reportQuery SELECT Date,AdGroupId,Cost,Clicks,Impressions,Conversions FROM 
ADGROUP_PERFORMANCE_REPORT  DURING 20190222,20190222
When I querying the same in GoogleAds API:
select segments.date,ad_group.id,metrics.cost_micros,metrics.clicks,
metrics.impressions,metrics.conversions from ad_group where segments.date>= 
20190222 
and segments.date<=20190222
I'm getting some data.
Is ADGROUP_PERFORMANCE_REPORT supported in AdWords API?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d0887cd2-2f90-43e3-a14c-eaab60736b2f%40googlegroups.com.


Re: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-06-26 Thread Tiana S.
Hi Ben,

Thank you so much for your reply! There's data for the date range, just 
like OP. In the Google Ads interface data is shown, but when retrieving the 
data from the API it returns 0. 
I will send you a screenshot from the date range's data privately.

Thanks,

Tiana
On Tuesday, 25 June 2019 22:07:52 UTC+2, adsapiforumadvisor wrote:
>
> Hi Tiana,
>
> Thanks for the question and for sending your query over to us. Can I ask, 
> what value do you expect to receive for SearchRankLostImpressionShare for 
> those date ranges? Would it be 0.00 or do you expect another value there?
>
> Thanks,
> Ben Karl, Google Ads API Team
>
> ref:_00D1U1174p._5001UBnkdZ: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/a3526dc3-caaa-472d-b1ae-278df6e72841%40googlegroups.com.


RE: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Tiana,

Thanks for the question and for sending your query over to us. Can I ask, what 
value do you expect to receive for SearchRankLostImpressionShare for those date 
ranges? Would it be 0.00 or do you expect another value there?

Thanks,
Ben Karl, Google Ads API Team
ref:_00D1U1174p._5001UBnkdZ: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/hfvqh0PTO7WL0049IdhvvrT2KUP4hVc_s2Pg%40sfdc.net.


Re: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-06-17 Thread Tiana S.
Hi Ejay,

We're experiencing the same issue here. I will provide a query privately.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c402163-813f-4f38-a1dc-233bdc0f0734%40googlegroups.com.


RE: How do I get target CPM of bumper AD from ADGROUP_PERFORMANCE_REPORT?

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

Thanks for raising your concern.

On the AdWords API perspective, the target CPM is currently not supported in 
any AdWords API report types. Please continue to follow our blog for 
announcements or updates regarding this feature/field.

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UBnYAJ: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/6yxLc0PT8GTL00405Jsm0MRYCaM5hqdS2Cqw%40sfdc.net.


How do I get target CPM of bumper AD from ADGROUP_PERFORMANCE_REPORT?

2019-06-15 Thread HOJAE LIM
Recently changed bidding type of bumper AD to target CPM.

I just use CpmBid column from ADGROUP_PERFORMANCE_REPORT AWQL. (api v201809)
https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report

But CpmBid column is empty after change that.

How do I get target CPM column name?

please answer about this question.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/12b110b2-37fb-45e9-a456-3f72781e1620%40googlegroups.com.


RE: Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi,

Yes, our team is actively working on correcting the data from 12:01am on
May 1 to 4:00am May 2 (PDT). You may check our blog
<https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>
for more details about the issue.

Regards,
Hiroyuki
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/09/19 15:24:14 zwei...@gmail.com wrote:

Based on these findings we activated a similar check and noticed negative
impressions (impressions = -1, once -2). This happens in over 10% of our
accounts.

The report definition:


   https://adwords.google.com/api/adwords/cm/v201809;>
   CampaignId
   AdGroupId
   KeywordId
   Query
   QueryMatchTypeWithVariant
   Device
   AdNetworkType2
   AbsoluteTopImpressionPercentage
   TopImpressionPercentage
   AveragePosition
   Clicks
   Cost
   Impressions
   Interactions
   
   CampaignStatus
   IN
   ENABLED
   PAUSED
   REMOVED
   
   
   AdGroupStatus
   IN
   ENABLED
   PAUSED
   REMOVED
   
   
   20190411
   20190508
   
   
   xmlns="https://adwords.google.com/api/adwords/cm/v201809;>872-671-3425

QueryResult
   https://adwords.google.com/api/adwords/cm/v201809
">SEARCH_QUERY_PERFORMANCE_REPORT
   https://adwords.google.com/api/adwords/cm/v201809
">CUSTOM_DATE
   https://adwords.google.com/api/adwords/cm/v201809
">GZIPPED_XML


Unfortunately I can't show snippets of the resulting report - maybe other
fields were negative too.
Is this the same issue?


On Wednesday, May 8, 2019 at 7:40:12 AM UTC+2, googleadsapi-forumadvisor
wrote:

Hi Will,

Our team is still working on this. Rest assured that we will provide
updates in our blog
<https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>
and this thread once we receive any.

Regards,
Hiroyuki
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/08/19 00:27:53 wper...@gmail.com wrote:

Hi Hiroyuki,

Is there any update on this? The last update to the blog was 4 days ago. We
need this reporting data for our clients...

W


On Friday, May 3, 2019 at 3:31:47 AM UTC-4, googleadsapi-forumadvisor wrote:

Hi Will,

We have an ongoing issue that's affecting all reporting stats in AdWords
API, Google Ads API, and Google Ads Scripts. Basically, the stats are
incorrect for Apr 30 - May 1. Please keep an eye on our blog
<https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>  
for

the updates regarding this issue.

Regards,
Hiroyuki
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/02/19 23:56:29 wper...@gmail.com wrote:

I'm pulling down an ADGROUP_PERFORMANCE_REPORT to track hourly
impression/cost/click data. Starting last night, my automated pull started
erroring out, and when I did some digging this morning, I found that it's
because negative values in double quotes are being returned for metrics
that cannot be negative.

Here's an example row from my resulting dataframe (with sensitive data
redacted):


  Campaign ID Campaign  Ad group ID  Ad groupImpressions
   Clicks   Cost  Day  Hour of day
242  C_ID   C_NAMEAG_ID   AG_NAME 32
0   "-41741"   2019-05-010


Is this some sort of data correction? I'm also seeing values like "-1" for
Impressions.

Any insights would be much appreciated.

W

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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" grou

Re: Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-09 Thread Zweitze
Based on these findings we activated a similar check and noticed negative 
impressions (impressions = -1, once -2). This happens in over 10% of our 
accounts.

The report definition:


   https://adwords.google.com/api/adwords/cm/v201809;>
   CampaignId
   AdGroupId
   KeywordId
   Query
   QueryMatchTypeWithVariant
   Device
   AdNetworkType2
   AbsoluteTopImpressionPercentage
   TopImpressionPercentage
   AveragePosition
   Clicks
   Cost
   Impressions
   Interactions
   
   CampaignStatus
   IN
   ENABLED
   PAUSED
   REMOVED
   
   
   AdGroupStatus
   IN
   ENABLED
   PAUSED
   REMOVED
   
   
   20190411
   20190508
   
   
   https://adwords.google.com/api/adwords/cm/v201809;>872-671-3425 
QueryResult
   https://adwords.google.com/api/adwords/cm/v201809;>SEARCH_QUERY_PERFORMANCE_REPORT
   https://adwords.google.com/api/adwords/cm/v201809;>CUSTOM_DATE
   https://adwords.google.com/api/adwords/cm/v201809;>GZIPPED_XML


Unfortunately I can't show snippets of the resulting report - maybe other 
fields were negative too.
Is this the same issue?


On Wednesday, May 8, 2019 at 7:40:12 AM UTC+2, googleadsapi-forumadvisor 
wrote:
>
> Hi Will,
>
> Our team is still working on this. Rest assured that we will provide 
> updates in our blog 
> <https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>
>  
> and this thread once we receive any.
>
> Regards,
> Hiroyuki
> Google Ads API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> On 05/08/19 00:27:53 wper...@gmail.com  wrote:
>
> Hi Hiroyuki,
>
> Is there any update on this? The last update to the blog was 4 days ago. 
> We need this reporting data for our clients...
>
> W
>
>
> On Friday, May 3, 2019 at 3:31:47 AM UTC-4, googleadsapi-forumadvisor 
> wrote:
>
> Hi Will,
>
> We have an ongoing issue that's affecting all reporting stats in AdWords 
> API, Google Ads API, and Google Ads Scripts. Basically, the stats are 
> incorrect for Apr 30 - May 1. Please keep an eye on our blog 
> <https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>
>  for 
> the updates regarding this issue. 
>
> Regards,
> Hiroyuki
> Google Ads API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> On 05/02/19 23:56:29 wper...@gmail.com wrote:
>
> I'm pulling down an ADGROUP_PERFORMANCE_REPORT to track hourly 
> impression/cost/click data. Starting last night, my automated pull started 
> erroring out, and when I did some digging this morning, I found that it's 
> because negative values in double quotes are being returned for metrics 
> that cannot be negative.
>
> Here's an example row from my resulting dataframe (with sensitive data 
> redacted):
>
>
>   Campaign ID Campaign  Ad group ID  Ad group
> ImpressionsClicks   Cost  Day  Hour of day
> 242  C_ID   C_NAMEAG_ID   AG_NAME 
> 32 0   "-41741"   2019-05-010
>
>
> Is this some sort of data correction? I'm also seeing values like "-1" for 
> Impressions.
>
> Any insights would be much appreciated. 
>
> W
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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://gro

RE: Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Will,

Our team is still working on this. Rest assured that we will provide
updates in our blog
<https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>
and this thread once we receive any.

Regards,
Hiroyuki
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/08/19 00:27:53 wperc...@gmail.com wrote:

Hi Hiroyuki,

Is there any update on this? The last update to the blog was 4 days ago. We
need this reporting data for our clients...

W


On Friday, May 3, 2019 at 3:31:47 AM UTC-4, googleadsapi-forumadvisor wrote:

Hi Will,

We have an ongoing issue that's affecting all reporting stats in AdWords
API, Google Ads API, and Google Ads Scripts. Basically, the stats are
incorrect for Apr 30 - May 1. Please keep an eye on our blog
<https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>  
for

the updates regarding this issue.

Regards,
Hiroyuki
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/02/19 23:56:29 wper...@gmail.com wrote:

I'm pulling down an ADGROUP_PERFORMANCE_REPORT to track hourly
impression/cost/click data. Starting last night, my automated pull started
erroring out, and when I did some digging this morning, I found that it's
because negative values in double quotes are being returned for metrics
that cannot be negative.

Here's an example row from my resulting dataframe (with sensitive data
redacted):


  Campaign ID Campaign  Ad group ID  Ad groupImpressions
   Clicks   Cost  Day  Hour of day
242  C_ID   C_NAMEAG_ID   AG_NAME 32
0   "-41741"   2019-05-010


Is this some sort of data correction? I'm also seeing values like "-1" for
Impressions.

Any insights would be much appreciated.

W

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/32286152-59f7-4834-97ef-939cf2499bdd%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/32286152-59f7-4834-97ef-939cf2499bdd%40googlegroups.com?utm_medium=email_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/61a56802-40f5-4437-a519-f5f3c86b3e1e%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/61a56802-40f5-4437-a519-f5f3c86b3e1e%40googlegroups.com?utm_medium=email_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

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

You received this message because you are subscribed to the Goo

Re: Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-07 Thread wpercy27
Hi Hiroyuki,

Is there any update on this? The last update to the blog was 4 days ago. We 
need this reporting data for our clients...

W


On Friday, May 3, 2019 at 3:31:47 AM UTC-4, googleadsapi-forumadvisor wrote:
>
> Hi Will,
>
> We have an ongoing issue that's affecting all reporting stats in AdWords 
> API, Google Ads API, and Google Ads Scripts. Basically, the stats are 
> incorrect for Apr 30 - May 1. Please keep an eye on our blog 
> <https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>
>  for 
> the updates regarding this issue. 
>
> Regards,
> Hiroyuki
> Google Ads API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> On 05/02/19 23:56:29 wper...@gmail.com  wrote:
>
> I'm pulling down an ADGROUP_PERFORMANCE_REPORT to track hourly 
> impression/cost/click data. Starting last night, my automated pull started 
> erroring out, and when I did some digging this morning, I found that it's 
> because negative values in double quotes are being returned for metrics 
> that cannot be negative.
>
> Here's an example row from my resulting dataframe (with sensitive data 
> redacted):
>
>
>   Campaign ID Campaign  Ad group ID  Ad group
> ImpressionsClicks   Cost  Day  Hour of day
> 242  C_ID   C_NAMEAG_ID   AG_NAME 
> 32 0   "-41741"   2019-05-010
>
>
> Is this some sort of data correction? I'm also seeing values like "-1" for 
> Impressions.
>
> Any insights would be much appreciated. 
>
> W
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/32286152-59f7-4834-97ef-939cf2499bdd%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/adwords-api/32286152-59f7-4834-97ef-939cf2499bdd%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/61a56802-40f5-4437-a519-f5f3c86b3e1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Will,

We have an ongoing issue that's affecting all reporting stats in AdWords
API, Google Ads API, and Google Ads Scripts. Basically, the stats are
incorrect for Apr 30 - May 1. Please keep an eye on our blog
<https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html>  
for

the updates regarding this issue.

Regards,
Hiroyuki
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/02/19 23:56:29 wperc...@gmail.com wrote:

I'm pulling down an ADGROUP_PERFORMANCE_REPORT to track hourly
impression/cost/click data. Starting last night, my automated pull started
erroring out, and when I did some digging this morning, I found that it's
because negative values in double quotes are being returned for metrics
that cannot be negative.

Here's an example row from my resulting dataframe (with sensitive data
redacted):


  Campaign ID Campaign  Ad group ID  Ad groupImpressions
   Clicks   Cost  Day  Hour of day
242  C_ID   C_NAMEAG_ID   AG_NAME 32
0   "-41741"   2019-05-010


Is this some sort of data correction? I'm also seeing values like "-1" for
Impressions.

Any insights would be much appreciated.

W

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/32286152-59f7-4834-97ef-939cf2499bdd%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/32286152-59f7-4834-97ef-939cf2499bdd%40googlegroups.com?utm_medium=email_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/18ie90o10b5loe000p51a2z68mj8d1i68o30c1g68r36dhh%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-02 Thread Will Percival
I'm pulling down an ADGROUP_PERFORMANCE_REPORT to track hourly 
impression/cost/click data. Starting last night, my automated pull started 
erroring out, and when I did some digging this morning, I found that it's 
because negative values in double quotes are being returned for metrics 
that cannot be negative.

Here's an example row from my resulting dataframe (with sensitive data 
redacted):


  Campaign ID Campaign  Ad group ID  Ad groupImpressions 
   Clicks   Cost  Day  Hour of day
242  C_ID   C_NAMEAG_ID   AG_NAME 32 
0   "-41741"   2019-05-010


Is this some sort of data correction? I'm also seeing values like "-1" for 
Impressions.

Any insights would be much appreciated. 

W

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/32286152-59f7-4834-97ef-939cf2499bdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-04-25 Thread Juliana Cota
I'll be waiting! Thank you!


Em segunda-feira, 15 de abril de 2019 23:40:37 UTC-3, 
googleadsapi-forumadvisor escreveu:
>
> Hi Juliana,
>
> Could you provide the complete SOAP request and response logs together 
> with the customer ID and the ad group IDs where you noticed the issue via 
> *Reply 
> privately to author* so I can further check?
>
> Regards,
> Ejay
> Google Ads API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> On 04/15/19 21:22:35 contato.autom...@gmail.com  wrote:
>
> Hi Ejay,
>
> This morning I ran some tests with the SearchRankLostImpressionShare field 
> and the data discrepancy between the portal and the API still persists.
>
> Here are some screenshots of the report in Google Ads and the report via 
> ADS API.
>
>
> [image: ADS DASHBOARD.png]
>
> [image: BUG ADGROUP_PERFORMANCE_REPORT.png]
>
> I used the ALL_TIME period and the metrics continue to be zeroed.
>
> Help-me!
>
>
>
> Em segunda-feira, 15 de abril de 2019 02:34:06 UTC-3, 
> googleadsapi-forumadvisor escreveu:
>
> Hi Juliana,
>
> I was informed that the issue for the *SearchRankLostImpressionShare* field 
> has been fixed. I tried to test it on my end and I no longer encountering 
> the issue. With this, kindly confirm this on your end and please let me 
> know if the issue is still persisting so I can raise it to the our team.
>
> Regards,
> Ejay
> Google Ads API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> <https://support.google.com/google-ads/contact/survey_transactional?caseid=4-345325637=en=1>
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 04/10/19 11:09:47 googleadsapi...@google.com wrote:
>
> Hi Juliana,
>
> With regards to your issue about the *SearchRankLostImpressionShare* metric, 
> there is a known bug about this which our team is currently looking. Rest 
> assured that I will provide updates when I receive any.
>
> Regards,
> Ejay
> Google Ads API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 04/09/19 23:11:06 contato.automatizamarket...@gmail.com wrote:
>
> Hello! I am trying to extract the SearchRankLostImpressionShare metric 
> from my ad groups using the ADGROUP_PERFORMANCE_REPORT report type, but the 
> data returned in the report does not match what is displayed in the Google 
> Ads interface. It always displays: "-" or 0, unlike what is displayed 
> inside the ADS platform.
>
> I use the v201809 version of the AdWords API.
>
> Can someone help me?
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 http

RE: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-04-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Juliana,

Could you provide the complete SOAP request and response logs together with
the customer ID and the ad group IDs where you noticed the issue via *Reply
privately to author* so I can further check?

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/15/19 21:22:35 contato.automatizamarket...@gmail.com wrote:

Hi Ejay,

This morning I ran some tests with the SearchRankLostImpressionShare field
and the data discrepancy between the portal and the API still persists.

Here are some screenshots of the report in Google Ads and the report via
ADS API.


[image: ADS DASHBOARD.png]

[image: BUG ADGROUP_PERFORMANCE_REPORT.png]

I used the ALL_TIME period and the metrics continue to be zeroed.

Help-me!



Em segunda-feira, 15 de abril de 2019 02:34:06 UTC-3,
googleadsapi-forumadvisor escreveu:

Hi Juliana,

I was informed that the issue for the *SearchRankLostImpressionShare* field
has been fixed. I tried to test it on my end and I no longer encountering
the issue. With this, kindly confirm this on your end and please let me
know if the issue is still persisting so I can raise it to the our team.

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey
<https://support.google.com/google-ads/contact/survey_transactional?caseid=4-345325637=en=1>

Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
On 04/10/19 11:09:47 googleadsapi...@google.com wrote:

Hi Juliana,

With regards to your issue about the *SearchRankLostImpressionShare* metric,
there is a known bug about this which our team is currently looking. Rest
assured that I will provide updates when I receive any.

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
On 04/09/19 23:11:06 contato.automatizamarket...@gmail.com wrote:

Hello! I am trying to extract the SearchRankLostImpressionShare metric from
my ad groups using the ADGROUP_PERFORMANCE_REPORT report type, but the data
returned in the report does not match what is displayed in the Google Ads
interface. It always displays: "-" or 0, unlike what is displayed inside
the ADS platform.

I use the v201809 version of the AdWords API.

Can someone help me?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ms
gid/adwords-api/b161b19f-a41b-498e-aa36-ef1a70a2c2b0%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/b161b19f-a41b-498e-aa36-ef1a70a2c2b0%40googlegroups.com?utm_medium=email_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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...

RE: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-04-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Juliana,

I was informed that the issue for the *SearchRankLostImpressionShare* field
has been fixed. I tried to test it on my end and I no longer encountering
the issue. With this, kindly confirm this on your end and please let me
know if the issue is still persisting so I can raise it to the our team.

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/10/19 11:09:47 googleadsapi-forumadvi...@google.com wrote:

Hi Juliana,

With regards to your issue about the *SearchRankLostImpressionShare* metric,
there is a known bug about this which our team is currently looking. Rest
assured that I will provide updates when I receive any.

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
On 04/09/19 23:11:06 contato.automatizamarket...@gmail.com wrote:

Hello! I am trying to extract the SearchRankLostImpressionShare metric from
my ad groups using the ADGROUP_PERFORMANCE_REPORT report type, but the data
returned in the report does not match what is displayed in the Google Ads
interface. It always displays: "-" or 0, unlike what is displayed inside
the ADS platform.

I use the v201809 version of the AdWords API.

Can someone help me?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b161b19f-a41b-498e-aa36-ef1a70a2c2b0%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/b161b19f-a41b-498e-aa36-ef1a70a2c2b0%40googlegroups.com?utm_medium=email_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1btflug1g594r6000an7u2z6gmj6d1l6co30c1g68qjccpn%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-04-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Juliana,

With regards to your issue about the *SearchRankLostImpressionShare* metric,
there is a known bug about this which our team is currently looking. Rest
assured that I will provide updates when I receive any.

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/09/19 23:11:06 contato.automatizamarket...@gmail.com wrote:

Hello! I am trying to extract the SearchRankLostImpressionShare metric from
my ad groups using the ADGROUP_PERFORMANCE_REPORT report type, but the data
returned in the report does not match what is displayed in the Google Ads
interface. It always displays: "-" or 0, unlike what is displayed inside
the ADS platform.

I use the v201809 version of the AdWords API.

Can someone help me?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b161b19f-a41b-498e-aa36-ef1a70a2c2b0%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/b161b19f-a41b-498e-aa36-ef1a70a2c2b0%40googlegroups.com?utm_medium=email_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/12f0gcc16g01g538g4001kvr7ew6gmj6d1l6co30c1g68qjccpn%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-04-09 Thread Juliana Cota
Hello! I am trying to extract the SearchRankLostImpressionShare metric from 
my ad groups using the ADGROUP_PERFORMANCE_REPORT report type, but the data 
returned in the report does not match what is displayed in the Google Ads 
interface. It always displays: "-" or 0, unlike what is displayed inside 
the ADS platform.

I use the v201809 version of the AdWords API.

Can someone help me?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b161b19f-a41b-498e-aa36-ef1a70a2c2b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: StoreVisit ConversionTrackerId ADGROUP_PERFORMANCE_REPORT

2019-03-07 Thread Carmine Pagliaro
SOLVED.

Add field ConversionTrackerId, ConversionTypeName from the API call 
removing the where condition.
Get and set the new ConversionTrackeId.


On Thursday, February 21, 2019 at 11:10:33 PM UTC+1, 
googleadsapi-forumadvisor wrote:
>
> Hi Carmine,
>
> If you run your report definition against a MCC or if your adgroups have 
> zero impressions(since you have set *includeZeroImpressions(false)*), you 
> can get empty results. Are you getting values via the UI? If yes, please 
> *reply 
> privately to author* with your client customer id and date range that you 
> are using, so that I can check further.
>
> Regards,
> Dhanya, AdWords API Team
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d742cc7-8419-426c-869a-819b432c9114%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: StoreVisit ConversionTrackerId ADGROUP_PERFORMANCE_REPORT

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Carmine,

If you run your report definition against a MCC or if your adgroups have
zero impressions(since you have set *includeZeroImpressions(false)*), you
can get empty results. Are you getting values via the UI? If yes, please  
*reply

privately to author* with your client customer id and date range that you
are using, so that I can check further.

Regards,
Dhanya, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ijlio23g3000ghla3eg71ax70mjie1m60o30c1g68qj6dhm%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


StoreVisit ConversionTrackerId ADGROUP_PERFORMANCE_REPORT

2019-02-21 Thread Carmine Pagliaro
Dear Team,

I have some problems with the following:

String query = "";
query = "SELECT  AccountDescriptiveName,AccountCurrencyCode, Device, "
+ "CampaignId, CampaignName, CampaignStatus, AdGroupId,AdGroupName, 
AdGroupStatus, "
+ "Date, AllConversions " + "FROM ADGROUP_PERFORMANCE_REPORT " + "WHERE 
ConversionTrackerId = 239 "
+ " DURING " + dataStart + ", " + dataEnd;

ReportingConfiguration reportingConfiguration = new 
ReportingConfiguration.Builder().skipReportHeader(true)
.skipColumnHeader(false).skipReportSummary(true).
includeZeroImpressions(false).build();
session.setReportingConfiguration(reportingConfiguration);
ReportDownloadResponse response = null;
try {
response = new ReportDownloader(session).downloadReport(query, 
DownloadFormat.XML);
} catch (ReportDownloadResponseException e) {
System.out.printf("Report was not downloaded due to: %s%n", e);
}
return response;


When i run the code I get an empty *response*, just only header.

What am I doing wrong?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/49a9b417-db63-4faa-baa5-3bbf012a773a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT

2019-01-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Georg,

Looks like there is an on going issue on this regard. Our team is looking 
at the issue, I will update you once I got mote information.

Regards,
Sai Teja, AdWords API Team


On Friday, November 9, 2018 at 6:15:40 AM UTC-5, Carmine Pagliaro wrote:
>
> Hi all and good morning,
> today an issue came up regarding the report in the subject.
> Until yesterday I had 3 devices in the response (desktop, mobile, tablet), 
> today running the same report and query shows 4 results and an empty device 
> value in the response for the fourth row. 
> Why is this happening? What does this empty device value represents?
> Thanks for your help.
> Kind regards
> Carmine
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d8be9a54-4b39-411f-9c23-b9d807f4cd14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT

2019-01-09 Thread georg . unterberger
Hi and good morning,

the problem seems to be still present, today we also got instead of "Other" 
an empty field as device type in the ad group performance report (for 3 
adGroups).
The documentation still says that the result should be "Other". 

Best,
Georg


On Friday, 9 November 2018 19:30:14 UTC+1, Teja Makani wrote:
>
> Hello Carmine,
>
> When the Device 
> 
>  field 
> is UNKNOWN it will result into blank space in the report, you could treat 
> them as others/Unknown device types. However could you share the report 
> definition that you are trying so that I can take a closer look. You could 
> use reply privately to the author option while sharing the details 
> requested.
>
> Regards,
> Sai Teja, AdWords API Team.
>
> On Friday, November 9, 2018 at 6:15:40 AM UTC-5, Carmine Pagliaro wrote:
>>
>> Hi all and good morning,
>> today an issue came up regarding the report in the subject.
>> Until yesterday I had 3 devices in the response (desktop, mobile, 
>> tablet), today running the same report and query shows 4 results and an 
>> empty device value in the response for the fourth row. 
>> Why is this happening? What does this empty device value represents?
>> Thanks for your help.
>> Kind regards
>> Carmine
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/011e4a03-b4ee-417f-88ae-0f986e021252%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT

2018-11-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Carmine,

When the Device 

 field 
is UNKNOWN it will result into blank space in the report, you could treat 
them as others/Unknown device types. However could you share the report 
definition that you are trying so that I can take a closer look. You could 
use reply privately to the author option while sharing the details 
requested.

Regards,
Sai Teja, AdWords API Team.

On Friday, November 9, 2018 at 6:15:40 AM UTC-5, Carmine Pagliaro wrote:
>
> Hi all and good morning,
> today an issue came up regarding the report in the subject.
> Until yesterday I had 3 devices in the response (desktop, mobile, tablet), 
> today running the same report and query shows 4 results and an empty device 
> value in the response for the fourth row. 
> Why is this happening? What does this empty device value represents?
> Thanks for your help.
> Kind regards
> Carmine
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3b29c89a-77e8-46ec-b308-61792f6011b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT

2018-11-09 Thread stefankst

Good morning,

we have same them same issue, also for keyword- and product partition 
reports. I posted a separate issue this morning but it did not appear (yet) 
in the forum.

For us, the empty device appears only when zero impressions are included.

We implemented a quick-fix that maps empty devices to the "Other" device 
type although we are not entirely sure this is correct.

Best,
Stefan


Am Freitag, 9. November 2018 12:15:40 UTC+1 schrieb Carmine Pagliaro:
>
> Hi all and good morning,
> today an issue came up regarding the report in the subject.
> Until yesterday I had 3 devices in the response (desktop, mobile, tablet), 
> today running the same report and query shows 4 results and an empty device 
> value in the response for the fourth row. 
> Why is this happening? What does this empty device value represents?
> Thanks for your help.
> Kind regards
> Carmine
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/985ba355-0a5f-465c-bbed-1b367c6ab21a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ADGROUP_PERFORMANCE_REPORT

2018-11-09 Thread Carmine Pagliaro
Hi all and good morning,
today an issue came up regarding the report in the subject.
Until yesterday I had 3 devices in the response (desktop, mobile, tablet), 
today running the same report and query shows 4 results and an empty device 
value in the response for the fourth row. 
Why is this happening? What does this empty device value represents?
Thanks for your help.
Kind regards
Carmine

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/876fdffa-16b9-4922-875e-481343f53ecf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-08 Thread saidar
Hi, Vincent!

Omg, I forgot to check it... 
Thanks you very much it works now!! 

Best Regards,
Saidar.

четверг, 8 ноября 2018 г., 10:52:25 UTC+1 пользователь Vincent Racaza 
(AdWords API Team) написал:
>
> Hi Saidar,
>
> I am a colleague of Dannison and I would like to make a correction on our 
> previous answer. I have tried replicating your issue on my end and found 
> out that the error is caused by the select clause field name "Id" and the 
> where clause field name "Status". Kindly replace "Id" with "AdGroupId" and 
> "Status" with "AdGroupStatus" instead. You may also refer here 
> 
>  for 
> the complete list of attributes/fields the Adgroup Performance report 
> allows. Also, I would like to point out that your constant variable 
> ENABLED_STATUS should be equal to "ENABLED" String value. Let me know if 
> error persists after trying the solution mentioned.
>
> Best regards,
> Vincent
> AdWords API Team
>
> On Wednesday, November 7, 2018 at 11:56:21 PM UTC+8, 
> sai...@digitaltigers.de  wrote:
>>
>> Hi everyone!
>>
>> I faced with another one issue, and cannot understand what can be a 
>> problem...
>>
>> ReportQuery query = new ReportQuery.Builder()
>> .fields(
>> "Id")
>> .from(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT)
>> .where("Status").equalTo(ENABLED_STATUS)
>> .build();
>>
>> ReportingConfiguration reportingConfiguration =
>> new ReportingConfiguration.Builder()
>> .skipColumnHeader(true)
>> .skipReportHeader(true)
>> .skipReportSummary(false)
>> .includeZeroImpressions(true)
>> .build();
>> session.setReportingConfiguration(reportingConfiguration);
>> ReportDownloaderInterface reportDownloader =
>> adWordsServices.getUtility(session, ReportDownloaderInterface.class);
>> BufferedReader reader = null;
>> AdGroupStoreIterator adGroupStoreIterator = new AdGroupStoreIterator(new 
>> ArrayList<>());
>> try {
>> // Set the property api.adwords.reportDownloadTimeout or call
>> // ReportDownloader.setReportDownloadTimeout to set a timeout (in 
>> milliseconds)
>> // for CONNECT and READ in report downloads.
>> final ReportDownloadResponse response =
>> reportDownloader.downloadReport(query.toString(), DownloadFormat.CSV);
>> // Read the response as a BufferedReader.
>> reader = new BufferedReader(new 
>> InputStreamReader(response.getInputStream(), UTF_8));
>>
>>
>> on the line "ReportDownloaderInterface reportDownloader = 
>> adWordsServices.getUtility(session, 
>> ReportDownloaderInterface.class);" the programm go to the catch block an 
>> shows me these output:
>>
>> [07 Nov. 2018 16:38:46,500-report_download:INFO:main] HTTP request:
>> accept-encoding: [gzip]
>> authorization: REDACTED
>> user-agent: [unknown (AwApi-Java, AdWords-Axis/4.1.0, Common-Java/4.1.0, 
>> Axis/1.4, Java/10.0.2, jars, ReportDownloader, ReportQueryBuilder)]
>> developertoken: REDACTED
>> clientcustomerid: 8-4495
>> skipreportheader: false
>> skipcolumnheader: false
>> skipreportsummary: false
>> includezeroimpressions: true
>>
>>
>> Could you please explain what I am doing wrong?
>>
>> Thanks!!
>> Saidar
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c8183cbd-cba4-4b26-a112-3635904ac1cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar,

I am a colleague of Dannison and I would like to make a correction on our 
previous answer. I have tried replicating your issue on my end and found 
out that the error is caused by the select clause field name "Id" and the 
where clause field name "Status". Kindly replace "Id" with "AdGroupId" and 
"Status" with "AdGroupStatus" instead. You may also refer here 

 for 
the complete list of attributes/fields the Adgroup Performance report 
allows. Also, I would like to point out that your constant variable 
ENABLED_STATUS should be equal to "ENABLED" String value. Let me know if 
error persists after trying the solution mentioned.

Best regards,
Vincent
AdWords API Team

On Wednesday, November 7, 2018 at 11:56:21 PM UTC+8, 
sai...@digitaltigers.de wrote:
>
> Hi everyone!
>
> I faced with another one issue, and cannot understand what can be a 
> problem...
>
> ReportQuery query = new ReportQuery.Builder()
> .fields(
> "Id")
> .from(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT)
> .where("Status").equalTo(ENABLED_STATUS)
> .build();
>
> ReportingConfiguration reportingConfiguration =
> new ReportingConfiguration.Builder()
> .skipColumnHeader(true)
> .skipReportHeader(true)
> .skipReportSummary(false)
> .includeZeroImpressions(true)
> .build();
> session.setReportingConfiguration(reportingConfiguration);
> ReportDownloaderInterface reportDownloader =
> adWordsServices.getUtility(session, ReportDownloaderInterface.class);
> BufferedReader reader = null;
> AdGroupStoreIterator adGroupStoreIterator = new AdGroupStoreIterator(new 
> ArrayList<>());
> try {
> // Set the property api.adwords.reportDownloadTimeout or call
> // ReportDownloader.setReportDownloadTimeout to set a timeout (in 
> milliseconds)
> // for CONNECT and READ in report downloads.
> final ReportDownloadResponse response =
> reportDownloader.downloadReport(query.toString(), DownloadFormat.CSV);
> // Read the response as a BufferedReader.
> reader = new BufferedReader(new 
> InputStreamReader(response.getInputStream(), UTF_8));
>
>
> on the line "ReportDownloaderInterface reportDownloader = 
> adWordsServices.getUtility(session, 
> ReportDownloaderInterface.class);" the programm go to the catch block an 
> shows me these output:
>
> [07 Nov. 2018 16:38:46,500-report_download:INFO:main] HTTP request:
> accept-encoding: [gzip]
> authorization: REDACTED
> user-agent: [unknown (AwApi-Java, AdWords-Axis/4.1.0, Common-Java/4.1.0, 
> Axis/1.4, Java/10.0.2, jars, ReportDownloader, ReportQueryBuilder)]
> developertoken: REDACTED
> clientcustomerid: 8-4495
> skipreportheader: false
> skipcolumnheader: false
> skipreportsummary: false
> includezeroimpressions: true
>
>
> Could you please explain what I am doing wrong?
>
> Thanks!!
> Saidar
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5bf8eec8-ccde-4180-be4b-6211923f48e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar,

Unfortunately, I cannot provide a comment on why it is redirecting to your 
catch function. However, you could refer to the sample codes for reporting 
provided in this guide 
 and 
our reporting guidelines 
 on how to 
download your report.

If you encounter any API related issues after following the guide, feel 
free to write us back and we will be happy to assist you.

Regards,
Dannison
AdWords API Team

On Wednesday, November 7, 2018 at 11:56:21 PM UTC+8, 
sai...@digitaltigers.de wrote:
>
> Hi everyone!
>
> I faced with another one issue, and cannot understand what can be a 
> problem...
>
> ReportQuery query = new ReportQuery.Builder()
> .fields(
> "Id")
> .from(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT)
> .where("Status").equalTo(ENABLED_STATUS)
> .build();
>
> ReportingConfiguration reportingConfiguration =
> new ReportingConfiguration.Builder()
> .skipColumnHeader(true)
> .skipReportHeader(true)
> .skipReportSummary(false)
> .includeZeroImpressions(true)
> .build();
> session.setReportingConfiguration(reportingConfiguration);
> ReportDownloaderInterface reportDownloader =
> adWordsServices.getUtility(session, ReportDownloaderInterface.class);
> BufferedReader reader = null;
> AdGroupStoreIterator adGroupStoreIterator = new AdGroupStoreIterator(new 
> ArrayList<>());
> try {
> // Set the property api.adwords.reportDownloadTimeout or call
> // ReportDownloader.setReportDownloadTimeout to set a timeout (in 
> milliseconds)
> // for CONNECT and READ in report downloads.
> final ReportDownloadResponse response =
> reportDownloader.downloadReport(query.toString(), DownloadFormat.CSV);
> // Read the response as a BufferedReader.
> reader = new BufferedReader(new 
> InputStreamReader(response.getInputStream(), UTF_8));
>
>
> on the line "ReportDownloaderInterface reportDownloader = 
> adWordsServices.getUtility(session, 
> ReportDownloaderInterface.class);" the programm go to the catch block an 
> shows me these output:
>
> [07 Nov. 2018 16:38:46,500-report_download:INFO:main] HTTP request:
> accept-encoding: [gzip]
> authorization: REDACTED
> user-agent: [unknown (AwApi-Java, AdWords-Axis/4.1.0, Common-Java/4.1.0, 
> Axis/1.4, Java/10.0.2, jars, ReportDownloader, ReportQueryBuilder)]
> developertoken: REDACTED
> clientcustomerid: 8-4495
> skipreportheader: false
> skipcolumnheader: false
> skipreportsummary: false
> includezeroimpressions: true
>
>
> Could you please explain what I am doing wrong?
>
> Thanks!!
> Saidar
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1797eeea-a22f-4942-a7f3-83e96e4678f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-07 Thread saidar
Hi everyone!

I faced with another one issue, and cannot understand what can be a 
problem...

ReportQuery query = new ReportQuery.Builder()
.fields(
"Id")
.from(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT)
.where("Status").equalTo(ENABLED_STATUS)
.build();

ReportingConfiguration reportingConfiguration =
new ReportingConfiguration.Builder()
.skipColumnHeader(true)
.skipReportHeader(true)
.skipReportSummary(false)
.includeZeroImpressions(true)
.build();
session.setReportingConfiguration(reportingConfiguration);
ReportDownloaderInterface reportDownloader =
adWordsServices.getUtility(session, ReportDownloaderInterface.class);
BufferedReader reader = null;
AdGroupStoreIterator adGroupStoreIterator = new AdGroupStoreIterator(new 
ArrayList<>());
try {
// Set the property api.adwords.reportDownloadTimeout or call
// ReportDownloader.setReportDownloadTimeout to set a timeout (in 
milliseconds)
// for CONNECT and READ in report downloads.
final ReportDownloadResponse response =
reportDownloader.downloadReport(query.toString(), DownloadFormat.CSV);
// Read the response as a BufferedReader.
reader = new BufferedReader(new 
InputStreamReader(response.getInputStream(), UTF_8));


on the line "ReportDownloaderInterface reportDownloader = 
adWordsServices.getUtility(session, 
ReportDownloaderInterface.class);" the programm go to the catch block an 
shows me these output:

[07 Nov. 2018 16:38:46,500-report_download:INFO:main] HTTP request:
accept-encoding: [gzip]
authorization: REDACTED
user-agent: [unknown (AwApi-Java, AdWords-Axis/4.1.0, Common-Java/4.1.0, 
Axis/1.4, Java/10.0.2, jars, ReportDownloader, ReportQueryBuilder)]
developertoken: REDACTED
clientcustomerid: 8-4495
skipreportheader: false
skipcolumnheader: false
skipreportsummary: false
includezeroimpressions: true


Could you please explain what I am doing wrong?

Thanks!!
Saidar

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/db974f50-7df0-4621-b807-6f221770c874%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Incompatible fields for ADGROUP_PERFORMANCE_REPORT

2018-10-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Poonam,

Yes, NumOfflineImpressions 

 
and NumOfflineInteractions 

 
fields are not compatible with the Device 

 
field. You will need to merge the data at your end. You can fetch the 
device data in one report and another report with NumOfflineImpressions and 
NumOfflineInteractions data. Later map both the reports using AdGroupId 
.
 
Let me know if you have any further questions. 

Thanks,
Milind, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/557edbf6-6ff5-45be-88d9-ded31c86b5e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Incompatible fields for ADGROUP_PERFORMANCE_REPORT

2018-10-23 Thread pooniparekh
Hi 
Below is the list of fields I am already using 


   - AccountCurrencyCode
   - CustomerDescriptiveName
   - AdGroupName
   - AdGroupId
   - Date
   - Conversions
   - CampaignName
   - Ctr
   - AverageCpc
   - AveragePosition
   - ConversionValue
   - Impressions
   - Clicks
   - Cost
   - CampaignId
   - AllConversionValue
   - AdNetworkType1
   - Device
   - AdNetworkType2
   - SearchImpressionShare
   
Now i want to add 2 new fields namely NumOfflineImpressions  and 
NumOfflineInteractions but these fields are not compatible with *Device *my 
exisitng field which is required.

Please guide me for the same. If i make 2 different calls on which fields 
basis i can merge data ?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7a55b98e-fe03-4472-83c4-79d421985786%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdRotationMode for AdGroup_Performance_Report not a valid report type

2018-08-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

I see that you have already posted this question on the AdWords Scripts 
forum . 
Since your questions are specific to AdWords Scripts, please continue your 
discussion on that thread. Please feel free to open a new thread if you 
have any questions about the AdWords API or Google Ads API. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b18d8707-565c-4bd6-a6f9-c1c9618a688a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdRotationMode for AdGroup_Performance_Report not a valid report type

2018-08-20 Thread jan . fiedler
Thanks for the reply, I figured this out later on as well, but couldn't delete 
my post.
I guess the newest version which is automatically selected when not specifing 
the API version would be the Google ads API 0.1, which doesn't support Ad 
Rotation Mode yet, right?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0767717e-1ce8-494f-b50b-d0d339ad5526%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdRotationMode for AdGroup_Performance_Report not a valid report type

2018-08-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

Could you please confirm if you are using AdWords API or AdWords Scripts? 
If you are using AdWords Scripts, could you please post your question on their 
forum <https://groups.google.com/forum/#!forum/adwords-scripts>? If you are 
using AdWords API, please make sure that you are using the V201806 version 
of the API as AdRotationMode field was added to ADGROUP_PERFORMANCE_REPORT 
in that version of the API. Please check here 
<https://developers.google.com/adwords/api/docs/reference/release-notes/v201806#reporting>
 
for more details. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aa61e7c6-c64b-4088-bd0e-a7dafca6f9d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdRotationMode for AdGroup_Performance_Report not a valid report type

2018-08-17 Thread jan . fiedler
When trying to call AdRotationMode with AdGroup Performance Report through 
an Adwords Script I get the following Error.

Column 'AdRotationMode' is not valid for report type 
ADGROUP_PERFORMANCE_REPORT. Double-check your SELECT clause. (file Code.gs, 
line 8)

The documentation mentions AdRotationMode 
<https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report#adrotationmode>
 so 
I'm not sure if the documentation is wrong, or If I did something wrong, 
but I couldn't find anything for this topic.

My current query (the rest works fine):

"SELECT AdRotationMode, AccountDescriptiveName, AdGroupName, CampaignName, 
AdNetworkType1, AdNetworkType2, BiddingStrategyType, Labels, 
AveragePosition, SearchImpressionShare, SearchRankLostImpressionShare, 
SearchExactMatchImpressionShare " +
"FROM ADGROUP_PERFORMANCE_REPORT " +
"DURING YESTERDAY"

Does anyone know more?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e2c85d2f-91a1-440e-8ee6-f422884a97ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Fwd: ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread Ken Dan Tinio
-- Forwarded message --
From: Ken Dan Tinio <ken...@blvnp.com>
Date: Wed, Mar 21, 2018 at 6:06 PM
Subject: Re: ADGROUP_PERFORMANCE_REPORT showing odd data
To: adwordsapiadvisor+luisxan...@google.com


$report = 'ADGROUP_PERFORMANCE_REPORT';
$tableName = 'example_'.$report;
$dateRangeType = 'LAST_6_MONTHS';

$dateRange = [
// 'min' => '20180101',
// 'max' => '20180107',
];

$fields = [
'CpcBid',
'AccountDescriptiveName',
'ExternalCustomerId',
'AdGroupId',
'CampaignId',
'Device',
'AdGroupDesktopBidModifier',
'AdGroupTabletBidModifier',
'AdGroupMobileBidModifier',
'AverageCost',
'Clicks',
'Conversions',
'Cost',
'Date',
];

On Wed, Mar 21, 2018 at 5:51 PM, 'Luis Xander Talag (AdWords API Team)' via
AdWords API Forum <adwords-api@googlegroups.com> wrote:

> Hi Ken,
>
> To further investigate this, could you provide the complete report
> definition
> <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>
>  for
> this report as well as your client customer id? Please reply via *Reply
> privately to author*.
>
> Thanks and regards,
> Luis
> AdWords API Team
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/to
> pic/adwords-api/bxzl1ApMewo/unsubscribe.
> To unsubscribe from this group and all its topics, 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/ms
> gid/adwords-api/71a12b93-0431-4af6-ba61-661deb4b1344%40googlegroups.com
> <https://groups.google.com/d/msgid/adwords-api/71a12b93-0431-4af6-ba61-661deb4b1344%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAEpNmqRqA0YB%3DH9QA1g_M296_UrHzfHto7OmtA3LEWUz4eEWFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Ken,

To further investigate this, could you provide the complete report 
definition 

 for 
this report as well as your client customer id? Please reply via *Reply 
privately to author*.

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/71a12b93-0431-4af6-ba61-661deb4b1344%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread Ken Dan Tinio



This is an ADGROUP_PERFORMANCE_REPORT and I am wondering why there is an 
AdGroupMobileBidModifier 10% in Device Computers


Should it be in AdGroupDesktopBidModifier?


<https://lh3.googleusercontent.com/-n03CThgcsVc/WrISo8dH4-I/ADo/ypK3lAH6QAEBgLNefq2rWlmLyyMMStfBwCLcBGAs/s1600/Screen%2BShot%2B2018-03-21%2Bat%2B4.06.22%2BPM.png>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d44a9fca-c0bb-4d85-a960-2d0618a43633%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ADGROUP_PERFORMANCE_REPORT not returning eligible adgroups

2014-09-02 Thread Gigel Chiazna
Hello

I am running an ADGROUP_PERFORMANCE_REPORT and it does not return adgroups 
that are eligible. I do get enabled, removed and paused though. I 
suspect it might be a problem of freshnes but I have no idea how to find 
out for sure. I am not setting any predicates for Status. Any hints?

Thanks,
Gigel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/248c8067-7e58-48e0-af41-c0536ce97732%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT not returning eligible adgroups

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi Gigel,

If those ad groups do not have any impressions, then you may want to try 
explicitly including zero impression rows 
https://developers.google.com/adwords/api/docs/guides/zero-impression-reports 
in 
your report requests.

Cheers,
Josh, AdWords API Team

On Tuesday, September 2, 2014 1:31:47 PM UTC-4, Gigel Chiazna wrote:

 Hello

 I am running an ADGROUP_PERFORMANCE_REPORT and it does not return adgroups 
 that are eligible. I do get enabled, removed and paused though. I 
 suspect it might be a problem of freshnes but I have no idea how to find 
 out for sure. I am not setting any predicates for Status. Any hints?

 Thanks,
 Gigel


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7f35305d-d1bd-4341-a491-bbb7f48f1461%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


should ADGROUP_PERFORMANCE_REPORT return all bid types set on an ad group?

2013-07-26 Thread David Bonner
Hi all,

We've traditionally used the ADGROUP_PERFORMANCE_REPORT as a structure 
report to fetch details about ad groups, including the current bids set. 
 It seems like with v201302, the report only returns a value for the 
currently active bidding strategy...ie. if set to MANUAL_CPC, we don't get 
the CPM or CPA bids in the report.

Is this intentional?

Thanks,
Dave

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: ADGROUP_PERFORMANCE_REPORT only from ACTIVE Company?

2012-10-24 Thread Jeremy Aube
Try putting CampaignStatus in its own predicates, i.e.:

selector
fieldsCampaignName/fields
fieldsAdGroupName/fields
fieldsImpressions/fields
fieldsClicks/fields
fieldsCost/fields
  predicates
 fieldCampaignStatus/field 
 operatorIN/operator
 valuesACTIVE/values
  /predicates
  predicates 
 fieldStatus/field
 operatorIN/operator
 valuesENABLED/values
/predicates
  /selector
  reportNamePerformance Report/reportName
  reportTypeADGROUP_PERFORMANCE_REPORT/reportType
  dateRangeTypeLAST_7_DAYS/dateRangeType

On Tuesday, October 23, 2012 12:20:02 PM UTC-4, Mirror wrote:

 Hi!

 How can I get ADGROUP_PERFORMANCE_REPORT only for ENABLED ADGROUP and 
 ACTIVE Campaigns?

 If I use:
   selector
 fieldsCampaignName/fields
 fieldsAdGroupName/fields
 fieldsImpressions/fields
 fieldsClicks/fields
 fieldsCost/fields
   predicates
  fieldCampaignStatus/field 
  operatorIN/operator
  valuesACTIVE/values
  fieldStatus/field
  operatorIN/operator
  valuesENABLED/values
 /predicates
   /selector
   reportNamePerformance Report/reportName
   reportTypeADGROUP_PERFORMANCE_REPORT/reportType
   dateRangeTypeLAST_7_DAYS/dateRangeType

 - Error: !!!2|||-1|||cvc-complex-type.2.4.a: Invalid content was found 
 starting with element 'field'

 When I delete: 
  fieldCampaignStatus/field 
  operatorIN/operator
  valuesACTIVE/values

 It's ok, but I get ALL ADGROUP from ACTIVE and PAUSED Company. I don't 
 need ADGROUP from PAUSED Company.
 How I can do this? 


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


ADGROUP_PERFORMANCE_REPORT only from ACTIVE Company?

2012-10-23 Thread Mirror
Hi!

How can I get ADGROUP_PERFORMANCE_REPORT only for ENABLED ADGROUP and 
ACTIVE Campaigns?

If I use:
  selector
fieldsCampaignName/fields
fieldsAdGroupName/fields
fieldsImpressions/fields
fieldsClicks/fields
fieldsCost/fields
  predicates
 fieldCampaignStatus/field 
 operatorIN/operator
 valuesACTIVE/values
 fieldStatus/field
 operatorIN/operator
 valuesENABLED/values
/predicates
  /selector
  reportNamePerformance Report/reportName
  reportTypeADGROUP_PERFORMANCE_REPORT/reportType
  dateRangeTypeLAST_7_DAYS/dateRangeType

- Error: !!!2|||-1|||cvc-complex-type.2.4.a: Invalid content was found 
starting with element 'field'

When I delete: 
 fieldCampaignStatus/field 
 operatorIN/operator
 valuesACTIVE/values

It's ok, but I get ALL ADGROUP from ACTIVE and PAUSED Company. I don't need 
ADGROUP from PAUSED Company.
How I can do this? 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: ADGROUP_PERFORMANCE_REPORT

2012-01-25 Thread Sunil
Can someone please help? I am unable to proceed.

On Jan 24, 12:36 pm, Sunil su...@sweetspotmarketing.com wrote:
 Hello,

 I am trying to retrieve the column maxCPA1PerClick in the
 ADGROUP_PERFORMANCE_REPORT. Can someone please tell me the field name
 I should use in the selector?

 Thanks

 Sunil

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: ADGROUP_PERFORMANCE_REPORT

2012-01-25 Thread Keith Cassar
Hi Sunil

I think this is what you require:
http://code.google.com/apis/adwords/docs/appendix/reports.html#ad-group

Cheers
Keith C

On 25 January 2012 17:08, Sunil su...@sweetspotmarketing.com wrote:

 Can someone please help? I am unable to proceed.

 On Jan 24, 12:36 pm, Sunil su...@sweetspotmarketing.com wrote:
  Hello,
 
  I am trying to retrieve the column maxCPA1PerClick in the
  ADGROUP_PERFORMANCE_REPORT. Can someone please tell me the field name
  I should use in the selector?
 
  Thanks
 
  Sunil

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://adwordsapi.blogspot.com
 http://groups.google.com/group/adwords-api
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

 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


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


ADGROUP_PERFORMANCE_REPORT

2012-01-24 Thread Sunil
Hello,

I am trying to retrieve the column maxCPA1PerClick in the
ADGROUP_PERFORMANCE_REPORT. Can someone please tell me the field name
I should use in the selector?

Thanks

Sunil

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Sandbox ADGROUP_PERFORMANCE_REPORT xml file data

2011-08-01 Thread AdWords API Advisor
Hello Sanju,


Do you get any results if you change date range from YESTERDAY to ALL_TIME? 
Are you sure the campaign ids are correct?

If you do, please attach full XML request code (for the report definition 
creation). Please make sure to remove sensitive data like Auth or Dev 
tokens.


-Danial, AdWords API Team.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Sandbox ADGROUP_PERFORMANCE_REPORT xml file data

2011-07-30 Thread Sanju
When I downloaded XML file for AdGroup performance report, I my Xml
file am getting data only columns bt not rows so am unable to see
adgroups
I passed Campaign Id as predicate even am unable to get adGroup
fields.
My code follows like this:


ReportDefinitionServiceInterface
reportDefinitionService=ReportDefinitionServiceInterface)user.getService(AdWordsService.V201101.REPORT_DEFINITION_SERVICE);

  Selector selector=new Selector();
selector.setFields(new String[]{AdGroupId,AdGroupName});
ReportDefinition reportDefinition = new ReportDefinition();
  reportDefinition.setReportName(My_Sample_Keywrd # +
System.currentTimeMillis());
 
reportDefinition.setDateRangeType(ReportDefinitionDateRangeType.YESTERDAY);

 
reportDefinition.setReportType(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT);

  reportDefinition.setDownloadFormat(DownloadFormat.XML);
  reportDefinition.setSelector(selector);

  ReportDefinitionOperation operation = new
ReportDefinitionOperation();
  operation.setOperand(reportDefinition);
  operation.setOperator(Operator.ADD);
  ReportDefinitionOperation[] operations = new
ReportDefinitionOperation[] {operation};
 ReportDefinition[] result =
reportDefinitionService.mutate(operations);

 String url = https://adwords-sandbox.google.com/api/adwords/
reportdownload?__rd= + reportDefinitionId;
HttpURLConnection urlConn = (HttpURLConnection) new
URL(url).openConnection();
urlConn.setRequestMethod(GET);

.
.
.
.
.
.
.

thx in adv

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Sandbox ADGROUP_PERFORMANCE_REPORT xml file data

2011-07-30 Thread Sanju
When I downloaded XML file for AdGroup performance report, I my Xml
file am getting data only columns bt not rows so am unable to see
adgroups
I passed Campaign Id as predicate even am unable to get adGroup
fields.
My code follows like this:


ReportDefinitionServiceInterface
reportDefinitionService=ReportDefinitionServiceInterface)user.getService(AdWordsService.V201101.REPORT_DEFINITION_SERVICE);

  Selector selector=new Selector();
selector.setPredicates(new Predicate[]{(new
Predicate(CampaignId,PredicateOperator.EQUALS,new String[]
{(..CampaignId am passing here...)}))});
selector.setFields(new String[]{AdGroupId,AdGroupName});
ReportDefinition reportDefinition = new ReportDefinition();
  reportDefinition.setReportName(My_Sample_Keywrd # +
System.currentTimeMillis());
 
reportDefinition.setDateRangeType(ReportDefinitionDateRangeType.YESTERDAY);

 
reportDefinition.setReportType(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT);

  reportDefinition.setDownloadFormat(DownloadFormat.XML);
  reportDefinition.setSelector(selector);

  ReportDefinitionOperation operation = new
ReportDefinitionOperation();
  operation.setOperand(reportDefinition);
  operation.setOperator(Operator.ADD);
  ReportDefinitionOperation[] operations = new
ReportDefinitionOperation[] {operation};
 ReportDefinition[] result =
reportDefinitionService.mutate(operations);

 String url = https://adwords-sandbox.google.com/api/adwords/
reportdownload?__rd= + reportDefinitionId;
HttpURLConnection urlConn = (HttpURLConnection) new
URL(url).openConnection();
urlConn.setRequestMethod(GET);

.
.
.
.
.
.
.

thx in adv

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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