Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread 吴文伟
How to get manage account 's customer list?

$googleAdsClient->get???(); 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b2bd81b8-d15b-4814-8749-b52b878d2afcn%40googlegroups.com.


RE: MaximizeConversionValueTargetRoas in CAMPAIGN_PERFORMANCE_REPORT not getting corrected Target ROAS value

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Emma,

Thanks for posting your concern.

Could you confirm if you want to get the details of the Target ROAS that you've 
set in the TargetRoasBiddingScheme? If yes, then you need to use 
BiddingStrategyService.get() to return TargetRoas.


Moving forward to the issue with the MaximizeConversionValueTargetRoas field 
that returning 0s, could you provide the customer ID and the sample campaigns 
where this error occurred via Reply privately to author option?


Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q26B76w: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/iZlDQ0QILFFZ00BUBQx2wnQPa_NCvNuAGD5g%40sfdc.net.


Re: How to add new customers to user list in Ads API

2020-10-22 Thread Wonkeun Song
Hello.
Thanks for your answer. 
I researched about offline user data job service, and I am trying to upload 
my sample user data with sample python code.
Unfortunately, it stops when it goes to 
operation_response.result() 
section. I've tried operation_response.result(timeout=100) and it returned 
timeout.

Why timeout error occurs in this part? Do I have to some more things to 
upload offline userdata?

Any helps are welcomed. Thanks for all response.

2020년 10월 22일 목요일 오전 1시 15분 9초 UTC+9에 adsapiforumadvisor님이 작성:

> Hi Wonkeun,
>
> Thank you for reaching out. You could add/remove members to/from 
> CrmBasedUserList with the OfflineUserDataJobService 
> 
>  
> in the Google Ads API. Please refer to this code example 
> 
>  
> on how to create and populate the CrmBasedUserList with 
> OfflineUserDataJobService in the Google Ads API.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26Avkh: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/8c348ef9-3841-4307-8c94-5e3805aff6c4n%40googlegroups.com.


Re: How to add new customers to user list in Ads API

2020-10-22 Thread Wonkeun Song
P.S.
I checked my ads.google.com status, and I just checked that its status is 
"Populating"
However, it doesn't populate really for a long time. Do I need additional 
operation in order to populate? Or is it just a problem of time?

2020년 10월 22일 목요일 오후 5시 16분 38초 UTC+9에 Wonkeun Song님이 작성:

> Hello.
> Thanks for your answer. 
> I researched about offline user data job service, and I am trying to 
> upload my sample user data with sample python code.
> Unfortunately, it stops when it goes to 
> operation_response.result() 
> section. I've tried operation_response.result(timeout=100) and it returned 
> timeout.
>
> Why timeout error occurs in this part? Do I have to some more things to 
> upload offline userdata?
>
> Any helps are welcomed. Thanks for all response.
>
> 2020년 10월 22일 목요일 오전 1시 15분 9초 UTC+9에 adsapiforumadvisor님이 작성:
>
>> Hi Wonkeun,
>>
>> Thank you for reaching out. You could add/remove members to/from 
>> CrmBasedUserList with the OfflineUserDataJobService 
>> 
>>  
>> in the Google Ads API. Please refer to this code example 
>> 
>>  
>> on how to create and populate the CrmBasedUserList with 
>> OfflineUserDataJobService in the Google Ads API.
>>
>> Thanks and regards,
>> Xiaoming, Google Ads API Team
>>
>>
>> [image: Google Logo] 
>> Xiaoming 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q26Avkh: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/39b41d59-55b3-4719-aac3-681f289a1dc8n%40googlegroups.com.


Re: Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread 吴文伟
I can using Google Adwords Api to get MCC customer list:

$managedCustomerService = $this->adwords->get($session, 
ManagedCustomerService::class);
$selector = new Selector();
$selector->setFields(['CustomerId','Name','CanManageClients','CurrencyCode','DateTimeZone',
 
'TestAccount']);
$selector->setPaging(new Paging(0, self::PAGE_LIMIT));
$customerIds = [];
do {
   $page = $managedCustomerService->get($selector);
   if ($page->getEntries() !== null) {
$totalNumEntries = $page->getTotalNumEntries();
foreach ($page->getEntries() as $customer) {
$customerIds[] = $customer;
  }
  }

 $selector->getPaging()->setStartIndex($selector->getPaging()->getStartIndex() 
+ self::PAGE_LIMIT);
} while ($selector->getPaging()->getStartIndex() < $totalNumEntries);

How to change my code using Google Ads Api? Please Help!
在2020年10月22日星期四 UTC+8 下午3:48:01<吴文伟> 写道:

> How to get manage account 's customer list?
>
> $googleAdsClient->get???(); 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/18405c45-bf3f-4a90-baae-f88b9d08b060n%40googlegroups.com.


CUSTOMER_NOT_FOUND

2020-10-22 Thread Accountify Apps

Hi,

I am trying to get all of the customers for the account but I am getting 
the error AuthenticationError.CUSTOMER_NOT_FOUND.After connect I am able to 
get a valid access token and refresh token but unable to get customers. 
Previously this was working fine with same account and I am only getting 
this this error for a particular account and online resources say that this 
error occurs if the Adwords Account is newly created but the account I am 
using is not a new account its 2-3 years old account.

Any help please 

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/96481b8b-df56-4d5a-915c-b4ded765b1aen%40googlegroups.com.


Re: Traffic Estimator results (AdWords API Vs Google Ads UI)

2020-10-22 Thread Rushikesh Deshmukh
Hi Nadine,

Thanks for sharing the information. We were confused on why the numbers are 
not matching.We'll switch to the new Google Ads API.

Regards,
Rushikesh 

On Thursday, October 22, 2020 at 7:47:54 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hello Rushikesh,
>
> The AdWords API Keyword Planning matches the legacy AdWords UI that did 
> sunset some time ago. The new Google Ads API Keyword Planning (
> https://developers.google.com/google-ads/api/docs/keyword-planning/overview) 
> matches the new Google Ads UI more closely. Many of the features you see in 
> the UI today for keyword planning are not available in AdWords API. That's 
> why the results are different. However, you can upgrade to the Google Ads 
> API that is now in GA, and you'll be able to use many of the features you 
> see in the Google Ads UI with the data matching more closely.
>
> Best,
> Nadine Wang, Google Ads API Team
>
> ref:_00D1U1174p._5004Q26AeTJ: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/b2a74525-f966-4d61-ab1c-bd7a6eb86552n%40googlegroups.com.


customer not found

2020-10-22 Thread Accountify Apps

Hi,

I am trying to get all the campaign for a ads account but its giving me 
error CUSTOMER_NOT_ACTIVE but on the other hand if I query for ads stats 
then It gives me correct response so that means my account is active.I 
don't know why its giving me CUSTOMER_NOT_ACTIVE error. Any help ?

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/6097f5e9-e3f3-43c1-98a7-fda333510f9dn%40googlegroups.com.


Re: moving from Google Adwords to Google Ads

2020-10-22 Thread Yosef Arraf
Hi and thank you for you replay
if i use my App (client_secret, client_id and developer_token) to get data 
Ads, ADGROUP and GEO performance reports for different accounts 
Do i need to applying these Terms & Conditions in all the different 
accounts or just on the account who make the API calls?

Thanks,
Yosef

On Monday, October 12, 2020 at 4:42:15 PM UTC+3 adsapiforumadvisor wrote:

> Hi Yosef,
>
> Please let us know if you continue to face issues.
>
> Cheers,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q268LJw: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/e088b61e-0e88-4cea-9448-b822459f7ba0n%40googlegroups.com.


Re: Gender and Age Range Performance Reports are very slow

2020-10-22 Thread theadsguy
It says I don't have permission to reply to author in this group. Is there 
any other way to give you the ids and customer id?

On Wednesday, October 21, 2020 at 9:18:43 PM UTC-4 adsapiforumadvisor wrote:

> Hello,
>
> Could you click Reply Privately to Author and send me either campaign IDs 
> that you are using or the customer ID of the Google Ads account? It would 
> help us to double-check if there is something unique about your account 
> that could affect the numbers.
>
> Thanks,
> Nadine Wang, Google Ads API Team 
>
> ref:_00D1U1174p._5004Q269osO: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/ee16789b-1e8f-419d-9522-0286dfe07737n%40googlegroups.com.


Google Ads API/scripts Impression Reach

2020-10-22 Thread Publicis API Calls
 Since the Impression reach has been deprecated after August 2019 based on 
the below screenshot, is there any replacement for it in the api or in the 
script? Also, it is not even found in scheduled reports so is manually the 
only way we can get it??



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fa9e49dd-8ab4-4ffb-892e-520a5945c8e4n%40googlegroups.com.


UserListClientService Error - UNEXPECTED_INTERNAL_API_ERROR

2020-10-22 Thread Dror Heller
Getting the following error:
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]
 faultActor: 
 faultNode: 
 faultDetail: 
{https://ddp.googleapis.com/api/ddp/provider/v201809}ApiExceptionFault:[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

When digging deeper into the log messages found the following:
org.apache.axis.ConfigurationException: No service named  is available

org.apache.axis.ConfigurationException: No service named 
https://ddp.googleapis.com/api/ddp/provider/v201809 is available

Why is this error coming up? is this something permanent? (the same request 
worked until a few hours ago)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/eff2e9f2-eacd-4f64-a051-ae18aca31386n%40googlegroups.com.


Re: How can I fetch Budget status "Limited by budget"

2020-10-22 Thread Mat
Hi Emma,

I don't think, you'll find this feature anywhere in the Google Ads API. On 
the other hand: the status "Limited by budget" you'll see on the website is 
flawed in itself (it seems to last for 7 days, no matter how the actual ad 
spend is on the following days).
What we do is to check the cost against the budget amount. However, that's 
pretty tricky too, because you'll have to check for budget changes (amount 
and allocations), associated campaigns, days in the month, paused and/or 
reactivated campaigns, ad schedules etc. - and you'll have to guess or test 
how Google calculates with these parameters (e.g. if the campaigns only run 
5 days a week or only two hours on the weekend etc).

Regards
Mat

Emma Karlsson schrieb am Mittwoch, 21. Oktober 2020 um 22:54:38 UTC+2:

> Hi, 
>
> Looking for a way to get a trigger if any of my budgets get limited. In 
> the documentation I can see Budget status, but not the option "Limited by 
> budget" anywhere. 
> (SearchBudgetLostImpressionShare can't be used due to the data delay) 
>
> Anyone knows what this attribute is called and/or if it even exists? 
>
> Cheers! 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1df8e84e-9c34-41b0-8b26-340197b81b2bn%40googlegroups.com.


Re: How can I remove user list with Googe Ads API?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello,

@Stevan: Please be sure that your AccessReason is owned. If you continue to 
face issues, please send us your logs.

If you are unable to reply privately, you can email us directly at 
googleadsapi-supp...@google.com.

Regards,
Anthony
Google Ads API Team

Anthony Madrigal
Google Ads API Team
ref:_00D1U1174p._5004Q26AuM7: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/-aD0q0QILVVB00y1Aqz84LRMe_23KGNi_StQ%40sfdc.net.


Re: How to properly count symbols with different bytes weight for chars limitations in ads

2020-10-22 Thread Nadezhda Yakuba
Thank you, Anash!
You see, we are building a system that helps people to work with google 
ads, and we have a site, where we ask users to provide settings they want 
to see in their ads. So, before even creating an ad, we need to validate 
descriptions, titles and other stuff to warn users beforehand, as soon as 
possible, if they are invalid in any way for Google Ads.
And yeah, we are using validateOnly=true before we try to create campaigns 
with ads, but it can be a little bit too late, and if we could warn our 
users a step earlier, when we ask them to provide settings for ads, it 
would be really awesome and that's is the problem I am trying to find 
solution for - to get as much detailed validation rules as possible.

On Thursday, October 22, 2020 at 12:41:45 AM UTC+3 adsapiforumadvisor wrote:

> Hi Nadezhda,
>
> The help center thread is pretty much to the point, except that it doesn't 
> give you something to work on. 
> https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms has the 
> background on double byte system (i.e. it takes twice the width to render 
> on a monospace console -- so you can render only 40 of these chars on a 80 
> column console. Historically, these characters were represented in the 
> display buffer using two bytes, hence the name "double byte character 
> system -- (DBCS)", not to be confused with unicode, which is also a 
> double-byte character system, but has an entirely different meaning.)
>
> I don't know all the specific char code ranges, but I think that they are 
> referring to the unicode pages. E.g. Indic block would be from \u0900 to 
> \u0d7f. Thai would be from \u0e00 to \u0e7f and so on. You could ask the 
> thread to share the exact unicode pages if you want to get more details.
>
> My suggestion would be not to focus on the exact char set, because that 
> would mean that you have to stay in sync with whatever rules might change 
> in the future, and the exact charsets aren't widely documented as far as I 
> know. Instead, you could specify validateOnly=true when creating a 
> MutateAdGroupAdsRequest 
> 
>  and 
> let the API do the length validation for you.
>
> Hope this helps? Let me know if you have more questions.
>
> Cheers
> Anash
>  
>
> ref:_00D1U1174p._5004Q26990N: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/3e659984-43ca-4489-8342-d9281d93329cn%40googlegroups.com.


RE: Is it possible to get UserList size_for_search over time? Segmented by date, or week?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Alex,

It is not possible to segment the size over time since these fields are 
attributes, which will always return the current value.

Unfortunately, there are currently no fields related to the size of GMail or 
YouTube lists but there is a feature request to have them added. You can follow 
our blog for updates.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q26B8DF: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/Urd-Y0QILWKX00zi6Ur8lSRsO5ShWau7nk6w%40sfdc.net.


RE: How can I fetch Budget status "Limited by budget"

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Emma,

Mat is correct. This field is currently not available through the API. Please 
let me know if you have any other issues or questions.

Regards,
Anthony
Google Ads API Team

Anthony Madrigal
Google Ads API Team
ref:_00D1U1174p._5004Q26BAAm: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/RoB5Q0QILYZ0006Z1FRjjXRMi7kTtFDe27Dw%40sfdc.net.


Re: How to create a ad group with the type is shopping - showcase?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Nguyen,

Google Ads API does not support showcase ad type, though it is supported in the 
AdWords API. Please refer to documented lists of supported ad groups types and 
ad types.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q26Akuy: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/qAV8A0QIM04I00odYDSmXBSwSEkB-b2l_aLw%40sfdc.net.


Re: Google Ads AAID

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Ayush,

Individual users cannot be identified through the API. However, you can target 
groups of users based on how they interact with an ad. For example, you can 
target users who visit a website.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q26Awfq: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/81Em40QIM0QL00BRC7vT-cQgmPVW7UXkH6fg%40sfdc.net.


Re: PERMISSION_DENIED issue

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Francesco,

Thank you for reaching out. I think you might have used another account other 
than the account with login-customer-id to generate the OAuth2 credentials. 
Please give it a try to regenerate the OAuth2 credentials following this guide 
and use the email associated with this login-customer-id and update them in the 
config file. Please share the complete request and response logs along with the 
client customer id and the ads.properties file via the Reply privately to 
author option if the issue persists.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24ZvGe: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/fxipy0QIM14K00dGOSk9L8QsaAW4mja1rDug%40sfdc.net.


Re: UserListClientService Error - UNEXPECTED_INTERNAL_API_ERROR

2020-10-22 Thread Dror Heller
Update - we tried licensing a few segments via the google ddp ui, we got 
what seems to be the same error there as well

On Thursday, October 22, 2020 at 3:45:08 PM UTC+3 Dror Heller wrote:

> Getting the following error:
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
>  faultSubcode: 
>  faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> {https://ddp.googleapis.com/api/ddp/provider/v201809}ApiExceptionFault:[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
>  
> @ 
> com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]ApiException  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR
>
> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]
>
> When digging deeper into the log messages found the following:
> org.apache.axis.ConfigurationException: No service named  is available
>
> org.apache.axis.ConfigurationException: No service named 
> https://ddp.googleapis.com/api/ddp/provider/v201809 is available
>
> Why is this error coming up? is this something permanent? (the same 
> request worked until a few hours ago)
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/29223d95-799e-4033-a35b-a2d1660de956n%40googlegroups.com.


Re: Caller Does Not Have Permission

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Francesco,

Thank you for reaching out. I see that you have posted your issues in another 
thread. We could continue our discussion in that thread to get your issue 
resolved.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2180Ly: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/lmgDj0QIM1UG00qE_Z13pjT6CuubxaZvwgvA%40sfdc.net.


RE: I have a question about CampaignService SelectiveOptimization.

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello,

What was the error you were facing for this API call?

Thanks,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q26BDXv: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/5_xCn0QIM2FA007oNGaoljSyinN5PVxDh-Bw%40sfdc.net.


GoogleAdsServiceClient.search hangs instead of erroring if LoginCustomerId is wrong

2020-10-22 Thread Tim
Using the Google Ads API, if you call search() on a GoogleAdsServiceClient 
where the GoogleAdsServiceClient has a LoginCustomerId set one that does 
not have access to the CustomerId used in the search query, then instead of 
erroring it appears the query never returns.

In Google Ads API version 2 this would error with an 
unauthorised GoogleAdsException, in the latest version it just hangs. Is 
this a bug?

Example

GoogleAdsClient googleAdsClient = GoogleAdsClient
.newBuilder()
.setLoginCustomerId(managerAccountId)
.setDeveloperToken(getDeveloperToken())
.setCredentials(getCredentials())
.setEnableGeneratedCatalog(false)
.build();

String query = "SELECT customer_client.resource_name FROM customer_client 
LIMIT 1";
SearchGoogleAdsRequest request = SearchGoogleAdsRequest
.newBuilder()
.setCustomerId(Long.toString(childAccountId))
.setPageSize(1)
.setQuery(query)
.build();

try (GoogleAdsServiceClient googleAdsServiceClient = 
googleAdsClient.getLatestVersion().createGoogleAdsServiceClient()) {
googleAdsServiceClient.search(request);
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4a57751c-2cd0-41f3-b4d9-bd1cde063e68n%40googlegroups.com.


Re: PERMISSION_DENIED issue

2020-10-22 Thread Francesco Andrisani
Hi Xiaoming ,
I've already tried to regenerate the Outh2 credentials. I've checkd and I 
created all using the same account.
Ok. I share with you the logs and ads.propertis.

Il giorno giovedì 22 ottobre 2020 alle 17:46:27 UTC+2 adsapiforumadvisor ha 
scritto:

> Hi Francesco,
>
> Thank you for reaching out. I think you might have used another account 
> other than the account with login-customer-id to generate the OAuth2 
> credentials. Please give it a try to regenerate the OAuth2 credentials 
> following this guide and use the email associated with this 
> login-customer-id and update them in the config file. Please share the 
> complete request and response logs along with the client customer id and 
> the ads.properties file via the *Reply privately to author* option if the 
> issue persists.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24ZvGe: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/3ad1d6dd-7b3e-4c43-9d6f-73cec4956a49n%40googlegroups.com.


RE: CUSTOMER_NOT_FOUND

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello,

Can you please reply privately to author the SOAP request and response so I can 
see what the issue may be?

Thanks,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q26BGi5: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/55OlC0QIM53O00nSQQdQh2TtaI9qWhi8-18A%40sfdc.net.


Re: How can I get the status of google-ads account (canceled or active)?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello,

This feature is still not available in the API.

Regards,
Anthony
Google Ads API Team

Anthony Madrigal
Google Ads API Team
ref:_00D1U1174p._5001UHHArP: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/IIWej0QIM5XS00qzCa43mAR2CzGw9g-p3VeA%40sfdc.net.


Re: moving from Google Adwords to Google Ads

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Yosef,

You will just need to accept the Terms and Conditions in the account where you 
applied for the developer token.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q268LJw: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/_DRg00QIM65C008TI3n0rnTXOPGCNgM-4jmw%40sfdc.net.


RE: What do I do to access to campaigns with google ads api?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Rosetta,

Thank you for reaching out. By looking into your accounts I’m able to see that 
the account you are querying on is not under the MCC account you provided. 
Please make sure you use the correct account to authenticate and then make the 
API call.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q26BCpu: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/TYCoC0QIM8MV0077M10PsRRnavU7JX2Ia3Vg%40sfdc.net.


Re: Traffic Estimator results (AdWords API Vs Google Ads UI)

2020-10-22 Thread Rushikesh Deshmukh
Hi Nadine,

I compared the numbers from Google Ads API with Google Ads UI for keyword 
forecast estimates and as you said the numbers are close enough. But i have 
few questions on the Google Ads API-

1. With Adwords API, we were able to pass the keywords and matchtype in a 
list separated by comma and use it to generate the estimates. Example-
keywords = [
{'text': 'mars cruise', 'matchType': 'BROAD'},
{'text': 'cheap cruise', 'matchType': 'PHRASE'},
{'text': 'cruise', 'matchType': 'EXACT'}
]  
Is there any way we can do this using Google Ads API as well. Currently, i 
see that we have to pass the keyword_plan_id to the api code available in 
the documentation. (generate_forecast_metric.py)

2. From the UI, we can download the estimates in CSV format. I want to 
generate same output using the API code as well. Is this possible? 
Currently, i see that we can pass the keyword_plan_id to the  
generate_forecast_metric.py  code but it has different output format.

3. The generate_forecast_metric.py gives the keyword resource id in the 
output but i need to print the actual keyword text instead. Is there any 
way we can do this?

Thanks,
Rushikesh

On Thursday, October 22, 2020 at 4:01:18 PM UTC+5:30 Rushikesh Deshmukh 
wrote:

> Hi Nadine,
>
> Thanks for sharing the information. We were confused on why the numbers 
> are not matching.We'll switch to the new Google Ads API.
>
> Regards,
> Rushikesh 
>
> On Thursday, October 22, 2020 at 7:47:54 AM UTC+5:30 adsapiforumadvisor 
> wrote:
>
>> Hello Rushikesh,
>>
>> The AdWords API Keyword Planning matches the legacy AdWords UI that did 
>> sunset some time ago. The new Google Ads API Keyword Planning (
>> https://developers.google.com/google-ads/api/docs/keyword-planning/overview) 
>> matches the new Google Ads UI more closely. Many of the features you see in 
>> the UI today for keyword planning are not available in AdWords API. That's 
>> why the results are different. However, you can upgrade to the Google Ads 
>> API that is now in GA, and you'll be able to use many of the features you 
>> see in the Google Ads UI with the data matching more closely.
>>
>> Best,
>> Nadine Wang, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q26AeTJ: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/da903c66-279a-4293-b650-8afe25f6da31n%40googlegroups.com.


RE: Per Day Report in a Single Query

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Karl,

Thank you for reaching out. You could use the segmentation Date in the Campaign 
Performance Report or the segments.date in the campaign resource to get data 
segmented by date.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q26BDZr: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/B2Y3t0QIM96O00W4mdvIFSRJS-m4YxSGsyJg%40sfdc.net.


RE: Unable to create Google Test Manager Account

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. Please use this link to create the test manager 
account and all the accounts created under this account would be test accounts 
by default.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q26BDl4: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/Q4mT20QIM9Y300PdlCCuhxQAGJI9apW2oa-g%40sfdc.net.


Re: Unable to Enable Google Ads API

2020-10-22 Thread Ben Leb
Found the issue, was ublock origin interfering 

On Thursday, October 22, 2020 at 12:18:54 PM UTC-7 Ben Leb wrote:

>
> I have the billing setup and no errors are coming up. Not sure what to do.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/69cbaf89-4f6e-4bc0-a636-0113f704cd39n%40googlegroups.com.


RE: Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Wenwei,

Thank you for reaching out. You could use 
CustomerClientService.GetCustomerClient() to fetch the client customer accounts 
in the hierarchy. You could also query the customer_client resource to fetch 
the data which is recommended.

Thanks and regards,
Xiaoming, Google Ads API Team




Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q26BFbP: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/HQ-nf0QIMBL100mDnQjUMKQ9KoQciGoIYfaA%40sfdc.net.


Re: How to add new customers to user list in Ads API

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Wonkeun,

Thank you for reaching out. Were you able to successfully upload the user list 
to your account through API? What is the current status of the user list? Could 
you please share the complete request and response logs along with the client 
customer id via the Reply privately to author option for us to further 
investigate?

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q26Avkh: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/eeMMQ0QIMC2Q00aK7DotYTQAmd3_4KSYTG1w%40sfdc.net.


Re: PERMISSION_DENIED issue

2020-10-22 Thread Francesco Andrisani
Hi Xiaoming, 
the issue Is still present.
I tried ti share privately the Ads.properties, but the "Reply to author" Is 
disabled and if I try to click, It show me that I have not the permissione 
for Reply to author.
Can you help me please?
Thanks
Il giorno giovedì 22 ottobre 2020 alle 17:46:27 UTC+2 adsapiforumadvisor ha 
scritto:

> Hi Francesco,
>
> Thank you for reaching out. I think you might have used another account 
> other than the account with login-customer-id to generate the OAuth2 
> credentials. Please give it a try to regenerate the OAuth2 credentials 
> following this guide and use the email associated with this 
> login-customer-id and update them in the config file. Please share the 
> complete request and response logs along with the client customer id and 
> the ads.properties file via the *Reply privately to author* option if the 
> issue persists.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24ZvGe: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/21d9a6db-7914-47f6-a8a9-8b6240949219n%40googlegroups.com.


RE: I would like to know about the format of the campaign bid payment.

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello,

Can you please clarify what you mean by:

'Where can I find the type of TargetCPA payment form in the campaign bid?'

Please see this guide on bidding using AdWords API.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q26BEi3: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/ivvIX0QIMC8O00rca6IJHxTKCWBI83hWzMPQ%40sfdc.net.


RE: Google Ads API to get account hierarchy

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello,

Because you cannot add a filter to include both true and false for the hidden 
attribute, you will need to make separate queries.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q26BEpn: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/WfSi40QIMCW800soCz_9mdTPuFr4qN1Mdwcw%40sfdc.net.


Re: Display Keyword Performance Report does not include full data

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello,

The total values from the Ad Performance Report will not necessarily be equal 
to the total values from the Display Keywords Performance Report.

Regards,
Anthony
Google Ads API Team

Anthony Madrigal
Google Ads API Team
ref:_00D1U1174p._5004Q26Adru: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/yO2Vx0QIMEVU00VJd2u-ekToqLsoIrl-Ku8w%40sfdc.net.


test account and .yaml configuration in Google Ads API

2020-10-22 Thread Kevin
Before trying with the production data, I'm going to try using the Google 
Ads API with a test account.  I have already set up that and I have the 
"Customer ID", "manager account customer ID", and the "developer token".  
The next step in the docs states I need to set up the .yaml file which has 
the following fields:

developer_token: INSERT_DEVELOPER_TOKEN_HERE
client_id: INSERT_OAUTH2_CLIENT_ID_HERE
client_secret: INSERT_OAUTH2_CLIENT_SECRET_HERE
refresh_token: INSERT_REFRESH_TOKEN_HERE
login_customer_id: INSERT_LOGIN_CUSTOMER_ID_HERE


My question here is what is the "client_id" and "client_secret"?
I know that the "refresh_token" needs to set up like this in their docs:
https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-installed

Is the "client_id" and "secret_id" the "OAuth 2.0 Client IDs" setup in the 
my personal account in the developer console? 

*I am using the Google Ads API and NOT the AdWords API

Thanks!

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

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


Re: Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread 吴文伟
Thanks for answer!

For example: 
   123456 is the MCC account.
this is my code:
  
$CustomerClientServiceClient = 
$googleAdsClient->getCustomerClientServiceClient();
$customers = 
$CustomerClientServiceClient->getCustomerClient("customers/12345/customerClients/Id");

the request throw error:
   Google\ApiCore\ApiException{
  "message": "Requested entity was not found.",
  "code": 5,
  "status": "NOT_FOUND",
"details": [
{
"@type": 0,
"data": 
"type.googleapis.com\/google.ads.googleads.v5.errors.GoogleAdsFailure"
},
{
"@type": 0,
"data": [
{
"errorCode": {
"requestError": "BAD_RESOURCE_ID"
},
"message": "'Id' part of the resource name is invalid."
}
]
}
]
}


i donot know the parameter "resourceName" format.

can you help me,please!
在2020年10月23日星期五 UTC+8 上午3:32:13 写道:

> Hi Wenwei,
>
> Thank you for reaching out. You could use 
> CustomerClientService.GetCustomerClient() 
> 
>  
> to fetch the client customer accounts in the hierarchy. You could also 
> query the customer_client 
>  
> resource to fetch the data which is recommended.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26BFbP: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/883d7856-2456-45e2-8394-8587beec0f93n%40googlegroups.com.


Re: Google Ads Api V5 How to get manage account 's customer list?

2020-10-22 Thread 吴文伟
i also using this code:

$googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient();
$query = "
SELECT 
customer_client.resource_name,customer_client.time_zone,customer_client.manager,customer_client.descriptive_name,customer_client.currency_code,customer_client.id
FROM customer_client";
$stream = $googleAdsServiceClient->search(123456,$query);
$res = $stream->iterateAllElements();

but it response nothing:
Generator Object ( ) 

 also try:
$stream = $googleAdsServiceClient->searchStream(123456,$query);
$res = $stream->iterateAllElements();

response:
 Streaming calls are not supported while using the REST transport.

i am testing on Windows 10, I don't want to use grpc.

在2020年10月23日星期五 UTC+8 上午9:13:33<吴文伟> 写道:

> Thanks for answer!
>
> For example: 
>123456 is the MCC account.
> this is my code:
>   
> $CustomerClientServiceClient = 
> $googleAdsClient->getCustomerClientServiceClient();
> $customers = 
> $CustomerClientServiceClient->getCustomerClient("customers/12345/customerClients/Id");
>
> the request throw error:
>Google\ApiCore\ApiException{
>   "message": "Requested entity was not found.",
>   "code": 5,
>   "status": "NOT_FOUND",
> "details": [
> {
> "@type": 0,
> "data": "type.googleapis.com
> \/google.ads.googleads.v5.errors.GoogleAdsFailure"
> },
> {
> "@type": 0,
> "data": [
> {
> "errorCode": {
> "requestError": "BAD_RESOURCE_ID"
> },
> "message": "'Id' part of the resource name is invalid."
> }
> ]
> }
> ]
> }
>
>
> i donot know the parameter "resourceName" format.
>
> can you help me,please!
> 在2020年10月23日星期五 UTC+8 上午3:32:13 写道:
>
>> Hi Wenwei,
>>
>> Thank you for reaching out. You could use 
>> CustomerClientService.GetCustomerClient() 
>> 
>>  
>> to fetch the client customer accounts in the hierarchy. You could also 
>> query the customer_client 
>>  
>> resource to fetch the data which is recommended.
>>
>> Thanks and regards,
>> Xiaoming, Google Ads API Team
>>
>>
>>
>> [image: Google Logo] 
>> Xiaoming 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q26BFbP: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/c2e83f4e-2c69-4170-a262-b4990d5afbcdn%40googlegroups.com.


Re: I would like to know about the format of the campaign bid payment.

2020-10-22 Thread harrison
Hi,
If I check the file that I have attached, the data for that part cannot be 
checked in API, is there a way to check that data?  

2020년 10월 23일 금요일 오전 4시 46분 25초 UTC+9에 adsapiforumadvisor님이 작성:

> Hello,
>
> Can you please clarify what you mean by: 
>
> 'Where can I find the type of TargetCPA payment form in the campaign bid?'
>
> Please see this guide on bidding 
> 
>  
> using AdWords API.
>
> Thanks,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
>
> ref:_00D1U1174p._5004Q26BEi3: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/57ea1b3c-9f9b-4913-b5e5-fb5d29b2b3b9n%40googlegroups.com.


Re: I have a question about CampaignService SelectiveOptimization.

2020-10-22 Thread harrison
Hi, Anthony!!

As you can see from the attached file, the error code won't return. Can you 
give me an answer for my coding?  
2020년 10월 23일 금요일 오전 1시 14분 38초 UTC+9에 adsapiforumadvisor님이 작성:

> Hello,
>
> What was the error you were facing for this API call?
>
> Thanks,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26BDXv: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/c57eee8a-0e36-4a4e-a7c3-e21dee8b8e10n%40googlegroups.com.


RE: GoogleAdsServiceClient.search hangs instead of erroring if LoginCustomerId is wrong

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Tim,

Thanks for posting your concern.

There is no known issue that is related to what you've raised on this post. 
With this, could you try this sample code in Java which using the latest API 
version, as v2 API version is already deprecated, and update the queries in the 
report?

Let me know how it goes after trying the sample code and provide the complete 
logs generated on your end together with the customer-id and login-customer-id 
that you used. You can provide the requested details via Reply privately to 
author option.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q26BMxG: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/_Df_z0QIMVQ400GF9rTWfJQ4eocL4WlYV8sw%40sfdc.net.


Re: CUSTOMER_NOT_FOUND

2020-10-22 Thread Accountify Apps
Hi,
Thank you for your reply ,
I am new to Google Adword API also I don't know how to reply author 
privately. The button Reply to author is disable for me Kindly please guide 
me how to do this.
Thank you

On Thursday, October 22, 2020 at 10:42:19 PM UTC+5:30 adsapiforumadvisor 
wrote:

> Hello,
>
> Can you please *reply privately to author *the SOAP request and response 
> so I can see what the issue may be?
>
> Thanks,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26BGi5: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/8ca4e222-dd36-4cec-9dc0-34abf120f17fn%40googlegroups.com.


Re: Per Day Report in a Single Query

2020-10-22 Thread Karl Angelo Tanjuan
Thank you for your response. But I can't find the right example to follow.
please help. thanks

On Fri, Oct 23, 2020 at 2:40 AM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Karl,
>
> Thank you for reaching out. You could use the segmentation Date
> 
> in the Campaign Performance Report
> 
> or the segments.date
> 
> in the campaign
> 
> resource to get data segmented by date.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo]
> Xiaoming
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q26BDZr: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/CAAxiSs4EjCREezPaF_9f3p3afgPdg8OnK%3DqbhF12Z7Ay-pf3ig%40mail.gmail.com.


RE: UserListClientService Error - UNEXPECTED_INTERNAL_API_ERROR

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for posting your concern.

This forum is dedicated for Google Ads API / AdWords API related concerns.

With this, since your issue is related to DDP API, then please reach out to the 
DDP API support team instead.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q26BI7B: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/iTMdl0QIN3GV00_fZ3nmgOQyeXtGjypwXLjA%40sfdc.net.


Re: Display Keyword Performance Report does not include full data

2020-10-22 Thread don....@gmail.com
Hello Anthony, I'm not comparing total from Ad Performance Report, Im 
comparing only total of values where KeywordID = 300 to Display 
Keywords Performance Report for the same date 
should this match though?

Please see my example in the 1st post here

*when we call for ads with keyword 300 in Ad Performance report we get  
$332,46 and 165 clicks*

*curl --location --request 
POST 
'https://adwords.google.com/api/adwords/reportdownload/v201809?__rdquery=SELECT%20%20CampaignId,%20CampaignName,%20AdGroupId,%20AdGroupName,%20%20%20CriterionId,%20%20AdNetworkType1,%20AdNetworkType2,%20Clicks,%20Cost%20%20%20FROM%20AD_PERFORMANCE_REPORT%20%20WHERE%20AdGroupStatus%20IN%20[ENABLED,%20PAUSED]%20AND%20CriterionId%20IN%20[300]%20%20DURING%2020201001,20201001&__fmt=CSV'
 \*
*--header 'Authorization: Bearer ' \*
*--header 'developerToken: ' \*
*--header 'clientCustomerId: ' \*
*--header 'skipReportHeader: true' \*
*--header 'skipColumnHeader: false' \*
*--header 'skipReportSummary: false' \*
*--header *













*'useRawEnumValues: false'versusQuery of the Display Performance report 
give us total Cost value as $130,07 and 54 clicks curl --location --request 
POST 
'https://adwords.google.com/api/adwords/reportdownload/v201809?__rdquery=SELECT%20%20CampaignId,%20CampaignName,%20AdGroupId,%20AdGroupName,%20%20%20Id,%20Criteria,%20AdNetworkType1,%20AdNetworkType2,%20Clicks,%20Cost%20%20%20FROM%20DISPLAY_KEYWORD_PERFORMANCE_REPORT%20%20WHERE%20AdGroupStatus%20IN%20[ENABLED,%20PAUSED]%20%20DURING%2020201001,20201001&__fmt=CSV'
 \ 
--header 'Authorization: Bearer ' \ --header 'developerToken: 
 \ --header 'clientCustomerId: ' \ 
--header 'skipReportHeader: true' \ --header 'skipColumnHeader: false' \ 
--header 'skipReportSummary: false' \ --header 'useRawEnumValues: false'*


On Thursday, October 22, 2020 at 11:43:33 PM UTC+3 adsapiforumadvisor wrote:

> Hello,
>
> The total values from the Ad Performance Report will not necessarily be 
> equal to the total values from the Display Keywords Performance Report. 
>
> Regards,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony Madrigal 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26Adru: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/1b73770a-c46f-404a-a243-6a7a450f6222n%40googlegroups.com.


RE: How does the metrics.search_budget_lost_impression_share is converting?

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hi Tetiana,

Thank you for reaching out.

Since it appears that you no longer require assistance, please reach out to our 
team once more should you have additional clarifications with the API.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q26BHLH: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/6UE8Q0QIN4PH00OK8DMsM8StGDQo25tAkIyQ%40sfdc.net.