Re: Custom Affinity in Criteria perfomance report

2017-03-10 Thread Igor Selitskiy
I've got it, thank you!

 We use our reports for performance analysis and don't set zeroImpressions, 
but Custom Affinity is in the Criteria Performance report now, cost is 
correct (the same as in the banner performance report).





On Friday, March 10, 2017 at 5:10:49 PM UTC+3, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hello Igor,
>
> What I meant is in the case when your custom affinities don't get any 
> stats for a certain period of time, e.g., 20160902 for ad group ID 
> 26627114405.
> If your custom affinities get some stats, and they're recorded as 
> triggering criteria of CRITERIA_PERFORMANCE_REPORT, then they should appear 
> in the result without includeZeroImpressions set to true.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Friday, March 10, 2017 at 7:36:15 PM UTC+9, Igor Selitskiy wrote:
>>
>> Why should I use *includeZeroImpression*?
>>
>> Why cannot get Custom Affinity without *includeZeroImpression*?
>>
>>
>> On Friday, March 10, 2017 at 11:25:18 AM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hi Igor,
>>>
>>> This should work for all versions. :)
>>> If you don't see them, probably it's because it doesn't get any 
>>> statistics and it needs *includeZeroImpression* to be turned on.
>>> I can see the data of your ad group ID 26627114405.
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Friday, March 10, 2017 at 4:57:00 PM UTC+9, Igor Selitskiy wrote:

 Hi, Thanet.

 Good news!
 I don't see this data now. Should we switch to the latest version 
 (201702) for Custom Affinity?
 I suppose that we use 201609.

 On Friday, March 10, 2017 at 8:39:52 AM UTC+3, Thanet Knack 
 Praneenararat (AdWords API Team) wrote:
>
> Hello,
>
> FYI: The custom affinity criteria should appear in 
> CRITERIA_PERFORMANCE_REPORT now.
> Please ensure to set *includeZeroImpressions* to true if your custom 
> affinities don't get any impressions during a specified date range.
>
> Sorry for this inconvenience and for keeping you waiting for long.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Wednesday, November 9, 2016 at 4:35:26 PM UTC+9, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello Igor,
>>
>> I understand that this is not so convenient for you.
>> The best workaround for now would be storing the mapping in your 
>> local database, possibly only for the custom affinity criteria for now.
>> You can filter to get only rows containing criterion type 
>> 
>>  
>> of CUSTOM_AFFINITY in Ad Performance Report.
>>
>> How many custom affinities you have among other criteria, e.g., 
>> keywords?
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Wednesday, November 9, 2016 at 6:40:14 AM UTC+9, Igor Selitskiy 
>> wrote:
>>>
>>> Сan this mapping be updated on daily basis if we've millions of 
>>> active criteriaIds? 
>>> What is the best way to update it for all types of targetings?
>>>
>>> In criteria performance I use fields:
>>> - id (criteriaId - 
>>> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#id
>>> )
>>> - displayname ( 
>>> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#displayname
>>> ).
>>>
>>> displayname can be placement and I don't need to load additional 
>>> mapping dictionary for this targeting.
>>>
>>> In Ad Performance Report I only have CriteriaId(
>>>
>>>
>>> On Tuesday, November 8, 2016 at 8:56:26 PM UTC+3, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello Igor,

 Sorry for the delay. I'm chasing this issue with the engineering.
 As for Ad Performance Report, you can't get the the criterion ID 
 directly. 
 Mapping the ID with other reports or using Selectors 
 
  
 is needed.

 Cheers,
 Thanet, AdWords API Team

 On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy 
 wrote:
>
> Hi, any news on this bug?
>
> I've checked ad performance report (adding criteriaId and 
> criteriaType).
> It show correct data with custom affinity, but it didn't contains 
> names (display name), only id (criteriaId).
> How can I get names for criteria Id?
> (we've milllions of keywords).
>
> On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello Igor,
>>
>> I'm 

Re: Custom Affinity in Criteria perfomance report

2017-03-10 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Igor,

What I meant is in the case when your custom affinities don't get any stats 
for a certain period of time, e.g., 20160902 for ad group ID 26627114405.
If your custom affinities get some stats, and they're recorded as 
triggering criteria of CRITERIA_PERFORMANCE_REPORT, then they should appear 
in the result without includeZeroImpressions set to true.

Cheers,
Thanet, AdWords API Team

On Friday, March 10, 2017 at 7:36:15 PM UTC+9, Igor Selitskiy wrote:
>
> Why should I use *includeZeroImpression*?
>
> Why cannot get Custom Affinity without *includeZeroImpression*?
>
>
> On Friday, March 10, 2017 at 11:25:18 AM UTC+3, Thanet Knack Praneenararat 
> (AdWords API Team) wrote:
>>
>> Hi Igor,
>>
>> This should work for all versions. :)
>> If you don't see them, probably it's because it doesn't get any 
>> statistics and it needs *includeZeroImpression* to be turned on.
>> I can see the data of your ad group ID 26627114405.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Friday, March 10, 2017 at 4:57:00 PM UTC+9, Igor Selitskiy wrote:
>>>
>>> Hi, Thanet.
>>>
>>> Good news!
>>> I don't see this data now. Should we switch to the latest version 
>>> (201702) for Custom Affinity?
>>> I suppose that we use 201609.
>>>
>>> On Friday, March 10, 2017 at 8:39:52 AM UTC+3, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello,

 FYI: The custom affinity criteria should appear in 
 CRITERIA_PERFORMANCE_REPORT now.
 Please ensure to set *includeZeroImpressions* to true if your custom 
 affinities don't get any impressions during a specified date range.

 Sorry for this inconvenience and for keeping you waiting for long.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, November 9, 2016 at 4:35:26 PM UTC+9, Thanet Knack 
 Praneenararat (AdWords API Team) wrote:
>
> Hello Igor,
>
> I understand that this is not so convenient for you.
> The best workaround for now would be storing the mapping in your local 
> database, possibly only for the custom affinity criteria for now.
> You can filter to get only rows containing criterion type 
> 
>  
> of CUSTOM_AFFINITY in Ad Performance Report.
>
> How many custom affinities you have among other criteria, e.g., 
> keywords?
>
> Best,
> Thanet, AdWords API Team
>
> On Wednesday, November 9, 2016 at 6:40:14 AM UTC+9, Igor Selitskiy 
> wrote:
>>
>> Сan this mapping be updated on daily basis if we've millions of 
>> active criteriaIds? 
>> What is the best way to update it for all types of targetings?
>>
>> In criteria performance I use fields:
>> - id (criteriaId - 
>> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#id
>> )
>> - displayname ( 
>> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#displayname
>> ).
>>
>> displayname can be placement and I don't need to load additional 
>> mapping dictionary for this targeting.
>>
>> In Ad Performance Report I only have CriteriaId(
>>
>>
>> On Tuesday, November 8, 2016 at 8:56:26 PM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello Igor,
>>>
>>> Sorry for the delay. I'm chasing this issue with the engineering.
>>> As for Ad Performance Report, you can't get the the criterion ID 
>>> directly. 
>>> Mapping the ID with other reports or using Selectors 
>>> 
>>>  
>>> is needed.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy 
>>> wrote:

 Hi, any news on this bug?

 I've checked ad performance report (adding criteriaId and 
 criteriaType).
 It show correct data with custom affinity, but it didn't contains 
 names (display name), only id (criteriaId).
 How can I get names for criteria Id?
 (we've milllions of keywords).

 On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
 Praneenararat (AdWords API Team) wrote:
>
> Hello Igor,
>
> I'm confirming if the data gathering logic of Criteria Performance 
> Report of API is different from that of Script, but not got the final 
> answer yet.
> I'll update this thread once I have more information.
>
> Thanks for your patience.
>
> Best,
> Thanet, AdWords API Team
>
> On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor 
> Selitskiy wrote:
>>
>> Hi, any updates here?

Re: Custom Affinity in Criteria perfomance report

2017-03-10 Thread Igor Selitskiy
Why should I use *includeZeroImpression*?

Why cannot get Custom Affinity without *includeZeroImpression*?


On Friday, March 10, 2017 at 11:25:18 AM UTC+3, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hi Igor,
>
> This should work for all versions. :)
> If you don't see them, probably it's because it doesn't get any statistics 
> and it needs *includeZeroImpression* to be turned on.
> I can see the data of your ad group ID 26627114405.
>
> Best,
> Thanet, AdWords API Team
>
> On Friday, March 10, 2017 at 4:57:00 PM UTC+9, Igor Selitskiy wrote:
>>
>> Hi, Thanet.
>>
>> Good news!
>> I don't see this data now. Should we switch to the latest version 
>> (201702) for Custom Affinity?
>> I suppose that we use 201609.
>>
>> On Friday, March 10, 2017 at 8:39:52 AM UTC+3, Thanet Knack Praneenararat 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> FYI: The custom affinity criteria should appear in 
>>> CRITERIA_PERFORMANCE_REPORT now.
>>> Please ensure to set *includeZeroImpressions* to true if your custom 
>>> affinities don't get any impressions during a specified date range.
>>>
>>> Sorry for this inconvenience and for keeping you waiting for long.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, November 9, 2016 at 4:35:26 PM UTC+9, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello Igor,

 I understand that this is not so convenient for you.
 The best workaround for now would be storing the mapping in your local 
 database, possibly only for the custom affinity criteria for now.
 You can filter to get only rows containing criterion type 
 
  
 of CUSTOM_AFFINITY in Ad Performance Report.

 How many custom affinities you have among other criteria, e.g., 
 keywords?

 Best,
 Thanet, AdWords API Team

 On Wednesday, November 9, 2016 at 6:40:14 AM UTC+9, Igor Selitskiy 
 wrote:
>
> Сan this mapping be updated on daily basis if we've millions of active 
> criteriaIds? 
> What is the best way to update it for all types of targetings?
>
> In criteria performance I use fields:
> - id (criteriaId - 
> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#id
> )
> - displayname ( 
> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#displayname
> ).
>
> displayname can be placement and I don't need to load additional 
> mapping dictionary for this targeting.
>
> In Ad Performance Report I only have CriteriaId(
>
>
> On Tuesday, November 8, 2016 at 8:56:26 PM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello Igor,
>>
>> Sorry for the delay. I'm chasing this issue with the engineering.
>> As for Ad Performance Report, you can't get the the criterion ID 
>> directly. 
>> Mapping the ID with other reports or using Selectors 
>> 
>>  
>> is needed.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy 
>> wrote:
>>>
>>> Hi, any news on this bug?
>>>
>>> I've checked ad performance report (adding criteriaId and 
>>> criteriaType).
>>> It show correct data with custom affinity, but it didn't contains 
>>> names (display name), only id (criteriaId).
>>> How can I get names for criteria Id?
>>> (we've milllions of keywords).
>>>
>>> On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello Igor,

 I'm confirming if the data gathering logic of Criteria Performance 
 Report of API is different from that of Script, but not got the final 
 answer yet.
 I'll update this thread once I have more information.

 Thanks for your patience.

 Best,
 Thanet, AdWords API Team

 On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy 
 wrote:
>
> Hi, any updates here?
>

-- 
__
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.

Re: Custom Affinity in Criteria perfomance report

2017-03-10 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Igor,

This should work for all versions. :)
If you don't see them, probably it's because it doesn't get any statistics 
and it needs *includeZeroImpression* to be turned on.
I can see the data of your ad group ID 26627114405.

Best,
Thanet, AdWords API Team

On Friday, March 10, 2017 at 4:57:00 PM UTC+9, Igor Selitskiy wrote:
>
> Hi, Thanet.
>
> Good news!
> I don't see this data now. Should we switch to the latest version (201702) 
> for Custom Affinity?
> I suppose that we use 201609.
>
> On Friday, March 10, 2017 at 8:39:52 AM UTC+3, Thanet Knack Praneenararat 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> FYI: The custom affinity criteria should appear in 
>> CRITERIA_PERFORMANCE_REPORT now.
>> Please ensure to set *includeZeroImpressions* to true if your custom 
>> affinities don't get any impressions during a specified date range.
>>
>> Sorry for this inconvenience and for keeping you waiting for long.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Wednesday, November 9, 2016 at 4:35:26 PM UTC+9, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello Igor,
>>>
>>> I understand that this is not so convenient for you.
>>> The best workaround for now would be storing the mapping in your local 
>>> database, possibly only for the custom affinity criteria for now.
>>> You can filter to get only rows containing criterion type 
>>> 
>>>  
>>> of CUSTOM_AFFINITY in Ad Performance Report.
>>>
>>> How many custom affinities you have among other criteria, e.g., keywords?
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, November 9, 2016 at 6:40:14 AM UTC+9, Igor Selitskiy wrote:

 Сan this mapping be updated on daily basis if we've millions of active 
 criteriaIds? 
 What is the best way to update it for all types of targetings?

 In criteria performance I use fields:
 - id (criteriaId - 
 https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#id
 )
 - displayname ( 
 https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#displayname
 ).

 displayname can be placement and I don't need to load additional 
 mapping dictionary for this targeting.

 In Ad Performance Report I only have CriteriaId(


 On Tuesday, November 8, 2016 at 8:56:26 PM UTC+3, Thanet Knack 
 Praneenararat (AdWords API Team) wrote:
>
> Hello Igor,
>
> Sorry for the delay. I'm chasing this issue with the engineering.
> As for Ad Performance Report, you can't get the the criterion ID 
> directly. 
> Mapping the ID with other reports or using Selectors 
> 
>  
> is needed.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy wrote:
>>
>> Hi, any news on this bug?
>>
>> I've checked ad performance report (adding criteriaId and 
>> criteriaType).
>> It show correct data with custom affinity, but it didn't contains 
>> names (display name), only id (criteriaId).
>> How can I get names for criteria Id?
>> (we've milllions of keywords).
>>
>> On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello Igor,
>>>
>>> I'm confirming if the data gathering logic of Criteria Performance 
>>> Report of API is different from that of Script, but not got the final 
>>> answer yet.
>>> I'll update this thread once I have more information.
>>>
>>> Thanks for your patience.
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy 
>>> wrote:

 Hi, any updates here?

>>>

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

Re: Custom Affinity in Criteria perfomance report

2017-03-09 Thread Igor Selitskiy
Hi, Thanet.

Good news!
I don't see this data now. Should we switch to the latest version (201702) 
for Custom Affinity?
I suppose that we use 201609.

On Friday, March 10, 2017 at 8:39:52 AM UTC+3, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hello,
>
> FYI: The custom affinity criteria should appear in 
> CRITERIA_PERFORMANCE_REPORT now.
> Please ensure to set *includeZeroImpressions* to true if your custom 
> affinities don't get any impressions during a specified date range.
>
> Sorry for this inconvenience and for keeping you waiting for long.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Wednesday, November 9, 2016 at 4:35:26 PM UTC+9, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello Igor,
>>
>> I understand that this is not so convenient for you.
>> The best workaround for now would be storing the mapping in your local 
>> database, possibly only for the custom affinity criteria for now.
>> You can filter to get only rows containing criterion type 
>> 
>>  
>> of CUSTOM_AFFINITY in Ad Performance Report.
>>
>> How many custom affinities you have among other criteria, e.g., keywords?
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Wednesday, November 9, 2016 at 6:40:14 AM UTC+9, Igor Selitskiy wrote:
>>>
>>> Сan this mapping be updated on daily basis if we've millions of active 
>>> criteriaIds? 
>>> What is the best way to update it for all types of targetings?
>>>
>>> In criteria performance I use fields:
>>> - id (criteriaId - 
>>> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#id
>>> )
>>> - displayname ( 
>>> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#displayname
>>> ).
>>>
>>> displayname can be placement and I don't need to load additional mapping 
>>> dictionary for this targeting.
>>>
>>> In Ad Performance Report I only have CriteriaId(
>>>
>>>
>>> On Tuesday, November 8, 2016 at 8:56:26 PM UTC+3, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello Igor,

 Sorry for the delay. I'm chasing this issue with the engineering.
 As for Ad Performance Report, you can't get the the criterion ID 
 directly. 
 Mapping the ID with other reports or using Selectors 
 
  
 is needed.

 Cheers,
 Thanet, AdWords API Team

 On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy wrote:
>
> Hi, any news on this bug?
>
> I've checked ad performance report (adding criteriaId and 
> criteriaType).
> It show correct data with custom affinity, but it didn't contains 
> names (display name), only id (criteriaId).
> How can I get names for criteria Id?
> (we've milllions of keywords).
>
> On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello Igor,
>>
>> I'm confirming if the data gathering logic of Criteria Performance 
>> Report of API is different from that of Script, but not got the final 
>> answer yet.
>> I'll update this thread once I have more information.
>>
>> Thanks for your patience.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy 
>> wrote:
>>>
>>> Hi, any updates here?
>>>
>>
-- 
__
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/

Re: Custom Affinity in Criteria perfomance report

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

FYI: The custom affinity criteria should appear in 
CRITERIA_PERFORMANCE_REPORT now.
Please ensure to set *includeZeroImpressions* to true if your custom 
affinities don't get any impressions during a specified date range.

Sorry for this inconvenience and for keeping you waiting for long.

Cheers,
Thanet, AdWords API Team

On Wednesday, November 9, 2016 at 4:35:26 PM UTC+9, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hello Igor,
>
> I understand that this is not so convenient for you.
> The best workaround for now would be storing the mapping in your local 
> database, possibly only for the custom affinity criteria for now.
> You can filter to get only rows containing criterion type 
> 
>  
> of CUSTOM_AFFINITY in Ad Performance Report.
>
> How many custom affinities you have among other criteria, e.g., keywords?
>
> Best,
> Thanet, AdWords API Team
>
> On Wednesday, November 9, 2016 at 6:40:14 AM UTC+9, Igor Selitskiy wrote:
>>
>> Сan this mapping be updated on daily basis if we've millions of active 
>> criteriaIds? 
>> What is the best way to update it for all types of targetings?
>>
>> In criteria performance I use fields:
>> - id (criteriaId - 
>> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#id
>> )
>> - displayname ( 
>> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#displayname
>> ).
>>
>> displayname can be placement and I don't need to load additional mapping 
>> dictionary for this targeting.
>>
>> In Ad Performance Report I only have CriteriaId(
>>
>>
>> On Tuesday, November 8, 2016 at 8:56:26 PM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello Igor,
>>>
>>> Sorry for the delay. I'm chasing this issue with the engineering.
>>> As for Ad Performance Report, you can't get the the criterion ID 
>>> directly. 
>>> Mapping the ID with other reports or using Selectors 
>>> 
>>>  
>>> is needed.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy wrote:

 Hi, any news on this bug?

 I've checked ad performance report (adding criteriaId and criteriaType).
 It show correct data with custom affinity, but it didn't contains names 
 (display name), only id (criteriaId).
 How can I get names for criteria Id?
 (we've milllions of keywords).

 On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
 Praneenararat (AdWords API Team) wrote:
>
> Hello Igor,
>
> I'm confirming if the data gathering logic of Criteria Performance 
> Report of API is different from that of Script, but not got the final 
> answer yet.
> I'll update this thread once I have more information.
>
> Thanks for your patience.
>
> Best,
> Thanet, AdWords API Team
>
> On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy 
> wrote:
>>
>> Hi, any updates here?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1416bc71-6b02-4517-b715-df01aa56149d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

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

I understand that this is not so convenient for you.
The best workaround for now would be storing the mapping in your local 
database, possibly only for the custom affinity criteria for now.
You can filter to get only rows containing criterion type 

 
of CUSTOM_AFFINITY in Ad Performance Report.

How many custom affinities you have among other criteria, e.g., keywords?

Best,
Thanet, AdWords API Team

On Wednesday, November 9, 2016 at 6:40:14 AM UTC+9, Igor Selitskiy wrote:
>
> Сan this mapping be updated on daily basis if we've millions of active 
> criteriaIds? 
> What is the best way to update it for all types of targetings?
>
> In criteria performance I use fields:
> - id (criteriaId - 
> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#id
> )
> - displayname ( 
> https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#displayname
> ).
>
> displayname can be placement and I don't need to load additional mapping 
> dictionary for this targeting.
>
> In Ad Performance Report I only have CriteriaId(
>
>
> On Tuesday, November 8, 2016 at 8:56:26 PM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello Igor,
>>
>> Sorry for the delay. I'm chasing this issue with the engineering.
>> As for Ad Performance Report, you can't get the the criterion ID 
>> directly. 
>> Mapping the ID with other reports or using Selectors 
>> 
>>  
>> is needed.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy wrote:
>>>
>>> Hi, any news on this bug?
>>>
>>> I've checked ad performance report (adding criteriaId and criteriaType).
>>> It show correct data with custom affinity, but it didn't contains names 
>>> (display name), only id (criteriaId).
>>> How can I get names for criteria Id?
>>> (we've milllions of keywords).
>>>
>>> On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello Igor,

 I'm confirming if the data gathering logic of Criteria Performance 
 Report of API is different from that of Script, but not got the final 
 answer yet.
 I'll update this thread once I have more information.

 Thanks for your patience.

 Best,
 Thanet, AdWords API Team

 On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy 
 wrote:
>
> Hi, any updates here?
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3c51487f-ca37-40bd-9733-17e74017c185%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-11-08 Thread Igor Selitskiy
Сan this mapping be updated on daily basis if we've millions of active 
criteriaIds? 
What is the best way to update it for all types of targetings?

In criteria performance I use fields:
- id (criteriaId 
- 
https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#id)
- displayname ( 
https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#displayname).

displayname can be placement and I don't need to load additional mapping 
dictionary for this targeting.

In Ad Performance Report I only have CriteriaId(


On Tuesday, November 8, 2016 at 8:56:26 PM UTC+3, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hello Igor,
>
> Sorry for the delay. I'm chasing this issue with the engineering.
> As for Ad Performance Report, you can't get the the criterion ID directly. 
> Mapping the ID with other reports or using Selectors 
> 
>  
> is needed.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy wrote:
>>
>> Hi, any news on this bug?
>>
>> I've checked ad performance report (adding criteriaId and criteriaType).
>> It show correct data with custom affinity, but it didn't contains names 
>> (display name), only id (criteriaId).
>> How can I get names for criteria Id?
>> (we've milllions of keywords).
>>
>> On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello Igor,
>>>
>>> I'm confirming if the data gathering logic of Criteria Performance 
>>> Report of API is different from that of Script, but not got the final 
>>> answer yet.
>>> I'll update this thread once I have more information.
>>>
>>> Thanks for your patience.
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy 
>>> wrote:

 Hi, any updates here?

>>>
-- 
__
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/b57901fa-a7c3-4b17-98aa-d69dc7a77283%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

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

Sorry for the delay. I'm chasing this issue with the engineering.
As for Ad Performance Report, you can't get the the criterion ID directly. 
Mapping the ID with other reports or using Selectors 

 
is needed.

Cheers,
Thanet, AdWords API Team

On Tuesday, November 8, 2016 at 4:58:32 PM UTC+9, Igor Selitskiy wrote:
>
> Hi, any news on this bug?
>
> I've checked ad performance report (adding criteriaId and criteriaType).
> It show correct data with custom affinity, but it didn't contains names 
> (display name), only id (criteriaId).
> How can I get names for criteria Id?
> (we've milllions of keywords).
>
> On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello Igor,
>>
>> I'm confirming if the data gathering logic of Criteria Performance Report 
>> of API is different from that of Script, but not got the final answer yet.
>> I'll update this thread once I have more information.
>>
>> Thanks for your patience.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy wrote:
>>>
>>> Hi, any updates here?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3e768339-5cab-45c6-8289-6bc7072d3d5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-11-07 Thread Igor Selitskiy
Hi, any news on this bug?

I've checked ad performance report (adding criteriaId and criteriaType).
It show correct data with custom affinity, but it didn't contains names 
(display name), only id (criteriaId).
How can I get names for criteria Id?
(we've milllions of keywords).

On Thursday, September 22, 2016 at 5:39:58 PM UTC+3, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hello Igor,
>
> I'm confirming if the data gathering logic of Criteria Performance Report 
> of API is different from that of Script, but not got the final answer yet.
> I'll update this thread once I have more information.
>
> Thanks for your patience.
>
> Best,
> Thanet, AdWords API Team
>
> On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy wrote:
>>
>> Hi, any updates here?
>>
>
-- 
__
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/32e0ecaf-a836-4ca5-8bf5-27a9f5a6d1e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

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

I'm confirming if the data gathering logic of Criteria Performance Report 
of API is different from that of Script, but not got the final answer yet.
I'll update this thread once I have more information.

Thanks for your patience.

Best,
Thanet, AdWords API Team

On Thursday, September 22, 2016 at 5:55:02 PM UTC+9, Igor Selitskiy wrote:
>
> Hi, any updates here?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bfd9d522-a38a-4586-bd2c-4f3c08faf3b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-22 Thread Igor Selitskiy
Hi, any updates here?

-- 
__
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/44327355-0762-4f7c-a8df-c6046b10fd7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-19 Thread Igor Selitskiy
See my answers in citation below:

On Monday, September 19, 2016 at 4:40:09 PM UTC+3, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hello Igor,
>
> We use it for matching with orders using gclid (click performance report) 
>> , orders calculated by our own attribution. This report contain all spends 
>> on targeting level (keyword_id). Google Analytics do the same.
>> BTW Click performance report contains custom affinity. So currently we 
>> cannot match the data correctly. How GA do it? Use different 
>> infrastructure, hidden from advertisers, even for big advertiser.
>
> I still doubt if you can do in that way, as Click Performance Report 
> returns only attribute-type fields, no metric fields.
> That's partly why you see custom affinity appears in the Click Performance 
> Report, but not in the Criteria Performance Report.
> Originally, they gather data in a different way.
> Let me check with engineering to find more.
>

We're using click performance report only for decrypt gclid.
 

>
> What do you mean? We've compared result from script and API: it's the same 
>> except lines with custom affinity.
>
> To be clear, do you compare the result from *script* with *API* or do you 
> compare the result from *Click Performance Report* with *Criteria 
> Performance Report*?
>
I compared AsWords scripts with API.

> If the former (you run the same report type, but from script and from 
> API), could you please send me the result and AWQL?
>
I need to use that information to pass to engineering so that we can see 
> what happens.
>
Yes, see the file in private answer.  

 

>
> I've already contacted engineering about this for more clarification.
> So far, if you mean the results from click performance report and criteria 
> performance report are different, it doesn't look like an issue to fix.
> That works as intended.
>
> Cheers,
> Thanet, 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/d3077d39-52fd-4d52-81b9-8dd676c4c0a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

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

We use it for matching with orders using gclid (click performance report) , 
> orders calculated by our own attribution. This report contain all spends on 
> targeting level (keyword_id). Google Analytics do the same.
> BTW Click performance report contains custom affinity. So currently we 
> cannot match the data correctly. How GA do it? Use different 
> infrastructure, hidden from advertisers, even for big advertiser.

I still doubt if you can do in that way, as Click Performance Report 
returns only attribute-type fields, no metric fields.
That's partly why you see custom affinity appears in the Click Performance 
Report, but not in the Criteria Performance Report.
Originally, they gather data in a different way.
Let me check with engineering to find more.

What do you mean? We've compared result from script and API: it's the same 
> except lines with custom affinity.

To be clear, do you compare the result from *script* with *API* or do you 
compare the result from *Click Performance Report* with *Criteria 
Performance Report*?
If the former (you run the same report type, but from script and from API), 
could you please send me the result and AWQL?
I need to use that information to pass to engineering so that we can see 
what happens.

I've already contacted engineering about this for more clarification.
So far, if you mean the results from click performance report and criteria 
performance report are different, it doesn't look like an issue to fix.
That works as intended.

Cheers,
Thanet, AdWords API Team

On Saturday, September 17, 2016 at 4:18:22 PM UTC+9, Igor Selitskiy wrote:
>
> Hi, Thanet.
>
> On Saturday, September 17, 2016 at 7:34:28 AM UTC+3, Thanet Knack 
> Praneenararat wrote:
>>
>> Hi Igor,
>>
>> And I need criteria performance report in single attribution. This is 
>> mandatory and critical for us.
>>
>> Could you please clarify why you need this report type despite the 
>> behavior I explained before, that is, you can't guarantee what to get back?
>>
>
> We use it for matching with orders using gclid (click performance report) 
> , orders calculated by our own attribution. This report contain all spends 
> on targeting level (keyword_id). Google Analytics do the same.
> BTW Click performance report contains custom affinity. So currently we 
> cannot match the data correctly. How GA do it? Use different 
> infrastructure, hidden from advertisers, even for big advertiser.
>
>  
>
>>
>> But the problem is not in attribution. Problem is that API don't return 
>> lines with Custom Affinity, but AdWords script do, GA also show this data.
>>
>> API *does* return custom affinity but as I explained before, not in all 
>> situations that it will return custom affinity back, because it's *a 
>> single attribution*.
>> Besides, GA and AdWords Script doesn't always use the same infrastructure 
>> as AdWords API.
>> We can't expect the same behaviors across the products.
>>
>
> What do you mean? We've compared result from script and API: it's the same 
> except lines with custom affinity.
>  
>
>>
>> BTW the total costs/clicks/impressions in criteria performance report 
>> from API are less than actual costs!
>>
>> If you mean comparing the result from criteria performance report with 
>> that in *Display Network* of UI, then it's as expected.
>> Those in UI are mainly multiple attribution reports and the total number 
>> of stats mostly can't be matched directly with the single attribution 
>> reports.
>>
>> I know that there are only multiply attribution reports in UI. We're 
> using such reports for some specific optimizations (placement, banners, 
> audience and etc).
> But for matching with gclid I need criteria report.
>
>  
>
>> Feel free to ask more questions, if you feel this is still not clear.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Saturday, September 17, 2016 at 5:27:51 AM UTC+9, Igor Selitskiy wrote:
>>>
>>> Hi, I understand single and multiply attribution in AdWords. I know the 
>>> difference. We're using both types of attribution.
>>> And I need criteria performance report in single attribution. This is 
>>> mandatory and critical for us.
>>> But the problem is not in attribution. Problem is that API don't return 
>>> lines with Custom Affinity, but AdWords script do, GA also show this data.
>>> BTW the total costs/clicks/impressions in criteria performance report 
>>> from API are less than actual costs!
>>>
>>> We provide examples for you in private message, even more I point out on 
>>> one of our AdGroup to illustrate the problem.
>>>
>>>
>>> On Friday, September 16, 2016 at 10:48:25 PM UTC+3, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello,

 Let me summarize some info here again. (I already edited some messages 
 above so that people who happen to read from the beginning don't get 
 confused)

 First, I'm so sorry to make you misunderstand that CUSTOM_AFFINITY is 
 not returned in 

Re: Custom Affinity in Criteria perfomance report

2016-09-17 Thread Igor Selitskiy
Hi, Thanet.

On Saturday, September 17, 2016 at 7:34:28 AM UTC+3, Thanet Knack 
Praneenararat wrote:
>
> Hi Igor,
>
> And I need criteria performance report in single attribution. This is 
> mandatory and critical for us.
>
> Could you please clarify why you need this report type despite the 
> behavior I explained before, that is, you can't guarantee what to get back?
>

We use it for matching with orders using gclid (click performance report) , 
orders calculated by our own attribution. This report contain all spends on 
targeting level (keyword_id). Google Analytics do the same.
BTW Click performance report contains custom affinity. So currently we 
cannot match the data correctly. How GA do it? Use different 
infrastructure, hidden from advertisers, even for big advertiser.

 

>
> But the problem is not in attribution. Problem is that API don't return 
> lines with Custom Affinity, but AdWords script do, GA also show this data.
>
> API *does* return custom affinity but as I explained before, not in all 
> situations that it will return custom affinity back, because it's *a 
> single attribution*.
> Besides, GA and AdWords Script doesn't always use the same infrastructure 
> as AdWords API.
> We can't expect the same behaviors across the products.
>

What do you mean? We've compared result from script and API: it's the same 
except lines with custom affinity.
 

>
> BTW the total costs/clicks/impressions in criteria performance report from 
> API are less than actual costs!
>
> If you mean comparing the result from criteria performance report with 
> that in *Display Network* of UI, then it's as expected.
> Those in UI are mainly multiple attribution reports and the total number 
> of stats mostly can't be matched directly with the single attribution 
> reports.
>
> I know that there are only multiply attribution reports in UI. We're using 
such reports for some specific optimizations (placement, banners, audience 
and etc).
But for matching with gclid I need criteria report.

 

> Feel free to ask more questions, if you feel this is still not clear.
>
> Best,
> Thanet, AdWords API Team
>
> On Saturday, September 17, 2016 at 5:27:51 AM UTC+9, Igor Selitskiy wrote:
>>
>> Hi, I understand single and multiply attribution in AdWords. I know the 
>> difference. We're using both types of attribution.
>> And I need criteria performance report in single attribution. This is 
>> mandatory and critical for us.
>> But the problem is not in attribution. Problem is that API don't return 
>> lines with Custom Affinity, but AdWords script do, GA also show this data.
>> BTW the total costs/clicks/impressions in criteria performance report 
>> from API are less than actual costs!
>>
>> We provide examples for you in private message, even more I point out on 
>> one of our AdGroup to illustrate the problem.
>>
>>
>> On Friday, September 16, 2016 at 10:48:25 PM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> Let me summarize some info here again. (I already edited some messages 
>>> above so that people who happen to read from the beginning don't get 
>>> confused)
>>>
>>> First, I'm so sorry to make you misunderstand that CUSTOM_AFFINITY is 
>>> not returned in CRITERIA_PERFORMANCE_REPORT.
>>> Actually, it *does* but *not* in all cases that you can get the data 
>>> for CUSTOM_AFFINITY back.
>>> The reason is that the criteria performance report is a single 
>>> attribution type 
>>> 
>>> .
>>> In this type of report, we *can't* guarantee that all types of criteria 
>>> type will appear, nor can we control what kinds of criteria will appear.
>>> This is a concept used in AdWords API reporting for a long time.
>>>
>>> As you may know, one impression (and other stats like click) for display 
>>> network can be triggered by one or more criteria.
>>> For example, an impression might be triggered by *gender male*, *age 
>>> range 34-43*, and *an affinity with name "A"*.
>>> In criteria performance report, however, this impression can be 
>>> attributed to *only one* of any of gender OR age range OR affinity.
>>> We don't know and can't guarantee which one will be reported.
>>> If it's reported as attributed to *gender male *already, then this 
>>> particular impression will not appear again in the report.
>>>
>>> In your case, it's likely that *all* impressions attributed to *all *custom 
>>> affinities are reported to be attributed to *other criteria*.
>>> That's why you don't see them attributed to custom affinity in your 
>>> report.
>>>
>>> The workaround would be to use multiple attribution 
>>> 
>>>  report 
>>> (or criteria-type specific report) like AUDIENCE_PERFORMANCE_REPORT 
>>> 
>>>  instead.
>>> However, the data 

Re: Custom Affinity in Criteria perfomance report

2016-09-16 Thread 'Thanet Knack Praneenararat' via AdWords API Forum
Hi Igor,

And I need criteria performance report in single attribution. This is 
mandatory and critical for us.

Could you please clarify why you need this report type despite the behavior 
I explained before, that is, you can't guarantee what to get back?

But the problem is not in attribution. Problem is that API don't return 
lines with Custom Affinity, but AdWords script do, GA also show this data.

API *does* return custom affinity but as I explained before, not in all 
situations that it will return custom affinity back, because it's *a single 
attribution*.
Besides, GA and AdWords Script doesn't always use the same infrastructure 
as AdWords API.
We can't expect the same behaviors across the products.

BTW the total costs/clicks/impressions in criteria performance report from 
API are less than actual costs!

If you mean comparing the result from criteria performance report with that 
in *Display Network* of UI, then it's as expected.
Those in UI are mainly multiple attribution reports and the total number of 
stats mostly can't be matched directly with the single attribution reports.

Feel free to ask more questions, if you feel this is still not clear.

Best,
Thanet, AdWords API Team

On Saturday, September 17, 2016 at 5:27:51 AM UTC+9, Igor Selitskiy wrote:
>
> Hi, I understand single and multiply attribution in AdWords. I know the 
> difference. We're using both types of attribution.
> And I need criteria performance report in single attribution. This is 
> mandatory and critical for us.
> But the problem is not in attribution. Problem is that API don't return 
> lines with Custom Affinity, but AdWords script do, GA also show this data.
> BTW the total costs/clicks/impressions in criteria performance report from 
> API are less than actual costs!
>
> We provide examples for you in private message, even more I point out on 
> one of our AdGroup to illustrate the problem.
>
>
> On Friday, September 16, 2016 at 10:48:25 PM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Let me summarize some info here again. (I already edited some messages 
>> above so that people who happen to read from the beginning don't get 
>> confused)
>>
>> First, I'm so sorry to make you misunderstand that CUSTOM_AFFINITY is not 
>> returned in CRITERIA_PERFORMANCE_REPORT.
>> Actually, it *does* but *not* in all cases that you can get the data 
>> for CUSTOM_AFFINITY back.
>> The reason is that the criteria performance report is a single 
>> attribution type 
>> 
>> .
>> In this type of report, we *can't* guarantee that all types of criteria 
>> type will appear, nor can we control what kinds of criteria will appear.
>> This is a concept used in AdWords API reporting for a long time.
>>
>> As you may know, one impression (and other stats like click) for display 
>> network can be triggered by one or more criteria.
>> For example, an impression might be triggered by *gender male*, *age 
>> range 34-43*, and *an affinity with name "A"*.
>> In criteria performance report, however, this impression can be 
>> attributed to *only one* of any of gender OR age range OR affinity.
>> We don't know and can't guarantee which one will be reported.
>> If it's reported as attributed to *gender male *already, then this 
>> particular impression will not appear again in the report.
>>
>> In your case, it's likely that *all* impressions attributed to *all *custom 
>> affinities are reported to be attributed to *other criteria*.
>> That's why you don't see them attributed to custom affinity in your 
>> report.
>>
>> The workaround would be to use multiple attribution 
>> 
>>  report 
>> (or criteria-type specific report) like AUDIENCE_PERFORMANCE_REPORT 
>> 
>>  instead.
>> However, the data for CUSTOM_AFFINITY is not returned in that report yet.
>> I'm following up with engineering to see if we can return data 
>> for CUSTOM_AFFINITY in AUDIENCE_PERFORMANCE_REPORT in the near future.
>> Unfortunately, we don't have ETA for this yet.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Thursday, September 15, 2016 at 7:07:48 PM UTC+9, Igor Selitskiy wrote:
>>>
>>> Guys, are you sure?
>>> see https://developers.google.com/adwords/api/docs/reference/#whats-new 
>>> version v201601 point whats-new
>>> :
>>> "Improvements to reports
>>>
>>> The list of possible enum values for the CriteriaType field on the 
>>> CRITERIA_PERFORMANCE_REPORT 
>>> 
>>>  has 
>>> expanded to include:
>>>
>>>- PARENT - Parental status
>>>- CUSTOM_AFFINITY - Custom affinity"
>>>
>>>
>>>
>>> On Thursday, September 15, 2016 at 11:27:06 AM UTC+3, Thanet Knack 
>>> 

Re: Custom Affinity in Criteria perfomance report

2016-09-16 Thread Igor Selitskiy
Hi, I understand single and multiply attribution in AdWords. I know the 
difference. We're using both types of attribution.
And I need criteria performance report in single attribution. This is 
mandatory and critical for us.
But the problem is not in attribution. Problem is that API don't return 
lines with Custom Affinity, but AdWords script do, GA also show this data.
BTW the total costs/clicks/impressions in criteria performance report from 
API are less than actual costs!

We provide examples for you in private message, even more I point out on 
one of our AdGroup to illustrate the problem.


On Friday, September 16, 2016 at 10:48:25 PM UTC+3, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hello,
>
> Let me summarize some info here again. (I already edited some messages 
> above so that people who happen to read from the beginning don't get 
> confused)
>
> First, I'm so sorry to make you misunderstand that CUSTOM_AFFINITY is not 
> returned in CRITERIA_PERFORMANCE_REPORT.
> Actually, it *does* but *not* in all cases that you can get the data 
> for CUSTOM_AFFINITY back.
> The reason is that the criteria performance report is a single 
> attribution type 
> 
> .
> In this type of report, we *can't* guarantee that all types of criteria 
> type will appear, nor can we control what kinds of criteria will appear.
> This is a concept used in AdWords API reporting for a long time.
>
> As you may know, one impression (and other stats like click) for display 
> network can be triggered by one or more criteria.
> For example, an impression might be triggered by *gender male*, *age 
> range 34-43*, and *an affinity with name "A"*.
> In criteria performance report, however, this impression can be attributed 
> to *only one* of any of gender OR age range OR affinity.
> We don't know and can't guarantee which one will be reported.
> If it's reported as attributed to *gender male *already, then this 
> particular impression will not appear again in the report.
>
> In your case, it's likely that *all* impressions attributed to *all *custom 
> affinities are reported to be attributed to *other criteria*.
> That's why you don't see them attributed to custom affinity in your report.
>
> The workaround would be to use multiple attribution 
> 
>  report 
> (or criteria-type specific report) like AUDIENCE_PERFORMANCE_REPORT 
> 
>  instead.
> However, the data for CUSTOM_AFFINITY is not returned in that report yet.
> I'm following up with engineering to see if we can return data 
> for CUSTOM_AFFINITY in AUDIENCE_PERFORMANCE_REPORT in the near future.
> Unfortunately, we don't have ETA for this yet.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Thursday, September 15, 2016 at 7:07:48 PM UTC+9, Igor Selitskiy wrote:
>>
>> Guys, are you sure?
>> see https://developers.google.com/adwords/api/docs/reference/#whats-new 
>> version v201601 point whats-new
>> :
>> "Improvements to reports
>>
>> The list of possible enum values for the CriteriaType field on the 
>> CRITERIA_PERFORMANCE_REPORT 
>> 
>>  has 
>> expanded to include:
>>
>>- PARENT - Parental status
>>- CUSTOM_AFFINITY - Custom affinity"
>>
>>
>>
>> On Thursday, September 15, 2016 at 11:27:06 AM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hi Igor,
>>>
>>> No. I meant the data itself is not available in AdWords API, not related 
>>> to any client libraries.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Thursday, September 15, 2016 at 4:42:31 PM UTC+9, Igor Selitskiy 
>>> wrote:

 Feature request?

 Do you mean that Python library has separate from main API feature list?

 On Thursday, September 15, 2016 at 9:14:26 AM UTC+3, Thanet Knack 
 Praneenararat (AdWords API Team) wrote:
>
> Hi Igor,
>
> Yes, but the data is not fed into that criteria type yet.
> That's why you're not seeing anything.
>
> I know that this is confusing to you.
> I've given feedback to engineering as a feature request already.
>
> Apologize for this inconvenience.
>
> Best,
> Thanet, AdWords API Team
>
> On Thursday, September 15, 2016 at 3:10:09 PM UTC+9, Igor Selitskiy 
> wrote:
>>
>> There is  anounce of this criteria type in criteria performance 
>> report in API v201601.
>>
>> 15 сент. 2016 г. 9:06 AM пользователь написал:
>>
>> It's already supported by API itself, but isn't supported by Python 
>> library. Do you mean there is no support in Python library yet?
>>
>> 15 сент. 2016 г. 8:57 AM пользователь "'Thanet Knack Praneenararat 
>> 

Re: Custom Affinity in Criteria perfomance report

2016-09-16 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello,

Let me summarize some info here again. (I already edited some messages 
above so that people who happen to read from the beginning don't get 
confused)

First, I'm so sorry to make you misunderstand that CUSTOM_AFFINITY is not 
returned in CRITERIA_PERFORMANCE_REPORT.
Actually, it *does* but *not* in all cases that you can get the data 
for CUSTOM_AFFINITY back.
The reason is that the criteria performance report is a single attribution 
type 

.
In this type of report, we *can't* guarantee that all types of criteria 
type will appear, nor can we control what kinds of criteria will appear.
This is a concept used in AdWords API reporting for a long time.

As you may know, one impression (and other stats like click) for display 
network can be triggered by one or more criteria.
For example, an impression might be triggered by *gender male*, *age range 
34-43*, and *an affinity with name "A"*.
In criteria performance report, however, this impression can be attributed 
to *only one* of any of gender OR age range OR affinity.
We don't know and can't guarantee which one will be reported.
If it's reported as attributed to *gender male *already, then this 
particular impression will not appear again in the report.

In your case, it's likely that *all* impressions attributed to *all *custom 
affinities are reported to be attributed to *other criteria*.
That's why you don't see them attributed to custom affinity in your report.

The workaround would be to use multiple attribution 

 report 
(or criteria-type specific report) like AUDIENCE_PERFORMANCE_REPORT 

 instead.
However, the data for CUSTOM_AFFINITY is not returned in that report yet.
I'm following up with engineering to see if we can return data 
for CUSTOM_AFFINITY in AUDIENCE_PERFORMANCE_REPORT in the near future.
Unfortunately, we don't have ETA for this yet.

Cheers,
Thanet, AdWords API Team

On Thursday, September 15, 2016 at 7:07:48 PM UTC+9, Igor Selitskiy wrote:
>
> Guys, are you sure?
> see https://developers.google.com/adwords/api/docs/reference/#whats-new 
> version v201601 point whats-new
> :
> "Improvements to reports
>
> The list of possible enum values for the CriteriaType field on the 
> CRITERIA_PERFORMANCE_REPORT 
> 
>  has 
> expanded to include:
>
>- PARENT - Parental status
>- CUSTOM_AFFINITY - Custom affinity"
>
>
>
> On Thursday, September 15, 2016 at 11:27:06 AM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hi Igor,
>>
>> No. I meant the data itself is not available in AdWords API, not related 
>> to any client libraries.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Thursday, September 15, 2016 at 4:42:31 PM UTC+9, Igor Selitskiy wrote:
>>>
>>> Feature request?
>>>
>>> Do you mean that Python library has separate from main API feature list?
>>>
>>> On Thursday, September 15, 2016 at 9:14:26 AM UTC+3, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hi Igor,

 Yes, but the data is not fed into that criteria type yet.
 That's why you're not seeing anything.

 I know that this is confusing to you.
 I've given feedback to engineering as a feature request already.

 Apologize for this inconvenience.

 Best,
 Thanet, AdWords API Team

 On Thursday, September 15, 2016 at 3:10:09 PM UTC+9, Igor Selitskiy 
 wrote:
>
> There is  anounce of this criteria type in criteria performance report 
> in API v201601.
>
> 15 сент. 2016 г. 9:06 AM пользователь написал:
>
> It's already supported by API itself, but isn't supported by Python 
> library. Do you mean there is no support in Python library yet?
>
> 15 сент. 2016 г. 8:57 AM пользователь "'Thanet Knack Praneenararat 
> (AdWords API Team)' via AdWords API Forum"  
> написал:
>
> Hello Igor,
>
> There are no support for this criteria type in AdWords API yet.
> I'm not aware of the plan to support this in the near future.
>
> For the release announcement, you can follow our announcements 
>  
> thread.
>
> Best,
> Thanet, AdWords API Team
>
> On Wednesday, September 14, 2016 at 2:04:12 AM UTC+9, Shwetha Vastrad 
> (AdWords API Team) wrote:
>>
>> Hi Igor,
>>
>> Could you provide the complete report definition you are using to 
>> download report data along with a sample report in which the custom 
>> affinity audience criteria are missing? Please use *Reply privately 
>> to author* when 

Re: Custom Affinity in Criteria perfomance report

2016-09-15 Thread Igor Selitskiy
Guys, are you sure?
see https://developers.google.com/adwords/api/docs/reference/#whats-new 
version v201601 point whats-new
:
"Improvements to reports

The list of possible enum values for the CriteriaType field on the 
CRITERIA_PERFORMANCE_REPORT 

 has 
expanded to include:

   - PARENT - Parental status
   - CUSTOM_AFFINITY - Custom affinity"



On Thursday, September 15, 2016 at 11:27:06 AM UTC+3, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hi Igor,
>
> No. I meant the data itself is not available in AdWords API, not related 
> to any client libraries.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Thursday, September 15, 2016 at 4:42:31 PM UTC+9, Igor Selitskiy wrote:
>>
>> Feature request?
>>
>> Do you mean that Python library has separate from main API feature list?
>>
>> On Thursday, September 15, 2016 at 9:14:26 AM UTC+3, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hi Igor,
>>>
>>> Yes, but the data is not fed into that criteria type yet.
>>> That's why you're not seeing anything.
>>>
>>> I know that this is confusing to you.
>>> I've given feedback to engineering as a feature request already.
>>>
>>> Apologize for this inconvenience.
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Thursday, September 15, 2016 at 3:10:09 PM UTC+9, Igor Selitskiy 
>>> wrote:

 There is  anounce of this criteria type in criteria performance report 
 in API v201601.

 15 сент. 2016 г. 9:06 AM пользователь написал:

 It's already supported by API itself, but isn't supported by Python 
 library. Do you mean there is no support in Python library yet?

 15 сент. 2016 г. 8:57 AM пользователь "'Thanet Knack Praneenararat 
 (AdWords API Team)' via AdWords API Forum"  
 написал:

 Hello Igor,

 There are no support for this criteria type in AdWords API yet.
 I'm not aware of the plan to support this in the near future.

 For the release announcement, you can follow our announcements 
  
 thread.

 Best,
 Thanet, AdWords API Team

 On Wednesday, September 14, 2016 at 2:04:12 AM UTC+9, Shwetha Vastrad 
 (AdWords API Team) wrote:
>
> Hi Igor,
>
> Could you provide the complete report definition you are using to 
> download report data along with a sample report in which the custom 
> affinity audience criteria are missing? Please use *Reply privately 
> to author* when responding. 
>
> Thanks,
> Shwetha, 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 adwor...@googlegroups.com
 To unsubscribe from this group, send email to
 adwords-api...@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/jbW1WQ1iWoM/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 adwords-api...@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/7cbdad6c-61c8-426b-a20e-823f9ea63ffa%40googlegroups.com
  
 
 .

 For more options, visit https://groups.google.com/d/optout.





 __
 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.
 УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Информация, содержащаяся в настоящем 
 сообщении (включая любое вложение) может быть конфиденциальной и 
 охраняться 
 

Re: Custom Affinity in Criteria perfomance report

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

No. I meant the data itself is not available in AdWords API, not related to 
any client libraries.

Cheers,
Thanet, AdWords API Team

On Thursday, September 15, 2016 at 4:42:31 PM UTC+9, Igor Selitskiy wrote:
>
> Feature request?
>
> Do you mean that Python library has separate from main API feature list?
>
> On Thursday, September 15, 2016 at 9:14:26 AM UTC+3, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hi Igor,
>>
>> Yes, but the data is not fed into that criteria type yet.
>> That's why you're not seeing anything.
>>
>> I know that this is confusing to you.
>> I've given feedback to engineering as a feature request already.
>>
>> Apologize for this inconvenience.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Thursday, September 15, 2016 at 3:10:09 PM UTC+9, Igor Selitskiy wrote:
>>>
>>> There is  anounce of this criteria type in criteria performance report 
>>> in API v201601.
>>>
>>> 15 сент. 2016 г. 9:06 AM пользователь написал:
>>>
>>> It's already supported by API itself, but isn't supported by Python 
>>> library. Do you mean there is no support in Python library yet?
>>>
>>> 15 сент. 2016 г. 8:57 AM пользователь "'Thanet Knack Praneenararat 
>>> (AdWords API Team)' via AdWords API Forum"  
>>> написал:
>>>
>>> Hello Igor,
>>>
>>> There are no support for this criteria type in AdWords API yet.
>>> I'm not aware of the plan to support this in the near future.
>>>
>>> For the release announcement, you can follow our announcements 
>>>  
>>> thread.
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, September 14, 2016 at 2:04:12 AM UTC+9, Shwetha Vastrad 
>>> (AdWords API Team) wrote:

 Hi Igor,

 Could you provide the complete report definition you are using to 
 download report data along with a sample report in which the custom 
 affinity audience criteria are missing? Please use *Reply privately to 
 author* when responding. 

 Thanks,
 Shwetha, 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 adwor...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> adwords-api...@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/jbW1WQ1iWoM/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> adwords-api...@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/7cbdad6c-61c8-426b-a20e-823f9ea63ffa%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>
>>>
>>>
>>> __
>>> 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/

Re: Custom Affinity in Criteria perfomance report

2016-09-15 Thread Igor Selitskiy
Feature request?

Do you mean that Python library has separate from main API feature list?

On Thursday, September 15, 2016 at 9:14:26 AM UTC+3, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hi Igor,
>
> Yes, but the data is not fed into that criteria type yet.
> That's why you're not seeing anything.
>
> I know that this is confusing to you.
> I've given feedback to engineering as a feature request already.
>
> Apologize for this inconvenience.
>
> Best,
> Thanet, AdWords API Team
>
> On Thursday, September 15, 2016 at 3:10:09 PM UTC+9, Igor Selitskiy wrote:
>>
>> There is  anounce of this criteria type in criteria performance report in 
>> API v201601.
>>
>> 15 сент. 2016 г. 9:06 AM пользователь написал:
>>
>> It's already supported by API itself, but isn't supported by Python 
>> library. Do you mean there is no support in Python library yet?
>>
>> 15 сент. 2016 г. 8:57 AM пользователь "'Thanet Knack Praneenararat 
>> (AdWords API Team)' via AdWords API Forum" > > написал:
>>
>> Hello Igor,
>>
>> There are no support for this criteria type in AdWords API yet.
>> I'm not aware of the plan to support this in the near future.
>>
>> For the release announcement, you can follow our announcements 
>>  
>> thread.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Wednesday, September 14, 2016 at 2:04:12 AM UTC+9, Shwetha Vastrad 
>> (AdWords API Team) wrote:
>>>
>>> Hi Igor,
>>>
>>> Could you provide the complete report definition you are using to 
>>> download report data along with a sample report in which the custom 
>>> affinity audience criteria are missing? Please use *Reply privately to 
>>> author* when responding. 
>>>
>>> Thanks,
>>> Shwetha, 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 adwor...@googlegroups.com 
>> 
>> To unsubscribe from this group, send email to
>> adwords-api...@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/jbW1WQ1iWoM/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> adwords-api...@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/7cbdad6c-61c8-426b-a20e-823f9ea63ffa%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>>
>> __
>> 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.
>> УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Информация, содержащаяся в настоящем 
>> сообщении (включая любое вложение) может быть конфиденциальной и охраняться 
>> действующим законодательством. Сообщение может быть прочитано, скопировано 
>> и использовано исключительно лицом, которому сообщение предназначается. 
>> Если Вы получили настоящее сообщение по ошибке, пожалуйста, незамедлительно 
>> сообщите об этом отправителю (ответным письмом по электронной почте). Любое 
>> несанкционированное использование или распространение информации, 
>> содержащейся в настоящем сообщении в целом или в части, строго запрещены. 
>> Не распечатывайте настоящее сообщение, если в этом нет крайней 
>> необходимости.
>>
>
-- 
__
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 

Re: Custom Affinity in Criteria perfomance report

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

Yes, but the data is not fed into that criteria type yet.
That's why you're not seeing anything.

I know that this is confusing to you.
I've given feedback to engineering as a feature request already.

Apologize for this inconvenience.

Best,
Thanet, AdWords API Team

On Thursday, September 15, 2016 at 3:10:09 PM UTC+9, Igor Selitskiy wrote:
>
> There is  anounce of this criteria type in criteria performance report in 
> API v201601.
>
> 15 сент. 2016 г. 9:06 AM пользователь написал:
>
> It's already supported by API itself, but isn't supported by Python 
> library. Do you mean there is no support in Python library yet?
>
> 15 сент. 2016 г. 8:57 AM пользователь "'Thanet Knack Praneenararat 
> (AdWords API Team)' via AdWords API Forum"  
> написал:
>
> Hello Igor,
>
> There are no support for this criteria type in AdWords API yet.
> I'm not aware of the plan to support this in the near future.
>
> For the release announcement, you can follow our announcements 
>  thread.
>
> Best,
> Thanet, AdWords API Team
>
> On Wednesday, September 14, 2016 at 2:04:12 AM UTC+9, Shwetha Vastrad 
> (AdWords API Team) wrote:
>>
>> Hi Igor,
>>
>> Could you provide the complete report definition you are using to 
>> download report data along with a sample report in which the custom 
>> affinity audience criteria are missing? Please use *Reply privately to 
>> author* when responding. 
>>
>> Thanks,
>> Shwetha, 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/jbW1WQ1iWoM/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/7cbdad6c-61c8-426b-a20e-823f9ea63ffa%40googlegroups.com
>  
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
> __
> 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 

Re: Custom Affinity in Criteria perfomance report

2016-09-15 Thread Igor Selitskiy
There is  anounce of this criteria type in criteria performance report in
API v201601.

15 сент. 2016 г. 9:06 AM пользователь написал:

It's already supported by API itself, but isn't supported by Python
library. Do you mean there is no support in Python library yet?

15 сент. 2016 г. 8:57 AM пользователь "'Thanet Knack Praneenararat (AdWords
API Team)' via AdWords API Forum"  написал:

Hello Igor,

There are no support for this criteria type in AdWords API yet.
I'm not aware of the plan to support this in the near future.

For the release announcement, you can follow our announcements
 thread.

Best,
Thanet, AdWords API Team

On Wednesday, September 14, 2016 at 2:04:12 AM UTC+9, Shwetha Vastrad
(AdWords API Team) wrote:
>
> Hi Igor,
>
> Could you provide the complete report definition you are using to download
> report data along with a sample report in which the custom affinity
> audience criteria are missing? Please use *Reply privately to author* when
> responding.
>
> Thanks,
> Shwetha, 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/jbW1WQ1iWoM/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/7cbdad6c-61c8-426b-a20e-823f9ea63ffa%40googlegroups.com

.

For more options, visit https://groups.google.com/d/optout.

-- 
__
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/CAGD23Wp9Fcm2DsBQ8saAGtiYB6JJgzSXbGBaoK3%2BC9drvmRWqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

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

There are no support for this criteria type in AdWords API yet.
I'm not aware of the plan to support this in the near future.

For the release announcement, you can follow our announcements 
 thread.

Best,
Thanet, AdWords API Team

On Wednesday, September 14, 2016 at 2:04:12 AM UTC+9, Shwetha Vastrad 
(AdWords API Team) wrote:
>
> Hi Igor,
>
> Could you provide the complete report definition you are using to download 
> report data along with a sample report in which the custom affinity 
> audience criteria are missing? Please use *Reply privately to author* when 
> responding. 
>
> Thanks,
> Shwetha, 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/7cbdad6c-61c8-426b-a20e-823f9ea63ffa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Igor,

Could you provide the complete report definition you are using to download 
report data along with a sample report in which the custom affinity 
audience criteria are missing? Please use *Reply privately to author* when 
responding. 

Thanks,
Shwetha, 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/4f2ea21d-8877-47f6-b9f0-14ff945c269c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-13 Thread Igor Selitskiy
It happens with all our accounts using this criteria type.
Check for example clientCustomerId 260-270-8616 for  Sept 02  AdGroupId 
26627114405 .


On Friday, September 9, 2016 at 8:52:51 PM UTC+3, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi,
>
> The clientCustomerId you have provided belongs to a Manager account. You 
> should include the clientCustomerId of an AdWords client account to be able 
> to download report data using AdWords API. Did the response to the above 
> request contain any errors? Could you retry this report request by setting 
> the clientCustomerId to that of an AdWords client account?
>
> Thanks,
> Shwetha, 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/19090685-d98a-4921-8e84-491001d3da97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-12 Thread andrey . maksimov
Hi again,
I've made a mistake. Client customer ID is 260-270-8616, and we have no 
errors while downloading.

On Friday, 9 September 2016 20:52:51 UTC+3, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi,
>
> The clientCustomerId you have provided belongs to a Manager account. You 
> should include the clientCustomerId of an AdWords client account to be able 
> to download report data using AdWords API. Did the response to the above 
> request contain any errors? Could you retry this report request by setting 
> the clientCustomerId to that of an AdWords client account?
>
> Thanks,
> Shwetha, 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/9bdf8311-58da-463c-a33d-f4d4a688ba91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

The clientCustomerId you have provided belongs to a Manager account. You 
should include the clientCustomerId of an AdWords client account to be able 
to download report data using AdWords API. Did the response to the above 
request contain any errors? Could you retry this report request by setting 
the clientCustomerId to that of an AdWords client account?

Thanks,
Shwetha, 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/253f783b-deb6-4363-8ffe-1b5313c491d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-09 Thread lamodamccrub
Hi Shwetha,

Client Customer ID is 8099393253
and I disable includeZeroImperssions 'cause we have impressions :) and it 
minimize a bit report size.

So finally DownloadReport call looks like this:

client.DownloadReport(
report_definition={
'reportName': 8099393253,
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'CRITERIA_PERFORMANCE_REPORT',
'downloadFormat': 'XML',
'selector': {
'fields': [
'AdGroupId',
'AdNetworkType1',
'BidModifier',
'CpcBid',
'CampaignId',
'Clicks',
'ClickType'
'Cost',
'CriteriaType',
'Date',
'Device',
'DisplayName',
'Id',
'Impressions',
],
'dateRange': {'min': '2016-09-08', 'max': '2016-09-09'},
}
},
output=open('/path', 'w'),
include_zero_impressions=False
)


On Thursday, 8 September 2016 22:48:38 UTC+3, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi Andrey,
>
> Could you provide the complete report definition you are using along with 
> your clientCustomerId? Have you set the includeZeroImpressions header to 
> true in the report request? 
>
> Thanks,
> Shwetha, 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/a9e507f3-ec4e-4590-975c-1797311dd319%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-09 Thread lamodamccrub
Hi Shwetha,

clientCustomerId is 8099393253

I used googleads python library with this method call

client.DownloadReport(
report_definition={
'reportName': 8099393253,
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'CRITERIA_PERFORMANCE_REPORT',
'downloadFormat': 'XML',
'selector': {
'fields': [
'AdGroupId',
'AdNetworkType1',
'BidModifier',
'CpcBid',
'CampaignId',
'Clicks',
'ClickType'
'Cost',
'CriteriaType',
'Date',
'Device',
'DisplayName',
'Id',
'Impressions',
],
'dateRange': {'min': '2016-09-08', 'max': '2016-09-09'},
}
},
output=open('/path', 'w'),
include_zero_impressions=False


include_zero_impressions disable 'cause we have impressions :) and it 
minimize report's file size.

On Thursday, 8 September 2016 22:48:38 UTC+3, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi Andrey,
>
> Could you provide the complete report definition you are using along with 
> your clientCustomerId? Have you set the includeZeroImpressions header to 
> true in the report request? 
>
> Thanks,
> Shwetha, 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/db021793-0a57-40a8-88e1-62d6ecda4032%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Affinity in Criteria perfomance report

2016-09-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Andrey,

Could you provide the complete report definition you are using along with 
your clientCustomerId? Have you set the includeZeroImpressions header to 
true in the report request? 

Thanks,
Shwetha, 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/5fbcd4dc-f8a4-4e16-bf0e-3844aef17781%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.