Re: UAC (Universal app campaigns) support in the API

2017-09-21 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello All,

Sorry for taking this long time. I'd like to add a comment to close this 
loop.
It turns out that the current infrastructure doesn't support showing total 
of many metric report fields if ClickType is included in the report 
definition, especially if Display campaigns are included.
There is no plan to fix this currently.

Best Regards,
Thanet, AdWords API Team

On Monday, August 22, 2016 at 7:46:48 PM UTC+9, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hello Igor,
>
> I'm still not sure if it'll be fixed, at this moment.
> It seems to work as intended to have such discrepancy when including 
> ClickType.
>
> I'm asking for more information from engineering, but still haven't got 
> details back yet.
> I'll get back to you when I have any updates.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Monday, August 22, 2016 at 2:32:54 PM UTC+7, Igor Selitskiy wrote:
>>
>> Thanet, hi.
>>
>> Do you have any news?
>>
>> How long does it take to fix?
>> CRITERIA_PERFORMANCE_REPORT is more important for us.
>>
>> On Wednesday, August 17, 2016 at 4:47:16 AM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hi Igor,
>>>
>>> I'm investigating this and will keep you posted.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Tuesday, August 16, 2016 at 4:49:51 AM UTC+9, Igor Selitsky wrote:

 I've answered privately. Just want to cc here some report details for 
 UAC (and similar problem with ClickType in  CRITERIA_PERFORMANCE_REPORT).


 Report definition:

  SELECT  Date, CampaignId, CampaignName, Cost, Impressions, Clicks, 
 Device, ClickType , AdNetworkType1 
  FROM   CAMPAIGN_PERFORMANCE_REPORT WHERE  AdvertisingChannelSubType=
 'UNIVERSAL_APP_CAMPAIGN' AND Impressions>0 DURING LAST 7 DAYS

 Try with and without ClickType  for the period 1 Apr - 31 July 2016.
 The same situation a saw in UI, just campaign report:

-  without segmentation by ClickType totals: costs 1 8XX RUB.
-  with segmentation by ClickType sum by segment not equal to 
total: costs 1 7XX RUB, Impressions - looks like I need to exclude 
 Website 
or Appstore from total (which?), number of clicks is correct.


 I also found similar problem with ClickType in CRITERIA_PERFORMANCE_REPORT 
 with video campaigns and display campaigns (with video ads).

 With ClickType show wrong data, for example total cost is 10 RUB.
 SELECT Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,
 ClickType,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId FROM 
 CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811


 The report without ClickType show correct cost ( much more than 100 RUB)
 :

 SELECT 
 Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId
  FROM CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811


 This is a huge difference.


 On Wednesday, July 6, 2016 at 9:34:09 PM UTC+3, Anthony Madrigal wrote:
>
> Hi Igor,
>
> Could you please provide me with your report definition, client 
> customer Id and a copy of your reports so that I can verify whether there 
> is an issue on our side or not? Please do so using *reply privately 
> to author*.
>
> Thanks,
> 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/dc0f0b67-866c-4df7-8067-0428fbceee87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-08-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Igor,

I'm still not sure if it'll be fixed, at this moment.
It seems to work as intended to have such discrepancy when including 
ClickType.

I'm asking for more information from engineering, but still haven't got 
details back yet.
I'll get back to you when I have any updates.

Cheers,
Thanet, AdWords API Team

On Monday, August 22, 2016 at 2:32:54 PM UTC+7, Igor Selitskiy wrote:
>
> Thanet, hi.
>
> Do you have any news?
>
> How long does it take to fix?
> CRITERIA_PERFORMANCE_REPORT is more important for us.
>
> On Wednesday, August 17, 2016 at 4:47:16 AM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hi Igor,
>>
>> I'm investigating this and will keep you posted.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Tuesday, August 16, 2016 at 4:49:51 AM UTC+9, Igor Selitsky wrote:
>>>
>>> I've answered privately. Just want to cc here some report details for 
>>> UAC (and similar problem with ClickType in  CRITERIA_PERFORMANCE_REPORT).
>>>
>>>
>>> Report definition:
>>>
>>>  SELECT  Date, CampaignId, CampaignName, Cost, Impressions, Clicks, 
>>> Device, ClickType , AdNetworkType1 
>>>  FROM   CAMPAIGN_PERFORMANCE_REPORT WHERE  AdvertisingChannelSubType=
>>> 'UNIVERSAL_APP_CAMPAIGN' AND Impressions>0 DURING LAST 7 DAYS
>>>
>>> Try with and without ClickType  for the period 1 Apr - 31 July 2016.
>>> The same situation a saw in UI, just campaign report:
>>>
>>>-  without segmentation by ClickType totals: costs 1 8XX RUB.
>>>-  with segmentation by ClickType sum by segment not equal to total: 
>>>costs 1 7XX RUB, Impressions - looks like I need to exclude Website or 
>>>Appstore from total (which?), number of clicks is correct.
>>>
>>>
>>> I also found similar problem with ClickType in CRITERIA_PERFORMANCE_REPORT 
>>> with video campaigns and display campaigns (with video ads).
>>>
>>> With ClickType show wrong data, for example total cost is 10 RUB.
>>> SELECT Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,
>>> ClickType,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId FROM 
>>> CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811
>>>
>>>
>>> The report without ClickType show correct cost ( much more than 100 RUB)
>>> :
>>>
>>> SELECT 
>>> Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId
>>>  FROM CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811
>>>
>>>
>>> This is a huge difference.
>>>
>>>
>>> On Wednesday, July 6, 2016 at 9:34:09 PM UTC+3, Anthony Madrigal wrote:

 Hi Igor,

 Could you please provide me with your report definition, client 
 customer Id and a copy of your reports so that I can verify whether there 
 is an issue on our side or not? Please do so using *reply privately to 
 author*.

 Thanks,
 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/73d5f237-3076-46fc-b5fa-39d41f71c17c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-08-22 Thread Igor Selitskiy
Thanet, hi.

Do you have any news?

How long does it take to fix?
CRITERIA_PERFORMANCE_REPORT is more important for us.

On Wednesday, August 17, 2016 at 4:47:16 AM UTC+3, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hi Igor,
>
> I'm investigating this and will keep you posted.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Tuesday, August 16, 2016 at 4:49:51 AM UTC+9, Igor Selitsky wrote:
>>
>> I've answered privately. Just want to cc here some report details for UAC 
>> (and similar problem with ClickType in  CRITERIA_PERFORMANCE_REPORT).
>>
>>
>> Report definition:
>>
>>  SELECT  Date, CampaignId, CampaignName, Cost, Impressions, Clicks, 
>> Device, ClickType , AdNetworkType1 
>>  FROM   CAMPAIGN_PERFORMANCE_REPORT WHERE  AdvertisingChannelSubType=
>> 'UNIVERSAL_APP_CAMPAIGN' AND Impressions>0 DURING LAST 7 DAYS
>>
>> Try with and without ClickType  for the period 1 Apr - 31 July 2016.
>> The same situation a saw in UI, just campaign report:
>>
>>-  without segmentation by ClickType totals: costs 1 8XX RUB.
>>-  with segmentation by ClickType sum by segment not equal to total: 
>>costs 1 7XX RUB, Impressions - looks like I need to exclude Website or 
>>Appstore from total (which?), number of clicks is correct.
>>
>>
>> I also found similar problem with ClickType in CRITERIA_PERFORMANCE_REPORT 
>> with video campaigns and display campaigns (with video ads).
>>
>> With ClickType show wrong data, for example total cost is 10 RUB.
>> SELECT Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,
>> ClickType,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId FROM 
>> CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811
>>
>>
>> The report without ClickType show correct cost ( much more than 100 RUB):
>>
>> SELECT 
>> Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId
>>  FROM CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811
>>
>>
>> This is a huge difference.
>>
>>
>> On Wednesday, July 6, 2016 at 9:34:09 PM UTC+3, Anthony Madrigal wrote:
>>>
>>> Hi Igor,
>>>
>>> Could you please provide me with your report definition, client customer 
>>> Id and a copy of your reports so that I can verify whether there is an 
>>> issue on our side or not? Please do so using *reply privately to author*
>>> .
>>>
>>> Thanks,
>>> Anthony
>>> AdWords API Team
>>>
>>
-- 
__
CONFIDENTIALITY NOTICE: The information contained in the present message 
(including any information contained in attachments herein) may be 
confidential and privileged. It may be read, copied and used only by the 
intended recipient. If you have received it in error please contact the 
sender (by return e-mail) immediately and delete this message. Any 
unauthorized use or dissemination of this message in whole or in parts is 
strictly prohibited. Print this message only if sharp necessary.
УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Информация, содержащаяся в настоящем 
сообщении (включая любое вложение) может быть конфиденциальной и охраняться 
действующим законодательством. Сообщение может быть прочитано, скопировано 
и использовано исключительно лицом, которому сообщение предназначается. 
Если Вы получили настоящее сообщение по ошибке, пожалуйста, незамедлительно 
сообщите об этом отправителю (ответным письмом по электронной почте). Любое 
несанкционированное использование или распространение информации, 
содержащейся в настоящем сообщении в целом или в части, строго запрещены. 
Не распечатывайте настоящее сообщение, если в этом нет крайней 
необходимости.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d3c48a5-f7c6-4c70-be95-059e2280acf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-08-16 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Igor,

I'm investigating this and will keep you posted.

Cheers,
Thanet, AdWords API Team

On Tuesday, August 16, 2016 at 4:49:51 AM UTC+9, Igor Selitsky wrote:
>
> I've answered privately. Just want to cc here some report details for UAC 
> (and similar problem with ClickType in  CRITERIA_PERFORMANCE_REPORT).
>
>
> Report definition:
>
>  SELECT  Date, CampaignId, CampaignName, Cost, Impressions, Clicks, Device
> , ClickType , AdNetworkType1 
>  FROM   CAMPAIGN_PERFORMANCE_REPORT WHERE  AdvertisingChannelSubType=
> 'UNIVERSAL_APP_CAMPAIGN' AND Impressions>0 DURING LAST 7 DAYS
>
> Try with and without ClickType  for the period 1 Apr - 31 July 2016.
> The same situation a saw in UI, just campaign report:
>
>-  without segmentation by ClickType totals: costs 1 8XX RUB.
>-  with segmentation by ClickType sum by segment not equal to total: 
>costs 1 7XX RUB, Impressions - looks like I need to exclude Website or 
>Appstore from total (which?), number of clicks is correct.
>
>
> I also found similar problem with ClickType in CRITERIA_PERFORMANCE_REPORT 
> with video campaigns and display campaigns (with video ads).
>
> With ClickType show wrong data, for example total cost is 10 RUB.
> SELECT Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,
> ClickType,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId FROM 
> CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811
>
>
> The report without ClickType show correct cost ( much more than 100 RUB):
>
> SELECT 
> Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId
>  FROM CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811
>
>
> This is a huge difference.
>
>
> On Wednesday, July 6, 2016 at 9:34:09 PM UTC+3, Anthony Madrigal wrote:
>>
>> Hi Igor,
>>
>> Could you please provide me with your report definition, client customer 
>> Id and a copy of your reports so that I can verify whether there is an 
>> issue on our side or not? Please do so using *reply privately to author*.
>>
>> Thanks,
>> 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/6c8dac15-a04f-4223-8aaf-4386b15094eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-08-15 Thread Igor Selitsky
I've answered privately. Just want to cc here some report details for UAC 
(and similar problem with ClickType in  CRITERIA_PERFORMANCE_REPORT).


Report definition:

 SELECT  Date, CampaignId, CampaignName, Cost, Impressions, Clicks, Device, 
ClickType , AdNetworkType1 
 FROM   CAMPAIGN_PERFORMANCE_REPORT WHERE  AdvertisingChannelSubType=
'UNIVERSAL_APP_CAMPAIGN' AND Impressions>0 DURING LAST 7 DAYS

Try with and without ClickType  for the period 1 Apr - 31 July 2016.
The same situation a saw in UI, just campaign report:

   -  without segmentation by ClickType totals: costs 1 8XX RUB.
   -  with segmentation by ClickType sum by segment not equal to total: 
   costs 1 7XX RUB, Impressions - looks like I need to exclude Website or 
   Appstore from total (which?), number of clicks is correct.
   

I also found similar problem with ClickType in CRITERIA_PERFORMANCE_REPORT 
with video campaigns and display campaigns (with video ads).

With ClickType show wrong data, for example total cost is 10 RUB.
SELECT Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,ClickType
,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId FROM 
CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811


The report without ClickType show correct cost ( much more than 100 RUB):

SELECT 
Date,CampaignId,CampaignName,Cost,Impressions,Clicks,Device,AdNetworkType1,Criteria,Id,CriteriaType,AdGroupId
 FROM CRITERIA_PERFORMANCE_REPORT DURING 20160811,20160811


This is a huge difference.


On Wednesday, July 6, 2016 at 9:34:09 PM UTC+3, Anthony Madrigal wrote:
>
> Hi Igor,
>
> Could you please provide me with your report definition, client customer 
> Id and a copy of your reports so that I can verify whether there is an 
> issue on our side or not? Please do so using *reply privately to author*.
>
> Thanks,
> Anthony
> AdWords API Team
>

-- 
__
CONFIDENTIALITY NOTICE: The information contained in the present message 
(including any information contained in attachments herein) may be 
confidential and privileged. It may be read, copied and used only by the 
intended recipient. If you have received it in error please contact the 
sender (by return e-mail) immediately and delete this message. Any 
unauthorized use or dissemination of this message in whole or in parts is 
strictly prohibited. Print this message only if sharp necessary.
УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Информация, содержащаяся в настоящем 
сообщении (включая любое вложение) может быть конфиденциальной и охраняться 
действующим законодательством. Сообщение может быть прочитано, скопировано 
и использовано исключительно лицом, которому сообщение предназначается. 
Если Вы получили настоящее сообщение по ошибке, пожалуйста, незамедлительно 
сообщите об этом отправителю (ответным письмом по электронной почте). Любое 
несанкционированное использование или распространение информации, 
содержащейся в настоящем сообщении в целом или в части, строго запрещены. 
Не распечатывайте настоящее сообщение, если в этом нет крайней 
необходимости.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5f6f2758-bd63-4bf8-8dfd-4d766dbc54f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-07-06 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Igor,

Could you please provide me with your report definition, client customer Id 
and a copy of your reports so that I can verify whether there is an issue 
on our side or not? Please do so using *reply privately to author*.

Thanks,
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/d3fd9f95-2528-499a-a63d-f706eab2c64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-07-04 Thread Igor Selitsky
Hi, Anthony.

It's not good practice to use many reports for loading general things like 
costs. Previously we were using criteria performance report.

BTW I've found bug/feature of this report for UAC. If I segment by 
ClickType the report return wrong number for Cost, Clicks and Impressions.
The report show zero for ClickType App Store and Website in cost and 
clicks, less numbers for ClickType Headline, as a result sum by segment is 
not equal to the total (without segment). Also sum of impressions by 
ClickType show less number then total (without segment). You can also see 
this behaviour in UI.

I'm right, that currently I can get correct cost/clicks/impression for UAC 
only without segment by ClickType?

Is segmentation by AdNetworkType1 show correct numbers?


On Monday, June 20, 2016 at 9:33:33 PM UTC+3, Anthony Madrigal wrote:
>
> Hi Igor,
>
> There is currently no timetable as to when these campaigns will be 
> supported via other reports. 
>
> Regards,
> Anthony
> AdWords API Team
>

-- 
__
CONFIDENTIALITY NOTICE: The information contained in the present message 
(including any information contained in attachments herein) may be 
confidential and privileged. It may be read, copied and used only by the 
intended recipient. If you have received it in error please contact the 
sender (by return e-mail) immediately and delete this message. Any 
unauthorized use or dissemination of this message in whole or in parts is 
strictly prohibited. Print this message only if sharp necessary.
УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Информация, содержащаяся в настоящем 
сообщении (включая любое вложение) может быть конфиденциальной и охраняться 
действующим законодательством. Сообщение может быть прочитано, скопировано 
и использовано исключительно лицом, которому сообщение предназначается. 
Если Вы получили настоящее сообщение по ошибке, пожалуйста, незамедлительно 
сообщите об этом отправителю (ответным письмом по электронной почте). Любое 
несанкционированное использование или распространение информации, 
содержащейся в настоящем сообщении в целом или в части, строго запрещены. 
Не распечатывайте настоящее сообщение, если в этом нет крайней 
необходимости.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/88505cf4-edb4-4b9c-a9f5-3996109475af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-06-20 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Igor,

There is currently no timetable as to when these campaigns will be 
supported via other reports. 

Regards,
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/50fe8d0d-bdf1-42aa-9f5d-e5cde9029754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-06-20 Thread Igor Selitsky
Hi, do you plan to add UAC to other reports (most interesting for us: 
criteria performance report, click performance report, ad performance 
report)?
If yes, when?

On Wednesday, April 27, 2016 at 4:19:00 PM UTC+3, Anthony Madrigal wrote:
>
> Hi Igor,
>
> The Campaign Performance Report is currently the only report that supports 
> UAC.
>
> Please follow our blog 
>  regarding 
> any updates to this feature.
>
> Regards,
> Anthony
> AdWords API Team
>

-- 
__
CONFIDENTIALITY NOTICE: The information contained in the present message 
(including any information contained in attachments herein) may be 
confidential and privileged. It may be read, copied and used only by the 
intended recipient. If you have received it in error please contact the 
sender (by return e-mail) immediately and delete this message. Any 
unauthorized use or dissemination of this message in whole or in parts is 
strictly prohibited. Print this message only if sharp necessary.
УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Информация, содержащаяся в настоящем 
сообщении (включая любое вложение) может быть конфиденциальной и охраняться 
действующим законодательством. Сообщение может быть прочитано, скопировано 
и использовано исключительно лицом, которому сообщение предназначается. 
Если Вы получили настоящее сообщение по ошибке, пожалуйста, незамедлительно 
сообщите об этом отправителю (ответным письмом по электронной почте). Любое 
несанкционированное использование или распространение информации, 
содержащейся в настоящем сообщении в целом или в части, строго запрещены. 
Не распечатывайте настоящее сообщение, если в этом нет крайней 
необходимости.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d2d9cd4e-b560-4d4d-872d-d3d4cba2822d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-04-27 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Igor,

The Campaign Performance Report is currently the only report that supports 
UAC.

Please follow our blog 
 regarding 
any updates to this feature.

Regards,
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/7c287642-8fe0-494c-af57-c8d10c1ef76f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-04-27 Thread Igor Selitsky
What about UAC other base reports?
 criteria performance report, click performance report, keyword performance 
report and ad performance report?

Is it currently only in campaign performance only?

On Wednesday, April 20, 2016 at 4:02:34 PM UTC+3, TAIKI HIRAIWA wrote:
>
> Hi
> AdWords API Team.
>
>
> http://googleadsdeveloper.blogspot.jp/2016/03/announcing-v201603-of-adwords-api.html
>
> *Universal app campaigns in reports.* Reports now include data for Universal 
> App Campaigns . You 
> can identify these campaigns by looking for AdvertisingChannelType 
> 
>  
> MULTI_CHANNEL or AdvertisingChannelSubType 
> 
>  
> UNIVERSAL_APP_CAMPAIGN.
>
> ↑ I found this announcements,but  CAMPAIGN_PERFORMANCE_REPORT don't saw 
> any data.why?
>  
>  
> CAMPAIGN_PERFORMANCE_REPORT (Apr 13, 2016-Apr 19, 2016) 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Budget period Custom parameter Currency Account Time zone Active View 
> avg. CPM Active View viewable CTR Active View viewable impressions Active 
> View measurable impr. / impr. Active View measurable cost Active View 
> measurable impr. Active View viewable impr. / measurable impr. Network 
> Network 
> (with search partners) Advertising Sub Channel Advertising Channel All 
> conv. rate All conv. All conv. value Budget Avg. Cost Avg. CPC Avg. CPE Avg. 
> CPM Avg. CPV Avg. position Bid Strategy ID Bid Strategy Name Bid Strategy 
> Type Conversion optimizer bid type Budget ID Campaign ID Campaign Campaign 
> state Click conversion rate Clicks Content Lost IS (budget) Content Impr. 
> share Content Lost IS (rank) Conv. rate Conversions Total conv. value 
> Converted 
> clicks Cost Cost / conv. Cost / converted click CTR Client name Day End 
> date Engagement rate Engagements Enhanced CPC enabled Enhanced CPV enabled 
> Customer 
> ID Gmail forwards Gmail saves Gmail clicks to website Impressions Interaction 
> Rate Interactions Invalid click rate Invalid clicks Budget explicitly 
> shared Label IDs Labels Month Month of Year Phone impressions Phone calls 
> PTR Company name Quarter Relative CTR Search Lost IS (budget) Search 
> Exact match IS Search Impr. share Search Lost IS (rank) Campaign serving 
> status Start date Tracking template Value / all conv. Value / conv. Value 
> / converted click Video played to 100% Video played to 25% Video played 
> to 50% Video played to 75% View rate Views View-through conv. Week Year 
> Total  --  --  --  -- 0 0.00% 0 0.00% 0 0 0.00%  --  --  --  -- 0.00% 0 0 
> 0 0 0 0 0 0 0  --  --  --  --  --  --  --  --  -- 0.00% 0  --  --  -- 
> 0.00% 0 0 0 0 0 0 0.00%  --  --  -- 0.00% 0  --  --  -- 0 0 0 0 0.00% 0 
> 0.00% 0  --  --  --  --  -- 0 0 0.00%  --  --  --  --  --  --  --  --  -- 
>  -- 0 0 0 0.00% 0.00% 0.00% 0.00% 0.00% 0 0  --  -- 
>
>
> 2016年3月8日火曜日 1時50分18秒 UTC+9 Umesh Dengale:
>>
>> Hi Cesar,
>>
>> Currently, the AdWords API services and reports don't support the 
>> Universal App campaigns. Please watch our blog 
>> 
>>  for 
>> any updates or announcements.
>>
>> Regards,
>> Umesh, AdWords API Team.
>>
>
-- 
__
CONFIDENTIALITY NOTICE: The information contained in the present message 
(including any information contained in attachments herein) may be 
confidential and privileged. It may be read, copied and used only by the 
intended recipient. If you have received it in error please contact the 
sender (by return e-mail) immediately and delete this message. Any 
unauthorized use or dissemination of this message in whole or in parts is 
strictly prohibited. Print this message only if sharp necessary.
УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Информация, содержащаяся в настоящем 
сообщении (включая любое вложение) может быть конфиденциальной и охраняться 
действующим законодательством. Сообщение может быть прочитано, скопировано 
и использовано исключительно лицом, которому сообщение предназначается. 
Если Вы получили настоящее сообщение по ошибке, пожалуйста, незамедлительно 
сообщите об этом отправителю (ответным письмом по электронной почте). Любое 
несанкционированное использование или распространение информации, 
содержащейся в настоящем сообщении в целом или в части, строго запрещены. 
Не распечатывайте настоящее сообщение, если в этом нет крайней 
необходимости.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google

Re: UAC (Universal app campaigns) support in the API

2016-04-25 Thread 'Umesh Dengale' via AdWords API Forum
Hello,

Thanks for attaching the CAMPAIGN_PERFORMANCE_REPORT request. The Universal 
App Campaigns support was added in v201603. You are currently using 
v201601. Please try to run the CAMPAIGN_PERFORMANCE_REPORT using v201603. 
Check out v201603 migration guide 
 for 
more details.

Thanks,
Umesh, 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/2af6f140-62c8-41bb-8a29-69151141327f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-04-25 Thread 平岩大樹
Hi
Umesh, AdWords API Team.


I attached a CAMPAIGN_PERFORMANCE_REPORT request.
I mistaked a CustomerId.Correct CustomerId is 444-704-3977.

CustomerId:
444-704-3977



2016-04-22 22:08 GMT+09:00 'Umesh Dengale' via AdWords API Forum
:
> Hello,
>
> Thanks for providing the clientCustomerId. Could you please provide the
> CAMPAIGN_PERFORMANCE_REPORT request (e.g. report fields with predicates
> etc.)?  Just click Reply privately to author in the forum when responding.
>
> Thanks,
> Umesh, 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/topic/adwords-api/qXSkwFoHrIE/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/msgid/adwords-api/4db05056-c76d-45b9-b272-1b741a103868%40googlegroups.com.
> 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/CAMGtow%3DDPfEdVfQUG0-VYnwy27-yb2u-mNP%2BM9t5dpqmC%3DF_TA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


google_CAMPAIGN_PERFORMANCE_REPORT.rb
Description: Binary data


Re: UAC (Universal app campaigns) support in the API

2016-04-22 Thread 'Umesh Dengale' via AdWords API Forum
Hello,

Thanks for providing the clientCustomerId. Could you please provide the 
CAMPAIGN_PERFORMANCE_REPORT request (e.g. report fields with predicates 
etc.)?  Just click Reply privately to author in the forum when responding.

Thanks,
Umesh, 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/4db05056-c76d-45b9-b272-1b741a103868%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-04-20 Thread 平岩大樹
Hi
Umesh, AdWords API Team.

CustomerId:5542871608

AD_PERFORMANCE_REPORT_5542871608_UAC
CAMPAIGN_PERFORMANCE_REPORT_5542871608_UAC
※attached

I can see TrueView or other type



2016-04-21 0:02 GMT+09:00 'Umesh Dengale' via AdWords API Forum
:
> Hello,
>
> Could you provide me privately the clientCustomerId and
> CAMPAIGN_PERFORMANCE_REPORT request? Just click Reply privately to author in
> the forum when responding.
>
> Thanks,
> Umesh, 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/topic/adwords-api/qXSkwFoHrIE/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/msgid/adwords-api/8a27d475-34ef-45e5-a9db-29365b9f5908%40googlegroups.com.
> 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/CAMGtowks5ry-Aw72imaspfNrRuCx%2Bfhmh1rvw2Wp-1TAHWuQNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
"AD_PERFORMANCE_REPORT (Apr 13, 2016-Apr 19, 2016)"
Trademark Disapproved,Image Ad URL,Trademarks,Currency,Account,Time zone,Active View avg. CPM,Active View viewable CTR,Active View viewable impressions,Active View measurable impr. / impr.,Active View measurable cost,Active View measurable impr.,Active View viewable impr. / measurable impr.,Disapproval reasons,Ad group ID,Ad group,Ad group state,Network,Network (with search partners),Ad type,All conv. rate,All conv.,All conv. value,Avg. Cost,Avg. CPC,Avg. CPE,Avg. CPM,Avg. CPV,Avg. position,Campaign ID,Campaign,Campaign state,Click conversion rate,Clicks,Conv. rate,Conversions,Total conv. value,Converted clicks,Cost,Cost / conv.,Cost / converted click,Ad Approval Status,Destination URL,App final URL,Mobile final URL,Final URL,Tracking template,Custom parameter,CTR,Client name,Day,Description line 1,Description line 2,Device preference,Display URL,Engagement rate,Engagements,Customer ID,Gmail forwards,Gmail saves,Gmail clicks to website,Ad,Ad ID,Image ad name,Impressions,Interaction Rate,Interactions,Label IDs,Labels,Month,Month of Year,Company name,Quarter,Ad state,Value / all conv.,Value / conv.,Value / converted click,Video played to 100%,Video played to 25%,Video played to 50%,Video played to 75%,View rate,Views,View-through conv.,Week,Year
Total, --, --, --, --, --,0,0.00%,0,0.00%,0,0,0.00%, --, --, --, --, --, --, --,0.00%,0.0,0.0,0,0,0,0,0,0.0, --, --, --,0.00%,0,0.00%,0.0,0.0,0,0,0,0, --, --, --, --, --, --, --,0.00%, --, --, --, --, --, --,0.00%,0, --,0,0,0, --, --, --,0,0.00%,0, --, --, --, --, --, --, --,0.0,0.0,0.0,0.00%,0.00%,0.00%,0.00%,0.00%,0,0, --, --
"CAMPAIGN_PERFORMANCE_REPORT (Apr 13, 2016-Apr 19, 2016)"
Budget period,Custom parameter,Currency,Account,Time zone,Active View avg. CPM,Active View viewable CTR,Active View viewable impressions,Active View measurable impr. / impr.,Active View measurable cost,Active View measurable impr.,Active View viewable impr. / measurable impr.,Network,Network (with search partners),Advertising Sub Channel,Advertising Channel,All conv. rate,All conv.,All conv. value,Budget,Avg. Cost,Avg. CPC,Avg. CPE,Avg. CPM,Avg. CPV,Avg. position,Bid Strategy ID,Bid Strategy Name,Bi

Re: UAC (Universal app campaigns) support in the API

2016-04-20 Thread 'Umesh Dengale' via AdWords API Forum
Hello,

Could you provide me *privately* the clientCustomerId and 
CAMPAIGN_PERFORMANCE_REPORT request? Just click Reply privately to author 
in the forum when responding.

Thanks,
Umesh, 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/8a27d475-34ef-45e5-a9db-29365b9f5908%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-04-20 Thread TAIKI HIRAIWA
Hi
AdWords API Team.

http://googleadsdeveloper.blogspot.jp/2016/03/announcing-v201603-of-adwords-api.html

*Universal app campaigns in reports.* Reports now include data for Universal 
App Campaigns . You can 
identify these campaigns by looking for AdvertisingChannelType 

 
MULTI_CHANNEL or AdvertisingChannelSubType 

 
UNIVERSAL_APP_CAMPAIGN.

↑ I found this announcements,but  CAMPAIGN_PERFORMANCE_REPORT don't saw any 
data.why?
 
 
CAMPAIGN_PERFORMANCE_REPORT (Apr 13, 2016-Apr 19, 2016) 




























































































Budget period Custom parameter Currency Account Time zone Active View avg. 
CPM Active View viewable CTR Active View viewable impressions Active View 
measurable impr. / impr. Active View measurable cost Active View measurable 
impr. Active View viewable impr. / measurable impr. Network Network (with 
search partners) Advertising Sub Channel Advertising Channel All conv. rate All 
conv. All conv. value Budget Avg. Cost Avg. CPC Avg. CPE Avg. CPM Avg. CPV Avg. 
position Bid Strategy ID Bid Strategy Name Bid Strategy Type Conversion 
optimizer bid type Budget ID Campaign ID Campaign Campaign state Click 
conversion rate Clicks Content Lost IS (budget) Content Impr. share Content 
Lost IS (rank) Conv. rate Conversions Total conv. value Converted clicks 
Cost Cost / conv. Cost / converted click CTR Client name Day End date 
Engagement 
rate Engagements Enhanced CPC enabled Enhanced CPV enabled Customer ID Gmail 
forwards Gmail saves Gmail clicks to website Impressions Interaction Rate 
Interactions Invalid click rate Invalid clicks Budget explicitly shared Label 
IDs Labels Month Month of Year Phone impressions Phone calls PTR Company 
name Quarter Relative CTR Search Lost IS (budget) Search Exact match IS Search 
Impr. share Search Lost IS (rank) Campaign serving status Start date Tracking 
template Value / all conv. Value / conv. Value / converted click Video 
played to 100% Video played to 25% Video played to 50% Video played to 75% View 
rate Views View-through conv. Week Year 
Total  --  --  --  -- 0 0.00% 0 0.00% 0 0 0.00%  --  --  --  -- 0.00% 0 0 0 
0 0 0 0 0 0  --  --  --  --  --  --  --  --  -- 0.00% 0  --  --  -- 0.00% 0 
0 0 0 0 0 0.00%  --  --  -- 0.00% 0  --  --  -- 0 0 0 0 0.00% 0 0.00% 0  -- 
 --  --  --  -- 0 0 0.00%  --  --  --  --  --  --  --  --  --  -- 0 0 0 
0.00% 0.00% 0.00% 0.00% 0.00% 0 0  --  -- 


2016年3月8日火曜日 1時50分18秒 UTC+9 Umesh Dengale:
>
> Hi Cesar,
>
> Currently, the AdWords API services and reports don't support the 
> Universal App campaigns. Please watch our blog 
> 
>  for 
> any updates or announcements.
>
> Regards,
> Umesh, 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/2ae66438-f6e7-4874-b760-501b8135cdc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-03-07 Thread 'Umesh Dengale' via AdWords API Forum
Hi Cesar,

Currently, the AdWords API services and reports don't support the Universal 
App campaigns. Please watch our blog 

 for 
any updates or announcements.

Regards,
Umesh, 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/06c348d0-74e0-498f-894d-0ae99d45a5f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2016-03-07 Thread Cesar D.
Hi Umesh,

It's been 5 months down the road and a new API version has been 
released. I couldn't find anything about it in the release notes. Is the 
situation still the same regarding Universal App Campaigns?

Thanks,
César

On Wednesday, October 28, 2015 at 3:52:30 PM UTC+1, Umesh Dengale wrote:
>
> Hello,
>
> Currently, the AdWords API (including API reports) do not support the 
> Universal App Campaigns. We can't comment on any future features of 
> AdWords API. Please keep an eye on our AdWords API blog 
>  for any updates or 
> announcements.
>
> Thanks,
> Umesh, 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/6b443dcf-a6da-4914-a41a-b539e6999b3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UAC (Universal app campaigns) support in the API

2015-10-28 Thread Umesh Dengale
Hello,

Currently, the AdWords API (including API reports) do not support the 
Universal App Campaigns. We can't comment on any future features of AdWords 
API. Please keep an eye on our AdWords API blog 
 for any updates or announcements.

Thanks,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b0ead7c7-88be-4360-8860-745f04eb445f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


UAC (Universal app campaigns) support in the API

2015-10-28 Thread dima
Hi,

Some of our clients started creating UAC campaigns and we can't seem to 
retrieve performance data about those using the ADGROUP_PERFORMANCE_REPORT 
adhoc report.
Is there official support planned for this in the API? could you share any 
ETA?

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/515e70bd-0a1c-4827-81f2-4e2d7943f7e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.