Get the fields of report in Japanese

2019-07-16 Thread アルアバヤジアレクサンドレ
Hi community !

I can download Campaign Performance Report in CSV file but I get the fields 
in English
(Day,Campaign state,Campaign,Budget,Currency,Clicks,Impressions,CTR,Avg. 
CPC,Cost,Avg. position)
How can I get the fields in Japanese ?

Here is my code in python:

report_downloader = adwords_client.GetReportDownloader(version='v201809')
report_query = (adwords.ReportQueryBuilder()

.Select('Date','CampaignStatus','CampaignName','Amount','AccountCurrencyCode','CampaignStatus',
'Clicks','Impressions','Ctr','AverageCpc','Cost','AveragePosition')
.From('CAMPAIGN_PERFORMANCE_REPORT')
.Where('CampaignStatus').EqualTo("ENABLED")
.During(start_date='20190601', end_date='20190630')
.Build())


Thanks!
Alex

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d2cba123-753a-459d-90e0-49f802ee3d0b%40googlegroups.com.


get the fields of report in Japanese

2019-07-16 Thread アルアバヤジアレクサンドレ
Hi community !

I can download the Campaign Performance Report in CSV format but I get the 
fields in English
(Day,Campaign state,Campaign,Budget,Currency,Clicks,Impressions,CTR,Avg. 
CPC,Cost,Avg. position)
How I can get the fields in Japanese ?

Here is my code in Python:

report_downloader = adwords_client.GetReportDownloader(version='v201809')
report_query = (adwords.ReportQueryBuilder()

.Select('Date','CampaignStatus','CampaignName','Amount','AccountCurrencyCode','CampaignStatus',
'Clicks','Impressions','Ctr','AverageCpc','Cost','AveragePosition')
.From('CAMPAIGN_PERFORMANCE_REPORT')
.Where('CampaignStatus').EqualTo("ENABLED")
.During(start_date='20190601', end_date='20190630')
.Build())

Thanks!
Alex

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0d228272-37cb-44d7-81ea-391cffeed565%40googlegroups.com.


Re: How to add dummy data to my test account

2019-07-16 Thread Nicolas Claus
So what is the point of test accounts if we can't even fetch some dummy 
data? Could you guys hardcode it in some way? For example all test accounts 
may have some default set of campaigns with hardcoded metrics etc. This is 
so obvious solution. The issue exists for years. I can't believe you still 
didn't fix it.

On Monday, March 25, 2013 at 5:15:41 AM UTC+2, Jonathan Sosa wrote:
>
> Hi
>
> I'm trying to get the Campaign Performance Report for my test account, but 
> it returns no rows.
>
> I think the reason is adding the required segment field ClickType. (All 
> my test campaigns have no clicks)
>
> Is there a way to add dummy data Clicks/Impressions/etc to my test 
> campaigns?
>
> Best
> Jonathan
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/32482881-f58f-4896-9394-6fcaadd09416%40googlegroups.com.


Re: AuthenticationError.NOT_ADS_USER @

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

Upon checking, the test MCC account which your (test) testingad...@gmail.com 
email address is associated to currently does not have any client accounts in 
its hierarchy. That said, could you confirm which account(s) you specified in 
your request(s)?

So I can further investigate, could you provide the generated SOAP request and 
response logs? You may use the Reply privately to author option when sending 
the information I requested.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001U8LJRg: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/kNRZE0PURV3E00inCFlQ8KQ-iS3ArOYKdMhQ%40sfdc.net.


RE: Failed to create OAuth credentials. Check OAuth settings in the ads.properties file. Exception: com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed.

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Rakesh,

This kind of error usually occurs when the access token or refresh token is 
invalid or incorrect. Could you confirm if you followed this guide (or similar 
guide) to generate a refresh token? If no, could you try to generate a new 
refresh token by following the guide and retry your request?

Please let me know if the issue persists after trying the suggestion.

Regards,
Hiroyuki
Google Ads API Team
ref:_00D1U1174p._5001U8LWOt: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/dcdNF0PURUW400svxKkTMwTqyMO8deYiVdyA%40sfdc.net.


Re: Campaign Budget Cost Per Day

2019-07-16 Thread 'Ramanajee Kandregula' via AdWords API and Google Ads API Forum
Thank you

On Wednesday, July 17, 2019 at 1:31:52 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hello Ramanajee,
>
> The date segment is not available for campaign_budget resource. I will 
> raise a feature request with my team regarding this. I will update you on 
> this thread once I have more information.
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001U8Lhg9: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/74127473-0e72-4bfe-9769-0a349bb846e6%40googlegroups.com.


RE: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions

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

Thank you for reaching out.

It appears that one of your colleagues has opened the same concern in this 
thread. For better communication, kindly refer to that thread.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001U8LWWJ: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/WLoMs0PURUD700dfaNNdKWS-ebZfXFP4fWyA%40sfdc.net.


RE: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

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

Thank you for reaching out.

I noticed that this specific error message is not documented. To better 
investigate the issue, could you provide the complete SOAP request and response 
logs via Reply privately to author option?

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001U8LWW9: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/bxHhO0PURUCZ00dV2dNq_TSCSVj3SMzGyOKw%40sfdc.net.


RE: INVALID_PREDICATE_FIELD_NAME:CampaignStatus

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Pallavi,

Thank you for posting your concern.

The INVALID_PREDICATE_FIELD_NAME error occurs when invalid predicate is 
included in the report. However, you are correct that the CampaignStatus field 
is existing in the Adgroup Performance Report so this error should not be 
encountered. With this, could you provide the complete report definition 
together with the customer ID and error encountered via Reply privately to 
author option so I can take a closer look?

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


RE: Empty Label values in API response for ad performance report

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Damir,

Thank you for posting your concern.

Could you confirm if the 'Budget - GDN' label name is associated only in the 
campaign with ID 1370474364? If yes, I asked this because when I checked your 
account, the ad groups that belongs to the campaign 'Avery - GDN - Prospecting 
- Responsive' don't have associated label name.

With this reason, could you confirm if my understanding is correct that you are 
expecting to return the label 'Budget - GDN' if you will use the Ad Performance 
Report because it belongs to the campaign 'Avery - GDN - Prospecting - 
Responsive'? If yes, I am afraid that this is not possible as the Ad 
Performance Report returns the data/statistic aggregated at the ad group level. 
It means that it will only return the labels associated at ad group level.

Let me know if you have questions/clarifications.

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


Re: cleanUp categoryFilters for account level location extension

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Sergey,

The feeds team is making progress on this, but I don't have any updates yet on 
a fix. I'll definitely let you know as soon as I have more information.

Thanks,
Josh, Google Ads API Team
ref:_00D1U1174p._5001UCYeLh: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/nCBs40PUR7CI00ozZVvKWRQmWEGrIZJIyUsQ%40sfdc.net.


RE: Google ads php Laravel integration example.

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hello Adrian,

I am form the Google Ads API team. There is no specific example to integrate 
our client libraries to any web framework as our client libraries are meant to 
run from the command line. If you want to incorporate them in your Larvel 
project you can download the dependencies on the project's source folder by 
following the instructions mentioned here and then can use the similar coding 
structure as shown in our example to use them in your web application. If you 
still have concerns you can post your questions on the client libraries issue 
tracker where the PHP client library owners will help you further.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001U8Lhjw: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/YOz820PUR5KA00id6nkH6vS6--o_l22dhwEA%40sfdc.net.


RE: Fetching the customer_client.name for a customer

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hey Suresh,

You could use paging for your results so that more data gets returned during 
your API call and you will need less calls.

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


RE: Campaign Budget Cost Per Day

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hello Ramanajee,

The date segment is not available for campaign_budget resource. I will raise a 
feature request with my team regarding this. I will update you on this thread 
once I have more information.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001U8Lhg9: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/YRNj60PUR3MO00ho7xwWwcQNOqCQHHd0hZmA%40sfdc.net.


RE: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hello Oksana,

In General we see that when you are requesting a very large amount of data you 
might hit this error. To see exactly what request you are making and the size 
of the file that is retrieving please share the report definition and the 
client customer id from which you are pulling the data. Please use reply 
privately to the author option while sharing the information requests.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001U8LhB1: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/g8_6J0PUR2A100HdEW6gcOSPWixm91tCoB3w%40sfdc.net.


RE: google ads api : list_accessible_customers only return mcc account

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hello Yang,

The list_accessible_customers will return only the accounts that can be 
directly accessible via the credentials that are used in the API call. Your 
credentials might be having access to only top level manager account, hence it 
is resulting that account only.

In order to get the hierarchy of the accounts you have to use Customer_client 
resource and have to perform search query  instead. Below is the example search 
query for your reference. You could use this sample program in Java and replace 
the query. Code samples in other languages can be found here.

Search Query:"SELECT customer_client.resource_name, 
customer_client.client_customer, customer_client.level, customer_client.hidden 
FROM customer_client"

Please give it a try and let me know if you have any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001U8LWWE: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/_AA780PUQXJG00MLLaAIsaRdKAFL1Mz-7gxA%40sfdc.net.


RE: How to get All Ads Details

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Chirag,

Through the Google Ads API, you will be able to pull the Responsive Search Ads 
using the fields below:

ad_group_ad.ad.responsive_search_ad.descriptions
ad_group_ad.ad.responsive_search_ad.headlines
ad_group_ad.ad.responsive_search_ad.path1
ad_group_ad.ad.responsive_search_ad.path2

Could you please give this a try and let us know if you have any concerns?

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


RE: What if I don't specify paging field while making a get request then maximum how many records will be retrieved?

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Ankit,

If the page_size is not specified, it is automatically set to the maximum 
allowed page_size which is 10,000. Please refer to this section of the guide 
for more information.

Let me know if you have any questions.

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


RE: Can't perform asset-level report using Google Ads API

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hello,

Thank you for sharing the details. I was able to run the query shared without 
any issues. Could you please confirm if you are using the updated versions of 
the client library? This is because, the AdGroupAdAssetView resource for 
querying ad asset metrics is available in Google Ads API v2. Please refer to 
this release notes for more information. You may try updating the client 
libraries from here and retry the request.

Let us know if you have any issues.

Regards,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001U8LVwh: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/NsWYG0PUQVU200Ph5TiMiNQGKDs63u3LObPQ%40sfdc.net.


Re: Fetching the customer_client.name for a customer

2019-07-16 Thread Suresh Yadav
Hey,

Does we get solution to this issue.
I want to display list of Accounts Names of all customer_client , but the 
below query only gives owner account name for each row.
I can't hit get customer API is loop as it reach quota limit after 30 calls 
and we have more than that.

Any suggestion how to get Account names of customer_client in 1 or 2 api 
hits.

Thanks
Suresh 

On Friday, April 5, 2019 at 10:31:15 PM UTC+5:30, googleadsapi-forumadvisor 
wrote:
>
> Hi Noemi,
>
> Can you try the following query:
> SELECT
>  customer.id,
>  customer.resource_name,
>  customer_client.level,
>  customer_client.client_customer,
>  customer_client.resource_name
> FROM
> customer_client
>
> If you still face issues, please share your request and response through 
> *reply 
> privately to author *so I can take a closer look.
>
> Regards,
> Anthony
> Google Ads 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/4e14c5a6-2764-48e0-bbe8-a13f7b1b35ca%40googlegroups.com.


RE: Get Conversion Action List With Ads API

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

Thank you for reaching support. With the Google Ads API, conversion actions 
that are imported from Google Analytics are not directly accessible via API. 
However, when segmenting other resources, the conversion actions are present 
because they affect segmentation.This is the reason you are getting only two 
rows with Google Ads API. Let us know if you need additional information.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001U8LIkr: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/IDEww0PUQLAE00fKWxMQJfTl2JWfUOsv9xIA%40sfdc.net.


Re: Extension SiteLink Google ads php

2019-07-16 Thread Adrian Lara
Now is good, after add code(before post) now is good ty for you help.

On Monday, July 1, 2019 at 3:45:41 PM UTC-3, adsapiforumadvisor wrote:
>
> Hello Adrian, 
>
> Could you please confirm if you need additional assistance creating the 
> Sitelink Extensions through the API? If so, could you please share the 
> request and response logs which contain the error details, to check this 
> further? You can share the details privately via Reply privately to author 
> option. 
>
> Regards,
> Bharani, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UCZr1z: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/65d580c5-2f59-4816-a908-cc6f2c342920%40googlegroups.com.


Google ads php Laravel integration example.

2019-07-16 Thread Adrian Lara
Hi Google API Team/Community, 

I need use Google ads php in Laravel but no see Google example for this. 
Please help me before make my own pack.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/260b62d3-4acf-4994-b292-5c0b27db6956%40googlegroups.com.


Campaign Budget Cost Per Day

2019-07-16 Thread 'Ramanajee Kandregula' via AdWords API and Google Ads API Forum
Hello there,

I created a Shared budget and attached a few campaigns, when I requested a 
performance report for campaign_budget there is no segment, I want to know 
how much cost spent per day.
Is there any we can get per day for the given dates? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0ffb29f1-fbc9-4ab2-8668-7ba59dd1950b%40googlegroups.com.


ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2019-07-16 Thread Oksana Sulyma
Hi Google Ads support team!
We are experiencing ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND 
errors since 2019-07-14 for various accounts our app serves and various 
reports definitions. I saw previous topics on this errors ocuring randomly. 
My question is if I could do anything on my side to avoid this error (I 
already have delay and retry - any suggestions on appropriate delay time 
and retry attempts count?). I can provide examples of report requests which 
ended up with failure in private message it this could help. Please let us 
know if there is a known issue at Google side. Thanks in advance!
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9aa7034a-e6a9-4a8e-8626-cb8b58060060%40googlegroups.com.


INVALID_PREDICATE_FIELD_NAME:CampaignStatus

2019-07-16 Thread Pallavi Gayatri Sistla
When I make a request to the Hourly Performance report and use the 
predicate : CampaignStatus I get the following error : 
AdWordsReportsException: One or more AdWords Report download errors have 
occurred. 
SelectorError.INVALID_PREDICATE_FIELD_NAME. (Error: 
SelectorError.INVALID_PREDICATE_FIELD_NAME, FieldPath: CampaignStatus, 
Trigger: Invalid predicate name: CampaignStatus)

Using v201809 version of adwords API

According to this: 
https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report#campaignstatus
 this 
is a valid predicate, am I missing something or is this a bug?



-- 
CONFIDENTIALITY INFORMATION AND DISCLAIMER


This email message and its 
attachments may contain confidential, proprietary or legally privileged 
information and is intended solely for the use of the individual or entity 
to whom it is addressed. If you have erroneously received this message, 
please delete all copies of it immediately and notify the sender. If you 
are not the intended recipient of the email message you should not 
disseminate, distribute or copy this e-mail. E-mail transmission cannot be 
guaranteed to be secure or error-free as information could be intercepted, 
corrupted, lost, destroyed, incomplete or contain viruses and NetElixir 
accepts no liability for any damage caused by the limitations of the e-mail 
transmission. Thank you for your cooperation.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3a2d826b-ef8f-4b1b-8f7f-f73ef74bfcd3%40googlegroups.com.


Re: AuthenticationError.NOT_ADS_USER @

2019-07-16 Thread Testing ForAds
Hi Peter,
I'm generating the credentials using the Test Manager Account. and Please 
check my email of test manager account is : testingad...@gmail.com 
and where I'm providing the ClientCustomerId as client account(he also has 
the adwords account)  which was created in Test Manager Account.
 Can explain where the issue was?

On Tuesday, July 16, 2019 at 12:08:38 PM UTC+5:30, adsapiforumadvisor wrote:
>
> Hi,
>
> So I can better investigate, could you provide the email you used to 
> generate your (service account) credentials? Do note that the email you use 
> to generate your credentials should be associated or has access to a Google 
> Ads account (your clientCustomerId) in order to avoid authentication issues 
> in your requests using the AdWords API.
>
> You may send the email you used using the *Reply privately to author* 
> option.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001U8LJRg: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/d7141113-f1f1-4a26-a36b-6828b3c1100b%40googlegroups.com.


All But Removed data equals All Enabled in getting data from API (Different in the UI)

2019-07-16 Thread Alon Reznik
Hello.
We have a strange problem getting data from Adwords using the equivilant 
mechanism of "All But Removed" and "All Enabled" filters 
(Adgroup/Campgian/Ad) in AD_PERFORMANCE_REPORT.
When asking these specific report selectors:

(Filter All Ads):
*{'reportName': u'AD_PERFORMANCE_REPORT', 'selector': {'predicates': 
[{'operator': 'IN', 'field': 'Status', 'values': ['DISABLED', 'ENABLED', 
'PAUSED']}], 'fields': ['Date', 'CreativeDestinationUrl', 'CampaignId', 
'CampaignName', 'AdGroupName', 'Headline', 'Impressions', 'Clicks', 'Cost', 
'CreativeFinalUrls', 'CreativeTrackingUrlTemplate', 'HeadlinePart1', 
'HeadlinePart2', 'Description', 'Path1', 'Path2', 'Id', 'AdGroupId', 
'AccountDescriptiveName', 'CriterionId'], 'dateRange': {'max': '20190716', 
'min': '20190701'}}, 'reportType': u'AD_PERFORMANCE_REPORT', 
'dateRangeType': 'CUSTOM_DATE', 'downloadFormat': 'CSV'}*
 
(Filter All But Removed):
*{'reportName': u'AD_PERFORMANCE_REPORT', 'selector': {'predicates': 
[{'operator': 'IN', 'field': 'Status', 'values': ['ENABLED', 'PAUSED']}], 
'fields': ['Date', 'CreativeDestinationUrl', 'CampaignId', 'CampaignName', 
'AdGroupName', 'Headline', 'Impressions', 'Clicks', 'Cost', 
'CreativeFinalUrls', 'CreativeTrackingUrlTemplate', 'HeadlinePart1', 
'HeadlinePart2', 'Description', 'Path1', 'Path2', 'Id', 'AdGroupId', 
'AccountDescriptiveName', 'CriterionId'], 'dateRange': {'max': '20190716', 
'min': '20190701'}}, 'reportType': u'AD_PERFORMANCE_REPORT', 
'dateRangeType': 'CUSTOM_DATE', 'downloadFormat': 'CSV'}*
 
We're getting the same cost/impressions metrics, while in the UI they are 
different.

How do I make represent the filter of All But Removed as it's in the UI, in 
the API?

Thanks

Alon 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/811ff658-5735-4451-85a9-2e8ead3f1331%40googlegroups.com.


Re: How to get All Ads Details

2019-07-16 Thread cv
Hi,

I mean in Adwords API we used to get this info against the Headlines and 
descriptions but in new Ads API only text is returning.

{
"assetText":"Professional cators & Installers. Attractive Styles.",
"assetId":123456789,
"assetPerformanceLabel":"PENDING",
"assetApprovalStatus":"UNDER_REVIEW"
}

Thanks,



On Tuesday, 16 July 2019 16:27:28 UTC+5:30, cv wrote:
>
> Hi,
>
> How I can get the All types of Ads using Ads API beta.
>
> I am getting issue while doing to get ResponsiveSearchAds.
>
> Please let me know how I can get ResponsiveSearchAd headlines, 
> Descriptions, path1 and path2
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a20594e6-f6c4-4415-ad8a-98ebd4316faf%40googlegroups.com.


How to get All Ads Details

2019-07-16 Thread cv
Hi,

How I can get the All types of Ads using Ads API beta.

I am getting issue while doing to get ResponsiveSearchAds.

Please let me know how I can get ResponsiveSearchAd headlines, 
Descriptions, path1 and path2


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/74bd12c0-6358-4fca-bb84-6f685dc1e9cf%40googlegroups.com.


What if I don't specify paging field while making a get request then maximum how many records will be retrieved?

2019-07-16 Thread Ankit Agarwal


selector = {
:fields => ['Id', 'CriteriaType', 'KeywordText'],
:predicates => [
  {:field => 'CampaignId', :operator => 'EQUALS', :values => [campaign_id]}
],
:paging => {
  :start_index => 0,
  :number_results => PAGE_SIZE
}
  }

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/83e32a0d-d9fc-484f-8fbc-077533c2f47d%40googlegroups.com.


Re: Can I get simple json response from ads api?

2019-07-16 Thread 'UK Analytics' via AdWords API and Google Ads API Forum
Perhaps this would help?

https://groups.google.com/d/topic/adwords-api/SQYYG1SxLj8/discussion


On Wednesday, July 10, 2019 at 3:47:50 PM UTC+1, adsapiforumadvisor wrote:
>
> Hello Ken,
>
> Using client library it is not possible to get the output in JSON format. 
> Alternaltively you an use the CURL operation to get the output in JSON 
> format. Example JSON query is give below.  Please give it a try and let me 
> know if you have any further questions.
>
> CURL example:
> curl -H "Authorization: Bearer *ACCESS_TOKEN_HERE*" 
>-H "developer-token: *DEVELOPER_TOKEN_HERE*" 
>-H "login-customer-id: *LOG_IN_CUSTOMER_ID*" 
>-H "Content-Type: application/json" 
> https://googleads.googleapis.com/v1/customers/*CLIENT_CUSTOMER_ID_HERE*/googleAds:search
>  
> --data '{query: "SELECT campaign.id 
> 
> , campaign.name 
> ,
>  
> metrics.clicks, metrics.impressions, metrics.conversions, 
> metrics.cost_micros FROM campaign WHERE segments.date DURING LAST_30_DAYS 
> ORDER BY campaign.id 
> 
> "}'
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001UCZwK3: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/4e12ffc2-c145-462e-aafd-622d6a133676%40googlegroups.com.


CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions

2019-07-16 Thread Knorex XPO
https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.SelectiveOptimization

I follow above page to create multiple conversions, but it failed. I can 
create with only 1 conversion id in "conversionTypeIds". But more than 2 
ids, it generates error.

In Adwords UI, I can create conversion action sets, but no documentation 
for API.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f5369407-1159-4ae0-a8a4-bd2847e7a463%40googlegroups.com.


Empty Label values in API response for ad performance report

2019-07-16 Thread 'Damir Murzagulov' via AdWords API and Google Ads API Forum
Hi there! 
Looking for somebody who able to exlain why Label and Labelids not have 
being returned in AD_PERFORMANCE_REPORT

*My request:*
POST 
https://adwords.google.com/api/adwords/reportdownload/v201809?__fmt=XML&__rdquery=SELECT
 
CampaignId,CampaignName,Labels,LabelIds,Impressions
FROM AD_PERFORMANCE_REPORT WHERE CampaignId IN [1370474364]
DURING LAST_7_DAYS

*API Response*






















Meanwhile then I request Labels from CAMPAIGN_PERFORMNCE_REPORT for same 
campaignID I get Labels 
*My request:*
POST 
https://adwords.google.com/api/adwords/reportdownload/v201809?__fmt=XML&__rdquery=SELECT
 
CampaignId,CampaignName,Labels,LabelIds,Impressions
FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignId IN [1370474364]
DURING LAST_7_DAYS

*API reponse* 
















 
What I am miising? Can sombody explain what problem 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/575e96d0-fdc4-4aef-a8cc-ad0ef3f89507%40googlegroups.com.


google ads api : list_accessible_customers only return mcc account

2019-07-16 Thread Yang Wenjun
Hi Team,

previous we are using v201809. It works fine. 

currently, we are moving to new version of Google Ads API , still using 
python.

Now we tried to get all accounts under MCC account. Previous we could get 
710 accounts, but now only 1 is retrieved.

Very confused. Please help~

Python code we are using:

#!/usr/bin/env python
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""This example illustrates how to get campaign criteria.

Retrieves negative keywords in a campaign.
"""

from __future__ import absolute_import

import argparse
import six
import sys

import google.ads.google_ads.client


_DEFAULT_PAGE_SIZE = 1

def main(client):
customer_service = client.get_service('CustomerService', version='v2')

try:
accessible_customers = customer_service.list_accessible_customers()
result_total = len(accessible_customers.resource_names)
print('Total results: %i' % result_total)

resource_names = accessible_customers.resource_names
for resource_name in resource_names:
print('Customer resource name: "%s"' % resource_name)
except google.ads.google_ads.errors.GoogleAdsException as ex:
print('Request with ID "%s" failed with status "%s" and includes the '
  'following errors:' % (ex.request_id, ex.error.code().name))
for error in ex.failure.errors:
print('\tError with message "%s".' % error.message)
if error.location:
for field_path_element in error.location.field_path_elements:
print('\t\tOn field: %s' % field_path_element.field_name)
sys.exit(1)


if __name__ == '__main__':
# GoogleAdsClient will read the google-ads.yaml configuration file in the
# home directory if none is specified.
auth_file = r"./configs/google-ads.yaml"
google_ads_client = (google.ads.google_ads.client.GoogleAdsClient
 .load_from_storage(auth_file))

main(google_ads_client)



Response as below:



[2019-07-15 11:13:43 - INFO] Request made: ClientCustomerId: None, Host: 
googleads.googleapis.com:443, Method: 
/google.ads.googleads.v2.services.CustomerService/ListAccessibleCustomers, 
RequestId: CLk9yUfS0MlzJBr_gx73xw, IsFault: False, FaultMessage: None
Total results: 1
Customer resource name: "customers/6369440097"
(mkt-reportwriter)






Thanks!
Wenjun

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0f03f695-a338-4110-a8bc-2b4d14e646b5%40googlegroups.com.


CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-16 Thread martin do
I refer this documentation to create multiple conversions in Adwords 
campaign:
https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.SelectiveOptimization#conversiontypeids

1 conversion is working fine. But more than 1 conversion is generating 
error: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID

In Adwords UI, we can create multiple conversion action sets. I cannot find 
any documentation guide this.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1acf9259-de65-4039-8bd9-8b409a3e8ef7%40googlegroups.com.


Failed to create OAuth credentials. Check OAuth settings in the ads.properties file. Exception: com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed.

2019-07-16 Thread Rakesh Chauhan


Hello to all


currently i am working on one project and i am integrating google adwords 
api in that project , but after getting refresh token when i try to get 
Campaign then it give me below type of exception


here is the exception

Failed to create OAuth credentials. Check OAuth settings in the 
ads.properties file. Exception: 
com.google.api.ads.common.lib.exception.OAuthException: Credential could 
not be refreshed.


i don't know how to solve it , can you please help me to solve this type of 
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/9c292a4b-b750-4d81-9967-e76868bd8140%40googlegroups.com.


Re: Can't perform asset-level report using Google Ads API

2019-07-16 Thread revarasi Sofa
Pada tanggal Sel, 16 Jul 2019 16.03, integrations bidalgo <
integrati...@bidalgo.ai> menulis:

> Hi,
> I tried to get asset-level report using AdGroupAdAssetView resource, but
> got error stating that the resource is unrecognised:
>
>
> [2019-07-16 07:36:50] google-ads.INFO: Request made: Host: 
> "googleads.googleapis.com", Method: 
> "/google.ads.googleads.v1.services.GoogleAdsService/Search", 
> ClientCustomerId: 2944805093, RequestId: "PkxqlrB_TZD0a1Vl28ZDvQ", IsFault: 
> 0, FaultMessage: "None"
> [2019-07-16 07:36:51] google-ads.INFO: Request made: Host: 
> "googleads.googleapis.com", Method: 
> "/google.ads.googleads.v1.services.GoogleAdsService/Search", 
> ClientCustomerId: 2944805093, RequestId: "qq6MEPeQVhDU6ki1aaRHuA", IsFault: 
> 0, FaultMessage: "None"
> [2019-07-16 07:36:52] google-ads.WARNING: Request made: Host: 
> "googleads.googleapis.com", Method: 
> "/google.ads.googleads.v1.services.GoogleAdsService/Search", 
> ClientCustomerId: 2944805093, RequestId: "QHLQsZCDT3K7ip_poJzmDQ", IsFault: 
> 1, FaultMessage: "["Error in ad_group_ad_asset_view:  is not a valid resource 
> name."]"
> [2019-07-16 07:36:52] google-ads.NOTICE: Request
> ---
> Method Name: /google.ads.googleads.v1.services.GoogleAdsService/Search
> Host: googleads.googleapis.com
> Headers: {
> "x-goog-api-client": "gl-php\/7.1.23 gapic\/ gax\/0.38.2 grpc\/1.20.0",
> "x-goog-request-params": "customer_id=2944805093",
> "developer-token": "REDACTED",
> "login-customer-id": "6330691878"
> }
> Request: {"customerId":"2944805093","query":" SELECT 
> segments.date,asset.id,metrics.cost_micros,metrics.clicks,metrics.impressions,metrics.conversions
>  FROM ad_group_ad_asset_view WHERE segments.date >=  '20190222'  AND 
> segments.date <=  '20190222' "}
>
> Response
> ---
> Headers: {
> "request-id": "QHLQsZCDT3K7ip_poJzmDQ",
> "date": "Tue, 16 Jul 2019 07:36:52 GMT",
> "alt-svc": "quic=\":443\"; ma=2592000; v=\"46,43,39\""
> }
>
> Fault
> ---
> Status code: 3
> Details: Request contains an invalid argument.
> Failure: 
> {"errors":[{"errorCode":{"queryError":"BAD_RESOURCE_TYPE_IN_FROM_CLAUSE"},"message":"Error
>  in ad_group_ad_asset_view:  is not a valid resource name."}]}
>
>  Please advise.
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/96794c90-2663-439c-8c95-0ffc392296a6%40googlegroups.com
> 
> .
>

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

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


Can't perform asset-level report using Google Ads API

2019-07-16 Thread integrations bidalgo
Hi,
I tried to get asset-level report using AdGroupAdAssetView resource, but 
got error stating that the resource is unrecognised:


[2019-07-16 07:36:50] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v1.services.GoogleAdsService/Search", ClientCustomerId: 
2944805093, RequestId: "PkxqlrB_TZD0a1Vl28ZDvQ", IsFault: 0, FaultMessage: 
"None"  
[2019-07-16 07:36:51] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v1.services.GoogleAdsService/Search", ClientCustomerId: 
2944805093, RequestId: "qq6MEPeQVhDU6ki1aaRHuA", IsFault: 0, FaultMessage: 
"None"  
[2019-07-16 07:36:52] google-ads.WARNING: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v1.services.GoogleAdsService/Search", ClientCustomerId: 
2944805093, RequestId: "QHLQsZCDT3K7ip_poJzmDQ", IsFault: 1, FaultMessage: 
"["Error in ad_group_ad_asset_view:  is not a valid resource name."]"  
[2019-07-16 07:36:52] google-ads.NOTICE: Request
---
Method Name: /google.ads.googleads.v1.services.GoogleAdsService/Search
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.1.23 gapic\/ gax\/0.38.2 grpc\/1.20.0",
"x-goog-request-params": "customer_id=2944805093",
"developer-token": "REDACTED",
"login-customer-id": "6330691878"
}
Request: {"customerId":"2944805093","query":" SELECT 
segments.date,asset.id,metrics.cost_micros,metrics.clicks,metrics.impressions,metrics.conversions
 FROM ad_group_ad_asset_view WHERE segments.date >=  '20190222'  AND 
segments.date <=  '20190222' "}

Response
---
Headers: {
"request-id": "QHLQsZCDT3K7ip_poJzmDQ",
"date": "Tue, 16 Jul 2019 07:36:52 GMT",
"alt-svc": "quic=\":443\"; ma=2592000; v=\"46,43,39\""
}

Fault
---
Status code: 3
Details: Request contains an invalid argument.
Failure: 
{"errors":[{"errorCode":{"queryError":"BAD_RESOURCE_TYPE_IN_FROM_CLAUSE"},"message":"Error
 in ad_group_ad_asset_view:  is not a valid resource name."}]} 

 Please advise.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/96794c90-2663-439c-8c95-0ffc392296a6%40googlegroups.com.


Re: Error trying to download report

2019-07-16 Thread Doğan Hekimoğlu
Hello, client customer id is 9660079934 and email is 
doganhekimoglu2...@gmail.com but as i said before i can do other api calls 
like fetching and modifying audience lists. Also i don't have access to 
request headers as i use google ads library for java. I'm not making a 
manual post request.

On Tuesday, July 16, 2019 at 11:22:53 AM UTC+3, adsapiforumadvisor wrote:
>
> Hi,
>
> Regarding the "Missing client information, Type: 
> ReportDownloadError.INVALID_PARAMETER" error, could you confirm if the 
> OAuth token(s) that you are using indeed belongs or is associated to the 
> clientCustomerId in your request? I asked because this issue usually occurs 
> when there is an issue with the client information passed in the request 
> header
>
> If the issue persists, could you send to me the SOAP logs and the email 
> address you used to generate your OAuth credentials and tokens so I can 
> verify if the email indeed has access to the account specified in your 
> request?
>
> You may reply using the *Reply privately to author* option when sending 
> the requested information
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001U8LUsA: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/6503dd76-17ed-4a72-88e2-2e97b9bc6f21%40googlegroups.com.


RE: Error trying to download report

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

Regarding the "Missing client information, Type: 
ReportDownloadError.INVALID_PARAMETER" error, could you confirm if the OAuth 
token(s) that you are using indeed belongs or is associated to the 
clientCustomerId in your request? I asked because this issue usually occurs 
when there is an issue with the client information passed in the request header

If the issue persists, could you send to me the SOAP logs and the email address 
you used to generate your OAuth credentials and tokens so I can verify if the 
email indeed has access to the account specified in your request?

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001U8LUsA: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/3jHFH0PUQ79T00tpIhbwQ8TzKaxIdc-4EBKA%40sfdc.net.


RE: Listing Custom Intents, or searching by them by name

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Mark,

You can refer to the criteria prefixes section (under the Custom intent 
audiences section) of our reporting guide to determine how to retrieve the 
custom intent ID. In the guide, it is discussed that you can use the Criteria 
or CriteriaParameters fields then parse its value to retrieve the ID. Let me 
know if this is what you're looking for.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001U8LUrl: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/iF-nc0PUQ6BE00p46ekCYfRLu3II91qSWelw%40sfdc.net.


Error trying to download report

2019-07-16 Thread Doğan Hekimoğlu
Even though I create a session with refresh token and client customer id 
whenever i try to fetch some reports i get the error: "Missing client 
information, Type: ReportDownloadError.INVALID_PARAMETER". I can do other 
operations successfully like getting audiencelists, adding removing user 
lists to audience lists etc. I really don't know what is the missing piece 
in the code. What does it mean by 'client information'. Any help would be 
greatly appreciated. Thank you in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/599fc88d-5002-45c6-b875-8ab363fc902b%40googlegroups.com.


Searching for Custom Intents by name

2019-07-16 Thread Mark
Hello,

I know Custom Intents can be targeted using AdGroupCriterionService 

 by 
adding CriterionCustomIntent 

s. However, how do I retrieve the *customIntentId *I want to target? Is 
there an API endpoint which lets me query for Custom Intent audiences by 
name?

Thanks,
Mark

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8937ec76-c2e5-478f-ae5a-460d03169768%40googlegroups.com.


Listing Custom Intents, or searching by them by name

2019-07-16 Thread Mark
Hello,

I know that you can target Custom Intents using the AdGroupCriterionService 

 by 
adding CriterionCustomIntent 

s. However, it is not clear how to retrieve the customIntentId that I wish 
to target. Is there an API endpoint which returns the available custom 
intents, or lets me query for them by their name?

Thanks,
Mark

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f971bd40-e407-4204-9c59-913426c49b67%40googlegroups.com.


Re: AuthenticationError.NOT_ADS_USER @

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

So I can better investigate, could you provide the email you used to generate 
your (service account) credentials? Do note that the email you use to generate 
your credentials should be associated or has access to a Google Ads account 
(your clientCustomerId) in order to avoid authentication issues in your 
requests using the AdWords API.

You may send the email you used using the Reply privately to author option.

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


RE: store visits - how to get this metric?

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

You could try including the ExternalConversionSource field in your query for 
the Campaign Performance Report or use it is as a filter with the STORE_VISITS 
as value. Let me know if this is what you're looking for.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001U8LP2n: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/SR_kl0PUQ1NK00qYRyYd9UTa-uiTHTjxj0ng%40sfdc.net.


RE: Universal App Campaings and Capmaign Location Target Report

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi Guy,

Could you confirm if you followed this guide when you compared the results from 
AdWords reports and Google Ads UI? I would suggest that you check the guide as 
it maps the concepts and naming conventions for reports in the Google Ads UI to 
the comparable AdWords API reports. After confirming this and if you are indeed 
seeing the data discrepancies, so I can investigate further, could you provide 
the complete definition, client customer ID and screenshots of the UI via Reply 
privately to author?

Regards,
Hiroyuki
Google Ads API Team
ref:_00D1U1174p._5001U8LKVO: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/ferTa0PUQ1D000Qp94j5I_RkaZB4nutc1emw%40sfdc.net.