Does Google API supports to configure the daily budget automatically?

2021-11-01 Thread 'Haiyang Si' via AdWords API and Google Ads API Forum
Hi expert,

Does Google API supports to configure the daily budget automatically based 
on 
1. total budget
2. Google Start and end Date
3. Current date

For example
A campaign's total budget is 100. Start date 1/1; end_date is 1/10
On the first day the daily budget should be 100/10 = 10. but the real cost 
is 1. Then the second day daily budget would be (100 - 1) / (10 - 1) = 11

Thank you for advise

Regards,
Haiyang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/25d0e578-5a2d-4d8c-8cc1-136b72964e21n%40googlegroups.com.


Re: Unable to Add Logo Image in Responsive Display Ad

2021-11-01 Thread Filip Pećanac
Hi Aryeh,

Thanks for the response. 

Unfortunately, there are no logs of my requests and responses. 

I have followed the instructions from the Logging section and once I 
complete all the steps, there is no generated data in my file.log.

I am using web application if that is relevant for this.

Any advice would be beneficial.

Regards,
Filip

On Thursday, October 28, 2021 at 10:21:32 PM UTC+2 adsapi wrote:

> Hi Filip,
>
> Could you privately provide us with logs of request and response to the 
> API so that we can see what is happening? 
>
> If you are using the Ads API 
> , the request 
> and response appears similar to the JSON Mappings in our REST 
> documentation 
> .
>  
> Our client libraries have loggers with logging instructions, to see these 
> instructions you can click on the client library you use in the sidebar of 
> our client library guide 
>  and 
> click on "Logging".
>
> If you are using the AdWords API 
>  , then a 
> request looks like the 3rd section in request 
> 
>  and 
> a response looks similar to response 
> .
>  
> Logging instructions are in the read.me on Github of each client library 
> .
>
> Setting the logger to 'DEBUG' will get the desired log.
>
> Regards,
>
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   ​​​
>
> ref:_00D1U1174p._5004Q2QFwVI: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/e8c79df5-0326-47e7-b36b-6a638213adbcn%40googlegroups.com.


Having issue with IpBlockInfo in latest version of GAds API

2021-11-01 Thread Mitiz Technologies
Hi there,
We are using GAds API v8 in our application and we are facing problem while 
blocking IP address from the linked account. The accounts are linked 
successfully however if we are trying to block the IP address for any 
campaign using API, it throws error. Here is piece of code that we are 
using:

use Google\Protobuf\BoolValue;
use Google\Protobuf\StringValue;
use Google\Protobuf\Int64Value;
use Google\Protobuf\EnumValue;
use Google\Protobuf\DoubleValue;
use Google\ApiCore\ApiException;

$campaignResourceName = ResourceNames::forCampaign($adwords_user_id, 
$adwords_campaign_id);

$campaignCriterion = new CampaignCriterion([
'campaign' => new StringValue(['value' => $campaignResourceName]),
'type' => CriterionType::IP_BLOCK,
'ip_block' => new IpBlockInfo(['ip_address' => new StringValue(['value' => 
$ipAddress2])])
]);

We are seeing the following error:
code: 0
file: 
"public_html/adwords/google-ads-php/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php"
line: 96
message: "Expect string."
name: "Exception"
stack-trace: [,…]
type: "InvalidArgumentException"



Can you please look into this and suggest me to fix the issue? My 
Manager_Customer_Id is 9663159860.


Let me know if there is anything from my end.

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/a89d8904-bd6e-466d-a730-228ca1b2097fn%40googlegroups.com.


UNEXPECTED_END_OF_QUERY Accessing Google Ads API via Google Apps Script

2021-11-01 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
Hi,

I am trying to access Google Ads API via Google Apps Script using the below 
code.

var ADWORDS_SCOPE = "https://www.googleapis.com/auth/adwords";;
var 
REQUEST_TOKEN_URL="https://www.google.com/accounts/OAuthGetRequestToken";;
var TOKEN_ACCESS_URL = "https://accounts.google.com/o/oauth2/token";;
var AUTHORIZATION_URL = "https://accounts.google.com/o/oauth2/auth";;

function getGoogleAdsOAuthService() 
{
  console.log("getGoogleAdsOAuthService");
  return OAuth2.createService("googleads.googleapis.com")
  .setAuthorizationBaseUrl(AUTHORIZATION_URL)
  .setTokenUrl(TOKEN_ACCESS_URL)
  .setClientId(CLIENT_ID)
  .setClientSecret(CLIENT_SECRET)
  .setProjectKey(ScriptApp.getProjectKey())
  .setCallbackFunction('authCallback')
  .setPropertyStore(PropertiesService.getUserProperties())
  .setParam('access_type', 'offline')
  .setParam('approval_prompt', 'force')
  .setScope(ADWORDS_SCOPE)
}

function getReport(clientId, reportDefinition, skipReportHeader, 
skipColumnHeader, skipReportSummary) {
  var service = getGoogleAdsOAuthService();
  //nsole.log(service);
  var options = {
method: 'POST',
muteHttpExceptions: true,
Host : 'googleads.googleapis.com',
headers: {'developer-token': DEVELOPER_TOKEN,
  'login-customer-id': clientId,
  'Authorization': 'Bearer ' + service.getAccessToken(),
 },
body: {
  'query': reportDefinition,
},
  };
  console.log("Options:");
  console.log(options);
  var REPORT_URL =  
'https://googleads.googleapis.com/v8/customers/'+clientId+'/googleAds:searchStream';
  var res = UrlFetchApp.fetch(REPORT_URL, options);
  var output = [];
  console.log(res);
  return res; 
}

here query is "SELECT campaign.id FROM campaign WHERE campaign.status = 
'ENABLED' AND campaign.serving_status = 'SERVING'"

This is resulting in UNEXPECTED_END_OF_QUERY. What am I missing ?

Regards,
Suchitra

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/69fe95e9-7a42-4572-8f5f-980628a8886en%40googlegroups.com.


Adding User Interest Info at Ad Group level in PHP

2021-11-01 Thread Filip Pećanac
Hi,

Could you please assist me regarding the setting User Interest Info at Ad 
Group level, or provide me with an example of this functionality via Google 
Ads API?

Currently, I am using positive keywords, but I think using this option 
would assist me with targeting the right users with Display Ads.

Thanks in advance!

Regards,
Filip

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/15ad3093-c4c2-41ad-a253-3118c7d58b7dn%40googlegroups.com.


Re: Unselecting all product groups from a partition tree fails.

2021-11-01 Thread Miquel Isern Roca
Hello Yasar and Aryeh,

I've tried replacing the nodes of the tree through the AdWords API as well 
but the BatchJob gets canceled and the response is empty, not giving any 
information. Because this failed, I tried to remove the tree through the UI 
but that didn't work either as you saw already.

Could you provide me with an email where I could send you the debug SOAP 
logs of the BatchJob? So you can take a look at what happened on your side?

Thanks.

On Friday, October 29, 2021 at 1:29:31 PM UTC+2 adsapi wrote:

> Hi Miquel,
>
> This is Yasar and I work with Aryeh. Let me assist you with this.
>
> Since you mentioned that you’re are trying to remove the product groups 
> using the UI, our team would not be able to troubleshoot the issue further. 
> This is outside of support scope since we provide assistance to 
> issues/concerns related to the *AdWords API* 
>  / *Google 
> Ads API* . That 
> being said, you may reach out to the Product Team via this link 
>  for further guidance 
> since their team is more equipped to handle UI related issues.
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2QFwS4: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/809814e5-832f-4b1e-83bb-1593d0c38490n%40googlegroups.com.


searching for a gclid using click_view

2021-11-01 Thread Nimrod Grinberg
i need to find the ad of a specific gclid.
so i created this query 
query = """SELECT click_view.gclid, click_view.ad_group_ad, 
click_view.keyword, click_view.resource_name, click_view.keyword_info.text 
FROM click_view WHERE segments.date = '2021-10-31' and click_view.gclid = 
'XX' """

i get an empty response

the customer_id i use in order to defined the search_request is the top MCC 
, because i dont know which customer id this gclid belongs to. 

how can i find this gclid ad correctly?

im using google ads. 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/95075287-9e75-4330-9287-4a41e411d30cn%40googlegroups.com.


Create campaign error

2021-11-01 Thread 娜娜
hello

When I create a campaign, I set the campaign_actions error

This operation was OK a few days ago


Error Message:
The error code is not in this version.


Request Id:
GeKemt8DFkDM9QKmMTaiKA

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/09bdc3d6-de68-45b7-a60e-7d7880ff2323n%40googlegroups.com.


When someone click on my Google ADs can I access the list of user information from Google ADs through API ?

2021-11-01 Thread SANDIP KUNDU
Hey Hi,
Well I am trying to access user information of users ( Like : Name, Email 
Id or these type of things ) actually who is clicking on my Google ADs 
using Google ADs APIs . Is there any library or video or any reference that 
can help me ?

I am using PHP with MySQL . 

If any of you guide me then It will be very much helpful for me. Thank you 
for watching this message. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6e40bcf6-bd8d-431c-bb20-6c745221f132n%40googlegroups.com.


Re: searching for a gclid using click_view

2021-11-01 Thread Nimrod Grinberg
ok i found the right customer id for this gclid . but my response is still 
empty. 
now im trying to query a simple click_view query but i still get en empty 
response.
im using a correct query. what am i missing ?:


query = """SELECT click_view.gclid, click_view.ad_group_ad, 
click_view.keyword, click_view.resource_name, click_view.keyword_info.text, 
campaign.id FROM click_view WHERE campaign.id = '' AND segments.date = 
'2021-10-31'"""
client = GoogleAdsClient.load_from_storage('XXX.yaml')
my_ga_service = client.get_service("GoogleAdsService", version="v8")
search_request = client.get_type("SearchGoogleAdsStreamRequest")
search_request.customer_id = customer_id
search_request.query = query
response = my_ga_service.search_stream(request=search_request)
for batch in response:
  for row in batch:
print(row)



On Monday, November 1, 2021 at 12:44:42 PM UTC+2 Nimrod Grinberg wrote:

> i need to find the ad of a specific gclid.
> so i created this query 
> query = """SELECT click_view.gclid, click_view.ad_group_ad, 
> click_view.keyword, click_view.resource_name, click_view.keyword_info.text 
> FROM click_view WHERE segments.date = '2021-10-31' and click_view.gclid = 
> 'XX' """
>
> i get an empty response
>
> the customer_id i use in order to defined the search_request is the top 
> MCC , because i dont know which customer id this gclid belongs to. 
>
> how can i find this gclid ad correctly?
>
> im using google ads. 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7fa7ddfb-ff98-4d3a-8ef5-0966615915c9n%40googlegroups.com.


campaign.maximize_conversion_value.target_roas - wrong value returned

2021-11-01 Thread 'Kateřina Henzlová' via AdWords API and Google Ads API Forum
Hi team!

I'm trying to fetch the desired target ROAS value by a simple query:

"SELECT campaign.maximize_conversion_value.target_roas FROM campaign WHERE 
campaign.id = ".

The value is 500 % as I can see in the UI but Google Ads API 
returns 0.05. I haven't found any information regarding this in the 
documentation. Is the value returned in some sort of micro amount?

Thanks,
Katerina[image: Screenshot_20211101_151640.png][image: 
Screenshot_20211101_151714.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/0d04a4f8-d519-4bc8-9a85-7b20f5b41375n%40googlegroups.com.


Re: Getting user_permission denied on add campaign

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Prateek,

If you are attempting to access sub-accounts as a manager, you can specify the 
login-customer-ID header to do so. Otherwise, direct access to those 
sub-accounts will be required.

The user email used to create OAuth credentials must have direct or indirect 
access to the child customers.

Regards,
Matt
Google Ads API Team

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


the display results in a language other than English

2021-11-01 Thread 范瑞祥
Hi, I want to know how to change the result display language when I query a 
result list like 'userInterest.name' which it can display in language 
zh-cn.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/5553660f-ea96-4d00-91df-1c30580ae5a3n%40googlegroups.com.


Re: Setting Campaign Level Conversion Action

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Zorion,

Could you send us privately a request and response log of API communications 
for this error? Here's logging instructions, when the logger is set to 'DEBUG' 
the logs could be created.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2FY4PC: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/SNKaV0R1WJZ600aCGs1HSDT6Sc9axlHFWrFw%40sfdc.net.


RE: Create campaign error

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,


Thanks for reaching out to the Google Ads API support team.


To investigate the issue further, could you please provide us with the complete 
request and response logs. Please send the requested details via the Reply 
privately to the author option.



Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2QGtpw: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/1xr-Z0R1WLB900OEHXDwRPQCSVu0ww8aeqdg%40sfdc.net.


RE: Add Location Campaign Extension Setting to campaing level

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Vedran,

Thanks for reaching out. Have you followed the Add an Extension Setting guide? 
This takes you through the process of creating the extension feed item and then 
associating it with an entity.

If you continue to face this issue, please provide us with the complete request 
and response logs.

Regards,
Matt
Google Ads API Team

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


Re: TargetCpaMicros vs TargetCpa

2021-11-01 Thread quan zhang
Hi,

I got an error message "TOO_LOW" after setting the  
campaign.MaximizeConversions.TargetCpa 

 value 
to 10. Is this expected?

Thanks,
Quan

On Thursday, 21 October 2021 at 02:30:20 UTC-7 adsapi wrote:

> Hi Quan,
>
>  
>
> Thanks for reaching out to the Google Ads API Team.
>
>  
>
> If you would like to set $10 as the value for 
> campaign.MaximizeConversions.TargetCpa 
> ,
>  
> then you should input 10 as its value. Let me know how it goes after trying 
> the provided suggestion.
>
>  
>
> Regards,
> [image: Google Logo] 
> Kevin Gil Soriano 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2QDquk: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/823f75f9-3400-49fc-ba9e-f3b356602fa3n%40googlegroups.com.


RE: Locations views

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,


Thanks for reaching out to the Google Ads API support team.


Matched Locations are not supported in Ads API reports. This has been a feature 
requested previously. But the location_view can be used for targeted locations.


Please let us know if you have any more questions on this.


Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2QGtyu: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/PBis00R1WXMX007fIwdxbAS_K-PEaadbGbsA%40sfdc.net.


generateKeywordIdeas - sort

2021-11-01 Thread Oleg Disrupt
Hello
I want to add sort feature
when call the this function: generateKeywordIdeas
How can I do this one?
Regards
Oleg

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8529cfe7-2d22-4ac8-95d3-218ab0c7280fn%40googlegroups.com.


Re: How to get ad group optimized targeting flag in Google Ads API

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shiwei,

Thank you for your follow up.

So that I may raise this to the rest of our team, could you also provide the 
complete request and response logs, with the request-id? You may then send the 
requested information via the Reply privately to author option. If this option 
is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

Best regards,

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


Re: the display results in a language other than English

2021-11-01 Thread 范瑞祥
shoud I add a 'accept-language: zh-CN' to  Header?

在2021年11月2日星期二 UTC+8 上午12:32:19<范瑞祥> 写道:

> Hi, I want to know how to change the result display language when I query 
> a result list like 'userInterest.name' which it can display in language 
> zh-cn.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/4fd03024-ec92-4494-9cb6-c7242cb0272dn%40googlegroups.com.


Re: Create campaign error

2021-11-01 Thread 娜娜
I have privately replied to the complete request and response information, 
and hope to get a reply as soon as possible. Thank you in advance

在2021年11月2日星期二 UTC+8 上午1:16:50 写道:

> Hello,
>
>  
>
> Thanks for reaching out to the Google Ads API support team. 
>
>  
>
> To investigate the issue further, could you please provide us with the 
> complete request 
> 
>  
> and response 
> 
>  
> logs. Please send the requested details via the Reply privately to the 
> author option.
>
>
> Best regards, 
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2QGtpw: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/27df8090-f773-4975-8be0-98902953f8d3n%40googlegroups.com.


RE: campaign.maximize_conversion_value.target_roas - wrong value returned

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Kateřina,


I'm Kevin from the Google Ads API Team. I'll try my best to assist you.


Can you please provide the complete request and response logs with request ID 
generated on your end as well as some UI screenshots which clearly shows the 
value of the Target ROAS field of the same campaign indicated in the API? You 
can send these to me via Reply privately to author option. If that options is 
not available, please send the details to googleadsapi-supp...@google.com 
instead.


Regards,

Kevin Gil Soriano
Google Ads API Team
ref:_00D1U1174p._5004Q2QGvzQ: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/SGqp60R1XDFT00EYiR0wI5TJu0eD3xVrUJbA%40sfdc.net.


RE: How to add integrity to conversion_async.js?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Edank,

Thank you for reaching out to our API support team.

@Emrah, thank you for sharing information as well. However, this channel 
specializes in AdWords / Google Ads API related concerns only. Since you are 
using JavaScript and appears to be setting up a tag, then I'm afraid that this 
is already outside of our API team's scope.

I would recommend that you reach out instead to the Google Ads Product Support 
team via this link, for further guidance.

Best regards,

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


RE: Does Google API supports to configure the daily budget automatically?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Haiyang,

Thank you for posting your concern.

To answer your question, I can say that the provided use case is possible using 
the Google Ads API by referring to this guide. However, as for changing the 
budget based on the budget used on the previous day, then the logic of the code 
should be implemented on your end.

Regards,

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


RE: When someone click on my Google ADs can I access the list of user information from Google ADs through API ?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Sandip,


I'm Kevin from the Google Ads API Team.


I'm afraid that there's no way to retrieve PIIs (e.g. name/email address/etc) 
from users who click your ads via Google Ads API. Please note that Google has 
specific policies for how advertisers can collect, use, and share personally 
identifiable information (PII) as you can see from this Help Center article. If 
you breach these policies, you will receive a breach notice and Google may 
disable your data segments and other associated segments until you fix the 
issue.


If you have any further clarification regarding the policies, I suggest you 
post your concern in the Google Ads Community Forum as they are better equipped 
to address product related concerns.


Regards,

Kevin Gil Soriano
Google Ads API Team
ref:_00D1U1174p._5004Q2QGuBk: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/DXM370R1XI1C00bIx6C1REQb2lrPKhw1by_Q%40sfdc.net.


Re: Unable to Add Logo Image in Responsive Display Ad

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip,

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

Could you confirm if there are no API logs as well in the console of your 
client library? If yes, then I am afraid that we would not be able to 
investigate the issue without the complete request and response logs with 
request ID and request header generated on your end.

With this, if there are no API logs in the console and in the file.log, then I 
would suggest to reach out to the author of the client library by clicking one 
of the links in the Source column of this page based on the client library that 
you are using. Then, navigate to the Issues tab and post your concern there to 
get help with your issue about logging of the API transactions as the author of 
the client library is more equipped to this issue.

After enabling the logging of the API transactions, you can revert back to us 
and provide the information that we are asking. Please provide it via Reply 
privately to author option. If this option is not available, then send it 
instead on this email address googleadsapi-supp...@google.com.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2QFwVI: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/62-W-0R1XIR200MR8AfwlPQx6UklWx8wdh8w%40sfdc.net.


RE: Adding User Interest Info at Ad Group level in PHP

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Filip,

Thank you for reaching out to us.

You can refer on this guide for the available supported criteria in the AdGroup 
level.

You can set the User Interest Info at the AdGroup level via the 
MutateAdGroupCriteria of the AdGroupCriterionService. You should be able to set 
the UserInterestInfo under the AdGroupCriterion.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2QGshj: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/F9hSK0R1XJ6100JOEgmZwPTCal3qr6fG4hPg%40sfdc.net.


RE: Having issue with IpBlockInfo in latest version of GAds API

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

Thank you for posting your concern.

Upon checking the provided logs, it appears that error has occurred because the 
PHP client library might not properly set up. With this, I would suggest to 
check the implementation of your client library by following this guide. If you 
have further questions / clarification about this, then I would suggest 
reaching out to the author of the client library via this link as they are more 
equipped to provide support to this kind of issue.

Regards,

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


RE: Adding of custom parameters possible without overwriting all custom parameters via Google Ads API?

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Markus,

Thank you for reaching out to our API support team.

Upon checking, the Google Ads API's CustomParameters currently do not have the 
doReplace attribute from the AdWords API. That being said, allow me to create a 
feature request, subject for review, for this to be added into the Google Ads 
API.

For now, you may keep an eye on our blog for any updates or announcements.

In addition and as a workaround, you may also for now avoid simultaneous 
updates on your customer parameters, and schedule changes internally in your 
team instead, to avoid any overwriting to occur.

Best regards,

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


RE: I cannot set selective_optimization to create campaign.

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tohihiro,


I'm Kevin from the Google Ads API Team. I'll try my best to assist you.


Can you please provide a sample screenshot which shows the UI's expected values 
for the selectiveOptimization field as well as the complete request and 
response logs with request ID with unredacted IDs so I can better investigate 
the issue? You can send these to me via Reply privately to author option. If 
this option is not available, please send it to googleadsapi-supp...@google.com 
instead.


Regards,

Kevin Gil Soriano
Google Ads API Team
ref:_00D1U1174p._5004Q2QGfbf: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/yx6oV0R1XK8M001nzbx0AkR4KPPKyLpZ2kyw%40sfdc.net.


Re: Does Google API supports to configure the daily budget automatically?

2021-11-01 Thread 'Haiyang Si' via AdWords API and Google Ads API Forum
Thanks, Ernie,

It looks Google does not support reset daily budget based on the budget 
remain. 
I have to implement the logic on my side. 

Thanks,
Regards,
Haiyang

On Monday, November 1, 2021 at 8:40:31 PM UTC-7 adsapi wrote:

> Hi Haiyang,
>
> Thank you for posting your concern.
>
> To answer your question, I can say that the provided use case is possible 
> using the Google Ads API by referring to this guide 
> .
>  
> However, as for changing the budget based on the budget used on the 
> previous day, then the logic of the code should be implemented on your end.
>
> Regards, 
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2QGs1N: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/ba6bbb49-1541-4f47-b726-b624b2840202n%40googlegroups.com.


RE: May I ask whether campaigns, ad groups, ads, keywords, etc. run independently in Google ads?

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

Thank you for reaching out to our API support team.

For confirming the behavior of these entities when the higher level is set to 
paused, and since this is more of a Product related concern, I would recommend 
that you reach out instead to the Google Ads Product Support team, via this 
link, for further guidance.

I hope this helps.

Best regards,

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


Re: Unselecting all product groups from a partition tree fails.

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Miquel,

Thanks for getting back to us.

You can share to us the complete SOAP logs (request and response with 
requestId) via the Reply privately to author option. If this option is not 
available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

As an aside, please note that the AdWords API is deprecated and will be sunset 
on April 27, 2022. We strongly recommend that you migrate to the Google Ads API 
as soon as possible.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2QFwS4: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/AM2v80R1XKY700UhA0_J_9RzGBp49wzzIoPA%40sfdc.net.


RE: Remove duplications in Google Conversions API and Google Analytics

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

Thank you for reaching out to our API support team.

Since this channel and our team specializes in AdWords / Google Ads API related 
concerns only, our team would not be able to provide comments on Google 
Analytics.

However, in the Google Ads API's perspective, you should be able to perform 
conversion adjustments by following this guide. I hope this helps.

Best regards,

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


RE: UNEXPECTED_END_OF_QUERY Accessing Google Ads API via Google Apps Script

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Suchitra,

Thank you for providing further details to your concern.

I can see that you've already sent a private thread to my team for this 
concern. With this, let us continue the discussion of this concern to that 
email thread and provide there the complete request and response logs with 
request ID and request header generated on your end where we can see the error.

Regards,

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


RE: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shawn,

Thank you for reaching out to our API support team.

Could you confirm if what you intend to do is use assets in ads? If yes then 
the link you provided should indeed be the appropriate guide.

However, since you appear to be using the AdGroupAssetService, then its typical 
usage is for creating asset based extensions as discussed here.

Best regards,

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