Re: About obtaining the cost amount for the account on the management screen

2020-03-31 Thread 矢崎慎悟
Dear, Google Ads API Team

It is said that the amount in the red frame of the attached image can not 
be obtained with the API.
It was also found that other values ​​could not be calculated.
So why is the result of subtracting the total ACCOUNT_PERFORMANCE_REPORT 
cost from MicroAmount obtained by get () of BudgetOrderService different 
from the amount in red frame?

Regards,
Shingo Yazaki


2020年4月1日水曜日 1時49分07秒 UTC+9 adsapiforumadvisor:
>
> Hi Shingo,
>
> The amount in the red frame is the account balance. This value could not 
> be calculated from another value via the API. Please keep an eye on our 
> blog  for 
> updates of the new release information.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5001UXVP8x: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/e6f33f5f-9ab8-4640-a409-94596360f3ff%40googlegroups.com.


Method not found exception

2020-03-31 Thread V Kuznetsov
Hi,

Simple call to get a service throws me this error:
System.MissingMethodException: Method not found: 'Grpc.Core.CallInvoker 
Grpc.Core.Interceptors.ChannelExtensions.Intercept(Grpc.Core.Channel, 
Grpc.Core.Interceptors.Interceptor)'.
at Google.Ads.GoogleAds.Lib.GoogleAdsServiceClientFactory.GetService[
TService,TServiceSetting](ServiceTemplate`2 serviceTemplate, 
GoogleAdsConfig config)
at 
Google.Ads.GoogleAds.Lib.GoogleAdsClient.GetService[TService,TServiceSetting](ServiceTemplate`
2 serviceTemplate)

This is the line that causes it:
CustomerServiceClient customerService = client.GetService(global::Google.Ads
.GoogleAds.Services.V3.CustomerService);

My relevant packages:
 
 
 
 

It's a class library, used in a web api project.
 net472;netcoreapp2.2

Please help to resolve the error. 

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/06f2fb6c-fc0a-476d-af5d-e00146bf42ab%40googlegroups.com.


RE: How to check conversion which are imported from GA

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Xiaoying,

It is possible to retrieve this information through reports with the 
ExternalConversionSource field. For a list of the types of reports that have 
this field available, you can take a look at this documentation.

Let me know if you have any additional questions.

Thanks,
Danica Calusin, Google Ads API Team
ref:_00D1U1174p._5001UZVMto: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/LlWd90Q82UET00PoOKuUIITq2MT6sPWQc6yA%40sfdc.net.


Re: How do I get incremental entity report with google ads api

2020-03-31 Thread Dihan Cheng
HI Mitchell,

not sure if I explained my question clearly, the issue is:

I use GoogleAdsService to do an initial sync of a large entity report with 
millions of records. And the sync process will run once everyday after the 
initial sync, but for the incremental sync, we don't want to sync all 
records every time, we only want to sync the records which have been 
changed since last sync. There is no Date for entity (for example, 
campaign, ad group, ...);  essentially Date only make sense for performance 
report but not for entities. what we really need is filter based on the 
last sync time of record.

is there any workaround?

thanks,

Dihan

On Tuesday, March 31, 2020 at 3:38:43 PM UTC-4, adsapiforumadvisor wrote:
>
> Hi Dihan,
>
> Thank you for reaching out. The available report date ranges are listed 
> here 
> .
>  
> Unfortunately, there is no way to pull specifically from the last update. 
> You can use the Change Status Service 
>  to pull 
> the date of the most recent update and specify that as the starting point 
> for your report using a custom date range.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UZVQLC: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/ba05fa7a-c64d-4e2d-9139-a8cf22c64548%40googlegroups.com.


RE: How can I check whether billing information is setup in client account or not through Adwords Api?

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Ankit,

For Ads there are two status fields you can call from. You can either get 
status of the ad or combinedApprovalStatus if your ad has been approved or not. 
However, it will not tell you the reason why the ad is not delivering. Let me 
know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5001UZV7oD: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/VdTb-0Q82S8G006f6AiSazR8avoRksgoy6Aw%40sfdc.net.


RE: Google Ads API - Dynamic Search Ads Dynamic Ad Target Tracking Template

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi John,

You can access the DynamicSearchAdsSetting through your campaigns and the 
tracking template through the Ad object.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UZVPF0: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/7FAPT0Q82Q2N00q7-P_tjjQKev47lfIo1U5Q%40sfdc.net.


RE: How to get data feed from merchant in .NET

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hello,


Unfortunately, it is not currently possible to retrieve data feeds from the 
merchant center via AdWords API. You may want to reach out to the Content API 
for Shopping team here as they be better equipped to handle your concern.


Thanks,

Danica Calusin, Google Ads API Team
ref:_00D1U1174p._5001UZVLuv: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/FQmyn0Q82PK100qVg3uYBkRQmeuzECp855bQ%40sfdc.net.


RE: How do I get incremental entity report with google ads api

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Dihan,

Thank you for reaching out. The available report date ranges are listed here. 
Unfortunately, there is no way to pull specifically from the last update. You 
can use the Change Status Service to pull the date of the most recent update 
and specify that as the starting point for your report using a custom date 
range.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UZVQLC: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/QcfIL0Q82P7U00T0TEzIuKQqug4y2Tlq-MVA%40sfdc.net.


Re: Product Partition Report Migration Problem

2020-03-31 Thread Pete Lavetsky (AdWords API Guru)
Thanks Mitchell,

Guess I glazed over that section of the page and didn't connect the dots.

Pete

On Tuesday, March 31, 2020 at 3:10:47 PM UTC-4, adsapiforumadvisor wrote:
>
> Hi Pete,
>
> Thank you for reaching out. As shown here 
> ,
>  
> you should use the product_group_view 
>  
> report to emulate the AdWords Product Partition report. From here, you can 
> reference the customer, ad_group, and ad_group_criterion reports.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UZVPaV: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/6fe88a3c-1e60-434d-9077-d10319febff0%40googlegroups.com.


Re: How can I check whether billing information is setup in client account or not through Adwords Api?

2020-03-31 Thread ankit agarwal
Please add this feature it would be really helpful.

I have one more question. Is there any field for ex 'ad status' which can tell 
me that my ad is created but is not delivering due to some reason?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/434f8840-a3d5-45f2-8b45-ce96a9d91c2e%40googlegroups.com.


Re: How do I catch AdwordsApi::Errors::ReportXmlError error?

2020-03-31 Thread ankit agarwal
I know the reason behind this error. My question is, How can I catch this 
exception??

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b4669682-55e5-4dc9-a4a5-d390ca7aee28%40googlegroups.com.


RE: How do I catch AdwordsApi::Errors::ReportXmlError error?

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Ankit,

Thank you for reaching out. AuthenticationError.OAUTH_TOKEN_INVALID error 
occurs when OAuth access token in the header is not valid. Could you please 
make sure that you generate the OAuth2 credentials using the email that has 
admin or standard access to the manager account? If it is confirmed, please 
follow this guide to re-generate the OAuth2 credentials and try it again. 
Please let me know if the issue persists.

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


RE: Product Partition Report Migration Problem

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Pete,

Thank you for reaching out. As shown here, you should use the 
product_group_view report to emulate the AdWords Product Partition report. From 
here, you can reference the customer, ad_group, and ad_group_criterion reports.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UZVPaV: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/xNu040Q82NXC00kRBfyWVEQSezZkukdykjCw%40sfdc.net.


Re: Anyway to get all Google Ads accounts associated with a google account after OAuth login?

2020-03-31 Thread Dipack Panjabi
Thanks for the response, Xiaoming.

In order to make the request, I would have to provide a `clientCustomerId` 
header in the request, and I can pull the account hierarchy only then, 
right?

I was hoping there was a way for me to not provide a `clientCustomerId` 
header, and simply retrieve all managed accounts that way. Can you do 
something like that?

Dipack

On Tuesday, March 31, 2020 at 11:28:35 AM UTC-7, adsapiforumadvisor wrote:
>
> Hi Dipack,
>
> Thank you for reaching out. You could use the ManagedCustomerService.get() 
> 
>  
> to retrieve the account hierarchy information under a particular Google Ads 
> account. This is a code example 
> 
>  
> for you on how to use this service. Please let us know if you have any 
> further questions.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5001UZVIPp: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/55d071ba-f16b-494a-b523-25f21f83be8c%40googlegroups.com.


RE: Anyway to get all Google Ads accounts associated with a google account after OAuth login?

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Dipack,

Thank you for reaching out. You could use the ManagedCustomerService.get() to 
retrieve the account hierarchy information under a particular Google Ads 
account. This is a code example for you on how to use this service. Please let 
us know if you have any further questions.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5001UZVIPp: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/5Vk1j0Q82LYX00G8yzlDYuT1Ww_52_k3HTBg%40sfdc.net.


Re: How to add logs to different file for different services - Google Ads API Beta

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Chirag,

Can you please share the contents of your google_ads_php.ini file via Reply 
privately to author? If you are trying to specify your own logger, you can 
follow the instructions here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001USx2QL: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/WRXhi0Q82LGX00ozI2SalYT32_I0wN2dBSeA%40sfdc.net.


How do I get incremental entity report with google ads api

2020-03-31 Thread Dihan Cheng
Hi, 

By using GoogleAdsService in google ads api, I don't find how can I get 
only the updated entity data since last sync date;

anyone knows how can I get it?

thanks,

Dihan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8c9ef9ed-a3d9-4c82-962f-81ce236b965b%40googlegroups.com.


Re: limit reports in google adwords api

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Raneen,

You may make one request to the API at a single time. You can make as many 
consecutive requests as you need once each request is completed as long as you 
do not exceed the system limits mentioned in this guide.

Thanks,
Danica Calusin, Google Ads API Team
ref:_00D1U1174p._5001UZV0ad: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/50FTS0Q82JXT00S8XxKUi_TMq2vDRpejYaHw%40sfdc.net.


Re: SELECT segments.conversion_action FROM ad_group_ad

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Wei,

Thank you for reaching out. The fields 'ctr', 'cost_micros', 'average_cpc', 
'clicks', 'conversions_from_interactions_rate', 'impressions', 'average_cost', 
'average_cpm', 'cost_per_conversion' are not yet supported when you have 
segments.conversion_action_name in the SELECT clause. I have submitted a 
feature request to support these fields when you have 
segments.conversion_action_name in the SELECT clause. Please keep an eye on our 
blog for the announcements and updates on new releases.

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


Product Partition Report Migration Problem

2020-03-31 Thread Pete Lavetsky (AdWords API Guru)
Hi All,

I am attempting to migrate our Product Partition report but running into a 
few problems. I'm referencing the fields 
here: 
https://developers.google.com/google-ads/api/docs/migration/reports#product_partition

The question boils down to: what resource do I want in my from clause?

Here are the errors I'm running into:

query: "select customer.id, campaign.id, ad_group.id, 
ad_group_criterion.criterion_id, segments.ad_network_type, segments.date, 
segments.device, ad_group_criterion.listing_group.type, 
metrics.impressions, metrics.clicks, metrics.cost_micros, 
metrics.search_click_share, metrics.search_impression_share, 
metrics.conversions from ad_group where segments.date   DURING  
 LAST_7_DAYS "
page_size: 5000

Failure message: errors {
  error_code {
query_error: PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE
  }
  message: "Cannot select fields from the following resource: 
\'AD_GROUP_CRITERION\', since the resource is incompatible with the 
resource in FROM clause."
}


Or:

query: "select customer.id, campaign.id, ad_group.id, 
ad_group_criterion.criterion_id, segments.ad_network_type, segments.date, 
segments.device, ad_group_criterion.listing_group.type, 
metrics.impressions, metrics.clicks, metrics.cost_micros, 
metrics.search_click_share, metrics.search_impression_share, 
metrics.conversions from ad_group_criterion where segments.date   DURING   
LAST_7_DAYS 
"


Failure message: errors {

  error_code {

query_error: PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE

  }

  message: "Cannot select or filter on the following metrics: 
\'impressions\'(could not support requested resources: 
\'AD_GROUP_CRITERION\', \'AD_GROUP_CRITERION\'), \'clicks\'(could not 
support requested resources: \'AD_GROUP_CRITERION\', 
\'AD_GROUP_CRITERION\'), \'cost_micros\'(could not support requested 
resources: \'AD_GROUP_CRITERION\', \'AD_GROUP_CRITERION\'), 
\'search_click_share\'(could not support requested resources: 
\'AD_GROUP_CRITERION\', \'AD_GROUP_CRITERION\'), 
\'search_impression_share\'(could not support requested resources: 
\'AD_GROUP_CRITERION\', \'AD_GROUP_CRITERION\'), \'conversions\'(could not 
support requested resources: \'AD_GROUP_CRITERION\', 
\'AD_GROUP_CRITERION\'), since metric is incompatible with the resource in 
the FROM clause or other selected segmenting resources."

}


Thanks

Pete

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a6430fd3-ddb9-4520-9dfd-5d1d2da52701%40googlegroups.com.


RE: How can I check whether billing information is setup in client account or not through Adwords Api?

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Ankit,

I see that you have two concerns. Below you will find my answers to each 
concern.

1. Conditions in which an account will not be eligible to serve ads.
These conditions include when the account is a test account that cannot serve 
ads, or if billing has not been set up. In these cases, an account will not be 
able to serve ads.

2. How to know if an account's billing setup is set or not.
Unfortunately through the API you can only see whether they've created budgets 
for the account. There isn't a field that correlates to if the account's 
billing setup has been set or not. I can add a request for this feature to be 
added if you would like. In the meantime, please follow our blog for updates on 
updates and new releases pertaining to this concern.

Let me know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5001UZV7oD: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/LkrhG0Q82IN000R6JLUNWMSKudeu_m2DPmfw%40sfdc.net.


Google Ads API - Dynamic Search Ads Dynamic Ad Target Tracking Template

2020-03-31 Thread 'John N.' via AdWords API and Google Ads API Forum
Hello,

Is there any way within Google Ads API to pull the tracking templates for 
the Dynamic Ad Targets? We currently use tracking templates to append 
parameters we use internally to map activity. In the old Adwords API we 
were able to pull in the CreativeFinalUrls which would have the full url 
with the parameters but this is no longer available in Ads APi. Wondering 
if there is a work around for this.

Best,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/83b7e7af-cc61-4652-b635-67e3042c9a3e%40googlegroups.com.


RE: How can I verify whether Payment profile is setup in individual client account or not through adwords API endpoint?

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Ankit,

In Adwords API, you may use getBillingAccounts within BudgetOrderService. If 
you choose to use BudgetOrderService, please note that you must be whitelisted 
by your Google account manager to use the mutate action.

Thanks,
Danica Calusin, Adwords API Team
ref:_00D1U1174p._5001UZV7jI: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/XVcM20Q82HXU00jojASj-pQbiPBQhpqNgfpg%40sfdc.net.


Re: About obtaining the cost amount for the account on the management screen

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Shingo,

The amount in the red frame is the account balance. This value could not be 
calculated from another value via the API. Please keep an eye on our blog for 
updates of the new release information.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5001UXVP8x: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/TnVIt0Q82HD700cNTuE-P6TB6X2fS2c8Qn-A%40sfdc.net.


Re: UAC Campaign

2020-03-31 Thread Kartik
Hi Mitchell,

We were able to get the cpm and cpc from adgroups. How this is possible 
then?

Regards,
Kartik

On Tuesday, March 31, 2020 at 7:47:42 PM UTC+5:30, adsapiforumadvisor wrote:
>
> Hi,
>
> Thank you for reaching out. As explained here 
> , 
> UAC reporting is not currently available at the ad group level which is why 
> you can't see the ad group target cpa. You have to get UAC attributes from 
> the campaign level.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UZVLQM: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/9db549a9-1e92-4b17-b237-5d086b5f543a%40googlegroups.com.


Re: how to get ad_group_ad_asset_view use php

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi,

You can get ad group-level reporting for the individual assets comprising the 
ad by following this guide. If you are having trouble retrieving specific 
metrics, please share them in English along with your client customer ID so I 
can further investigate the issue.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UZV86Q: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/xpkD10Q82C6Z00U89PbPLUTA-3p54FpeF3sQ%40sfdc.net.


RE: UAC Campaign

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. As explained here, UAC reporting is not currently 
available at the ad group level which is why you can't see the ad group target 
cpa. You have to get UAC attributes from the campaign level.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UZVLQM: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/aFHxR0Q82ACT00dvd_YTE6Q_2EhFB07GgNQw%40sfdc.net.


Re: How to check conversion which are imported from GA

2020-03-31 Thread xy sun
Hi 

Google ads can import goals from different sources such as Google 
Analytics,Third-party 
app analytics, Salesforce etc.. Is there a way to know the goal is imported 
from Google Analytics through ConversionTrackerService 

?

Thanks,
Xiaoying


On Saturday, January 12, 2019 at 3:21:30 AM UTC+8, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hello Indrani, 
>
> Currently, it is not possible to get the Google Analytics conversion 
> trackers through ConversionTrackerService 
> .
>  
> Unfortunately, I cannot comment on the future plans for this feature. 
> Please keep an eye on our blog 
>  for the 
> updates and announcements.
>
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/40360397-2574-4e00-be98-f89eac703247%40googlegroups.com.


RE: "removed" campaigns don't show up in Campaign Performance Report

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Maria,

The field CampaignStatus is an attribute so the data reflected will always be 
the current state, regardless of date range. Removed entities shouldn't return 
by default. If you want me to take a look into the behavior, please reply 
privately to author your CID, and report results.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UZV88M: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/GPGO60Q828LF00j7shtagcT568jPmtVD5t2A%40sfdc.net.


Re: Is there any way to associate gender_view and age_range_view with each video?

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Yuichiro,

Unfortunately, this is also not possible via the API. The data you get from 
reports for gender and age is the same data you would see in your Google Ads UI 
under Demographics.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UZV7lm: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/2z8pU0Q827U500BnAhdrq3Scy_NIeDoYu9ng%40sfdc.net.


Re: How to add logs to different file for different services - Google Ads API Beta

2020-03-31 Thread Chirag eReportz
Hi Mitchell,

Thank you for the clarification.


Sorry for the late reply.

But when I tried to create Log like this
I am only getting log as a one liner and not the log that detailed provided
by default logger.
$adsLoggerFactory = new LoggerFactory();
$logger = $adsLoggerFactory->createLogger('pausePlacement', $logPath, Logger
::DEBUG);


On Fri, Jan 31, 2020 at 12:38 AM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi,
>
> The PHP library conforms to PSR-3  for
> logging. You can change the configuration to point to a different path as
> explained here
> 
> to save to different locations.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001USx2QL: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/CAP0TF-soiQND3v5m_AshN15nGziZZRrOgzevZo%2ByknB5h1YcRg%40mail.gmail.com.


Re: select from video resource with some segments cause GRPC::InvalidArguments error

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Yuichiro,

You can enable detailed error logging as explained here which will let you know 
if the metrics aren't compatible. Additionally, you can use the AdWords 
documentation as a reference. For example, you can see here under "Not 
compatible with the following fields:" what isn't compatible with conversion 
category. There are some differences between AdWords API and Google Ads API but 
that would be a good place to start if you're confused.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UXWykq: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/Gnfzn0Q827IN00skZBal6IRSK8EDA9mIrYkA%40sfdc.net.


Re: How to get data feed from merchant in .NET

2020-03-31 Thread Atif ..
I have to access the datafeed uploaded in merchant center which have 
products details. How can i get it ? i tried with adwords API it is only 
showing the list of simple datafeed and Google ads account not the Data 
feeds from merchant center. 
Moreover i  have been authenticated my user for adwords api and content api 
and got the access token, will the same token user object can be used for 
content library access? 



On Tuesday, January 28, 2020 at 8:06:35 PM UTC+5, Atif .. wrote:
>
> Can somebody share the code snippet to C# .Net how can i get the list of 
> all data feeds uploaded on merchant 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ec4e78dc-6643-4da4-860b-66612143d0f9%40googlegroups.com.


Re: "removed" campaigns don't show up in Campaign Performance Report

2020-03-31 Thread Maria Ravander
Hi Anthony,
>
>
it did not work out with the WHERE clause. After some more troubleshooting 
I realised the wrong timespan had been used in the DURING clause. When I 
change the timespan, removed campaigns are now include in the report 
although there is *no* WHERE clause? So should removed campaigns really be 
left out by default or not? If yes why are they now included in the report?

Still using the same AWQL as before but with a changed timespan:
SELECT CampaignName, Date, CampaignStatus FROM CAMPAIGN_PERFORMANCE_REPORT 
DURING 20180613,20180613

AWQL with a WHERE clause which gives the exact same response:
SELECT CampaignName, Date, CampaignStatus FROM CAMPAIGN_PERFORMANCE_REPORT 
WHERE CampaignStatus IN [ENABLED,PAUSED,REMOVED] DURING 20180613,20180613

Thanks,
Maria

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d80b17aa-a357-4b9b-aa30-4bf1256f9d3b%40googlegroups.com.


How do I catch AdwordsApi::Errors::ReportXmlError error?

2020-03-31 Thread Ankit Agarwal
I have been receiving an exception:
#', field path: 
''>

But I am not able to handle this error. Can you please help me out here.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c4b1d976-b598-4070-bcd6-2680a12a46e3%40googlegroups.com.


UAC Campaign

2020-03-31 Thread Kartik
I have been trying to fetch the data for UAC campaigns while fetching that 
I'm unable to get the target_cpa.
Whereas, I can see the value of target_cpa in the UI.

I tried with adding the target_cpa in the query but didn't work.
Below is the query for reference:

query = ("""SELECT
ad_group.target_cpa_micros
,ad_group.cpm_bid_micros
,ad_group.cpc_bid_micros
,ad_group.id
,ad_group.name
,campaign.advertising_channel_sub_type
,campaign.id
,campaign.name
,customer.descriptive_name
,customer.currency_code
,customer.id
,customer.time_zone
,metrics.clicks
,metrics.conversions
,metrics.all_conversions
,metrics.conversions_value
,metrics.cost_micros
,metrics.impressions
,metrics.view_through_conversions
,segments.ad_network_type
,segments.date
FROM  ad_group
WHERE  segments.date > '{}' AND segments.date < '{}'
AND campaign.advertising_channel_sub_type = 
'APP_CAMPAIGN'""".format(
start_range, end_range))
header_list = ['ad_group.target_cpa_micros', 'ad_group.cpm_bid_micros', 
'ad_group.cpc_bid_micros',
   'ad_group.id', 'ad_group.name', 
'campaign.advertising_channel_sub_type',
   'campaign.id',
   'campaign.name', 'customer.descriptive_name', 
'customer.currency_code', 'customer.id',
   'customer.time_zone', 'metrics.clicks', 'metrics.conversions',
   'metrics.all_conversions', 'metrics.conversions_value', 
'metrics.cost_micros',
   'metrics.impressions', 'metrics.view_through_conversions', 
'segments.ad_network_type',
   'segments.date']

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2809438b-0204-4b7a-8e5b-4d327293e63b%40googlegroups.com.


Re: check the operation without executing it

2020-03-31 Thread cv
Thanks,

I am able to test this out. 





On Saturday, 28 March 2020 01:13:24 UTC+5:30, adsapiforumadvisor wrote:
>
> Hello,
>
> You can use the validateOnly 
> 
>  
> header to generate API calls but the action will not be executed.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UXWyLR: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/b559760b-9c94-42ac-a651-038c0471dcaf%40googlegroups.com.


Re: limit reports in google adwords api

2020-03-31 Thread Raneen Bsais
thank you,
how many requests can i make in the same time?

On Monday, 30 March 2020 21:28:01 UTC+3, adsapiforumadvisor wrote:
>
> Hi Raneen,
>
>  
>
> Unfortunately, only one report can be generated at a time and a given 
> report request can only include data from a single Google Ads account. If 
> you would like to run multiple reports, you will have to make another 
> request once the last report request has been completed. For more 
> information on reporting, you may take a look at our Reporting Basics guide
>  here .
>
>  
>
> Thanks,
>
> Danica Calusin, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UZV0ad: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/15e47f0b-e9f6-42dc-b54e-8d1cc362728f%40googlegroups.com.