budget issue in creation new campaign.

2021-11-14 Thread Oleg Disrupt
Hello
when i try to run this script,  I can see new budget(shared budget) with 
new campaign.
php examples/BasicOperations/AddCampaigns.php --customerId 9641267633
I only want to create new campaign with individual campaign budget (only 
budget number) not user addCampaignBudget 
for example
$campaign = new Campaign([
'name' => 'campaign1',

'campaign_budget' => 10,
...
]);

How can i do that?
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/daf52f9a-ca87-4aa5-ac4d-a877ba3b5facn%40googlegroups.com.


how to get the geo data of google ads one day?

2021-11-14 Thread 'chaoming chen' via AdWords API and Google Ads API Forum
I am a google ads manager customer's developer
 the ads customer id is: 2326004878 not manager account
I use this SQL:
SELECT ad_group.id,geographic_view.resource_name, 
segments.geo_target_province, segments.geo_target_region, 
segments.geo_target_city, segments.geo_target_county, 
segments.geo_target_postal_code,segments.date, metrics.average_cost, 
metrics.average_cpc, metrics.conversions, metrics.conversions_value, 
metrics.clicks, metrics.ctr, metrics.impressions FROM geographic_view WHERE 
segments.date = '2021-11-14'
get tree items:

[image: 01.png]
but google ads's background has 29 items
[image: 02.png]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b2a873e5-f8a3-4ca7-bf87-29cdec303acan%40googlegroups.com.


RE: PHP SDK Supporting API v9

2021-11-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Lonny,

Thank you for reaching out to our API support team.

For PHP SDK related concerns and clarifications on which version should or 
currently supports the v9 of the Google Ads API, you may reach out to the 
client library owners directly, via this link. I hope this helps.

Best regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2R8c9U: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/RnD1N0R2LNTA00_jqJhvVYT8qO2-Q0fd1-Mg%40sfdc.net.


get all accounts under my manage account.

2021-11-14 Thread Oleg Disrupt
Hello
I want to get all accounts in my manager account.
I tried to get the account list using below example
php examples/AccountManagement/ListAccessibleCustomers.php
but I can see all manage accounts like top right in my account.
so I want to get all accounts in accounts->performance.

I tried to get my all accounts with below code
php examples/AccountManagement/GetAccountHierarchy.php
it shows manager account list and shows error hierarchy account

PHP Fatal error:  Uncaught BadMethodCallException: Streaming calls are not 
supported while using the REST transport. in 
E:\xec\Test\google-ads-php\vendor\google\gax\src\Transport\HttpUnaryTransportTrait.php:148
Stack trace:
#0 
E:\xec\Test\google-ads-php\vendor\google\gax\src\Transport\HttpUnaryTransportTrait.php(64):
 
Google\ApiCore\Transport\RestTransport->throwUnsupportedException()
#1 
E:\xec\Test\google-ads-php\vendor\google\gax\src\GapicClientTrait.php(601): 
Google\ApiCore\Transport\RestTransport->startServerStreamingCall(Object(Google\ApiCore\Call),
 
Array)
#2 
E:\xec\Test\google-ads-php\vendor\google\gax\src\Middleware\CredentialsWrapperMiddleware.php(61):
 
Google\Ads\GoogleAds\V8\Services\Gapic\GoogleAdsServiceGapicClient->Google\ApiCore\{closure}(Object(Google\ApiCore\Call),
 
Array)
#3 
E:\xec\Test\google-ads-php\vendor\google\gax\src\Middleware\FixedHeaderMiddleware.php(66):
 
Google\ApiCore\Middleware\CredentialsWrapperMiddleware->__invoke(Object(Google\ApiCore\Call),
 
Array)
#4 E:\xec\Test\google-ads-php\vendor\google\gax\sr in 
E:\xec\Test\google-ads-php\vendor\google\gax\src\Transport\HttpUnaryTransportTrait.php
 
on line 148

how can i fix this issue?
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/71589a49-2870-4635-a18f-bb4b14186af5n%40googlegroups.com.


RE: Cant find the Languages set to a Campaign

2021-11-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Binu,

Thank you for posting your concern.

It appears that the code could not properly get the methods under the 
CampaignCriterionService and this is the possible reason why the error 
occurred. With this, I would suggest reaching out to the author of the client 
library via this link to get assistance to this concern and to address the 
issue. The author of the client library is more equipped to provide support to 
code related issues / concerns.

Regards,
​​
Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

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


Re: Bid Modifier for User Lists

2021-11-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will,

I am also a member of the Google Ads API team and let me provide support to 
your concern.

To answer your question, you can use the 
AdGroupCriterionService.MutateAdGroupCriteria to set a bid modifier between the 
association of the user list and ad group.

Let me know if you have further questions.

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

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


Re: How to retrieve location name and radius from LocationViews Return Resource Name?

2021-11-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Binu,

I am also a member of the Google Ads API team and let me provide support to 
your concern.

You can use the campaign_criterion to get the information that you are looking 
for, filter the campaign_criterion.type by PROXIMITY and include the proximity 
related fields available on this link.

Let me know if you have further questions.

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

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


Re: How to get the number of conversions for a certain conversion

2021-11-14 Thread 林跃帆
Hi,

The problem is solved.

Thanks

在2021年11月15日星期一 UTC+8 上午10:28:08<林跃帆> 写道:

> Hi,
>
> Is there any other way to query an exact conversion of a campaign?
>
> 在2021年11月12日星期五 UTC+8 下午11:33:55 写道:
>
>> Hi,
>>
>> Thanks for reaching out to us.
>>
>> Unfortunately, Google Ads API does not support custom columns. Certain 
>> columns and other features of the UI's custom reporting are therefore not 
>> available. However, our team has already created a feature request and is 
>> currently under review. For now you may keep an eye on our blog 
>>  for 
>> updates or announcements.
>>
>> To help you construct queries with the report field plan to retrieve, you 
>> can use our *Query builder* 
>> 
>>  
>> and *Query validator* 
>> 
>>  
>> in the documentation.
>>
>> Let us know if you have any further questions.
>>
>> Regards,
>> Reminder: Share your feedback about the Google Ads (AdWords) API! Take 
>> the 2021 Google Ads API and AdWords API Annual Survey 
>> 
>>  
>> [image: Google Logo] 
>> Yasar 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2R8Skk: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/665e5370-24eb-446c-b224-58a936c7e011n%40googlegroups.com.


unsupported language

2021-11-14 Thread Prasant Ratnalu
i had prepared a video by google approved language but it has disapproved 
suggest me,please thanks

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

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


Re: How to get the number of conversions for a certain conversion

2021-11-14 Thread 林跃帆
Hi,

Is there any other way to query an exact conversion of a campaign?

在2021年11月12日星期五 UTC+8 下午11:33:55 写道:

> Hi,
>
> Thanks for reaching out to us.
>
> Unfortunately, Google Ads API does not support custom columns. Certain 
> columns and other features of the UI's custom reporting are therefore not 
> available. However, our team has already created a feature request and is 
> currently under review. For now you may keep an eye on our blog 
>  for 
> updates or announcements.
>
> To help you construct queries with the report field plan to retrieve, you 
> can use our *Query builder* 
> 
>  
> and *Query validator* 
> 
>  
> in the documentation.
>
> Let us know if you have any further questions.
>
> Regards,
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>  
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2R8Skk: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/f37ad11f-4169-46ee-a73e-d408b8bf6a39n%40googlegroups.com.


Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi everyone,

Thank you for your follow ups. I work with Aryeh and allow me to assist you as 
well.

@Meir, you may try updating the pixel and let us know how it goes. Also, I've 
taken note of your suggestion to have the ID or the original resource included 
in the error for ease of troubleshooting when this error is encountered. As for 
removing an asset, this is currently not supported. However, a separate feature 
request was already raised and you may also continue to follow our blog for 
updates.

As for your UI concern, this is unfortunately outside of our API team's 
expertise. You may instead reach out to the Google Ads Product Support team, 
via this link, to clarify available UI features for asset management.

@Lonny, thank you for bumping this thread as well. We have raised your input as 
well and you may indeed follow our blog for now, for updates.

Best regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

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