Conversion data on CREATIVE_CONVERSION_REPORT

2016-08-16 Thread Mehdi Zare
Hi,

I can't add any conversion related field to "CREATIVE_CONVERSION_REPORT".

The API returns "INVALID_FIELD_NAME_FOR_REPORT.

But I'm using exactly what Google stated 
here: 
https://developers.google.com/adwords/api/docs/appendix/reports/creative-conversion-report

What's the problem? I can only get Impression, nothing about clicks or 
conversion on free clicks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9246eb7a-bac6-411e-99e0-ca4e2364af0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Different output for the same query!

2016-04-04 Thread Mehdi Zare
I'm running a simple query on AdWords API and get different result every 
time I run it! Looks like Google just use some sort of random generator to 
create this report.

See the data for the same date.

What I'm querying is 'Date','Clicks','Cost', 'HourOfDay', 
'DayOfWeek','Ctr', 'Device' on "ACCOUNT_PERFORMANCE_REPORT" How's that 
possible?!?!?!







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3c943a91-6276-49cb-a9f1-a34e3e0fc8ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: extract exact or at least better estimate of actual bid through AdWords API

2016-04-04 Thread Mehdi Zare
Hi,

The only thing I found is HourOfDay attribute from 
"CAMPAIGN_PERFORMANCE_REPORT" 
and it's not key-word level. Can you please mention the attribute and 
report to get hourly data?

What you're saying is that I need to run the report hourly to get hourly 
data, but I can't figure out which report.

Thanks,
Mehdi


On Friday, February 26, 2016 at 1:47:14 PM UTC-5, Yin Niu wrote:
>
> Hi Mehdi, 
>
> As I have replied, the Keyword Performance Report does not support support 
> hour of day as a segment. You could run the report hourly as a workaround 
> to fetch stats. For example, you can run the report at 1pm, then 2pm again, 
> etc. 
>
> Thanks,
> Yin, 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/f7dfb9da-c815-4c56-be8b-6857e6d52e31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: extract exact or at least better estimate of actual bid through AdWords API

2016-02-20 Thread Mehdi Zare
Hi Anthony,

I tried different combination, but the main issue is that the only 
parameter I have on time dimension is Date that doesn't include hour or 
minute.

Is it possible to access data on hour of date and minute?

CpcBid return max cpc set for keyword, not actual winning bid. How can I 
access it?

Cheers,
Mehdi

On Thursday, February 18, 2016 at 1:48:02 PM UTC-5, Anthony Madrigal wrote:
>
> Hi Mehdi,
>
> You can find most of these fields by running the Keywords Performance 
> Report 
> .
>  
> Some of the bid fields are CpcBid and CpmBid. This report also contains the 
> QualityScore and some fields related to the position.
>
> Cheers,
> Anthony
> 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/a15c0353-89ea-4f68-a7bf-55b7c388dbdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


extract exact or at least better estimate of actual bid through AdWords API

2016-02-18 Thread Mehdi Zare

Hi,

I need to get a better figure about actual bid on keyword level. I mean 
something better than avg. bid. Is it possible to get it through a query on 
AdWords API?

I'm also interested in effective quality score and position.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fbbb5eeb-66ad-4ada-8ab4-6c4641aa4be7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.