RE: Is There Any Impact for Video Performance Report regarding the change of Video IDs?

2019-10-31 Thread Google Ads API Forum Advisor Prod
Hi Akiko,

The criteria itself remains for a given ad group, but referencing the video ID 
or channel ID for that criteria will return null. Please refer to this blog 
post for the impacted reports. Let me know if you have any further questions.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UKP2oJ: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/tARps0Q096WD00vZcmvf8iRW-iMJYstf3b5w%40sfdc.net.


Is There Any Impact for Video Performance Report regarding the change of Video IDs?

2019-10-30 Thread Akiko Matsuzawa
Hi team,

I have a question regarding the following announce.

*Video and Channel IDs Change in AdWords API, Google Ads API, and Google 
Ads Scripts Starting November 15, 2019*
https://ads-developers.googleblog.com/2019/10/video-and-channel-ids-change-in-adwords.html

*Question;*
Don't you have any change in Video Performance Report regarding this 
announcement?
For example,
if two videos under one adgroup (I don't know it's possible or not) were 
deleted,
would Video Performance Report return one low of '--' with the total of 
report data?

2019/10/31
adGroup ID 333 VideoID AAA Impression 100
adGroup ID 333 Video ID BBB Impression 100

After 2019/11/15
adGroup ID 333 Video ID -- Impression 200

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0f106fb4-1859-44a2-9c07-bd03a34f53cc%40googlegroups.com.


RE: I successfully download a video performance report, but after the CampaignService get always returning null with no error and no exceptions

2019-07-24 Thread Google Ads API Forum Advisor Prod
Hi Rafael,

My apologies for the inconvenience.

You are correct that the video campaign is currently not supported in any 
AdWords services and this is the reason why you got empty result using the 
CampaignService.

Please continue to follow our blog to receive future updates and new releases.

Thanks and regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UEFZIw: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/b_7rF0PV6D2C00S_aIWdLDSt2hhNuFtjyfaA%40sfdc.net.


Re: I successfully download a video performance report, but after the CampaignService get always returning null with no error and no exceptions

2019-07-24 Thread ccwwmanager
I answer myself:

*The following campaign types are available in the UI but are not currently 
supported in the API:*

   - *Video  - These 
   are supported only in reports 
   .*


https://developers.google.com/adwords/api/docs/guides/campaigns-overview

El sábado, 20 de julio de 2019, 15:36:45 (UTC+2), ccwwmanager escribió:
>
> Hello, 
>
> i hope someone can help me.
>
> I am successfully downloading a video performarce report and after i am 
> trying to get more information about the campaigns. 
> For this i am using the CampaignService and i am passing the ids of the 
> campaigns from the previous report, but i always get no entries without 
> error or exception.
>
> The code is like the example on Github (
> https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201809/BasicOperations/GetCampaigns.cs
> ). 
> I have tested to get all the campaigns, without predicates, but the result 
> is the same.
>
> This is my code:
>
>   
> public IEnumerable GetAdCampigns()
> {
>
>
> AdWordsUser user = new AdWordsUser(new AdWordsAppConfig()
> {
> DeveloperToken = "MyDeveloperToken",
> OAuth2ClientId = "MyAccountClientId",
> OAuth2ClientSecret = "MyAccountSecret",
> OAuth2Mode = OAuth2Flow.APPLICATION,
> ClientCustomerId = "MyClientCustomerId",
> OAuth2RefreshToken = "MyOAuth2RefreshToken",
> UserAgent = 
> "microsoft-socialinsights:ReportDownloader:V3.2"
> });
> List campaigns = new List();
> 
> using (CampaignService campaignService = (CampaignService)user
> .GetService(AdWordsService.v201809.CampaignService))
> {
> Selector selector = new Selector()
> {
> fields = new string[]
> {
> Campaign.Fields.Id,
> Campaign.Fields.Name,
> Campaign.Fields.StartDate,
> Campaign.Fields.EndDate
> }, 
> paging = Paging.Default
> };
>
>
> CampaignPage page = new CampaignPage();
>
>
> try
> {
> do
> {
> // Get the campaigns.
> page = campaignService.get(selector);
>
>
> // Display the results.
> if (page?.entries != null)
> {
> campaigns.AddRange(page.entries);
> }
>
>
> selector.paging.IncreaseOffset();
> } while (selector.paging.startIndex < page.
> totalNumEntries);
>
>
> }
> catch (Exception e)
> {
> throw new System.ApplicationException("Failed to 
> retrieve campaigns by ids", e);
> }
> }
>
>
> return campaigns;
> }
>
>
> I have checked the request with Fiddler and this is the request and the 
> response:
>
>
> POST https://adwords.google.com/api/adwords/cm/v201809/CampaignService 
> HTTP/1.1
> Cache-Control: no-cache, max-age=0
> Authorization: Bearer ThisisMyBearer__uhmvtn_vUwhIE_4fLLfJLE4d3PFGFwg
> Accept-Encoding: gzip, deflate, gzip, deflate
> Request-Id: |302c1af313c1814f8aa71dfcf6376b0b.a9568c1c_4.
> Content-Type: text/xml; charset=utf-8
> Content-Length: 824
> Host: adwords.google.com
>
>
> 
> http://schemas.xmlsoap.org/soap/envelope/";>
>
>   https://adwords.google.com/api/adwords/cm/v201809";>
>  594-834-3247
>  MyDeveloperToken__EaiBWNDw8W6A
>  microsoft-socialinsights:ReportDownloader:V3.2 (AwApi-
> DotNet/24.7.0, Common-Dotnet/9.5.0, .NET CLR/4.0.30319.42000, , gzip) userAgent>
>   
>
>http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance";>
>   https://adwords.google.com/api/adwords/cm/v201809";>
>  
> Id
> Name
> StartDate
> EndDate
> 
>0
>500
> 
>  
>   
>
> 
>
>
> 
> http://schemas.xmlsoap.org/soap/envelope/";>
>
>   
>  00058e05935762030a374e58980e9328
>  CampaignService
>  get
>  1
>  160
>   
>
>
>   https://adwords.google.com/api/adwords/cm/
> v201809">
>  
> 0
> CampaignPage
>  
>   
>
> 
>
>
> Any idea what it is wrong?
>
> Thank you in advance,
>
>
> Rafael Sánchez
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our bl

I successfully download a video performance report, but after the CampaignService get always returning null with no error and no exceptions

2019-07-20 Thread ccwwmanager
Hello, 

i hope someone can help me.

I am successfully downloading a video performarce report and after i am 
trying to get more information about the campaigns. 
For this i am using the CampaignService and i am passing the ids of the 
campaigns from the previous report, but i always get no entries without 
error or exception.

The code is like the example on Github (
https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201809/BasicOperations/GetCampaigns.cs
). 
I have tested to get all the campaigns, without predicates, but the result 
is the same.

This is my code:

  
public IEnumerable GetAdCampigns()
{


AdWordsUser user = new AdWordsUser(new AdWordsAppConfig()
{
DeveloperToken = "MyDeveloperToken",
OAuth2ClientId = "MyAccountClientId",
OAuth2ClientSecret = "MyAccountSecret",
OAuth2Mode = OAuth2Flow.APPLICATION,
ClientCustomerId = "MyClientCustomerId",
OAuth2RefreshToken = "MyOAuth2RefreshToken",
UserAgent = "microsoft-socialinsights:ReportDownloader:V3.2"
});
List campaigns = new List();

using (CampaignService campaignService = (CampaignService)user.
GetService(AdWordsService.v201809.CampaignService))
{
Selector selector = new Selector()
{
fields = new string[]
{
Campaign.Fields.Id,
Campaign.Fields.Name,
Campaign.Fields.StartDate,
Campaign.Fields.EndDate
}, 
paging = Paging.Default
};


CampaignPage page = new CampaignPage();


try
{
do
{
// Get the campaigns.
page = campaignService.get(selector);


// Display the results.
if (page?.entries != null)
{
campaigns.AddRange(page.entries);
}


selector.paging.IncreaseOffset();
} while (selector.paging.startIndex < page.
totalNumEntries);


}
catch (Exception e)
{
throw new System.ApplicationException("Failed to 
retrieve campaigns by ids", e);
}
}


return campaigns;
}


I have checked the request with Fiddler and this is the request and the 
response:


POST https://adwords.google.com/api/adwords/cm/v201809/CampaignService 
HTTP/1.1
Cache-Control: no-cache, max-age=0
Authorization: Bearer ThisisMyBearer__uhmvtn_vUwhIE_4fLLfJLE4d3PFGFwg
Accept-Encoding: gzip, deflate, gzip, deflate
Request-Id: |302c1af313c1814f8aa71dfcf6376b0b.a9568c1c_4.
Content-Type: text/xml; charset=utf-8
Content-Length: 824
Host: adwords.google.com



http://schemas.xmlsoap.org/soap/envelope/";>
   
  https://adwords.google.com/api/adwords/cm/v201809";>
 594-834-3247
 MyDeveloperToken__EaiBWNDw8W6A
 microsoft-socialinsights:ReportDownloader:V3.2 (AwApi-
DotNet/24.7.0, Common-Dotnet/9.5.0, .NET CLR/4.0.30319.42000, , gzip)
  
   
   http://www.w3.org/2001/XMLSchema"; xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance";>
  https://adwords.google.com/api/adwords/cm/v201809";>
 
Id
Name
StartDate
EndDate

   0
   500

 
  
   




http://schemas.xmlsoap.org/soap/envelope/";>
   
  
 00058e05935762030a374e58980e9328
 CampaignService
 get
 1
 160
  
   
   
  https://adwords.google.com/api/adwords/cm/v201809
">
 
0
CampaignPage
 
  
   



Any idea what it is wrong?

Thank you in advance,


Rafael Sánchez


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

RE: Getting VideoViews and Cost in Video Performance Report

2019-06-05 Thread Google Ads API Forum Advisor Prod
Hi Vitaly,

Thanks for reaching out.

To investigate the issue, could you provide the complete report definition that 
you've used and the customer ID where you noticed the empty result via Reply 
privately to author?

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UBlkBC: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/BEUOl0PSNVY100pevmjBocQ6SHSCmDtBQw-Q%40sfdc.net.


Getting VideoViews and Cost in Video Performance Report

2019-06-05 Thread Vitaly Panait
Hi, everybody.
I'm trying to get VideoViews and Cost in Video Performance Report but when 
I set in select this fields I get empty result. What did I wrong?


$query = (new ReportQueryBuilder())
->select([
'CampaignId',
'VideoId',
'VideoViews',
'Cost'
])
->from(ReportDefinitionReportType::VIDEO_PERFORMANCE_REPORT)
->build();



For example, if I set only info about campaign and video (CampaignId, 
VideoId and etc.) I get result.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e2f88155-eaaf-443b-b0e9-5baf7f60499e%40googlegroups.com.


Re: Can't see Video Campaigns in Video Performance report

2018-07-03 Thread Oksana

Thank you guys so much for your quick help!

On 03.07.18 15:51, 'Josh Radcliff (AdWords API Team)' via AdWords API 
and Google Ads API Forum wrote:

Hi,

Since this experimental campaign type is filtered out of all AdWords 
API requests, I don't see a way you can identify that type of campaign 
using the API.


From the user interface, you can identify these campaigns by looking 
for *Campaign subtype* of *Reach*. You /may/ also be able to retrieve 
the campaign using AdWords Scripts 
 if you want to give 
that a try.




Cheers,
Josh, AdWords API Team

On Monday, July 2, 2018 at 4:45:29 PM UTC-4, Oksana Sulyma wrote:

Thanks for checking this, Josh and AdWords API Team!

How can I identify that campaign is of this experimental type? I
mean how can I check this in UI and if there is some API endpoint
you could recommend me to use for checking if campaign statistic
is available by API?

Thanks again for your help!

Oksana

On 02.07.18 22:54, 'Josh Radcliff (AdWords API Team)' via AdWords
API and Google Ads API Forum wrote:

Hi Oksana,

The campaign in question (campaign ID 1412356032) has an
experimental campaign type that's only supported in the AdWords
user interface.

Thanks,
Josh, AdWords API Team

On Monday, July 2, 2018 at 8:29:53 AM UTC-4, Oksana Sulyma wrote:

Thanks Bharani,
Details sent!

On Friday, June 29, 2018 at 6:44:09 PM UTC+3, Bharani
Cherukuri (AdWords API Team) wrote:

Hi Oksana,

Could you share the specific client account CID along
with the complete report definition


 for
which you're not seeing the video campaigns, so I can
take a look? You can reply back via *Reply privately to
author* option.

Thanks,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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 a topic
in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/adwords-api/AIx6xonx4NY/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/879f71ff-ad38-4cfc-a783-2d592566703e%40googlegroups.com

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


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 a topic in the 
Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/adwords-api/AIx6xonx4NY/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

Re: Can't see Video Campaigns in Video Performance report

2018-07-03 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

Since this experimental campaign type is filtered out of all AdWords API 
requests, I don't see a way you can identify that type of campaign using 
the API.

>From the user interface, you can identify these campaigns by looking for 
>*Campaign 
subtype* of *Reach*. You *may* also be able to retrieve the campaign using 
AdWords 
Scripts  if you want to 
give that a try.



Cheers,
Josh, AdWords API Team

On Monday, July 2, 2018 at 4:45:29 PM UTC-4, Oksana Sulyma wrote:
>
> Thanks for checking this, Josh and AdWords API Team!
>
> How can I identify that campaign is of this experimental type? I mean how 
> can I check this in UI and if there is some API endpoint you could 
> recommend me to use for checking if campaign statistic is available by API? 
>
> Thanks again for your help!
>
> Oksana
> On 02.07.18 22:54, 'Josh Radcliff (AdWords API Team)' via AdWords API and 
> Google Ads API Forum wrote:
>
> Hi Oksana, 
>
> The campaign in question (campaign ID 1412356032) has an experimental 
> campaign type that's only supported in the AdWords user interface.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, July 2, 2018 at 8:29:53 AM UTC-4, Oksana Sulyma wrote: 
>>
>> Thanks Bharani,
>> Details sent!
>>
>> On Friday, June 29, 2018 at 6:44:09 PM UTC+3, Bharani Cherukuri (AdWords 
>> API Team) wrote: 
>>>
>>> Hi Oksana,  
>>>
>>> Could you share the specific client account CID along with the complete 
>>> report definition 
>>> 
>>>  for 
>>> which you're not seeing the video campaigns, so I can take a look? You can 
>>> reply back via *Reply privately to author* option. 
>>>
>>> Thanks,
>>> Bharani, AdWords API Team
>>>
>> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 a topic in the 
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/adwords-api/AIx6xonx4NY/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/879f71ff-ad38-4cfc-a783-2d592566703e%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b26ec8ac-f59c-48bf-92e0-11ef1e81c0b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't see Video Campaigns in Video Performance report

2018-07-02 Thread Oksana

Thanks for checking this, Josh and AdWords API Team!

How can I identify that campaign is of this experimental type? I mean 
how can I check this in UI and if there is some API endpoint you could 
recommend me to use for checking if campaign statistic is available by API?


Thanks again for your help!

Oksana

On 02.07.18 22:54, 'Josh Radcliff (AdWords API Team)' via AdWords API 
and Google Ads API Forum wrote:

Hi Oksana,

The campaign in question (campaign ID 1412356032) has an experimental 
campaign type that's only supported in the AdWords user interface.


Thanks,
Josh, AdWords API Team

On Monday, July 2, 2018 at 8:29:53 AM UTC-4, Oksana Sulyma wrote:

Thanks Bharani,
Details sent!

On Friday, June 29, 2018 at 6:44:09 PM UTC+3, Bharani Cherukuri
(AdWords API Team) wrote:

Hi Oksana,

Could you share the specific client account CID along with the
complete report definition


 for
which you're not seeing the video campaigns, so I can take a
look? You can reply back via *Reply privately to author* option.

Thanks,
Bharani, AdWords API Team

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 a topic in the 
Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/adwords-api/AIx6xonx4NY/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/879f71ff-ad38-4cfc-a783-2d592566703e%40googlegroups.com 
.

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


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1f838fe9-41ad-f6af-b3d5-2ef077cc1250%40tapclicks.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't see Video Campaigns in Video Performance report

2018-07-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana,

The campaign in question (campaign ID 1412356032) has an experimental 
campaign type that's only supported in the AdWords user interface.

Thanks,
Josh, AdWords API Team

On Monday, July 2, 2018 at 8:29:53 AM UTC-4, Oksana Sulyma wrote:
>
> Thanks Bharani,
> Details sent!
>
> On Friday, June 29, 2018 at 6:44:09 PM UTC+3, Bharani Cherukuri (AdWords 
> API Team) wrote:
>>
>> Hi Oksana, 
>>
>> Could you share the specific client account CID along with the complete 
>> report definition 
>> 
>>  for 
>> which you're not seeing the video campaigns, so I can take a look? You can 
>> reply back via *Reply privately to author* option. 
>>
>> Thanks,
>> Bharani, AdWords API Team
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/879f71ff-ad38-4cfc-a783-2d592566703e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't see Video Campaigns in Video Performance report

2018-07-02 Thread Oksana Sulyma
Thanks Bharani,
Details sent!

On Friday, June 29, 2018 at 6:44:09 PM UTC+3, Bharani Cherukuri (AdWords 
API Team) wrote:
>
> Hi Oksana, 
>
> Could you share the specific client account CID along with the complete 
> report definition 
> 
>  for 
> which you're not seeing the video campaigns, so I can take a look? You can 
> reply back via *Reply privately to author* option. 
>
> Thanks,
> Bharani, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b42bb36d-c3d3-459f-9eda-31aa3c930c6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't see Video Campaigns in Video Performance report

2018-06-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana, 

Could you share the specific client account CID along with the complete 
report definition 

 for 
which you're not seeing the video campaigns, so I can take a look? You can 
reply back via *Reply privately to author* option. 

Thanks,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a73cb07c-64a1-4043-a615-b576ac718677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can't see Video Campaigns in Video Performance report

2018-06-29 Thread Oksana Sulyma
Hi dear Adwords support!
I have an issue specific for one of Adwords accounts our service serve. 
In order to see the list of Video Campaigns we use Video Performance Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report>
 
and this always worked fine. 
But for one of our clients we get empty Video reports while in Adwords UI 
we can see Video campaigns. 
I can provide Account Id and Adwords UI screenshot in private message. This 
is MCC account.
Appreciate your help, looking forward for direct communication to send 
issue details.
Thanks,
Oksana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d25a70e2-18c9-4db9-ad6f-8d40d1887d84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: LabelIds for Video Performance Report

2018-05-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

You will be able to get Label Ids for Video Campaigns via the Campaign 
Performance Report 

 through the field:LabelIds 
.
 
You can also get Labels at your account level via Label Report 
. 
Since Video campaigns are supported only via reports 
,
 
unfortunately, they are not available via API service. Please let me know 
if this is what you were on the lookout for.

Regards,
Dhanya, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/da858f54-dfa3-4363-9cb8-a8ab9d627900%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


LabelIds for Video Performance Report

2018-05-15 Thread yohann . nizon
Hello,
I don't understand why we haven't the field LabelIds (like campaign 
performance report) for the video Performance Report ?
Or explain me how making the link between label and video campaign.

Can you add it please ?


Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7350b634-745a-4969-b8bd-3507f8ec22cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report

2018-05-03 Thread 'Timna Carmel' via AdWords API and Google Ads API Forum
These are great news!!!

We will give it a try and see how it goes.

Thanks for the update


On Thursday, May 3, 2018 at 12:14:59 AM UTC+3, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Timna, 
>
> The Conversions 
> <https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversions>
>  field 
> is now compatible with ConversionTypeName 
> <https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversiontypename>
>  and ConversionCategoryName 
> <https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversioncategoryname>
>  in 
> Video Performance Report. You will find that the docs are yet to be 
> updated. However, I was able to test that the combination of all these 
> fields in the report definition works fine now. Please give it a try and 
> let me know if you are facing any issues. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7d383500-bea7-4992-ad6f-12f1aba586c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report

2018-05-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Timna, 

The Conversions 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversions>
 field 
is now compatible with ConversionTypeName 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversiontypename>
 and ConversionCategoryName 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversioncategoryname>
 in 
Video Performance Report. You will find that the docs are yet to be 
updated. However, I was able to test that the combination of all these 
fields in the report definition works fine now. Please give it a try and 
let me know if you are facing any issues. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0813d9de-0597-4141-aa4c-ec38fbe5827b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report

2018-03-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Timna, 

I have shared your feedback to the team and they are currently looking into 
the feasibility of exposing this in the API. Unfortunately, we don't have a 
timeline for when this might be available via the API. I would suggest that 
you follow our blog 
 for 
updates and announcements about the future releases. I'll keep you posted 
on what I hear from the team. 

Thanks,
Sreelakshmi, 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/c7b3489f-22b1-41f1-8d8b-2402193f6d0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report

2018-03-20 Thread 'Timna Carmel' via AdWords API Forum
Hi, 

Following up on this. any update?

Thanks,

Timna

On Monday, February 26, 2018 at 4:56:16 PM UTC+2, Timna Carmel wrote:
>
> Hi Guys,
>
> Based on the documentation found here: 
> https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversioncategoryname
>
> Conversions are not compatible with ConversionCategoryName or with 
> ConversionTypeName for the video performance report.
> This limitation makes no sense and I see it has been removed from other 
> reports - https://groups.google.com/forum/#!topic/adwords-api/lnh8NEZy0Tg
> There is no real reason you'd be able to get conversion Value\Revenue with 
> conversion tag, but not the conversions metric. 
>
> Are you able to remove that limitation or explain why it's there?
>
> Thanks,
>
> Timna
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/08c85642-9d48-43a4-981e-be55f3a7c71b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report

2018-02-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Timna, 

Thanks for the feedback. I will pass on the request to the team and see if 
the ConversionTypeName 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversiontypename>
 and ConversionCategoryName 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversioncategoryname>
 can 
be made compatible with Conversions 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversions>
 in Video Performance Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report>.
 
Please keep an eye on our blog 
<http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for 
updates and announcements about future releases. 

Thanks,
Sreelakshmi, 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/1da81e5a-344d-4743-9883-9c3eb07f590f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Video Performance Report

2018-02-26 Thread 'Timna Carmel' via AdWords API Forum
Hi Guys,

Based on the documentation found 
here: 
https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversioncategoryname

Conversions are not compatible with ConversionCategoryName or with 
ConversionTypeName for the video performance report.
This limitation makes no sense and I see it has been removed from other 
reports - https://groups.google.com/forum/#!topic/adwords-api/lnh8NEZy0Tg
There is no real reason you'd be able to get conversion Value\Revenue with 
conversion tag, but not the conversions metric. 

Are you able to remove that limitation or explain why it's there?

Thanks,

Timna

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/190a238e-47c5-412a-a52d-b954709048ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report metric - impressions

2017-04-19 Thread andrea . leoni
I fix it removing clicktype segmentation in my report. 
It works good.

Thanks to the AdWords support.

Andrea

Il giorno martedì 18 aprile 2017 11:01:45 UTC+2, Zweitze ha scritto:
>
> Video campaigns usually consist of two types, In Stream and Video 
> Discovery:
>
>- An impression in Video Discovery is a display of a link to your 
>video. 
>- An impression in In Stream is a (partial) play of your video ad.
>
> If you are aware of this distinction you will see how to add the results 
> up.
>
> This is a rather vital distinction so you would think you can distinguish 
> these types of impressions. In the web UI, you can. *In AdWords API you 
> cannot 
> <https://groups.google.com/d/msg/adwords-api/m-9HNKWwdu0/pynoK2MvBgAJ>* 
> (check link).
>
> You have one workaround: make sure that you have no groups with both In 
> Stream and Video Discovery, and distinguish on groups.
>
>
> On Tuesday, April 18, 2017 at 10:24:23 AM UTC+2, andrea...@groupm.com 
> wrote:
>>
>> Hi to all,
>>
>>  
>>
>> I'm using AdWords API to pull some metrics of some video campaigns. In 
>> particular I'm using Video Performance Report.
>>
>> I need an help to understand why some metrics, in particular the 
>> impressions, are different from panel, I mean webui, and the result from my 
>> API report.
>>
>>  
>>
>> Thanks in Advanced,
>>
>>  
>>
>> Andrea
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a699e2a9-dd7d-46c8-89be-fd6aa36404c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report metric - impressions

2017-04-18 Thread Zweitze
Video campaigns usually consist of two types, In Stream and Video Discovery:

   - An impression in Video Discovery is a display of a link to your video. 
   - An impression in In Stream is a (partial) play of your video ad.

If you are aware of this distinction you will see how to add the results up.

This is a rather vital distinction so you would think you can distinguish 
these types of impressions. In the web UI, you can. *In AdWords API you 
cannot 
<https://groups.google.com/d/msg/adwords-api/m-9HNKWwdu0/pynoK2MvBgAJ>* 
(check link).

You have one workaround: make sure that you have no groups with both In 
Stream and Video Discovery, and distinguish on groups.


On Tuesday, April 18, 2017 at 10:24:23 AM UTC+2, andrea...@groupm.com wrote:
>
> Hi to all,
>
>  
>
> I'm using AdWords API to pull some metrics of some video campaigns. In 
> particular I'm using Video Performance Report.
>
> I need an help to understand why some metrics, in particular the 
> impressions, are different from panel, I mean webui, and the result from my 
> API report.
>
>  
>
> Thanks in Advanced,
>
>  
>
> Andrea
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7328c534-c350-420e-8b5f-9343bbf4eb10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report metric - impressions

2017-04-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Andrea,

To better look into your concern, could you provide your clientCustomerId, 
the screenshot of the report in the AdWords UI, the complete report 
definition 

 you 
used, and the generated report file? Please reply using *Reply privately to 
author*.

Thanks and regards,
Peter
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/b8ac8759-f767-4854-af97-f6c3dd681c05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Video Performance Report metric - impressions

2017-04-18 Thread andrea . leoni


Hi to all,

 

I'm using AdWords API to pull some metrics of some video campaigns. In 
particular I'm using Video Performance Report.

I need an help to understand why some metrics, in particular the 
impressions, are different from panel, I mean webui, and the result from my 
API report.

 

Thanks in Advanced,

 

Andrea

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bb1cbfcc-a222-4087-a923-cddb0f73999d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report returning 0 views but Video played to 25/50/75/100 % has values greater than 0

2017-01-25 Thread Ketaki

Hello Joyce,

I received your reply. I will try your given solutions. Thank you.


Thanks,
Ketaki.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5947730e-0e2c-4b62-b517-480f0ba27311%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report returning 0 views but Video played to 25/50/75/100 % has values greater than 0

2017-01-16 Thread 'Joyce Lava' via AdWords API Forum
Hello Ketaki,

I've privately responded to you last January 13. Could you please confirm 
if you received it? 

Thanks,
Joyce, 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/20378ee2-b93a-493a-8b0f-d072715e4b6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report returning 0 views but Video played to 25/50/75/100 % has values greater than 0

2017-01-16 Thread Ketaki

Hi Peter,

Have you got any chance to look into this?

Regards,
Ketaki.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c91b49bb-e8fc-4ac8-8fa5-016c65477079%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report returning 0 views but Video played to 25/50/75/100 % has values greater than 0

2017-01-12 Thread Ketaki
Hi Peter,

I have sent you the required information. Can you please check and reply as 
soon as possible?

Thanks!
Ketaki.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/16b6ae66-9796-46f8-977f-23dfde190734%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report returning 0 views but Video played to 25/50/75/100 % has values greater than 0

2017-01-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ketaki,

If it isn't too much trouble, could you provide more information such as 
your customer ID, the complete report definition 
,
 
and if possible the report file generated where you encountered this issue? 
You may reply using *Reply privately to author*.

Thanks and regards,
Peter
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/ae87d3c2-f2e5-479d-ba17-7c503c392399%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Video Performance Report returning 0 views but Video played to 25/50/75/100 % has values greater than 0

2017-01-11 Thread Ketaki
Hi AdWords Team,

We are pulling Video Performance report data. We have observed a case where 
views are returning 0 but Video played to 25/50/75/100 % has values greater 
than 0.

I searched for similar topics in forum and found below info,
"*When the report contains ClickType filed then the fields of type metrics 
behavior (e.g.  Conversions 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversions>**,
 VideoView 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#videoviews>**,
 VideoViewRate 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#videoviewrate>**,
 CostConversion 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#costperconversion>**,
 ConversionValue 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversionvalue>**
 etc.) 
will not calculate correctly and will return as 0."*
*[**https://groups.google.com/forum/#!searchin/adwords-api/Video$20Performance$20Report$20|sort:relevance/adwords-api/9xeY6XZeFY4/sbwSf-ddCQAJ
 
<https://groups.google.com/forum/#!searchin/adwords-api/Video$20Performance$20Report$20|sort:relevance/adwords-api/9xeY6XZeFY4/sbwSf-ddCQAJ>
 ]*

But our report doesn't contain ClickType field. Is there any other reason 
for getting video views as 0?

Below are the fields, we have included in the report,

AdGroupId,CreativeId,CampaignId,AdNetworkType2,VideoChannelId,VideoId,VideoTitle,VideoDuration,VideoQuartile25Rate,VideoQuartile50Rate,VideoQuartile75Rate,VideoQuartile100Rate,Date,Engagements,EngagementRate,VideoViews,VideoViewRate,AverageCpv,AverageCpm,Clicks,ConversionRate,Conversions,ConversionValue,Ctr,Impressions,Cost,CostPerConversion


Thanks in advance.

Regards,
Ketaki

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7804065b-eeea-4b09-b6d7-4e33f851094c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: YouTube Video ID in Video Performance Report Does Not Match

2016-08-01 Thread Mark Rogoyski
Hi Nadine,

Thank you for the update. I can see in the release notes this change is 
there.

Thanks again.
Mark

On Monday, August 1, 2016 at 6:54:13 AM UTC-7, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Mark,
>
> I have good news! With the release of v201607 
> , 
> there was a change made to reporting outlined under the section Quoting 
> of values in comma-separated output 
>  where 
> fields 
> that begin with the special characters - (minus) or + (plus) will be 
> double-quoted without a leading space in the CSV, CSVFOREXCEL, and TSV 
> download formats. To get this new behavior, you would have to start using 
> v201607. Versions v201605 and older still behave the same as it did 
> previously as to not break people's current reports.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Thursday, June 23, 2016 at 12:36:34 PM UTC-4, Mark Rogoyski wrote:
>>
>> Hi Josh,
>>
>> Thanks for the update.
>>
>> Mark
>>
>> On Thursday, June 23, 2016 at 8:53:36 AM UTC-7, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Mark,
>>>
>>> We're still discussing whether to make this change. If we do change the 
>>> behavior, it will most likely happen starting with a specific AdWords API 
>>> version to avoid creating problems for anyone who is relying on the current 
>>> behavior.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Wednesday, June 22, 2016 at 5:00:38 AM UTC-4, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello Mark,

 I would like to update that we're aware of the issue and discussing 
 about the feasibility/timing of the change.
 Could you please wait a bit more before we reach the conclusion?

 We'll update this thread as soon as possible.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, June 22, 2016 at 2:57:26 AM UTC+9, Mark Rogoyski wrote:
>
> Hi Josh,
>
> Thank you for the explanation.
>
> I could understand if this leading space was added to any CSV reports 
> downloaded from the UI, but the API is meant for computers and automated 
> systems to consume data, so it seems kind of unnecessary to implement 
> workarounds for a human loading into Excel when this isn't the use case 
> for 
> the API.
>
> Could this behavior be removed from the API?
>
> Thanks.
> Mark
>
> On Tuesday, June 21, 2016 at 10:11:08 AM UTC-7, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi Mark,
>>
>> I found a bit more background on this one. The reason reporting adds 
>> a leading space for that particular *VideoId* in CSV format is if a 
>> user imports the CSV into Excel and the value begins with a hyphen (-), 
>> Excel will interpret the field as a formula unless it has a leading 
>> space. 
>> To avoid this problem, the reporting service adds a leading space to any 
>> field value that would cause issues in Excel without the space.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, June 14, 2016 at 5:02:37 PM UTC-4, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Mark,
>>>
>>> I'm responding here just in case others encounter this issue. I'm 
>>> following up with the reporting team and will get back to you as soon 
>>> as I 
>>> have more information.
>>>
>>> In the meantime, I suggest trimming leading and trailing spaces from 
>>> *VideoId* field values as a workaround.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Monday, June 13, 2016 at 8:29:04 PM UTC-4, Anthony Madrigal wrote:

 Hi Mark,

 I'll be glad to take a look at what is going on here. You can send 
 me the details privately via *reply privately to author. *Please 
 provide the report definition, clientCustomerId and some video Ids you 
 expect to see.

 Thanks,
 Anthony
 AdWords API Team

>>>

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

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

Re: YouTube Video ID in Video Performance Report Does Not Match

2016-08-01 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Mark,

I have good news! With the release of v201607 
, there 
was a change made to reporting outlined under the section Quoting of values 
in comma-separated output 
 where 
fields 
that begin with the special characters - (minus) or + (plus) will be 
double-quoted without a leading space in the CSV, CSVFOREXCEL, and TSV 
download formats. To get this new behavior, you would have to start using 
v201607. Versions v201605 and older still behave the same as it did 
previously as to not break people's current reports.

Cheers,
Nadine, AdWords API Team

On Thursday, June 23, 2016 at 12:36:34 PM UTC-4, Mark Rogoyski wrote:
>
> Hi Josh,
>
> Thanks for the update.
>
> Mark
>
> On Thursday, June 23, 2016 at 8:53:36 AM UTC-7, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Mark,
>>
>> We're still discussing whether to make this change. If we do change the 
>> behavior, it will most likely happen starting with a specific AdWords API 
>> version to avoid creating problems for anyone who is relying on the current 
>> behavior.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Wednesday, June 22, 2016 at 5:00:38 AM UTC-4, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello Mark,
>>>
>>> I would like to update that we're aware of the issue and discussing 
>>> about the feasibility/timing of the change.
>>> Could you please wait a bit more before we reach the conclusion?
>>>
>>> We'll update this thread as soon as possible.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, June 22, 2016 at 2:57:26 AM UTC+9, Mark Rogoyski wrote:

 Hi Josh,

 Thank you for the explanation.

 I could understand if this leading space was added to any CSV reports 
 downloaded from the UI, but the API is meant for computers and automated 
 systems to consume data, so it seems kind of unnecessary to implement 
 workarounds for a human loading into Excel when this isn't the use case 
 for 
 the API.

 Could this behavior be removed from the API?

 Thanks.
 Mark

 On Tuesday, June 21, 2016 at 10:11:08 AM UTC-7, Josh Radcliff (AdWords 
 API Team) wrote:
>
> Hi Mark,
>
> I found a bit more background on this one. The reason reporting adds a 
> leading space for that particular *VideoId* in CSV format is if a 
> user imports the CSV into Excel and the value begins with a hyphen (-), 
> Excel will interpret the field as a formula unless it has a leading 
> space. 
> To avoid this problem, the reporting service adds a leading space to any 
> field value that would cause issues in Excel without the space.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, June 14, 2016 at 5:02:37 PM UTC-4, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi Mark,
>>
>> I'm responding here just in case others encounter this issue. I'm 
>> following up with the reporting team and will get back to you as soon as 
>> I 
>> have more information.
>>
>> In the meantime, I suggest trimming leading and trailing spaces from 
>> *VideoId* field values as a workaround.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Monday, June 13, 2016 at 8:29:04 PM UTC-4, Anthony Madrigal wrote:
>>>
>>> Hi Mark,
>>>
>>> I'll be glad to take a look at what is going on here. You can send 
>>> me the details privately via *reply privately to author. *Please 
>>> provide the report definition, clientCustomerId and some video Ids you 
>>> expect to see.
>>>
>>> Thanks,
>>> Anthony
>>> AdWords API Team
>>>
>>

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

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


Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-23 Thread Mark Rogoyski
Hi Josh,

Thanks for the update.

Mark

On Thursday, June 23, 2016 at 8:53:36 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Mark,
>
> We're still discussing whether to make this change. If we do change the 
> behavior, it will most likely happen starting with a specific AdWords API 
> version to avoid creating problems for anyone who is relying on the current 
> behavior.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, June 22, 2016 at 5:00:38 AM UTC-4, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello Mark,
>>
>> I would like to update that we're aware of the issue and discussing about 
>> the feasibility/timing of the change.
>> Could you please wait a bit more before we reach the conclusion?
>>
>> We'll update this thread as soon as possible.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Wednesday, June 22, 2016 at 2:57:26 AM UTC+9, Mark Rogoyski wrote:
>>>
>>> Hi Josh,
>>>
>>> Thank you for the explanation.
>>>
>>> I could understand if this leading space was added to any CSV reports 
>>> downloaded from the UI, but the API is meant for computers and automated 
>>> systems to consume data, so it seems kind of unnecessary to implement 
>>> workarounds for a human loading into Excel when this isn't the use case for 
>>> the API.
>>>
>>> Could this behavior be removed from the API?
>>>
>>> Thanks.
>>> Mark
>>>
>>> On Tuesday, June 21, 2016 at 10:11:08 AM UTC-7, Josh Radcliff (AdWords 
>>> API Team) wrote:

 Hi Mark,

 I found a bit more background on this one. The reason reporting adds a 
 leading space for that particular *VideoId* in CSV format is if a user 
 imports the CSV into Excel and the value begins with a hyphen (-), Excel 
 will interpret the field as a formula unless it has a leading space. To 
 avoid this problem, the reporting service adds a leading space to any 
 field 
 value that would cause issues in Excel without the space.

 Thanks,
 Josh, AdWords API Team

 On Tuesday, June 14, 2016 at 5:02:37 PM UTC-4, Josh Radcliff (AdWords 
 API Team) wrote:
>
> Hi Mark,
>
> I'm responding here just in case others encounter this issue. I'm 
> following up with the reporting team and will get back to you as soon as 
> I 
> have more information.
>
> In the meantime, I suggest trimming leading and trailing spaces from 
> *VideoId* field values as a workaround.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, June 13, 2016 at 8:29:04 PM UTC-4, Anthony Madrigal wrote:
>>
>> Hi Mark,
>>
>> I'll be glad to take a look at what is going on here. You can send me 
>> the details privately via *reply privately to author. *Please 
>> provide the report definition, clientCustomerId and some video Ids you 
>> expect to see.
>>
>> Thanks,
>> Anthony
>> AdWords API Team
>>
>

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

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


Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Mark,

We're still discussing whether to make this change. If we do change the 
behavior, it will most likely happen starting with a specific AdWords API 
version to avoid creating problems for anyone who is relying on the current 
behavior.

Thanks,
Josh, AdWords API Team

On Wednesday, June 22, 2016 at 5:00:38 AM UTC-4, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hello Mark,
>
> I would like to update that we're aware of the issue and discussing about 
> the feasibility/timing of the change.
> Could you please wait a bit more before we reach the conclusion?
>
> We'll update this thread as soon as possible.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Wednesday, June 22, 2016 at 2:57:26 AM UTC+9, Mark Rogoyski wrote:
>>
>> Hi Josh,
>>
>> Thank you for the explanation.
>>
>> I could understand if this leading space was added to any CSV reports 
>> downloaded from the UI, but the API is meant for computers and automated 
>> systems to consume data, so it seems kind of unnecessary to implement 
>> workarounds for a human loading into Excel when this isn't the use case for 
>> the API.
>>
>> Could this behavior be removed from the API?
>>
>> Thanks.
>> Mark
>>
>> On Tuesday, June 21, 2016 at 10:11:08 AM UTC-7, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Mark,
>>>
>>> I found a bit more background on this one. The reason reporting adds a 
>>> leading space for that particular *VideoId* in CSV format is if a user 
>>> imports the CSV into Excel and the value begins with a hyphen (-), Excel 
>>> will interpret the field as a formula unless it has a leading space. To 
>>> avoid this problem, the reporting service adds a leading space to any field 
>>> value that would cause issues in Excel without the space.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Tuesday, June 14, 2016 at 5:02:37 PM UTC-4, Josh Radcliff (AdWords 
>>> API Team) wrote:

 Hi Mark,

 I'm responding here just in case others encounter this issue. I'm 
 following up with the reporting team and will get back to you as soon as I 
 have more information.

 In the meantime, I suggest trimming leading and trailing spaces from 
 *VideoId* field values as a workaround.

 Thanks,
 Josh, AdWords API Team

 On Monday, June 13, 2016 at 8:29:04 PM UTC-4, Anthony Madrigal wrote:
>
> Hi Mark,
>
> I'll be glad to take a look at what is going on here. You can send me 
> the details privately via *reply privately to author. *Please provide 
> the report definition, clientCustomerId and some video Ids you expect to 
> see.
>
> Thanks,
> Anthony
> AdWords API Team
>


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

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


Re: YouTube Video ID in Video Performance Report Does Not Match

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

I would like to update that we're aware of the issue and discussing about 
the feasibility/timing of the change.
Could you please wait a bit more before we reach the conclusion?

We'll update this thread as soon as possible.

Cheers,
Thanet, AdWords API Team

On Wednesday, June 22, 2016 at 2:57:26 AM UTC+9, Mark Rogoyski wrote:
>
> Hi Josh,
>
> Thank you for the explanation.
>
> I could understand if this leading space was added to any CSV reports 
> downloaded from the UI, but the API is meant for computers and automated 
> systems to consume data, so it seems kind of unnecessary to implement 
> workarounds for a human loading into Excel when this isn't the use case for 
> the API.
>
> Could this behavior be removed from the API?
>
> Thanks.
> Mark
>
> On Tuesday, June 21, 2016 at 10:11:08 AM UTC-7, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Mark,
>>
>> I found a bit more background on this one. The reason reporting adds a 
>> leading space for that particular *VideoId* in CSV format is if a user 
>> imports the CSV into Excel and the value begins with a hyphen (-), Excel 
>> will interpret the field as a formula unless it has a leading space. To 
>> avoid this problem, the reporting service adds a leading space to any field 
>> value that would cause issues in Excel without the space.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, June 14, 2016 at 5:02:37 PM UTC-4, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi Mark,
>>>
>>> I'm responding here just in case others encounter this issue. I'm 
>>> following up with the reporting team and will get back to you as soon as I 
>>> have more information.
>>>
>>> In the meantime, I suggest trimming leading and trailing spaces from 
>>> *VideoId* field values as a workaround.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Monday, June 13, 2016 at 8:29:04 PM UTC-4, Anthony Madrigal wrote:

 Hi Mark,

 I'll be glad to take a look at what is going on here. You can send me 
 the details privately via *reply privately to author. *Please provide 
 the report definition, clientCustomerId and some video Ids you expect to 
 see.

 Thanks,
 Anthony
 AdWords API Team

>>>

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

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


Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-21 Thread Mark Rogoyski
Hi Josh,

Thank you for the explanation.

I could understand if this leading space was added to any CSV reports 
downloaded from the UI, but the API is meant for computers and automated 
systems to consume data, so it seems kind of unnecessary to implement 
workarounds for a human loading into Excel when this isn't the use case for 
the API.

Could this behavior be removed from the API?

Thanks.
Mark

On Tuesday, June 21, 2016 at 10:11:08 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Mark,
>
> I found a bit more background on this one. The reason reporting adds a 
> leading space for that particular *VideoId* in CSV format is if a user 
> imports the CSV into Excel and the value begins with a hyphen (-), Excel 
> will interpret the field as a formula unless it has a leading space. To 
> avoid this problem, the reporting service adds a leading space to any field 
> value that would cause issues in Excel without the space.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, June 14, 2016 at 5:02:37 PM UTC-4, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Mark,
>>
>> I'm responding here just in case others encounter this issue. I'm 
>> following up with the reporting team and will get back to you as soon as I 
>> have more information.
>>
>> In the meantime, I suggest trimming leading and trailing spaces from 
>> *VideoId* field values as a workaround.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Monday, June 13, 2016 at 8:29:04 PM UTC-4, Anthony Madrigal wrote:
>>>
>>> Hi Mark,
>>>
>>> I'll be glad to take a look at what is going on here. You can send me 
>>> the details privately via *reply privately to author. *Please provide 
>>> the report definition, clientCustomerId and some video Ids you expect to 
>>> see.
>>>
>>> Thanks,
>>> Anthony
>>> AdWords API Team
>>>
>>

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

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


Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Mark,

I found a bit more background on this one. The reason reporting adds a 
leading space for that particular *VideoId* in CSV format is if a user 
imports the CSV into Excel and the value begins with a hyphen (-), Excel 
will interpret the field as a formula unless it has a leading space. To 
avoid this problem, the reporting service adds a leading space to any field 
value that would cause issues in Excel without the space.

Thanks,
Josh, AdWords API Team

On Tuesday, June 14, 2016 at 5:02:37 PM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Mark,
>
> I'm responding here just in case others encounter this issue. I'm 
> following up with the reporting team and will get back to you as soon as I 
> have more information.
>
> In the meantime, I suggest trimming leading and trailing spaces from 
> *VideoId* field values as a workaround.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, June 13, 2016 at 8:29:04 PM UTC-4, Anthony Madrigal wrote:
>>
>> Hi Mark,
>>
>> I'll be glad to take a look at what is going on here. You can send me the 
>> details privately via *reply privately to author. *Please provide the 
>> report definition, clientCustomerId and some video Ids you expect to see.
>>
>> Thanks,
>> Anthony
>> AdWords API Team
>>
>

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

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


Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-14 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Mark,

I'm responding here just in case others encounter this issue. I'm following 
up with the reporting team and will get back to you as soon as I have more 
information.

In the meantime, I suggest trimming leading and trailing spaces from 
*VideoId* field values as a workaround.

Thanks,
Josh, AdWords API Team

On Monday, June 13, 2016 at 8:29:04 PM UTC-4, Anthony Madrigal wrote:
>
> Hi Mark,
>
> I'll be glad to take a look at what is going on here. You can send me the 
> details privately via *reply privately to author. *Please provide the 
> report definition, clientCustomerId and some video Ids you expect to see.
>
> Thanks,
> Anthony
> AdWords API Team
>

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

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


Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mark,

I'll be glad to take a look at what is going on here. You can send me the 
details privately via *reply privately to author. *Please provide the 
report definition, clientCustomerId and some video Ids you expect to see.

Thanks,
Anthony
AdWords API Team

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

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


YouTube Video ID in Video Performance Report Does Not Match

2016-06-13 Thread Mark Rogoyski
The Video ID field of the Video Performance Report does not match the ID 
found form other sources for a specific video.

For example, in the Web URL, the video ID is found at the end of the URL: 
https://www.youtube.com/watch?v={VIDEO_ID}

For a certain video we are using and querying with the API, the Video ID 
queried using the Video Performance Report does not match. Specifically, 
when querying using the API, there is a leading space in the Video ID, but 
that space does not appear in other places where the Video ID appears, such 
as in the Web URL.

Due to client privacy concerns, I'd prefer to send the details to an 
AdWords representative in private. Please provide a reply to this thread to 
allow me to reply in private to provide the details to reproduce the issue 
for this specific case.

Thanks.
Mark

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fd2573bc-9f0c-4bbb-8b91-f273a9150c7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing Adwords Api Video performance report through R

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

A report can only contain data from a single AdWords account. If you need 
to gather data from multiple accounts, you need to submit separate report 
requests for each account with the respective clientCustomerId in the 
report header. There is no workaround to get data from multiple accounts.

Regards,
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/7b86ff81-7b31-4521-b5db-cbdad74e3629%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Accessing Adwords Api Video performance report through R

2016-05-09 Thread nabeelah . bijapur
Hi,

I am trying to access Adwords through R ( using RAdwords package). It would 
be helpful to know how do i extract reports for multiple accounts without 
having to implicitly specifying the client id, something similar to 
accessing all the accounts available in the MCC account for Adwords scripts.

Regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e9696f1d-d17c-47e7-b489-19dcb59a9131%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video performance report has no account currency code field

2016-04-25 Thread 'Yin Niu' via AdWords API Forum
Hi Yuvai, 

Thanks for the suggestion. I will let the engineering team know. 

Yin, AdWords API Team. 

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

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


Video performance report has no account currency code field

2016-04-25 Thread yuval
Hey,
Have you noticed the VIDEO_PERFORMACE_REPORT contains no currency code?

All other report types (geo performance, campaign performance, ad 
performance, etc.) that include cost, has an AccountCurrencyCode metric. 
I know that this information can be retrieved using the CustomerService, 
but why breaking the consistency?

Thanks,
Yuval

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6336dec0-031a-40ed-92eb-82cfc2d3c2fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report Bug

2016-04-03 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Pablo,

Could you please send your SOAP log to me via *Reply privately to author*?
In particular, your client customer ID is needed for investigation.

Cheers,
Thanet, AdWords API Team

On Saturday, April 2, 2016 at 1:30:27 AM UTC+9, PABLO DE ASSIS wrote:
>
> Digging deeper, it looks like the api is delivering non existent adgroups 
> when we call the report with includeZeroImpressions=true.
> Weird.
>
> Em sexta-feira, 1 de abril de 2016 12:43:28 UTC-3, PABLO DE ASSIS escreveu:
>>
>> Hello,
>>
>> I am get a very weird bug right now that seems related. Some campaings 
>> are showing zero results on API v201509, while on the Adwords panel they 
>> show results. 
>> Then, when I try to use the v201603 api version, I get even weirder 
>> results. For AdGroupName I receive "X-OLD: Google Internal Only 1" 
>> (while they should be "Ampla Rosinha (In-Stream)") and the results are also 
>> empty.
>> And those results only appear if I put includeZeroImpressions to true (on 
>> v201509 I dont need to set this). Otherwise the report comes just null. No 
>> errors, at all, just nothing.
>>
>> Here is a debug of my call:
>>
>> $selector = Selector Object
>> (
>> [fields] => Array
>> (
>> [0] => AdGroupName
>> [1] => VideoViews
>> [2] => VideoViewRate
>> [3] => AverageCpv
>> [4] => Impressions
>> [5] => Clicks
>> [6] => Cost
>> [7] => Ctr
>> [8] => VideoQuartile25Rate
>> [9] => VideoQuartile50Rate
>> [10] => VideoQuartile75Rate
>> [11] => VideoQuartile100Rate
>> )
>>
>> [predicates] => Array
>> (
>> [0] => Predicate Object
>> (
>> [field] => CampaignId
>> [operator] => EQUALS
>> [values] => 342828084
>> )
>>
>> [1] => Predicate Object
>> (
>> [field] => AdGroupId
>> [operator] => EQUALS
>> [values] => 24182302164
>> )
>>
>> )
>>
>> [dateRange] => 
>> [ordering] => 
>> [paging] => 
>> )
>>
>> $videoData = > standalone='yes'?>> ctr='0.00%' videoPlayedTo25='0.00%' videoPlayedTo50='0.00%' 
>> videoPlayedTo75='0.00%' videoPlayedTo100='0.00%'/>
>>
>> $xmlVideo = SimpleXMLElement Object
>> (
>> [table] => SimpleXMLElement Object
>> (
>> [row] => SimpleXMLElement Object
>> (
>> [@attributes] => Array
>> (
>> [adGroup] => X-OLD: Google Internal Only 1
>> [views] => 0
>> [viewRate] => 0.00%
>> [avgCPV] => 0
>> [impressions] => 0
>> [clicks] => 0
>> [cost] => 0
>> [ctr] => 0.00%
>> [videoPlayedTo25] => 0.00%
>> [videoPlayedTo50] => 0.00%
>> [videoPlayedTo75] => 0.00%
>> [videoPlayedTo100] => 0.00%
>> )
>>
>> )
>>
>> )
>>
>> )
>>
>>
>> I am using the latest PHP client library.
>>
>> Tks in advance.
>> Pablo
>>
>> Em quarta-feira, 11 de novembro de 2015 03:51:59 UTC-2, Thanet Knack 
>> Praneenararat (AdWords API Team) escreveu:
>>>
>>> Hi Emad,
>>>
>>> Have you tried setting *includeZeroImpressions 
>>> *
>>>  to 
>>> true in the header of report definition request?
>>> This guide 
>>> 
>>>  
>>> might be useful to you as well.
>>>
>>> It seems your campaign got no statistics during that date period though.
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, November 11, 2015 at 4:18:02 AM UTC+9, Emad Aldeen Hajjar 
>>> wrote:

 I tried googleads-php-lib-v6.5.0 and I'm getting the same issue.

 Em terça-feira, 10 de novembro de 2015 14:40:31 UTC-2, Emad Aldeen 
 Hajjar escreveu:
>
> Hey Michael,
>
> No, I got this issue in PHP client library.
>
>
>
> Em terça-feira, 10 de novembro de 2015 13:25:02 UTC-2, Michael Cloonan 
> (AdWords API Team) escreveu:
>>
>> Hello,
>>
>> Did you happen to be using the Ruby client library? I found an issue 
>> in that library that will be fixed in the next release, where this 
>> header 
>> was misspelled.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar 
>> wrote:
>>>
>>> Hello!
>>>
>>> I'm not getting any campgins when using report definit

Re: Video Performance Report Bug

2016-04-01 Thread PABLO DE ASSIS
Digging deeper, it looks like the api is delivering non existent adgroups 
when we call the report with includeZeroImpressions=true.
Weird.

Em sexta-feira, 1 de abril de 2016 12:43:28 UTC-3, PABLO DE ASSIS escreveu:
>
> Hello,
>
> I am get a very weird bug right now that seems related. Some campaings are 
> showing zero results on API v201509, while on the Adwords panel they show 
> results. 
> Then, when I try to use the v201603 api version, I get even weirder 
> results. For AdGroupName I receive "X-OLD: Google Internal Only 1" (while 
> they should be "Ampla Rosinha (In-Stream)") and the results are also empty.
> And those results only appear if I put includeZeroImpressions to true (on 
> v201509 I dont need to set this). Otherwise the report comes just null. No 
> errors, at all, just nothing.
>
> Here is a debug of my call:
>
> $selector = Selector Object
> (
> [fields] => Array
> (
> [0] => AdGroupName
> [1] => VideoViews
> [2] => VideoViewRate
> [3] => AverageCpv
> [4] => Impressions
> [5] => Clicks
> [6] => Cost
> [7] => Ctr
> [8] => VideoQuartile25Rate
> [9] => VideoQuartile50Rate
> [10] => VideoQuartile75Rate
> [11] => VideoQuartile100Rate
> )
>
> [predicates] => Array
> (
> [0] => Predicate Object
> (
> [field] => CampaignId
> [operator] => EQUALS
> [values] => 342828084
> )
>
> [1] => Predicate Object
> (
> [field] => AdGroupId
> [operator] => EQUALS
> [values] => 24182302164
> )
>
> )
>
> [dateRange] => 
> [ordering] => 
> [paging] => 
> )
>
> $videoData =  standalone='yes'?> views='0' viewRate='0.00%' avgCPV='0' impressions='0' clicks='0' cost='0' 
> ctr='0.00%' videoPlayedTo25='0.00%' videoPlayedTo50='0.00%' 
> videoPlayedTo75='0.00%' videoPlayedTo100='0.00%'/>
>
> $xmlVideo = SimpleXMLElement Object
> (
> [table] => SimpleXMLElement Object
> (
> [row] => SimpleXMLElement Object
> (
> [@attributes] => Array
> (
> [adGroup] => X-OLD: Google Internal Only 1
> [views] => 0
> [viewRate] => 0.00%
> [avgCPV] => 0
> [impressions] => 0
> [clicks] => 0
> [cost] => 0
> [ctr] => 0.00%
> [videoPlayedTo25] => 0.00%
> [videoPlayedTo50] => 0.00%
> [videoPlayedTo75] => 0.00%
> [videoPlayedTo100] => 0.00%
> )
>
> )
>
> )
>
> )
>
>
> I am using the latest PHP client library.
>
> Tks in advance.
> Pablo
>
> Em quarta-feira, 11 de novembro de 2015 03:51:59 UTC-2, Thanet Knack 
> Praneenararat (AdWords API Team) escreveu:
>>
>> Hi Emad,
>>
>> Have you tried setting *includeZeroImpressions 
>> *
>>  to 
>> true in the header of report definition request?
>> This guide 
>> 
>>  
>> might be useful to you as well.
>>
>> It seems your campaign got no statistics during that date period though.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Wednesday, November 11, 2015 at 4:18:02 AM UTC+9, Emad Aldeen Hajjar 
>> wrote:
>>>
>>> I tried googleads-php-lib-v6.5.0 and I'm getting the same issue.
>>>
>>> Em terça-feira, 10 de novembro de 2015 14:40:31 UTC-2, Emad Aldeen 
>>> Hajjar escreveu:

 Hey Michael,

 No, I got this issue in PHP client library.



 Em terça-feira, 10 de novembro de 2015 13:25:02 UTC-2, Michael Cloonan 
 (AdWords API Team) escreveu:
>
> Hello,
>
> Did you happen to be using the Ruby client library? I found an issue 
> in that library that will be fixed in the next release, where this header 
> was misspelled.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar 
> wrote:
>>
>> Hello!
>>
>> I'm not getting any campgins when using report definition 
>> VIDEO_PERFORMANCE_REPORT 
>> to fetch reports for videos, and the only way to receive the correct 
>> data 
>> if I select only CampaignId field but of course this dosen't help me 
>> at all because I need the rest of feilds
>> https://adwords.google.com/api/adwords/cm/v201509";>
>> 
>> CampaignId
>> Click

Re: Video Performance Report Bug

2016-04-01 Thread PABLO DE ASSIS
Hello,

I am get a very weird bug right now that seems related. Some campaings are 
showing zero results on API v201509, while on the Adwords panel they show 
results. 
Then, when I try to use the v201603 api version, I get even weirder 
results. For AdGroupName I receive "X-OLD: Google Internal Only 1" (while 
they should be "Ampla Rosinha (In-Stream)") and the results are also empty.
And those results only appear if I put includeZeroImpressions to true (on 
v201509 I dont need to set this). Otherwise the report comes just null. No 
errors, at all, just nothing.

Here is a debug of my call:

$selector = Selector Object
(
[fields] => Array
(
[0] => AdGroupName
[1] => VideoViews
[2] => VideoViewRate
[3] => AverageCpv
[4] => Impressions
[5] => Clicks
[6] => Cost
[7] => Ctr
[8] => VideoQuartile25Rate
[9] => VideoQuartile50Rate
[10] => VideoQuartile75Rate
[11] => VideoQuartile100Rate
)

[predicates] => Array
(
[0] => Predicate Object
(
[field] => CampaignId
[operator] => EQUALS
[values] => 342828084
)

[1] => Predicate Object
(
[field] => AdGroupId
[operator] => EQUALS
[values] => 24182302164
)

)

[dateRange] => 
[ordering] => 
[paging] => 
)

$videoData = 

$xmlVideo = SimpleXMLElement Object
(
[table] => SimpleXMLElement Object
(
[row] => SimpleXMLElement Object
(
[@attributes] => Array
(
[adGroup] => X-OLD: Google Internal Only 1
[views] => 0
[viewRate] => 0.00%
[avgCPV] => 0
[impressions] => 0
[clicks] => 0
[cost] => 0
[ctr] => 0.00%
[videoPlayedTo25] => 0.00%
[videoPlayedTo50] => 0.00%
[videoPlayedTo75] => 0.00%
[videoPlayedTo100] => 0.00%
)

)

)

)


I am using the latest PHP client library.

Tks in advance.
Pablo

Em quarta-feira, 11 de novembro de 2015 03:51:59 UTC-2, Thanet Knack 
Praneenararat (AdWords API Team) escreveu:
>
> Hi Emad,
>
> Have you tried setting *includeZeroImpressions 
> *
>  to 
> true in the header of report definition request?
> This guide 
> 
>  
> might be useful to you as well.
>
> It seems your campaign got no statistics during that date period though.
>
> Best,
> Thanet, AdWords API Team
>
> On Wednesday, November 11, 2015 at 4:18:02 AM UTC+9, Emad Aldeen Hajjar 
> wrote:
>>
>> I tried googleads-php-lib-v6.5.0 and I'm getting the same issue.
>>
>> Em terça-feira, 10 de novembro de 2015 14:40:31 UTC-2, Emad Aldeen Hajjar 
>> escreveu:
>>>
>>> Hey Michael,
>>>
>>> No, I got this issue in PHP client library.
>>>
>>>
>>>
>>> Em terça-feira, 10 de novembro de 2015 13:25:02 UTC-2, Michael Cloonan 
>>> (AdWords API Team) escreveu:

 Hello,

 Did you happen to be using the Ruby client library? I found an issue in 
 that library that will be fixed in the next release, where this header was 
 misspelled.

 Regards,
 Mike, AdWords API Team

 On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar 
 wrote:
>
> Hello!
>
> I'm not getting any campgins when using report definition 
> VIDEO_PERFORMANCE_REPORT 
> to fetch reports for videos, and the only way to receive the correct data 
> if I select only CampaignId field but of course this dosen't help me 
> at all because I need the rest of feilds
> https://adwords.google.com/api/adwords/cm/v201509";>
> 
> CampaignId
> Clicks
> VideoViews
> VideoQuartile25Rate
> VideoQuartile50Rate
> VideoQuartile75Rate
> VideoQuartile100Rate
> AverageCpv
> ConversionRate
> Conversions
> CostPerConversion
> 
> CampaignId
> IN
> 306630493
> 
> 
> 20151101
> 20151108
> 
> 
> Video Report
> VIDEO_PERFORMANCE_REPORT
> CUSTOM_DATE
> GZIPPED_XML
> 
>
>
>
> Thanks for your help!
>


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

Re: INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-03-22 Thread Tiana S.
Awesome, thanks!

On Thursday, 25 February 2016 15:09:12 UTC+1, Anthony Madrigal wrote:
>
> Hi Tiana,
>
> Here is the link for the v201509 Video Performance Report 
> <https://developers.google.com/adwords/api/docs/appendix/reports/v201509/video-performance-report>
> .
>
> Cheers,
> Anthony
> AdWords API Team
>

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

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


Re: INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-02-25 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Tiana,

Here is the link for the v201509 Video Performance Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/v201509/video-performance-report>
.

Cheers,
Anthony
AdWords API Team

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

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


Re: INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-02-25 Thread Tiana S.
I just wanted to check the documentation for the Video performance 
report in v201509, but it seems the docs of that report are gone?

<https://lh3.googleusercontent.com/-rwCYh_DShME/Vs7Ce0I65sI/AM0/znrz05B3rWE/s1600/Screen%2BShot%2B2016-02-25%2Bat%2B09.59.16.png>

























On Wednesday, 24 February 2016 23:08:07 UTC+1, Anthony Madrigal wrote:
>
> Hi Tiana,
>
> AdGroupName was added to AdWords API v201601 
> <https://developers.google.com/adwords/api/docs/reference/#reporting-v201601>.
>  
> So if you are using a previous version, you will get this error.
>
> Regards,
> Anthony
> AdWords API Team 
>

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

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


Re: INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-02-25 Thread Tiana S.
Ahh, I thought it was available in 201509 as well. 

Thanks Anthony!

Best,
Tiana

On Wednesday, 24 February 2016 23:08:07 UTC+1, Anthony Madrigal wrote:
>
> Hi Tiana,
>
> AdGroupName was added to AdWords API v201601 
> .
>  
> So if you are using a previous version, you will get this error.
>
> Regards,
> Anthony
> AdWords API Team 
>

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

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


Re: INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-02-24 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Tiana,

AdGroupName was added to AdWords API v201601 
. 
So if you are using a previous version, you will get this error.

Regards,
Anthony
AdWords API Team 

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

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


INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-02-24 Thread Tiana S.
 

In the documentation 
(https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#adgroupname),
 
AdGroupName is said to be a valid attribute to request from the Video 
performance report.

The following query however returns an INVALID_FIELD_NAME_FOR_REPORT when 
requesting AdGroupName:


SELECT+VideoId,VideoTitle,CampaignName,AdGroupName,VideoViews,Clicks,Cost,
Conversions,VideoQuartile100Rate,VideoQuartile75Rate,VideoQuartile50Rate,
VideoQuartile25Rate+FROM+VIDEO_PERFORMANCE_REPORT+DURING+20151001,20151031

The error that's returned:

 
   
 ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT
 
 AdGroupName
   
 


Any help would be greatly appreciated!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7fccfd94-c28c-4d76-bfbb-0e8973e808bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video preview image in Video Performance Report

2015-12-11 Thread Tiana S.
Great! Thank you very much for the update, Nadine! :)

Best,

Tiana

On Wednesday, 9 December 2015 15:37:47 UTC+1, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Hello Tiana,
>
> Good news! Impressions 
> <https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#impressions>
>  
> are now available in the Video Performance Report 
> <https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report>.
>  
> They're continuing to look into adding more fields.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Friday, October 23, 2015 at 3:17:38 AM UTC-4, Tiana S. wrote:
>>
>> Thanks! Also, great to hear adding impressions is being looked into. :)
>>
>> All the best,
>>
>> Tiana
>>
>> On Thursday, 22 October 2015 21:31:59 UTC+2, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Hi Tiana,
>>>
>>> They are already looking at adding impressions. As for your other 
>>> requests, I filed a feature request with the engineers. Since I don't set 
>>> the priority, I can't give a date. So, be on the lookout on the blog 
>>> <http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for 
>>> any updates.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Thursday, October 22, 2015 at 10:06:58 AM UTC-4, Tiana S. wrote:
>>>>
>>>> I think it would be a very useful addition if you'd be able to request 
>>>> a preview image or something for the video and the url to the video in the 
>>>> Video Performance Report.
>>>> This will give a better overview and a clearer indication on what video 
>>>> is returned. 
>>>> Also, a lot of the metrics in e.g. the campaign performance report 
>>>> aren't available in the Video performance report but are available in the 
>>>> interface (e.g. impressions).
>>>> Any chance these will be added? Because I do see clicks and some other 
>>>> metrics that are now not as useful without the other metrics.
>>>>
>>>

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

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


Re: Video preview image in Video Performance Report

2015-12-09 Thread Nadine Sundquist (AdWords API Team)
Hello Tiana,

Good news! Impressions 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#impressions>
 
are now available in the Video Performance Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report>.
 
They're continuing to look into adding more fields.

Cheers,
Nadine, AdWords API Team

On Friday, October 23, 2015 at 3:17:38 AM UTC-4, Tiana S. wrote:
>
> Thanks! Also, great to hear adding impressions is being looked into. :)
>
> All the best,
>
> Tiana
>
> On Thursday, 22 October 2015 21:31:59 UTC+2, Nadine Sundquist (AdWords API 
> Team) wrote:
>>
>> Hi Tiana,
>>
>> They are already looking at adding impressions. As for your other 
>> requests, I filed a feature request with the engineers. Since I don't set 
>> the priority, I can't give a date. So, be on the lookout on the blog 
>> <http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for 
>> any updates.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Thursday, October 22, 2015 at 10:06:58 AM UTC-4, Tiana S. wrote:
>>>
>>> I think it would be a very useful addition if you'd be able to request a 
>>> preview image or something for the video and the url to the video in the 
>>> Video Performance Report.
>>> This will give a better overview and a clearer indication on what video 
>>> is returned. 
>>> Also, a lot of the metrics in e.g. the campaign performance report 
>>> aren't available in the Video performance report but are available in the 
>>> interface (e.g. impressions).
>>> Any chance these will be added? Because I do see clicks and some other 
>>> metrics that are now not as useful without the other metrics.
>>>
>>

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

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


Re: Video Performance Report Bug

2015-11-10 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Emad,

Have you tried setting *includeZeroImpressions 
*
 in 
the header of report definition request?
This guide 
 
might be useful to you as well.

It seems your campaign got no statistics during that date period though.

Best,
Thanet, AdWords API Team

On Wednesday, November 11, 2015 at 4:18:02 AM UTC+9, Emad Aldeen Hajjar 
wrote:
>
> I tried googleads-php-lib-v6.5.0 and I'm getting the same issue.
>
> Em terça-feira, 10 de novembro de 2015 14:40:31 UTC-2, Emad Aldeen Hajjar 
> escreveu:
>>
>> Hey Michael,
>>
>> No, I got this issue in PHP client library.
>>
>>
>>
>> Em terça-feira, 10 de novembro de 2015 13:25:02 UTC-2, Michael Cloonan 
>> (AdWords API Team) escreveu:
>>>
>>> Hello,
>>>
>>> Did you happen to be using the Ruby client library? I found an issue in 
>>> that library that will be fixed in the next release, where this header was 
>>> misspelled.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar 
>>> wrote:

 Hello!

 I'm not getting any campgins when using report definition 
 VIDEO_PERFORMANCE_REPORT 
 to fetch reports for videos, and the only way to receive the correct data 
 if I select only CampaignId field but of course this dosen't help me 
 at all because I need the rest of feilds
 https://adwords.google.com/api/adwords/cm/v201509";>
 
 CampaignId
 Clicks
 VideoViews
 VideoQuartile25Rate
 VideoQuartile50Rate
 VideoQuartile75Rate
 VideoQuartile100Rate
 AverageCpv
 ConversionRate
 Conversions
 CostPerConversion
 
 CampaignId
 IN
 306630493
 
 
 20151101
 20151108
 
 
 Video Report
 VIDEO_PERFORMANCE_REPORT
 CUSTOM_DATE
 GZIPPED_XML
 



 Thanks for your help!

>>>

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

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


Re: Video Performance Report Bug

2015-11-10 Thread Emad Aldeen Hajjar
I tried googleads-php-lib-v6.5.0 and I'm getting the same issue.

Em terça-feira, 10 de novembro de 2015 14:40:31 UTC-2, Emad Aldeen Hajjar 
escreveu:
>
> Hey Michael,
>
> No, I got this issue in PHP client library.
>
>
>
> Em terça-feira, 10 de novembro de 2015 13:25:02 UTC-2, Michael Cloonan 
> (AdWords API Team) escreveu:
>>
>> Hello,
>>
>> Did you happen to be using the Ruby client library? I found an issue in 
>> that library that will be fixed in the next release, where this header was 
>> misspelled.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar 
>> wrote:
>>>
>>> Hello!
>>>
>>> I'm not getting any campgins when using report definition 
>>> VIDEO_PERFORMANCE_REPORT 
>>> to fetch reports for videos, and the only way to receive the correct data 
>>> if I select only CampaignId field but of course this dosen't help me at 
>>> all because I need the rest of feilds
>>> https://adwords.google.com/api/adwords/cm/v201509";>
>>> 
>>> CampaignId
>>> Clicks
>>> VideoViews
>>> VideoQuartile25Rate
>>> VideoQuartile50Rate
>>> VideoQuartile75Rate
>>> VideoQuartile100Rate
>>> AverageCpv
>>> ConversionRate
>>> Conversions
>>> CostPerConversion
>>> 
>>> CampaignId
>>> IN
>>> 306630493
>>> 
>>> 
>>> 20151101
>>> 20151108
>>> 
>>> 
>>> Video Report
>>> VIDEO_PERFORMANCE_REPORT
>>> CUSTOM_DATE
>>> GZIPPED_XML
>>> 
>>>
>>>
>>>
>>> Thanks for your help!
>>>
>>

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

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


Re: Video Performance Report Bug

2015-11-10 Thread Emad Aldeen Hajjar
Hey Michael,

No, I got this issue in PHP client library.



Em terça-feira, 10 de novembro de 2015 13:25:02 UTC-2, Michael Cloonan 
(AdWords API Team) escreveu:
>
> Hello,
>
> Did you happen to be using the Ruby client library? I found an issue in 
> that library that will be fixed in the next release, where this header was 
> misspelled.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar wrote:
>>
>> Hello!
>>
>> I'm not getting any campgins when using report definition 
>> VIDEO_PERFORMANCE_REPORT 
>> to fetch reports for videos, and the only way to receive the correct data 
>> if I select only CampaignId field but of course this dosen't help me at 
>> all because I need the rest of feilds
>> https://adwords.google.com/api/adwords/cm/v201509";>
>> 
>> CampaignId
>> Clicks
>> VideoViews
>> VideoQuartile25Rate
>> VideoQuartile50Rate
>> VideoQuartile75Rate
>> VideoQuartile100Rate
>> AverageCpv
>> ConversionRate
>> Conversions
>> CostPerConversion
>> 
>> CampaignId
>> IN
>> 306630493
>> 
>> 
>> 20151101
>> 20151108
>> 
>> 
>> Video Report
>> VIDEO_PERFORMANCE_REPORT
>> CUSTOM_DATE
>> GZIPPED_XML
>> 
>>
>>
>>
>> Thanks for your help!
>>
>

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

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


Re: Video Performance Report Bug

2015-11-10 Thread Michael Cloonan (AdWords API Team)
Hello,

Did you happen to be using the Ruby client library? I found an issue in 
that library that will be fixed in the next release, where this header was 
misspelled.

Regards,
Mike, AdWords API Team

On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar wrote:
>
> Hello!
>
> I'm not getting any campgins when using report definition 
> VIDEO_PERFORMANCE_REPORT 
> to fetch reports for videos, and the only way to receive the correct data 
> if I select only CampaignId field but of course this dosen't help me at 
> all because I need the rest of feilds
> https://adwords.google.com/api/adwords/cm/v201509
> ">
> 
> CampaignId
> Clicks
> VideoViews
> VideoQuartile25Rate
> VideoQuartile50Rate
> VideoQuartile75Rate
> VideoQuartile100Rate
> AverageCpv
> ConversionRate
> Conversions
> CostPerConversion
> 
> CampaignId
> IN
> 306630493
> 
> 
> 20151101
> 20151108
> 
> 
> Video Report
> VIDEO_PERFORMANCE_REPORT
> CUSTOM_DATE
> GZIPPED_XML
> 
>
>
>
> Thanks for your help!
>

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

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


Re: Video Performance Report Bug

2015-11-09 Thread Michael Cloonan (AdWords API Team)
Hello,

I just ran some tests on my end and confirmed that this is happening. I 
have reported the issue to engineering and I'll let you know when I hears 
something back.

Regards,
Mike, AdWords API Team

On Monday, November 9, 2015 at 12:51:27 PM UTC-5, Emad Aldeen Hajjar wrote:
>
> Hello!
>
> I'm not getting any campgins when using report definition 
> VIDEO_PERFORMANCE_REPORT 
> to fetch reports for videos, and the only way to receive the correct data 
> if I select only CampaignId field but of course this dosen't help me at 
> all because I need the rest of feilds
> https://adwords.google.com/api/adwords/cm/v201509
> ">
> 
> CampaignId
> Clicks
> VideoViews
> VideoQuartile25Rate
> VideoQuartile50Rate
> VideoQuartile75Rate
> VideoQuartile100Rate
> AverageCpv
> ConversionRate
> Conversions
> CostPerConversion
> 
> CampaignId
> IN
> 306630493
> 
> 
> 20151101
> 20151108
> 
> 
> Video Report
> VIDEO_PERFORMANCE_REPORT
> CUSTOM_DATE
> GZIPPED_XML
> 
>
>
>
> Thanks for your help!
>

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

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


Video Performance Report Bug

2015-11-09 Thread Emad Aldeen Hajjar
Hello!

I'm not getting any campgins when using report definition 
VIDEO_PERFORMANCE_REPORT 
to fetch reports for videos, and the only way to receive the correct data 
if I select only CampaignId field but of course this dosen't help me at all 
because I need the rest of feilds
https://adwords.google.com/api/adwords/cm/v201509";>

CampaignId
Clicks
VideoViews
VideoQuartile25Rate
VideoQuartile50Rate
VideoQuartile75Rate
VideoQuartile100Rate
AverageCpv
ConversionRate
Conversions
CostPerConversion

CampaignId
IN
306630493


20151101
20151108


Video Report
VIDEO_PERFORMANCE_REPORT
CUSTOM_DATE
GZIPPED_XML




Thanks for your help!

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

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


Re: I don't see impressions available in the new v201509 Video Performance Report

2015-10-28 Thread Anthony Madrigal
Hi,

No worries. We are still working on adding Impressions to the Video 
Performance Report. I will let you know as soon as that is done.

Cheers,
Anthony
AdWords API Team

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4143489c-90ba-43f4-92bd-6beb14ae7cd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I don't see impressions available in the new v201509 Video Performance Report

2015-10-28 Thread BraveAdWordsDeveloper

Sorry for the delay in response, I didn't get an update by email that 
anyone replied to this post.
The campaign id's are as follows:
340050962
158699882

On Tuesday, October 20, 2015 at 11:09:30 AM UTC-4, BraveAdWordsDeveloper 
wrote:

> Is this something that will be added soon? In the Google Developer 
> definition for the new report it shows the 'Supports zero impressions' 
> Boolean attribute and also in the click type field it mentions "The 
> Impressions field will reflect how often the ad was served with that click 
> type available. Since ads can serve with multiple click types displayed, 
> impressions may be double counted and the totals may not be accurate. " but 
> there is no Impressions field and I get a 
> ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT when I try to add it to 
> the definition.
>

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

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


Re: Video preview image in Video Performance Report

2015-10-23 Thread Tiana S.
Thanks! Also, great to hear adding impressions is being looked into. :)

All the best,

Tiana

On Thursday, 22 October 2015 21:31:59 UTC+2, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Hi Tiana,
>
> They are already looking at adding impressions. As for your other 
> requests, I filed a feature request with the engineers. Since I don't set 
> the priority, I can't give a date. So, be on the lookout on the blog 
> <http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for any 
> updates.
>
> Best,
> Nadine, AdWords API Team
>
> On Thursday, October 22, 2015 at 10:06:58 AM UTC-4, Tiana S. wrote:
>>
>> I think it would be a very useful addition if you'd be able to request a 
>> preview image or something for the video and the url to the video in the 
>> Video Performance Report.
>> This will give a better overview and a clearer indication on what video 
>> is returned. 
>> Also, a lot of the metrics in e.g. the campaign performance report aren't 
>> available in the Video performance report but are available in the 
>> interface (e.g. impressions).
>> Any chance these will be added? Because I do see clicks and some other 
>> metrics that are now not as useful without the other metrics.
>>
>

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

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


Re: New Video Performance Report returning 0 views but Video played to 100% has values

2015-10-22 Thread Umesh Dengale
Hello,

Could you provide the report request and clientCustomerId? Just click *Reply 
privately to author* in the forum when responding. Don't forget to remove 
the developer token in the output.

Thanks,
Umesh, AdWords API Team.


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

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


Re: Video preview image in Video Performance Report

2015-10-22 Thread Nadine Sundquist (AdWords API Team)
Hi Tiana,

They are already looking at adding impressions. As for your other requests, 
I filed a feature request with the engineers. Since I don't set the 
priority, I can't give a date. So, be on the lookout on the blog 
<http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for any 
updates.

Best,
Nadine, AdWords API Team

On Thursday, October 22, 2015 at 10:06:58 AM UTC-4, Tiana S. wrote:
>
> I think it would be a very useful addition if you'd be able to request a 
> preview image or something for the video and the url to the video in the 
> Video Performance Report.
> This will give a better overview and a clearer indication on what video is 
> returned. 
> Also, a lot of the metrics in e.g. the campaign performance report aren't 
> available in the Video performance report but are available in the 
> interface (e.g. impressions).
> Any chance these will be added? Because I do see clicks and some other 
> metrics that are now not as useful without the other metrics.
>

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

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


New Video Performance Report returning 0 views but Video played to 100% has values

2015-10-22 Thread Leon Pidgeon
I am using the googleads-php-lib library 
 and pulling data for 
a VIDEO_PERFORMANCE_REPORT. All the values in the Views column are 0 even 
in rows where Video played to 100% are percentages indicating the video has 
been played to completion.

Is there some setting I am missing because when I re-run the report to the 
start of 2014 there is not one single View and View Rate is also 0. Pulling 
a similar report from the MCC returns values for views.

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

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


Video preview image in Video Performance Report

2015-10-22 Thread Tiana S.
I think it would be a very useful addition if you'd be able to request a 
preview image or something for the video and the url to the video in the 
Video Performance Report.
This will give a better overview and a clearer indication on what video is 
returned. 
Also, a lot of the metrics in e.g. the campaign performance report aren't 
available in the Video performance report but are available in the 
interface (e.g. impressions).
Any chance these will be added? Because I do see clicks and some other 
metrics that are now not as useful without the other metrics.

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

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


Re: Video Performance Report - missing field data?

2015-10-21 Thread Umesh Dengale
Hello,

We can't comment on the future releases of the AdWords API. Please refer to 
the AdWords API blog 
 for any 
updates or announcements.

Regards,
Umesh, AdWords API Team.

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

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


Re: Video Performance Report - missing field data?

2015-10-21 Thread Mark Rogoyski
Regarding the Video Performance Report, is there a reason why it lacks 
certain fields that other reports have, such as CampaignName and 
AdGroupName, for instance? Are there future plans to include these fields?

Thanks.

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

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


Re: Video Performance Report - missing field data?

2015-10-21 Thread Umesh Dengale
Hello,

The Engagements 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#engagements>
 and EngagementRate 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#engagementrate>
 fields 
are of type metric behavior. These fields will not calculate correctly when 
we include ClickType 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#clicktype>
 in 
the selector and will return as 0. 

Thanks,
Umesh, AdWords API Team.

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

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


Re: Video Performance Report - missing field data?

2015-10-21 Thread Umesh Dengale
Hello,

The ClickType 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#clicktype>
 documentation mentions that: -
The Impressions field will reflect how often the ad was served with that 
click type available. Since ads can serve with multiple click types 
displayed, impressions may be double counted and the totals may not be 
accurate.

When the report contains ClickType filed then the fields of type metrics 
behavior (e.g.  Conversions 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversions>
, VideoView 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#videoviews>
, VideoViewRate 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#videoviewrate>
, CostConversion 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#costperconversion>
, ConversionValue 
<https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#conversionvalue>
 etc.) 
will not calculate correctly and will return as 0.

Thanks,
Umesh, AdWords API Team.

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

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


Re: Video Performance Report - missing field data?

2015-10-20 Thread Umesh Dengale
Hello,

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

Thanks,
Umesh, AdWords API Team.

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

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


Video Performance Report - missing field data?

2015-10-20 Thread Dana Gray
I have successfully pulled video performance reports but in comparing with 
the google adwords web UI it appears that some fields are not populating 
with data. I get data for 100,75,50,25 quartile fields but views, view 
rate, conversions, cost/conv, etc are showing '0' as the value where the 
web UI will show values I would expect. I checked a specific day and the 
clicks value was an exact match. Below is the report definition I am using 
(python with pythonmarketo library)
'video': {
'reportName': 'video_performance_rpt',
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'VIDEO_PERFORMANCE_REPORT',
'downloadFormat': 'TSV',
'selector': {
'dateRange': {
'min': 'mmdd',
'max': 'mmdd'
},
#'dateRange' : {'min': '20150101', 'max': '20151001'},
'fields': [
'Date', 'CampaignId', 'AdGroupId', 'AverageCpv', 
'AdNetworkType2', 'Device',
'EngagementRate', 'Engagements', 'Clicks', 'ClickType',
'CostPerConversion', 'ConversionRate', 'Conversions', 
'ConversionValue', 'CreativeId', 'VideoDuration',
'VideoQuartile100Rate', 
'VideoQuartile75Rate','VideoQuartile50Rate','VideoQuartile25Rate',
'VideoTitle', 'VideoViewRate', 'VideoViews'
]
},
'includeZeroImpressions': 'false'
}
Thanks for your help!

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

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


Video Performance Report - missing data in fields

2015-10-20 Thread Dana Gray

I have successfully pulled reports from the api but in cross checking the 
data with that from the web UI I have noticed some fields are not returning 
data that is showing on the web ('Views', 'View Rate', 'CostPerConversion', 
'ConversionRate', 'Conversions', 'ConversionValue'). Yet data for the 
various quartiles does appear in the api generated report.
Using python, pythonmarketo library with the following report definition

'video': {
'reportName': 'video_performance_rpt',
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'VIDEO_PERFORMANCE_REPORT',
'downloadFormat': 'TSV',
'selector': {
'dateRange': {
'min': 'mmdd',
'max': 'mmdd'
},
#'dateRange' : {'min': '20141201', 'max': '20141202'},
'fields': [
'Date', 'CampaignId', 'AdGroupId', 'AverageCpv', 
'AdNetworkType2', 'Device',
'EngagementRate', 'Engagements', 'Clicks', 'ClickType',
'CostPerConversion', 'ConversionRate', 'Conversions', 
'ConversionValue', 'CreativeId', 'VideoDuration',
'VideoQuartile100Rate', 
'VideoQuartile75Rate','VideoQuartile50Rate','VideoQuartile25Rate',
'VideoTitle', 'VideoViewRate', 'VideoViews'
]
},
'includeZeroImpressions': 'false'
}

Thanks for your help!

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

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


Re: I don't see impressions available in the new v201509 Video Performance Report

2015-10-20 Thread Anthony Madrigal
HI,

Sorry for the inconvenience. This is a known issue that we are currently 
looking into. I will let you know once this change is fixed.

Regards,
Anthony
AdWords API Team

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

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


I don't see impressions available in the new v201509 Video Performance Report

2015-10-20 Thread Sean Busa
Is this something that will be added soon? In the Google Developer 
definition for the new report it shows the 'Supports zero impressions' 
Boolean attribute and also in the click type field it mentions "The 
Impressions field will reflect how often the ad was served with that click 
type available. Since ads can serve with multiple click types displayed, 
impressions may be double counted and the totals may not be accurate. " but 
there is no Impressions field and I get a 
ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT when I try to add it to 
the definition.

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

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


Re: Campaign and Adgroup name in Video Performance Report

2015-10-20 Thread Nadine Sundquist (AdWords API Team)
Hi Tiana,

I don't know of any plans now, so I put it in as a feature request for our 
engineers who work on that report. Thanks for pointing out the 
inconsistency!

Cheers,
Nadine, AdWords API Team

On Tuesday, October 20, 2015 at 8:01:02 AM UTC-4, Tiana S. wrote:
>
> Hi all,
>
> I had a look at the All reports overview an noticed it's not possible to 
> request the campaign or adgroup name in the Video Performance Report...
> As you can see here 
> https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#campaignname,
>  
> (almost) all performance reports have an option to fetch the associated 
> campaign name and adgroup name except for the Video Performance Report and 
> 3 or 4 others. 
>
> Any chance this is going to be added?
>
> Thanks, 
>
> Tiana
>

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

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


Campaign and Adgroup name in Video Performance Report

2015-10-20 Thread Tiana S.
Hi all,

I had a look at the All reports overview an noticed it's not possible to 
request the campaign or adgroup name in the Video Performance Report...
As you can see here 
https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#campaignname,
 
(almost) all performance reports have an option to fetch the associated 
campaign name and adgroup name except for the Video Performance Report and 
3 or 4 others. 

Any chance this is going to be added?

Thanks, 

Tiana

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

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