Re: Discrepancy between API and UI for bidding_strategy

2021-05-20 Thread Google Ads API Forum Advisor Prod
Hello,

Glad to see that substituting those attributes got the desired results. If you 
aren't having any other issues, there is no need to send the request and 
response -- sometimes it can be necessary to get a full picture of the request.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2HC2JJ:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/rNnvX0QTEQU100CSgeJI79RGmDoHc7cEb9Sw%40sfdc.net.


Re: Discrepancy between API and UI for bidding_strategy

2021-05-19 Thread 'Vidak Kazic' via AdWords API and Google Ads API Forum
Hello Matt, 

I just found a solution - instead of using `bidding_strategy.type`, 
`bidding_strategy.name` in the query, I just used 
`campaign.bidding_strategy_type`, `campaign.bidding_strategy`, and got the 
correct output, so I have what I need.

However, if you'd like to proceed with further investigations, for the sake 
of debugging the API, if this behaviour is undesired for the campaign 
resource, I'd be happy to send the request/response logs and investigate 
further with you!

Cheers,
Vidak

On Wednesday, May 19, 2021 at 6:07:00 PM UTC+2 adsapiforumadvisor wrote:

> Hello,
>
> Thanks for reaching out. Can you please reply to us privately with your 
> complete request and response logs? As the message will be private, you 
> won't need to redact any of the IDs, which our team can use to 
> troubleshoot. 
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HC2JJ:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/07da6b4c-1b80-4dfb-8b87-62e7a56b44fen%40googlegroups.com.


RE: Discrepancy between API and UI for bidding_strategy

2021-05-19 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out. Can you please reply to us privately with your 
complete request and response logs? As the message will be private, you won't 
need to redact any of the IDs, which our team can use to troubleshoot.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2HC2JJ:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f1-Te0QTD3F900bHHr8t16RWyl0-l73CJU6Q%40sfdc.net.


Re: Discrepancy between API and UI for bidding_strategy

2021-05-19 Thread 'Vidak Kazic' via AdWords API and Google Ads API Forum
Additional info - I just successfully updated a shopping campaign through 
the Google Ads API to switch to tROAS with specified value, and I saw the 
campaign Target ROAS change in the Google Ads UI. However, when I queried 
the Google Ads API for the same campaign, I again get "Unspecified" bidding 
type and 0.0 tROAS value. 

On Wednesday, May 19, 2021 at 12:00:40 PM UTC+2 Vidak Kazic wrote:

> When I query Google Ads API (v7) for bidding_strategy, either for multiple 
> campaigns or specific campaign, I get empty (unspecified) data in response, 
> while I see the data in the UI normally. I have built the query using the 
> query builder and am pretty sure it's correct, as it's very simple.
>
> Sample query (customer_id and campaign_id redacted):
> "SELECT bidding_strategy.type, bidding_strategy.name, 
> bidding_strategy.status, bidding_strategy.resource_name, 
> bidding_strategy.target_roas.target_roas FROM campaign WHERE 
> campaign.resource_name = 'customers//campaigns/'"
>
> Response:
> In [41]: c.bidding_strategy.type_
> Out[41]: 
>
> In [42]: c.bidding_strategy.name
> Out[42]: ''
>
> In [43]: c.bidding_strategy.target_roas.target_roas
> Out[43]: 0.0
>
> UI data for the same campaign:
> [image: Screenshot 2021-05-19 at 11.54.58.png][image: Screenshot 
> 2021-05-19 at 11.57.55.png]
>
> Thanks in advance,
> Vidak
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/43d16d1d-2d20-4a5c-840e-289b0edbe5bdn%40googlegroups.com.


Re: discrepancy between API and UI

2018-12-28 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello,

I apologize for the slow response again. The team seems to have identified 
the underlying issue but we're still working on exactly how we want to 
handle it. I will update here when I have more information to share.

Regards,
Mike, AdWords API Team

On Wednesday, December 26, 2018 at 5:19:31 PM UTC-5, Xiaoyun Yang wrote:
>
> Hey, just wanted to follow up. Is there any update on this issue?
>
> On Monday, November 19, 2018 at 10:47:39 AM UTC-5, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> I'm sorry for the slow response time here. I've reached out again to try 
>> to get a status update, and will let you know as soon as I find out 
>> anything.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Monday, November 19, 2018 at 10:18:14 AM UTC-5, Xiaoyun Yang wrote:
>>>
>>> Hello,
>>>
>>> Just want to follow up to see what's the status for this issue -
>>>
>>> Thanks
>>>
>>> On Wednesday, November 7, 2018 at 2:21:03 PM UTC-5, Xiaoyun Yang wrote:

 That would be greatly appreciated. Thank you!

 On Wednesday, November 7, 2018 at 2:01:11 PM UTC-5, Michael Cloonan 
 (AdWords API Team) wrote:
>
> Hello,
>
> Thanks for the screenshot! I am going to investigate and get in touch 
> with the team in charge of this column to try to figure out why it's 
> showing in the web interface but not in the API. I will let you know when 
> I 
> have any information to share.
>
> Regards,
> Mike, AdWords API Team
>
> On Wednesday, November 7, 2018 at 1:22:33 PM UTC-5, Xiaoyun Yang wrote:
>>
>> I just sent a screenshot to you. Thanks very much for taking a look!
>>
>> On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> Can you include a screenshot that has more context, including column 
>>> names and filters, to help us investigate? You can reply privately to 
>>> me 
>>> rather than post publicly by using the drop-down arrow at the top-right 
>>> of 
>>> my post.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang 
>>> wrote:


 Trying to get the search lost is (rank) from adgroup performance 
 report; But most of my ad groups, even high performance groups get 
 undefined search lost is while the UI shows actual numbers.

 The query I am using is:

 SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, 
> Impressions, SearchRankLostImpressionShare 
> FROM ADGROUP_PERFORMANCE_REPORT 
> WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
> DURING 20180907, 20181105


 but it returns:

Campaign ID  Ad group ID   Device Day  
> Avg. position  Impressions Search Lost IS (rank)
> 11211868211030  42984184479  Mobile devices w...  2018-10-18  
>   2.1   46   -- 
> 14951868211030  42984184479  Mobile devices w...  2018-10-27  
>   2.3   46   -- 
> 4036 868211030  42984184479  Mobile devices w...  2018-09-17  
>   1.6   46   -- 
> 11343868211030  42984184479  Mobile devices w...  2018-10-20  
>   1.9   45   -- 
> 16476868211030  42984184479  Mobile devices w...  2018-10-30  
>   1.6   44   -- 


 while in the UI:

 [image: Screenshot 2018-11-06 14.27.06.png]

 What could be the problem? Thanks!
 -- 
 [image: PureCars] 

 Think Beyond the Click

 Win the Customer with PureCars

 www.PureCars.com 


 Google Premier Partner

 Bing Elite SMB Partner
 *Xiaoyun Yang*

 Data Science Analyst

 *Direct*
 404-951-8991


 *Email*
 xiao...@purecars.com



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords AP

Re: discrepancy between API and UI

2018-12-26 Thread Xiaoyun Yang
Hey, just wanted to follow up. Is there any update on this issue?

On Monday, November 19, 2018 at 10:47:39 AM UTC-5, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> I'm sorry for the slow response time here. I've reached out again to try 
> to get a status update, and will let you know as soon as I find out 
> anything.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, November 19, 2018 at 10:18:14 AM UTC-5, Xiaoyun Yang wrote:
>>
>> Hello,
>>
>> Just want to follow up to see what's the status for this issue -
>>
>> Thanks
>>
>> On Wednesday, November 7, 2018 at 2:21:03 PM UTC-5, Xiaoyun Yang wrote:
>>>
>>> That would be greatly appreciated. Thank you!
>>>
>>> On Wednesday, November 7, 2018 at 2:01:11 PM UTC-5, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 Thanks for the screenshot! I am going to investigate and get in touch 
 with the team in charge of this column to try to figure out why it's 
 showing in the web interface but not in the API. I will let you know when 
 I 
 have any information to share.

 Regards,
 Mike, AdWords API Team

 On Wednesday, November 7, 2018 at 1:22:33 PM UTC-5, Xiaoyun Yang wrote:
>
> I just sent a screenshot to you. Thanks very much for taking a look!
>
> On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Can you include a screenshot that has more context, including column 
>> names and filters, to help us investigate? You can reply privately to me 
>> rather than post publicly by using the drop-down arrow at the top-right 
>> of 
>> my post.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang 
>> wrote:
>>>
>>>
>>> Trying to get the search lost is (rank) from adgroup performance 
>>> report; But most of my ad groups, even high performance groups get 
>>> undefined search lost is while the UI shows actual numbers.
>>>
>>> The query I am using is:
>>>
>>> SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, 
 Impressions, SearchRankLostImpressionShare 
 FROM ADGROUP_PERFORMANCE_REPORT 
 WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
 DURING 20180907, 20181105
>>>
>>>
>>> but it returns:
>>>
>>>Campaign ID  Ad group ID   Device Day  
 Avg. position  Impressions Search Lost IS (rank)
 11211868211030  42984184479  Mobile devices w...  2018-10-18
 2.1   46   -- 
 14951868211030  42984184479  Mobile devices w...  2018-10-27
 2.3   46   -- 
 4036 868211030  42984184479  Mobile devices w...  2018-09-17
 1.6   46   -- 
 11343868211030  42984184479  Mobile devices w...  2018-10-20
 1.9   45   -- 
 16476868211030  42984184479  Mobile devices w...  2018-10-30
 1.6   44   -- 
>>>
>>>
>>> while in the UI:
>>>
>>> [image: Screenshot 2018-11-06 14.27.06.png]
>>>
>>> What could be the problem? Thanks!
>>> -- 
>>> [image: PureCars] 
>>>
>>> Think Beyond the Click
>>>
>>> Win the Customer with PureCars
>>>
>>> www.PureCars.com 
>>>
>>>
>>> Google Premier Partner
>>>
>>> Bing Elite SMB Partner
>>> *Xiaoyun Yang*
>>>
>>> Data Science Analyst
>>>
>>> *Direct*
>>> 404-951-8991
>>>
>>>
>>> *Email*
>>> xiao...@purecars.com
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/6279bade-4821-4650-ae2b-9ff16a1be07a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: discrepancy between API and UI

2018-11-19 Thread Xiaoyun Yang
ok. cool. Thanks you!

On Monday, November 19, 2018 at 10:47:39 AM UTC-5, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> I'm sorry for the slow response time here. I've reached out again to try 
> to get a status update, and will let you know as soon as I find out 
> anything.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, November 19, 2018 at 10:18:14 AM UTC-5, Xiaoyun Yang wrote:
>>
>> Hello,
>>
>> Just want to follow up to see what's the status for this issue -
>>
>> Thanks
>>
>> On Wednesday, November 7, 2018 at 2:21:03 PM UTC-5, Xiaoyun Yang wrote:
>>>
>>> That would be greatly appreciated. Thank you!
>>>
>>> On Wednesday, November 7, 2018 at 2:01:11 PM UTC-5, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 Thanks for the screenshot! I am going to investigate and get in touch 
 with the team in charge of this column to try to figure out why it's 
 showing in the web interface but not in the API. I will let you know when 
 I 
 have any information to share.

 Regards,
 Mike, AdWords API Team

 On Wednesday, November 7, 2018 at 1:22:33 PM UTC-5, Xiaoyun Yang wrote:
>
> I just sent a screenshot to you. Thanks very much for taking a look!
>
> On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Can you include a screenshot that has more context, including column 
>> names and filters, to help us investigate? You can reply privately to me 
>> rather than post publicly by using the drop-down arrow at the top-right 
>> of 
>> my post.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang 
>> wrote:
>>>
>>>
>>> Trying to get the search lost is (rank) from adgroup performance 
>>> report; But most of my ad groups, even high performance groups get 
>>> undefined search lost is while the UI shows actual numbers.
>>>
>>> The query I am using is:
>>>
>>> SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, 
 Impressions, SearchRankLostImpressionShare 
 FROM ADGROUP_PERFORMANCE_REPORT 
 WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
 DURING 20180907, 20181105
>>>
>>>
>>> but it returns:
>>>
>>>Campaign ID  Ad group ID   Device Day  
 Avg. position  Impressions Search Lost IS (rank)
 11211868211030  42984184479  Mobile devices w...  2018-10-18
 2.1   46   -- 
 14951868211030  42984184479  Mobile devices w...  2018-10-27
 2.3   46   -- 
 4036 868211030  42984184479  Mobile devices w...  2018-09-17
 1.6   46   -- 
 11343868211030  42984184479  Mobile devices w...  2018-10-20
 1.9   45   -- 
 16476868211030  42984184479  Mobile devices w...  2018-10-30
 1.6   44   -- 
>>>
>>>
>>> while in the UI:
>>>
>>> [image: Screenshot 2018-11-06 14.27.06.png]
>>>
>>> What could be the problem? Thanks!
>>> -- 
>>> [image: PureCars] 
>>>
>>> Think Beyond the Click
>>>
>>> Win the Customer with PureCars
>>>
>>> www.PureCars.com 
>>>
>>>
>>> Google Premier Partner
>>>
>>> Bing Elite SMB Partner
>>> *Xiaoyun Yang*
>>>
>>> Data Science Analyst
>>>
>>> *Direct*
>>> 404-951-8991
>>>
>>>
>>> *Email*
>>> xiao...@purecars.com
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/5ac08d24-4fc9-4fb4-9048-ccd626dc48f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: discrepancy between API and UI

2018-11-19 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello,

I'm sorry for the slow response time here. I've reached out again to try to 
get a status update, and will let you know as soon as I find out anything.

Regards,
Mike, AdWords API Team

On Monday, November 19, 2018 at 10:18:14 AM UTC-5, Xiaoyun Yang wrote:
>
> Hello,
>
> Just want to follow up to see what's the status for this issue -
>
> Thanks
>
> On Wednesday, November 7, 2018 at 2:21:03 PM UTC-5, Xiaoyun Yang wrote:
>>
>> That would be greatly appreciated. Thank you!
>>
>> On Wednesday, November 7, 2018 at 2:01:11 PM UTC-5, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> Thanks for the screenshot! I am going to investigate and get in touch 
>>> with the team in charge of this column to try to figure out why it's 
>>> showing in the web interface but not in the API. I will let you know when I 
>>> have any information to share.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Wednesday, November 7, 2018 at 1:22:33 PM UTC-5, Xiaoyun Yang wrote:

 I just sent a screenshot to you. Thanks very much for taking a look!

 On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan 
 (AdWords API Team) wrote:
>
> Hello,
>
> Can you include a screenshot that has more context, including column 
> names and filters, to help us investigate? You can reply privately to me 
> rather than post publicly by using the drop-down arrow at the top-right 
> of 
> my post.
>
> Regards,
> Mike, AdWords API Team
>
> On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang wrote:
>>
>>
>> Trying to get the search lost is (rank) from adgroup performance 
>> report; But most of my ad groups, even high performance groups get 
>> undefined search lost is while the UI shows actual numbers.
>>
>> The query I am using is:
>>
>> SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, 
>>> Impressions, SearchRankLostImpressionShare 
>>> FROM ADGROUP_PERFORMANCE_REPORT 
>>> WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
>>> DURING 20180907, 20181105
>>
>>
>> but it returns:
>>
>>Campaign ID  Ad group ID   Device Day  
>>> Avg. position  Impressions Search Lost IS (rank)
>>> 11211868211030  42984184479  Mobile devices w...  2018-10-18
>>> 2.1   46   -- 
>>> 14951868211030  42984184479  Mobile devices w...  2018-10-27
>>> 2.3   46   -- 
>>> 4036 868211030  42984184479  Mobile devices w...  2018-09-17
>>> 1.6   46   -- 
>>> 11343868211030  42984184479  Mobile devices w...  2018-10-20
>>> 1.9   45   -- 
>>> 16476868211030  42984184479  Mobile devices w...  2018-10-30
>>> 1.6   44   -- 
>>
>>
>> while in the UI:
>>
>> [image: Screenshot 2018-11-06 14.27.06.png]
>>
>> What could be the problem? Thanks!
>> -- 
>> [image: PureCars] 
>>
>> Think Beyond the Click
>>
>> Win the Customer with PureCars
>>
>> www.PureCars.com 
>>
>>
>> Google Premier Partner
>>
>> Bing Elite SMB Partner
>> *Xiaoyun Yang*
>>
>> Data Science Analyst
>>
>> *Direct*
>> 404-951-8991
>>
>>
>> *Email*
>> xiao...@purecars.com
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/bf28c883-a227-427f-836c-5e94a03c655e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: discrepancy between API and UI

2018-11-19 Thread Xiaoyun Yang
Hello,

Just want to follow up to see what's the status for this issue -

Thanks

On Wednesday, November 7, 2018 at 2:21:03 PM UTC-5, Xiaoyun Yang wrote:
>
> That would be greatly appreciated. Thank you!
>
> On Wednesday, November 7, 2018 at 2:01:11 PM UTC-5, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Thanks for the screenshot! I am going to investigate and get in touch 
>> with the team in charge of this column to try to figure out why it's 
>> showing in the web interface but not in the API. I will let you know when I 
>> have any information to share.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, November 7, 2018 at 1:22:33 PM UTC-5, Xiaoyun Yang wrote:
>>>
>>> I just sent a screenshot to you. Thanks very much for taking a look!
>>>
>>> On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 Can you include a screenshot that has more context, including column 
 names and filters, to help us investigate? You can reply privately to me 
 rather than post publicly by using the drop-down arrow at the top-right of 
 my post.

 Regards,
 Mike, AdWords API Team

 On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang wrote:
>
>
> Trying to get the search lost is (rank) from adgroup performance 
> report; But most of my ad groups, even high performance groups get 
> undefined search lost is while the UI shows actual numbers.
>
> The query I am using is:
>
> SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, 
>> Impressions, SearchRankLostImpressionShare 
>> FROM ADGROUP_PERFORMANCE_REPORT 
>> WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
>> DURING 20180907, 20181105
>
>
> but it returns:
>
>Campaign ID  Ad group ID   Device Day  Avg. 
>> position  Impressions Search Lost IS (rank)
>> 11211868211030  42984184479  Mobile devices w...  2018-10-18  
>>   2.1   46   -- 
>> 14951868211030  42984184479  Mobile devices w...  2018-10-27  
>>   2.3   46   -- 
>> 4036 868211030  42984184479  Mobile devices w...  2018-09-17  
>>   1.6   46   -- 
>> 11343868211030  42984184479  Mobile devices w...  2018-10-20  
>>   1.9   45   -- 
>> 16476868211030  42984184479  Mobile devices w...  2018-10-30  
>>   1.6   44   -- 
>
>
> while in the UI:
>
> [image: Screenshot 2018-11-06 14.27.06.png]
>
> What could be the problem? Thanks!
> -- 
> [image: PureCars] 
>
> Think Beyond the Click
>
> Win the Customer with PureCars
>
> www.PureCars.com 
>
>
> Google Premier Partner
>
> Bing Elite SMB Partner
> *Xiaoyun Yang*
>
> Data Science Analyst
>
> *Direct*
> 404-951-8991
>
>
> *Email*
> xiao...@purecars.com
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/bf86cea4-595a-4726-a262-289cb284fbee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: discrepancy between API and UI

2018-11-07 Thread Xiaoyun Yang
That would be greatly appreciated. Thank you!

On Wednesday, November 7, 2018 at 2:01:11 PM UTC-5, Michael Cloonan 
(AdWords API Team) wrote:
>
> Hello,
>
> Thanks for the screenshot! I am going to investigate and get in touch with 
> the team in charge of this column to try to figure out why it's showing in 
> the web interface but not in the API. I will let you know when I have any 
> information to share.
>
> Regards,
> Mike, AdWords API Team
>
> On Wednesday, November 7, 2018 at 1:22:33 PM UTC-5, Xiaoyun Yang wrote:
>>
>> I just sent a screenshot to you. Thanks very much for taking a look!
>>
>> On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> Can you include a screenshot that has more context, including column 
>>> names and filters, to help us investigate? You can reply privately to me 
>>> rather than post publicly by using the drop-down arrow at the top-right of 
>>> my post.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang wrote:


 Trying to get the search lost is (rank) from adgroup performance 
 report; But most of my ad groups, even high performance groups get 
 undefined search lost is while the UI shows actual numbers.

 The query I am using is:

 SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, 
> Impressions, SearchRankLostImpressionShare 
> FROM ADGROUP_PERFORMANCE_REPORT 
> WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
> DURING 20180907, 20181105


 but it returns:

Campaign ID  Ad group ID   Device Day  Avg. 
> position  Impressions Search Lost IS (rank)
> 11211868211030  42984184479  Mobile devices w...  2018-10-18  
>   2.1   46   -- 
> 14951868211030  42984184479  Mobile devices w...  2018-10-27  
>   2.3   46   -- 
> 4036 868211030  42984184479  Mobile devices w...  2018-09-17  
>   1.6   46   -- 
> 11343868211030  42984184479  Mobile devices w...  2018-10-20  
>   1.9   45   -- 
> 16476868211030  42984184479  Mobile devices w...  2018-10-30  
>   1.6   44   -- 


 while in the UI:

 [image: Screenshot 2018-11-06 14.27.06.png]

 What could be the problem? Thanks!
 -- 
 [image: PureCars] 

 Think Beyond the Click

 Win the Customer with PureCars

 www.PureCars.com 


 Google Premier Partner

 Bing Elite SMB Partner
 *Xiaoyun Yang*

 Data Science Analyst

 *Direct*
 404-951-8991


 *Email*
 xiao...@purecars.com



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/347dd01b-be5b-4fe5-acd4-92e70a7968cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: discrepancy between API and UI

2018-11-07 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello,

Thanks for the screenshot! I am going to investigate and get in touch with 
the team in charge of this column to try to figure out why it's showing in 
the web interface but not in the API. I will let you know when I have any 
information to share.

Regards,
Mike, AdWords API Team

On Wednesday, November 7, 2018 at 1:22:33 PM UTC-5, Xiaoyun Yang wrote:
>
> I just sent a screenshot to you. Thanks very much for taking a look!
>
> On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Can you include a screenshot that has more context, including column 
>> names and filters, to help us investigate? You can reply privately to me 
>> rather than post publicly by using the drop-down arrow at the top-right of 
>> my post.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang wrote:
>>>
>>>
>>> Trying to get the search lost is (rank) from adgroup performance report; 
>>> But most of my ad groups, even high performance groups get undefined search 
>>> lost is while the UI shows actual numbers.
>>>
>>> The query I am using is:
>>>
>>> SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, 
 Impressions, SearchRankLostImpressionShare 
 FROM ADGROUP_PERFORMANCE_REPORT 
 WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
 DURING 20180907, 20181105
>>>
>>>
>>> but it returns:
>>>
>>>Campaign ID  Ad group ID   Device Day  Avg. 
 position  Impressions Search Lost IS (rank)
 11211868211030  42984184479  Mobile devices w...  2018-10-18
 2.1   46   -- 
 14951868211030  42984184479  Mobile devices w...  2018-10-27
 2.3   46   -- 
 4036 868211030  42984184479  Mobile devices w...  2018-09-17
 1.6   46   -- 
 11343868211030  42984184479  Mobile devices w...  2018-10-20
 1.9   45   -- 
 16476868211030  42984184479  Mobile devices w...  2018-10-30
 1.6   44   -- 
>>>
>>>
>>> while in the UI:
>>>
>>> [image: Screenshot 2018-11-06 14.27.06.png]
>>>
>>> What could be the problem? Thanks!
>>> -- 
>>> [image: PureCars] 
>>>
>>> Think Beyond the Click
>>>
>>> Win the Customer with PureCars
>>>
>>> www.PureCars.com 
>>>
>>>
>>> Google Premier Partner
>>>
>>> Bing Elite SMB Partner
>>> *Xiaoyun Yang*
>>>
>>> Data Science Analyst
>>>
>>> *Direct*
>>> 404-951-8991
>>>
>>>
>>> *Email*
>>> xiao...@purecars.com
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/7b8d7ebe-b59e-4d03-aa06-df71f6c6ced0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: discrepancy between API and UI

2018-11-07 Thread Xiaoyun Yang
I just sent a screenshot to you. Thanks very much for taking a look!

On Wednesday, November 7, 2018 at 12:40:50 PM UTC-5, Michael Cloonan 
(AdWords API Team) wrote:
>
> Hello,
>
> Can you include a screenshot that has more context, including column names 
> and filters, to help us investigate? You can reply privately to me rather 
> than post publicly by using the drop-down arrow at the top-right of my post.
>
> Regards,
> Mike, AdWords API Team
>
> On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang wrote:
>>
>>
>> Trying to get the search lost is (rank) from adgroup performance report; 
>> But most of my ad groups, even high performance groups get undefined search 
>> lost is while the UI shows actual numbers.
>>
>> The query I am using is:
>>
>> SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, Impressions, 
>>> SearchRankLostImpressionShare 
>>> FROM ADGROUP_PERFORMANCE_REPORT 
>>> WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
>>> DURING 20180907, 20181105
>>
>>
>> but it returns:
>>
>>Campaign ID  Ad group ID   Device Day  Avg. 
>>> position  Impressions Search Lost IS (rank)
>>> 11211868211030  42984184479  Mobile devices w...  2018-10-18
>>> 2.1   46   -- 
>>> 14951868211030  42984184479  Mobile devices w...  2018-10-27
>>> 2.3   46   -- 
>>> 4036 868211030  42984184479  Mobile devices w...  2018-09-17
>>> 1.6   46   -- 
>>> 11343868211030  42984184479  Mobile devices w...  2018-10-20
>>> 1.9   45   -- 
>>> 16476868211030  42984184479  Mobile devices w...  2018-10-30
>>> 1.6   44   -- 
>>
>>
>> while in the UI:
>>
>> [image: Screenshot 2018-11-06 14.27.06.png]
>>
>> What could be the problem? Thanks!
>> -- 
>> [image: PureCars] 
>>
>> Think Beyond the Click
>>
>> Win the Customer with PureCars
>>
>> www.PureCars.com 
>>
>>
>> Google Premier Partner
>>
>> Bing Elite SMB Partner
>> *Xiaoyun Yang*
>>
>> Data Science Analyst
>>
>> *Direct*
>> 404-951-8991
>>
>>
>> *Email*
>> xiao...@purecars.com 
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/e1d4f2fb-9030-4807-8947-040a016cb00d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: discrepancy between API and UI

2018-11-07 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello,

Can you include a screenshot that has more context, including column names 
and filters, to help us investigate? You can reply privately to me rather 
than post publicly by using the drop-down arrow at the top-right of my post.

Regards,
Mike, AdWords API Team

On Wednesday, November 7, 2018 at 6:22:57 AM UTC-5, Xiaoyun Yang wrote:
>
>
> Trying to get the search lost is (rank) from adgroup performance report; 
> But most of my ad groups, even high performance groups get undefined search 
> lost is while the UI shows actual numbers.
>
> The query I am using is:
>
> SELECT CampaignId, AdGroupId, Device, Date, AveragePosition, Impressions, 
>> SearchRankLostImpressionShare 
>> FROM ADGROUP_PERFORMANCE_REPORT 
>> WHERE CampaignStatus IN [ENABLED] AND AdGroupStatus IN [ENABLED] 
>> DURING 20180907, 20181105
>
>
> but it returns:
>
>Campaign ID  Ad group ID   Device Day  Avg. 
>> position  Impressions Search Lost IS (rank)
>> 11211868211030  42984184479  Mobile devices w...  2018-10-18  
>>   2.1   46   -- 
>> 14951868211030  42984184479  Mobile devices w...  2018-10-27  
>>   2.3   46   -- 
>> 4036 868211030  42984184479  Mobile devices w...  2018-09-17  
>>   1.6   46   -- 
>> 11343868211030  42984184479  Mobile devices w...  2018-10-20  
>>   1.9   45   -- 
>> 16476868211030  42984184479  Mobile devices w...  2018-10-30  
>>   1.6   44   -- 
>
>
> while in the UI:
>
> [image: Screenshot 2018-11-06 14.27.06.png]
>
> What could be the problem? Thanks!
> -- 
> [image: PureCars] 
>
> Think Beyond the Click
>
> Win the Customer with PureCars
>
> www.PureCars.com 
>
>
> Google Premier Partner
>
> Bing Elite SMB Partner
> *Xiaoyun Yang*
>
> Data Science Analyst
>
> *Direct*
> 404-951-8991
>
>
> *Email*
> xiaoy...@purecars.com 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/d81e3534-1445-46a4-9dd7-4fae75189715%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Discrepancy between API and UI Cost Data - Placement Performance Report

2014-01-14 Thread Michael Cloonan (AdWords API Team)
Hi Charlie,

I know that supporting app placement data via the API is something we want 
to do, but unfortunately I cannot provide any kind of estimate as to when 
that would be available. We announce new features on our 
blog, 
so subscribing to that will keep you up to date with this and other 
features as they launch.

Thanks,
Mike, AdWords API Advisor

On Monday, January 13, 2014 12:41:41 PM UTC-5, Charlie Saunders wrote:
>
> Mike,
>
> That's quite alright, thank you for your response.
>
> If possible, could give me an approximate timeline as to when we will be 
> able to get mobile app placement data via the API, please?
>
> Thanks again,
> Charlie
>
> On Monday, January 13, 2014 9:48:29 AM UTC-5, Michael Cloonan (AdWords API 
> Team) wrote:
>>
>> Hi Charlie,
>>
>> I'm sorry for the wrong solution in my previous post, and I'm glad you 
>> were able to narrow down what's missing from the API report.
>>
>> To answer your new question, mobile app placements are not yet supported 
>> via the API. This is why there is a discrepancy between the results on the 
>> UI and the API.
>>
>> Thanks,
>> Mike, AdWords API Advisor
>>
>> On Thursday, January 9, 2014 4:58:43 PM UTC-5, Charlie Saunders wrote:
>>>
>>> Hi Michael,
>>>
>>> We investigated this further, and it looks like mobile app placements 
>>> are being excluded from the Placement Performance Report.  In the UI, these 
>>> are shown with a placement beginning with "mobileapp::".
>>>
>>> Should data for mobile app placements be included in the Placement 
>>> Performance Report?
>>>
>>> Thanks!
>>> Charlie
>>>
>>> On Thursday, January 9, 2014 10:44:18 AM UTC-5, Michael Cloonan (AdWords 
>>> API Team) wrote:

 Hi Charlie,

 This looks like it's probably because the Placement Performance 
 Reportis
  a multi-attribution 
 report.
  
 Please be careful when aggregating data in multi-attribution reports, 
 because some data can be counted multiple times. This should account for 
 the discrepancies you're seeing.

 Thanks,
 Mike, AdWords API Advisor

 On Monday, January 6, 2014 11:48:04 AM UTC-5, Charlie Saunders wrote:
>
> Hi All,
>
> We've noticed a discrepancy in the cost reported by Placement 
> Performance Reports compared to the cost shown in the UI.  I've given 
> some 
> examples of the data, below, to show that it is non-negligible for one 
> client, but minimal for another, that it is present for both recent and 
> older data, and that search network data seems to be unaffected.
>
> I tried to get the SOAP request headers to log, but they wouldn't 
> cooperate with me (any advice here would be appreciated as well).  The 
> API 
> reports were downloaded 
> using com.google.api.ads.adwords.lib.utils.v201309.ReportDownloader.
>
>
> --
>
> Campaign 1A in Account 1 - display network only
> Placement Performance Report with fields: Campaign, Cost
> Filtered for Campaign 1A in Excel
>
> Date | Cost API  | Cost UI
> 12/09/13 | $3,629.25 | $3,810.75
> 01/02/14 | $8,624.80 | $8,928.19
>
> Campaign 1B in Account 1 - search network only
> Keyword Performance Report with fields: Campaign, Cost; predicate of 
> AdNetworkType1 equals "SEARCH"
> Filtered for Campaign 1B in Excel
>
> Date | API| UI
> 12/09/13 | $25.15 | $25.15
> 01/02/14 | $93.78 | $93.78
>
> Higher spending campaign (Campaign 1C - search network only) in this 
> same manner, just to be sure
>
> Date | Cost API  | Cost UI
> 12/09/13 | $1,135.92 | $1,135.92
>
> Notes:
> - A Keyword Performance Report with predicate AdNetworkType1 equals 
> "SEARCH" did not return any cost data for Campaign 1A for either date
> - There are no shared ads in the account
> - The AdWords account is set to Canadian currency
> - The discrepancy is also present at the ad group level, but that 
> didn't make my example any better
>
>
> --
>
> I don't see the same level of discrepancy in all accounts, though they 
> don't line up perfectly:
>  
> Campaign 2A in Account 2 - display network only
> Placement Performance Report with fields: Campaign, Cost
> Filtered for Campaign 2A in Excel
>
> Date | Cost API  | Cost UI
> 01/02/14 | $1,150.72 | $1,148.18
>
> Campaign 2B - display network only
>
> Placement Performance Report with fields: Campaign, Cost
> Filtered for Campaign 2B in Excel
>
> Date | API | UI
>

Re: Discrepancy between API and UI Cost Data - Placement Performance Report

2014-01-13 Thread Charlie Saunders
Mike,

That's quite alright, thank you for your response.

If possible, could give me an approximate timeline as to when we will be 
able to get mobile app placement data via the API, please?

Thanks again,
Charlie

On Monday, January 13, 2014 9:48:29 AM UTC-5, Michael Cloonan (AdWords API 
Team) wrote:
>
> Hi Charlie,
>
> I'm sorry for the wrong solution in my previous post, and I'm glad you 
> were able to narrow down what's missing from the API report.
>
> To answer your new question, mobile app placements are not yet supported 
> via the API. This is why there is a discrepancy between the results on the 
> UI and the API.
>
> Thanks,
> Mike, AdWords API Advisor
>
> On Thursday, January 9, 2014 4:58:43 PM UTC-5, Charlie Saunders wrote:
>>
>> Hi Michael,
>>
>> We investigated this further, and it looks like mobile app placements are 
>> being excluded from the Placement Performance Report.  In the UI, these are 
>> shown with a placement beginning with "mobileapp::".
>>
>> Should data for mobile app placements be included in the Placement 
>> Performance Report?
>>
>> Thanks!
>> Charlie
>>
>> On Thursday, January 9, 2014 10:44:18 AM UTC-5, Michael Cloonan (AdWords 
>> API Team) wrote:
>>>
>>> Hi Charlie,
>>>
>>> This looks like it's probably because the Placement Performance 
>>> Reportis
>>>  a multi-attribution 
>>> report.
>>>  
>>> Please be careful when aggregating data in multi-attribution reports, 
>>> because some data can be counted multiple times. This should account for 
>>> the discrepancies you're seeing.
>>>
>>> Thanks,
>>> Mike, AdWords API Advisor
>>>
>>> On Monday, January 6, 2014 11:48:04 AM UTC-5, Charlie Saunders wrote:

 Hi All,

 We've noticed a discrepancy in the cost reported by Placement 
 Performance Reports compared to the cost shown in the UI.  I've given some 
 examples of the data, below, to show that it is non-negligible for one 
 client, but minimal for another, that it is present for both recent and 
 older data, and that search network data seems to be unaffected.

 I tried to get the SOAP request headers to log, but they wouldn't 
 cooperate with me (any advice here would be appreciated as well).  The API 
 reports were downloaded 
 using com.google.api.ads.adwords.lib.utils.v201309.ReportDownloader.


 --

 Campaign 1A in Account 1 - display network only
 Placement Performance Report with fields: Campaign, Cost
 Filtered for Campaign 1A in Excel

 Date | Cost API  | Cost UI
 12/09/13 | $3,629.25 | $3,810.75
 01/02/14 | $8,624.80 | $8,928.19

 Campaign 1B in Account 1 - search network only
 Keyword Performance Report with fields: Campaign, Cost; predicate of 
 AdNetworkType1 equals "SEARCH"
 Filtered for Campaign 1B in Excel

 Date | API| UI
 12/09/13 | $25.15 | $25.15
 01/02/14 | $93.78 | $93.78

 Higher spending campaign (Campaign 1C - search network only) in this 
 same manner, just to be sure

 Date | Cost API  | Cost UI
 12/09/13 | $1,135.92 | $1,135.92

 Notes:
 - A Keyword Performance Report with predicate AdNetworkType1 equals 
 "SEARCH" did not return any cost data for Campaign 1A for either date
 - There are no shared ads in the account
 - The AdWords account is set to Canadian currency
 - The discrepancy is also present at the ad group level, but that 
 didn't make my example any better


 --

 I don't see the same level of discrepancy in all accounts, though they 
 don't line up perfectly:
  
 Campaign 2A in Account 2 - display network only
 Placement Performance Report with fields: Campaign, Cost
 Filtered for Campaign 2A in Excel

 Date | Cost API  | Cost UI
 01/02/14 | $1,150.72 | $1,148.18

 Campaign 2B - display network only

 Placement Performance Report with fields: Campaign, Cost
 Filtered for Campaign 2B in Excel

 Date | API | UI
 01/02/14 | $486.55 | $488.01

 Notes:
 - A Keyword Performance Report with predicate AdNetworkType1 equals 
 "SEARCH" did not return any cost data for either campaign
 - There are no shared ads in the account
 - The AdWords account is set to US currency


 Thank you!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
G

Re: Discrepancy between API and UI Cost Data - Placement Performance Report

2014-01-13 Thread Michael Cloonan (AdWords API Team)
Hi Charlie,

I'm sorry for the wrong solution in my previous post, and I'm glad you were 
able to narrow down what's missing from the API report.

To answer your new question, mobile app placements are not yet supported 
via the API. This is why there is a discrepancy between the results on the 
UI and the API.

Thanks,
Mike, AdWords API Advisor

On Thursday, January 9, 2014 4:58:43 PM UTC-5, Charlie Saunders wrote:
>
> Hi Michael,
>
> We investigated this further, and it looks like mobile app placements are 
> being excluded from the Placement Performance Report.  In the UI, these are 
> shown with a placement beginning with "mobileapp::".
>
> Should data for mobile app placements be included in the Placement 
> Performance Report?
>
> Thanks!
> Charlie
>
> On Thursday, January 9, 2014 10:44:18 AM UTC-5, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hi Charlie,
>>
>> This looks like it's probably because the Placement Performance 
>> Reportis
>>  a multi-attribution 
>> report.
>>  
>> Please be careful when aggregating data in multi-attribution reports, 
>> because some data can be counted multiple times. This should account for 
>> the discrepancies you're seeing.
>>
>> Thanks,
>> Mike, AdWords API Advisor
>>
>> On Monday, January 6, 2014 11:48:04 AM UTC-5, Charlie Saunders wrote:
>>>
>>> Hi All,
>>>
>>> We've noticed a discrepancy in the cost reported by Placement 
>>> Performance Reports compared to the cost shown in the UI.  I've given some 
>>> examples of the data, below, to show that it is non-negligible for one 
>>> client, but minimal for another, that it is present for both recent and 
>>> older data, and that search network data seems to be unaffected.
>>>
>>> I tried to get the SOAP request headers to log, but they wouldn't 
>>> cooperate with me (any advice here would be appreciated as well).  The API 
>>> reports were downloaded 
>>> using com.google.api.ads.adwords.lib.utils.v201309.ReportDownloader.
>>>
>>>
>>> --
>>>
>>> Campaign 1A in Account 1 - display network only
>>> Placement Performance Report with fields: Campaign, Cost
>>> Filtered for Campaign 1A in Excel
>>>
>>> Date | Cost API  | Cost UI
>>> 12/09/13 | $3,629.25 | $3,810.75
>>> 01/02/14 | $8,624.80 | $8,928.19
>>>
>>> Campaign 1B in Account 1 - search network only
>>> Keyword Performance Report with fields: Campaign, Cost; predicate of 
>>> AdNetworkType1 equals "SEARCH"
>>> Filtered for Campaign 1B in Excel
>>>
>>> Date | API| UI
>>> 12/09/13 | $25.15 | $25.15
>>> 01/02/14 | $93.78 | $93.78
>>>
>>> Higher spending campaign (Campaign 1C - search network only) in this 
>>> same manner, just to be sure
>>>
>>> Date | Cost API  | Cost UI
>>> 12/09/13 | $1,135.92 | $1,135.92
>>>
>>> Notes:
>>> - A Keyword Performance Report with predicate AdNetworkType1 equals 
>>> "SEARCH" did not return any cost data for Campaign 1A for either date
>>> - There are no shared ads in the account
>>> - The AdWords account is set to Canadian currency
>>> - The discrepancy is also present at the ad group level, but that didn't 
>>> make my example any better
>>>
>>>
>>> --
>>>
>>> I don't see the same level of discrepancy in all accounts, though they 
>>> don't line up perfectly:
>>>  
>>> Campaign 2A in Account 2 - display network only
>>> Placement Performance Report with fields: Campaign, Cost
>>> Filtered for Campaign 2A in Excel
>>>
>>> Date | Cost API  | Cost UI
>>> 01/02/14 | $1,150.72 | $1,148.18
>>>
>>> Campaign 2B - display network only
>>>
>>> Placement Performance Report with fields: Campaign, Cost
>>> Filtered for Campaign 2B in Excel
>>>
>>> Date | API | UI
>>> 01/02/14 | $486.55 | $488.01
>>>
>>> Notes:
>>> - A Keyword Performance Report with predicate AdNetworkType1 equals 
>>> "SEARCH" did not return any cost data for either campaign
>>> - There are no shared ads in the account
>>> - The AdWords account is set to US currency
>>>
>>>
>>> Thank you!
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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 fr

Re: Discrepancy between API and UI Cost Data - Placement Performance Report

2014-01-09 Thread Charlie Saunders
Hi Michael,

We investigated this further, and it looks like mobile app placements are 
being excluded from the Placement Performance Report.  In the UI, these are 
shown with a placement beginning with "mobileapp::".

Should data for mobile app placements be included in the Placement 
Performance Report?

Thanks!
Charlie

On Thursday, January 9, 2014 10:44:18 AM UTC-5, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hi Charlie,
>
> This looks like it's probably because the Placement Performance 
> Reportis
>  a multi-attribution 
> report.
>  
> Please be careful when aggregating data in multi-attribution reports, 
> because some data can be counted multiple times. This should account for 
> the discrepancies you're seeing.
>
> Thanks,
> Mike, AdWords API Advisor
>
> On Monday, January 6, 2014 11:48:04 AM UTC-5, Charlie Saunders wrote:
>>
>> Hi All,
>>
>> We've noticed a discrepancy in the cost reported by Placement Performance 
>> Reports compared to the cost shown in the UI.  I've given some examples of 
>> the data, below, to show that it is non-negligible for one client, but 
>> minimal for another, that it is present for both recent and older data, and 
>> that search network data seems to be unaffected.
>>
>> I tried to get the SOAP request headers to log, but they wouldn't 
>> cooperate with me (any advice here would be appreciated as well).  The API 
>> reports were downloaded 
>> using com.google.api.ads.adwords.lib.utils.v201309.ReportDownloader.
>>
>> --
>>
>> Campaign 1A in Account 1 - display network only
>> Placement Performance Report with fields: Campaign, Cost
>> Filtered for Campaign 1A in Excel
>>
>> Date | Cost API  | Cost UI
>> 12/09/13 | $3,629.25 | $3,810.75
>> 01/02/14 | $8,624.80 | $8,928.19
>>
>> Campaign 1B in Account 1 - search network only
>> Keyword Performance Report with fields: Campaign, Cost; predicate of 
>> AdNetworkType1 equals "SEARCH"
>> Filtered for Campaign 1B in Excel
>>
>> Date | API| UI
>> 12/09/13 | $25.15 | $25.15
>> 01/02/14 | $93.78 | $93.78
>>
>> Higher spending campaign (Campaign 1C - search network only) in this same 
>> manner, just to be sure
>>
>> Date | Cost API  | Cost UI
>> 12/09/13 | $1,135.92 | $1,135.92
>>
>> Notes:
>> - A Keyword Performance Report with predicate AdNetworkType1 equals 
>> "SEARCH" did not return any cost data for Campaign 1A for either date
>> - There are no shared ads in the account
>> - The AdWords account is set to Canadian currency
>> - The discrepancy is also present at the ad group level, but that didn't 
>> make my example any better
>>
>> --
>>
>> I don't see the same level of discrepancy in all accounts, though they 
>> don't line up perfectly:
>>  
>> Campaign 2A in Account 2 - display network only
>> Placement Performance Report with fields: Campaign, Cost
>> Filtered for Campaign 2A in Excel
>>
>> Date | Cost API  | Cost UI
>> 01/02/14 | $1,150.72 | $1,148.18
>>
>> Campaign 2B - display network only
>>
>> Placement Performance Report with fields: Campaign, Cost
>> Filtered for Campaign 2B in Excel
>>
>> Date | API | UI
>> 01/02/14 | $486.55 | $488.01
>>
>> Notes:
>> - A Keyword Performance Report with predicate AdNetworkType1 equals 
>> "SEARCH" did not return any cost data for either campaign
>> - There are no shared ads in the account
>> - The AdWords account is set to US currency
>>
>>
>> Thank you!
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Discrepancy between API and UI Cost Data - Placement Performance Report

2014-01-09 Thread Michael Cloonan (AdWords API Team)
Hi Charlie,

This looks like it's probably because the Placement Performance 
Reportis
 a multi-attribution 
report.
 
Please be careful when aggregating data in multi-attribution reports, 
because some data can be counted multiple times. This should account for 
the discrepancies you're seeing.

Thanks,
Mike, AdWords API Advisor

On Monday, January 6, 2014 11:48:04 AM UTC-5, Charlie Saunders wrote:
>
> Hi All,
>
> We've noticed a discrepancy in the cost reported by Placement Performance 
> Reports compared to the cost shown in the UI.  I've given some examples of 
> the data, below, to show that it is non-negligible for one client, but 
> minimal for another, that it is present for both recent and older data, and 
> that search network data seems to be unaffected.
>
> I tried to get the SOAP request headers to log, but they wouldn't 
> cooperate with me (any advice here would be appreciated as well).  The API 
> reports were downloaded 
> using com.google.api.ads.adwords.lib.utils.v201309.ReportDownloader.
>
> --
>
> Campaign 1A in Account 1 - display network only
> Placement Performance Report with fields: Campaign, Cost
> Filtered for Campaign 1A in Excel
>
> Date | Cost API  | Cost UI
> 12/09/13 | $3,629.25 | $3,810.75
> 01/02/14 | $8,624.80 | $8,928.19
>
> Campaign 1B in Account 1 - search network only
> Keyword Performance Report with fields: Campaign, Cost; predicate of 
> AdNetworkType1 equals "SEARCH"
> Filtered for Campaign 1B in Excel
>
> Date | API| UI
> 12/09/13 | $25.15 | $25.15
> 01/02/14 | $93.78 | $93.78
>
> Higher spending campaign (Campaign 1C - search network only) in this same 
> manner, just to be sure
>
> Date | Cost API  | Cost UI
> 12/09/13 | $1,135.92 | $1,135.92
>
> Notes:
> - A Keyword Performance Report with predicate AdNetworkType1 equals 
> "SEARCH" did not return any cost data for Campaign 1A for either date
> - There are no shared ads in the account
> - The AdWords account is set to Canadian currency
> - The discrepancy is also present at the ad group level, but that didn't 
> make my example any better
>
> --
>
> I don't see the same level of discrepancy in all accounts, though they 
> don't line up perfectly:
>  
> Campaign 2A in Account 2 - display network only
> Placement Performance Report with fields: Campaign, Cost
> Filtered for Campaign 2A in Excel
>
> Date | Cost API  | Cost UI
> 01/02/14 | $1,150.72 | $1,148.18
>
> Campaign 2B - display network only
>
> Placement Performance Report with fields: Campaign, Cost
> Filtered for Campaign 2B in Excel
>
> Date | API | UI
> 01/02/14 | $486.55 | $488.01
>
> Notes:
> - A Keyword Performance Report with predicate AdNetworkType1 equals 
> "SEARCH" did not return any cost data for either campaign
> - There are no shared ads in the account
> - The AdWords account is set to US currency
>
>
> Thank you!
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.