Re: documentation for types on some reporting fields appears incorrect

2016-03-07 Thread GregT
Okay, thanks for the help!

On Friday, March 4, 2016 at 8:01:53 AM UTC-6, Michael Cloonan (AdWords API 
Team) wrote:
>
> Hello,
>
> I am advocating internally for fixing these fields to just render as 
> numbers, because the current formatting doesn't really make sense for data 
> that's meant to be parsed by applications.
>
> However, for now, it is safe to assume that these fields are rendering as 
> intended. If we do decide to make any changes, we will announce them on our 
> blog .
>
> I apologize for the inconvenience.
>
> Regards,
> Mike, AdWords API Team
>
> On Thursday, March 3, 2016 at 6:32:39 PM UTC-5, GregT wrote:
>>
>> Hi, Mike.
>>
>> Have you received any info about these fields?  
>>
>> Additionally, we have found a couple more:
>>
>>
>>1. AverageCost. The documentation says it's of type Money (so should 
>>be in micros), but we're getting back text like "3255123 per click". The 
>>number part looks fine (i.e. that it could be micros), but obviously "per 
>>click" is not.
>>2. Interactions.  The documentation says it's a long, but we're 
>>getting back text like "35123 clicks".
>>
>> Thanks again,
>> Greg
>>
>>
>> On Wednesday, February 24, 2016 at 1:52:08 PM UTC-6, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> I definitely agree that these inconsistencies in the way things actually 
>>> work versus the way they're documented are really frustrating. 
>>> Unfortunately, I don't know which way is truly intended, so I am going to 
>>> get in contact with the engineering team to clarify and hopefully update 
>>> either the report rendering or the documentation so the two match.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Wednesday, February 24, 2016 at 12:36:34 PM UTC-5, GregT wrote:

 Hi,

 We're upgrading from v201506 of the API, and because of the RMF, we 
 need to be able to display all the newly available metrics columns for the 
 reports that our end users see. Some of the metrics added to the reports 
 since v201506 appear to be documented incorrectly, with the types in the 
 documentation not matching reality. We just want to verify that the 
 documentation is wrong, as opposed to the documentation being correct and 
 eventually the reports changing the types of these fields (i.e. so we 
 don't 
 find our code breaking down the road).  The fields:


1. ActiveViewMeasurability: the documentation claims it's a double, 
but we are getting back percentages ("0.0%"), and the AdWords UI 
 displays a 
percentage for this metric.
2. ActiveViewViewability: same thing as #1.
3. ActiveViewCtr: same thing as #1.
4. AverageCpe: the documentation claims it's a double, but we 
appear to be getting back Money (i.e. micros), and the AdWords UI 
 displays 
this as money.
5. AverageCpv: same thing as #4.


 Thanks in advance,
 Greg



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/07f4b117-d10b-4b6f-b8d8-95ac5105865f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: documentation for types on some reporting fields appears incorrect

2016-03-04 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello,

I am advocating internally for fixing these fields to just render as 
numbers, because the current formatting doesn't really make sense for data 
that's meant to be parsed by applications.

However, for now, it is safe to assume that these fields are rendering as 
intended. If we do decide to make any changes, we will announce them on our 
blog .

I apologize for the inconvenience.

Regards,
Mike, AdWords API Team

On Thursday, March 3, 2016 at 6:32:39 PM UTC-5, GregT wrote:
>
> Hi, Mike.
>
> Have you received any info about these fields?  
>
> Additionally, we have found a couple more:
>
>
>1. AverageCost. The documentation says it's of type Money (so should 
>be in micros), but we're getting back text like "3255123 per click". The 
>number part looks fine (i.e. that it could be micros), but obviously "per 
>click" is not.
>2. Interactions.  The documentation says it's a long, but we're 
>getting back text like "35123 clicks".
>
> Thanks again,
> Greg
>
>
> On Wednesday, February 24, 2016 at 1:52:08 PM UTC-6, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> I definitely agree that these inconsistencies in the way things actually 
>> work versus the way they're documented are really frustrating. 
>> Unfortunately, I don't know which way is truly intended, so I am going to 
>> get in contact with the engineering team to clarify and hopefully update 
>> either the report rendering or the documentation so the two match.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, February 24, 2016 at 12:36:34 PM UTC-5, GregT wrote:
>>>
>>> Hi,
>>>
>>> We're upgrading from v201506 of the API, and because of the RMF, we need 
>>> to be able to display all the newly available metrics columns for the 
>>> reports that our end users see. Some of the metrics added to the reports 
>>> since v201506 appear to be documented incorrectly, with the types in the 
>>> documentation not matching reality. We just want to verify that the 
>>> documentation is wrong, as opposed to the documentation being correct and 
>>> eventually the reports changing the types of these fields (i.e. so we don't 
>>> find our code breaking down the road).  The fields:
>>>
>>>
>>>1. ActiveViewMeasurability: the documentation claims it's a double, 
>>>but we are getting back percentages ("0.0%"), and the AdWords UI 
>>> displays a 
>>>percentage for this metric.
>>>2. ActiveViewViewability: same thing as #1.
>>>3. ActiveViewCtr: same thing as #1.
>>>4. AverageCpe: the documentation claims it's a double, but we appear 
>>>to be getting back Money (i.e. micros), and the AdWords UI displays this 
>>> as 
>>>money.
>>>5. AverageCpv: same thing as #4.
>>>
>>>
>>> Thanks in advance,
>>> Greg
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8e7970db-598d-4d97-8a04-d3671173d55d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: documentation for types on some reporting fields appears incorrect

2016-03-03 Thread GregT
Hi, Mike.

Have you received any info about these fields?  

Additionally, we have found a couple more:


   1. AverageCost. The documentation says it's of type Money (so should be 
   in micros), but we're getting back text like "3255123 per click". The 
   number part looks fine (i.e. that it could be micros), but obviously "per 
   click" is not.
   2. Interactions.  The documentation says it's a long, but we're getting 
   back text like "35123 clicks".

Thanks again,
Greg


On Wednesday, February 24, 2016 at 1:52:08 PM UTC-6, Michael Cloonan 
(AdWords API Team) wrote:
>
> Hello,
>
> I definitely agree that these inconsistencies in the way things actually 
> work versus the way they're documented are really frustrating. 
> Unfortunately, I don't know which way is truly intended, so I am going to 
> get in contact with the engineering team to clarify and hopefully update 
> either the report rendering or the documentation so the two match.
>
> Regards,
> Mike, AdWords API Team
>
> On Wednesday, February 24, 2016 at 12:36:34 PM UTC-5, GregT wrote:
>>
>> Hi,
>>
>> We're upgrading from v201506 of the API, and because of the RMF, we need 
>> to be able to display all the newly available metrics columns for the 
>> reports that our end users see. Some of the metrics added to the reports 
>> since v201506 appear to be documented incorrectly, with the types in the 
>> documentation not matching reality. We just want to verify that the 
>> documentation is wrong, as opposed to the documentation being correct and 
>> eventually the reports changing the types of these fields (i.e. so we don't 
>> find our code breaking down the road).  The fields:
>>
>>
>>1. ActiveViewMeasurability: the documentation claims it's a double, 
>>but we are getting back percentages ("0.0%"), and the AdWords UI displays 
>> a 
>>percentage for this metric.
>>2. ActiveViewViewability: same thing as #1.
>>3. ActiveViewCtr: same thing as #1.
>>4. AverageCpe: the documentation claims it's a double, but we appear 
>>to be getting back Money (i.e. micros), and the AdWords UI displays this 
>> as 
>>money.
>>5. AverageCpv: same thing as #4.
>>
>>
>> Thanks in advance,
>> Greg
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3f4ec694-8ac6-4c31-8b32-8cbbd1cb909e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: documentation for types on some reporting fields appears incorrect

2016-02-24 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello,

I definitely agree that these inconsistencies in the way things actually 
work versus the way they're documented are really frustrating. 
Unfortunately, I don't know which way is truly intended, so I am going to 
get in contact with the engineering team to clarify and hopefully update 
either the report rendering or the documentation so the two match.

Regards,
Mike, AdWords API Team

On Wednesday, February 24, 2016 at 12:36:34 PM UTC-5, GregT wrote:
>
> Hi,
>
> We're upgrading from v201506 of the API, and because of the RMF, we need 
> to be able to display all the newly available metrics columns for the 
> reports that our end users see. Some of the metrics added to the reports 
> since v201506 appear to be documented incorrectly, with the types in the 
> documentation not matching reality. We just want to verify that the 
> documentation is wrong, as opposed to the documentation being correct and 
> eventually the reports changing the types of these fields (i.e. so we don't 
> find our code breaking down the road).  The fields:
>
>
>1. ActiveViewMeasurability: the documentation claims it's a double, 
>but we are getting back percentages ("0.0%"), and the AdWords UI displays 
> a 
>percentage for this metric.
>2. ActiveViewViewability: same thing as #1.
>3. ActiveViewCtr: same thing as #1.
>4. AverageCpe: the documentation claims it's a double, but we appear 
>to be getting back Money (i.e. micros), and the AdWords UI displays this 
> as 
>money.
>5. AverageCpv: same thing as #4.
>
>
> Thanks in advance,
> Greg
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a37f7f07-444e-44d7-a452-7146822ecb85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


documentation for types on some reporting fields appears incorrect

2016-02-24 Thread GregT
Hi,

We're upgrading from v201506 of the API, and because of the RMF, we need to 
be able to display all the newly available metrics columns for the reports 
that our end users see. Some of the metrics added to the reports since 
v201506 appear to be documented incorrectly, with the types in the 
documentation not matching reality. We just want to verify that the 
documentation is wrong, as opposed to the documentation being correct and 
eventually the reports changing the types of these fields (i.e. so we don't 
find our code breaking down the road).  The fields:


   1. ActiveViewMeasurability: the documentation claims it's a double, but 
   we are getting back percentages ("0.0%"), and the AdWords UI displays a 
   percentage for this metric.
   2. ActiveViewViewability: same thing as #1.
   3. ActiveViewCtr: same thing as #1.
   4. AverageCpe: the documentation claims it's a double, but we appear to 
   be getting back Money (i.e. micros), and the AdWords UI displays this as 
   money.
   5. AverageCpv: same thing as #4.


Thanks in advance,
Greg

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7765e303-cd5f-44fa-a5a4-591e05ad26ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.