RE: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2019-08-18 Thread Google Ads API Forum Advisor Prod
Hi Abhinav,

With regard to data discrepancy that you are encountering, could you confirm if 
you followed this mapping guide? This guide maps the concepts and naming 
conventions for reports in the Google Ads UI to the comparable AdWords API 
reports (You may refer to Ads report and Call Details Report section in the 
guide). After confirming this and if you still see the data discrepancy between 
AdWords API reports and Google Ads UI, so I can further investigate the issue, 
could you provide the following information via Reply privately to author?

Client customer ID
complete report definition
screenshots of the Google Ads UI that you are comparing with the report

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


Re: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2019-08-17 Thread Abhinav Kotak
Hi,

The method suggested above doesn't return the exact value as UI. Can you 
provide some any other method to pull Phone Call metrics?

On Wednesday, September 27, 2017 at 8:43:52 PM UTC+5:30, Sreelakshmi 
Sasidharan (AdWords API Team) wrote:
>
> Hi Francisco, 
>
> You could check the clicks for those rows which are having clickType 
> 
>  as 
> "CALLS" in  Ad Performance Report 
> .
>  
> The data for call tracking of call-only ads or call extensions can be 
> extracted using Call Metrics Call Details Report 
> .
>  
> If this is not what you are looking for, could you share the screenshot of 
> the UI view which you are trying to extract via the 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c105870e-eec6-4d44-bf5f-a60ce7c1146c%40googlegroups.com.


Re: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2017-09-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Francisco, 

You could check the clicks for those rows which are having clickType 

 as 
"CALLS" in  Ad Performance Report 
.
 
The data for call tracking of call-only ads or call extensions can be 
extracted using Call Metrics Call Details Report 
.
 
If this is not what you are looking for, could you share the screenshot of 
the UI view which you are trying to extract via the API?  

Thanks,
Sreelakshmi, 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/996023ad-d5c4-48c6-a086-c647e1e64e5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2017-09-26 Thread Francisco Herrera
Hi Sreelakshmi,

I found this discussion while researching about "Call Details" metrics *("Phone 
Calls" & "Phone Impr.")* in the AdWords API. I was able to pull "*Phone 
Impr.*" by using your recommendation of setting the clickType to "CALLS" 
and including the "Impressions" field in the report. However I'm still 
uncertain on how we could pull the "*Phone Calls*" metric. So I have 2 
specific questions that I'm hoping you could assist me with:

   - Is it possible to pull the "*Phone Calls*" metric similar to the way 
   we pull "Phone Impr."? *i.e. Using the clickType = "CALLS" + including 
   one of the metrics from the performance report.*
   - Will this method bring me results from the API really close / exact to 
   the figures shown in AdWords UI?

Thank you in advance.

Regards,
Francisco Herrera

On Tuesday, June 13, 2017 at 1:26:00 PM UTC-5, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Dimitri, 
>
> You could use the Ad Performance Report 
> 
>  to 
> get the statistics aggregated at the ad level. The clickType 
> 
>  will 
> have to be "CALLS" and you will have to include Impressions 
>  field in your report along with the other stats 
> that you wish to extract. The error INVALID_FIELD_NAME_FOR_REPORT 
> 
>  means 
> that the specific filed name is not valid for the type of report 
>  used. 
> Could you share your report definition 
> 
>  which 
> caused this error so that I can take a closer look? 
>
> Thanks,
> Sreelakshmi, 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/f6504b51-476f-466e-b077-6cf3776efc53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dimitri, 

You could use the Ad Performance Report 

 to 
get the statistics aggregated at the ad level. The clickType 

 will 
have to be "CALLS" and you will have to include Impressions 
 field in your report along with the other stats that 
you wish to extract. The error INVALID_FIELD_NAME_FOR_REPORT 

 means 
that the specific filed name is not valid for the type of report 
 used. 
Could you share your report definition 

 which 
caused this error so that I can take a closer look? 

Thanks,
Sreelakshmi, 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/44956371-eee1-428a-87b2-215a671dde3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.