Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
I have sent request and response log.

1) Pass nothing as suggested by you
2) Pass with bid modifier.

Thanks,


On Friday, 29 April 2022 at 11:14:56 UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for providing updates to your concern.
>
> So that I can further check on my end or to discuss with the rest of the 
> team, could you provide the complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  and request header 
> 
>  generated 
> on your end by using the provided suggestion?
>
> You can provide it via *Reply privately to author* option. If this option 
> is not available, then send it instead on this email address 
> googleadsa...@google.com.
>
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ZJ9BH: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 
"Google Ads API and AdWords 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/53553417-a5b9-41dc-aab8-c8f0784646c2n%40googlegroups.com.


Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
Hi Ernie,

I followed what you suggest, If I pas nothing It will change nothing. So no 
solution yet to clear Bid Modifiers.

 

On Friday, 29 April 2022 at 10:44:46 UTC+5:30 cv wrote:

> HI ernie,
>
> I did same as you suggest with update mask.
>
> See this
>
> $campaignCriterion = new CampaignCriterion([
>
> 'resource_name' => ResourceNames::forCampaignCriterion(
> $customerId,
> $campaignId,
> 30001
> )
>
> ]);
>
> $CampaignCriterionOperation = new CampaignCriterionOperation();
> $CampaignCriterionOperation->setUpdate($campaignCriterion);
> 
> $CampaignCriterionOperation->setUpdateMask(FieldMasks::allSetFieldsOf($campaignCriterion));
>
> On Friday, 29 April 2022 at 08:53:25 UTC+5:30 adsapi wrote:
>
>> Hi,
>>
>> Thank you for the reply.
>>
>> It appears that you included the bid_modifier 
>> 
>>  
>> field in the CampaignCriterion 
>> 
>>  
>> but setting an empty value to it. With this, could you try not adding the 
>> bid_modifier 
>> 
>>  
>> field in the CampaignCriterion 
>> 
>>  of 
>> the API request but including it in the update mask only? I would suggest 
>> referring to this document 
>> 
>>  
>> to manage update mask for this scenario.
>>
>> Let me know how it goes after.
>>
>>
>> Regards,
>> [image: Google Logo] 
>> Ernie John 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2ZJ9BH: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 
"Google Ads API and AdWords 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/a1e6bee8-a045-4ee0-a6d4-8834a0f73c68n%40googlegroups.com.


Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
But not clearing Bid Modifier.

On Friday, 29 April 2022 at 10:44:46 UTC+5:30 cv wrote:

> HI ernie,
>
> I did same as you suggest with update mask.
>
> See this
>
> $campaignCriterion = new CampaignCriterion([
>
> 'resource_name' => ResourceNames::forCampaignCriterion(
> $customerId,
> $campaignId,
> 30001
> )
>
> ]);
>
> $CampaignCriterionOperation = new CampaignCriterionOperation();
> $CampaignCriterionOperation->setUpdate($campaignCriterion);
> 
> $CampaignCriterionOperation->setUpdateMask(FieldMasks::allSetFieldsOf($campaignCriterion));
>
> On Friday, 29 April 2022 at 08:53:25 UTC+5:30 adsapi wrote:
>
>> Hi,
>>
>> Thank you for the reply.
>>
>> It appears that you included the bid_modifier 
>> 
>>  
>> field in the CampaignCriterion 
>> 
>>  
>> but setting an empty value to it. With this, could you try not adding the 
>> bid_modifier 
>> 
>>  
>> field in the CampaignCriterion 
>> 
>>  of 
>> the API request but including it in the update mask only? I would suggest 
>> referring to this document 
>> 
>>  
>> to manage update mask for this scenario.
>>
>> Let me know how it goes after.
>>
>>
>> Regards,
>> [image: Google Logo] 
>> Ernie John 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2ZJ9BH: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 
"Google Ads API and AdWords 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/dab7d5f0-40a5-4a3a-bfe5-8ebbadef4da8n%40googlegroups.com.


Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
HI ernie,

I did same as you suggest with update mask.

See this

$campaignCriterion = new CampaignCriterion([

'resource_name' => ResourceNames::forCampaignCriterion(
$customerId,
$campaignId,
30001
)
]);

$CampaignCriterionOperation = new CampaignCriterionOperation();
$CampaignCriterionOperation->setUpdate($campaignCriterion);

$CampaignCriterionOperation->setUpdateMask(FieldMasks::allSetFieldsOf($campaignCriterion));

On Friday, 29 April 2022 at 08:53:25 UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for the reply.
>
> It appears that you included the bid_modifier 
> 
>  
> field in the CampaignCriterion 
> 
>  
> but setting an empty value to it. With this, could you try not adding the 
> bid_modifier 
> 
>  
> field in the CampaignCriterion 
> 
>  of 
> the API request but including it in the update mask only? I would suggest 
> referring to this document 
> 
>  
> to manage update mask for this scenario.
>
> Let me know how it goes after.
>
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ZJ9BH: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 
"Google Ads API and AdWords 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/eedecc21-4d0e-43bb-b105-b403a164daa4n%40googlegroups.com.


RE: How to get asset report with click, cost ... metric

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tung,

Thank you for posting your concern.

Could you confirm if you are encountering the issue with the Responsive search 
ad? If yes, then I am afraid that only metrics.impressions will be returned for 
rows that correspond to an RSA even though several metrics in the search query 
are included.

Let me know if you have further questions.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2aONrK: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 
"Google Ads API and AdWords 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/-RoTu0RB2Z0D00WYKNEP42Qgq21iZxsLk8NA%40sfdc.net.


Re: How to see my access level in GG Console

2022-04-28 Thread san...@knorex.com
Hi,
My customer id: 

276-437-7747
and 

615-013-4023 (Test MCC)

On Friday, 29 April 2022 at 01:02:37 UTC+7 adsapi wrote:

> Hi Martin,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Could you please provide customer id so that i can further investigate the 
> issue? Kindly please note you can not see API center in the client account.
>
>
> Thanks,
> [image: Google Logo]   
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aNxmu: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 
"Google Ads API and AdWords 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/994ce929-1335-46fc-87dc-87cc480e8abfn%40googlegroups.com.


500 ERROR API response with no error message

2022-04-28 Thread Maite Eguren Brown
hi, I'm getting errors when calling the API but it doesn't contain any 
information other than the type and requestId

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/5fc605a5-4253-4187-a9c5-5c170aa77fb6n%40googlegroups.com.


geographic_view, report with python library

2022-04-28 Thread jubap...@gmail.com
Hello, I am tried to clone date range geographic view report by python 
But when I want to segments city, county, (province, canton, state) at the 
same time, It will return an empty file.I can only segment by city and 
county.
Is there a way to query city county sate level at the same time? And also 
showing the name of the city, the name of the sate. not the id.

thanks


sample code is below:

ga_service = client.get_service("GoogleAdsService")
# GAQL query create
query = """
SELECT segments.geo_target_city,
geographic_view.country_criterion_id,
segments.geo_target_region,
metrics.impressions, 
campaign.name, 
campaign.id, 
ad_group.name, 
metrics.clicks, 
metrics.cost_micros, 
metrics.conversions, 
metrics.conversions_value 
FROM geographic_view
WHERE segments.date BETWEEN '"""  + start_date + """' AND '""" + 
end_date + """'
"""

# name of the city (not id)

# create empty data frame
# igonre metro as this time
column_names = ['City',
'Country/Territory',
'segments.geo_target_region',
'Impressions',
'Campaign',
'Campaign ID',
'Ad group',
'Clicks',
'Cost',
'Conversions',
'Total conv. value']

df = pd.DataFrame(columns = column_names)

# Issues a search request using streaming.
search_request = client.get_type("SearchGoogleAdsStreamRequest")
search_request.customer_id = customer_id
search_request.query = query
stream = ga_service.search_stream(search_request)
query_lists = []
for batch in stream:
#print(batch)
for row in batch.results:
geographic_view = row.geographic_view
segments = row.segments
campaign = row.campaign
metrics = row.metrics
ad_group = row.ad_group

query_list = [segments.geo_target_city,
  
geographic_view.country_criterion_id,
  segments.geo_target_region,
  segments.geo_target_canton,
metrics.impressions, 
campaign.name, 
campaign.id, 
ad_group.name, 
metrics.clicks, 
metrics.cost_micros, 
metrics.conversions, 
metrics.conversions_value]
query_lists.append(query_list)

df = pd.DataFrame(np.array(query_lists), columns=column_names)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/372c7e33-4e2f-434e-b388-86b3114d399cn%40googlegroups.com.


List Accessible Accounts stuck in error loop

2022-04-28 Thread Jack Reidy
Hi team, 

During a request to CustomerService/ListAccessibleCustomers if the 
credentials the end user inputs are invalid I see a response error of 
"invalid_grant" with description "Bad Request". This is expected, however 
the client never returns and continually reattempts the bad request. Since 
the request does not return I can not return the proper error message and 
the code hangs. I am wondering if there is a way to configure the 
CustomerServiceClient to either disable this feature or change the number 
retry attempts. I have not been able to find very much in the documentation 
on this topic. Any help is appreciated. Below is a sample request/response 
I am using the Java Google Ads v10 client library:

Request

---

MethodName: 
google.ads.googleads.v10.services.CustomerService/ListAccessibleCustomers

Endpoint: googleads.googleapis.com:443

Headers: {developer-token=REDACTED, x-goog-api-client=gl-java/1.8.0_311 
gccl/17.0.1 gapic/17.0.1 gax/2.6.1 grpc/1.41.0}

Body: 

Response



Headers: null

Body: null

Failure message: null

Status: Status{code=UNAVAILABLE, description=Credentials failed to obtain 
metadata, cause=com.google.api.client.http.HttpResponseException: 400 Bad 
Request

POST https://oauth2.googleapis.com/token

{

  "error": "invalid_grant",

  "error_description": "Bad 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 
"Google Ads API and AdWords 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/1b173d98-e72c-485f-bff2-ebc0effe5d2cn%40googlegroups.com.


Unable to add budget at account level

2022-04-28 Thread divyakum...@gmail.com
Hi Team,

My project is using v10 Google Ads API and I receive an API error while 
trying to add a budget to a client account. Appreciate your help in this 
regard,

request_id: "WZcUumED0jn6qUfiUzLMMg" 

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.

2022-04-27 16:21:37,953 ERROR [main] A: C: API:4907 - budgetOrderService 
mutate failed for addBudget: startTime=;endTime=;amount=145000

*com.google.ads.googleads.v10.errors.GoogleAdsException*: errors {

  error_code {

mutate_error: RESOURCE_NOT_FOUND

  }

  message: "Resource was not found."

  location {

field_path_elements {

  field_name: "operation"

}

field_path_elements {

  field_name: "create"

}

field_path_elements {

  field_name: "billing_setup"

}

  }

}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/8de3a7b0-e2ba-4b3e-b73b-c3dfb96648a3n%40googlegroups.com.


CRITERIA PERFORMANCE REPORT

2022-04-28 Thread Shobha Solanki
Hello,

With Adwords API we used to fetch using 4 different requests to CRITERIA 
PERFORMANCE REPORT we used to fetch the following
1. Conversions for *Shopping Adgroup* based on *Conversion Category* for a 
given *duration*
2. Conversions for Product Targets based on  *Account's Conversion Category*   
for 
a given *duration*
3. Conversions for Dynamic Search Auto target based on  *Account's 
Conversion Category*   for a given *duration*
4. Adgroup related stats based on *Account's Conversion Category* for a 
given *duration*

Can you please guide us as to how to fetch the above 4 as there is no 
Criteria performance and our bid adjustment tool is stuck on it.

Thanks,
Shobha

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/62ecc9a7-d206-471a-b651-13719494ca7bn%40googlegroups.com.


RE: Question related to ConversionActionID of ConversionAction while uploading offline conversions in Google Ads API

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi everyone,

Jana is correct. The 'conversion_action.resource_name' field has the resource 
name that is passed to the API. Depending on how the client library sets up the 
resource name you may only need 'conversion_action.id'.  In our C# example the 
code puts together the customer Id and the conversion action Id so all you need 
is the Id part.

Regards,

Aryeh
Google Ads API Team
ref:_00D1U1174p._5004Q2aO87T: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 
"Google Ads API and AdWords 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/5Nuy60RB2A1000g-EIIyTuQhyMTQiiZNhLzw%40sfdc.net.


Re: upload assets failed via google ads api

2022-04-28 Thread Keegan Kuhn
It looks like the responses that were coming back "*Image has layout 
problem*" are now working today (with no changes on my side). So seems 
google engineers may have just fixed this yesterday.


On Thursday, April 28, 2022 at 9:10:03 AM UTC-4 adsapi wrote:

> Hi Amanda and Keegan,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> I understand that you’re experiencing issues when uploading images via 
> API. However, for our team to take a closer look into the issue, could you 
> please provide complete *request* 
> 
>  
> and *response* 
> 
>  
> logs with *request ID* 
> 
>  
> generated for the error that resulted in "Image has layout problem", so 
> that we can provide specific recommendations? Kindly provide logs via reply 
> to author privately option.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aO1CB: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 
"Google Ads API and AdWords 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/b49e3b5d-e096-4ab3-b999-e6e7dea1aaf5n%40googlegroups.com.


HistoricalMetricsOptions.include_average_cpc (v10.1.0)

2022-04-28 Thread Shelby I
Hello,

I want to use a feature from the latest release notes for v10.1.0 - 
HistoricalMetricsOptions.include_average_cpc 

 
- but I don't see that option in the code.

[image: include average cpc.PNG]
https://developers.google.com/google-ads/api/docs/release-notes#planning

The definition for Google.Ads.GoogleAds.V10.Common.HistoricalMetricsOptions 
has YearMonthRange but not anything like IncludeAverageCpc. 
Do I need to upgrade to the new minor version somehow? Or am I missing 
something else?
[image: code.PNG]

I'm using C# with the latest version (v11.0.1) of Google.Ads.GoogleAds 
.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/4efae396-4bb9-4ed9-bd01-c30c4d3f94e3n%40googlegroups.com.


V10.1 Enum Issue

2022-04-28 Thread 'Kunal Sengupta' via Google Ads API and AdWords API Forum
Hi,

There is a change in google ads API response, in fields that used to be 
Enums and are now integers.

For example, campaign.advertising_channel_type.name used to be Enum, and 
now is an int. This bug is only happening on the new Enums which are 
Discovery campaigns. 

Is this some kind of temporary bug, or is this a permanent change in 
behavior?

Thanks, Kunal

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/a77cecda-c3b2-4b8a-8ef2-47509398f1cdn%40googlegroups.com.


Re: Change in Google API Response

2022-04-28 Thread 'Prime Molina' via Google Ads API and AdWords API Forum
We're running into a similar issue when calling the getName() for the 
following object from a campaign resource.
campaign.getAdvertisingChannelType().getValueDescriptor().getName()

The error we're receiving is "Can't get the descriptor of an unrecognized 
enum value."
- Prime Molina


On Thursday, April 28, 2022 at 10:53:40 AM UTC-4 matan@kendago.com 
wrote:

> Hi,
>
> I see a big change in google ads API response, in fields that used to be 
> Enums, and suddenly are a simple int.
>
> For example, campaign.advertising_channel_type.name used to be Enum, and 
> now is an int,
> while campaign.advertising_channel_sub_type is still an Enum.
>
> Is this some kind of temporary bug, or is this a permanent change in 
> behaviour?
>
> Thanks, Matan
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/52e031bf-9017-47c8-914a-929c2b4e3d9fn%40googlegroups.com.


Change in Google API Response

2022-04-28 Thread 'Matan Wilchek' via Google Ads API and AdWords API Forum
Hi,

I see a big change in google ads API response, in fields that used to be 
Enums, and suddenly are a simple int.

For example, campaign.advertising_channel_type.name used to be Enum, and 
now is an int,
while campaign.advertising_channel_sub_type is still an Enum.

Is this some kind of temporary bug, or is this a permanent change in 
behaviour?

Thanks, Matan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/25a748c2-0ac0-4d01-90bc-353df5b52a4an%40googlegroups.com.


RE: INVALID_CUSTOMER_ID with migrated Google Ads Api

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gabriel,

Thank you for reaching out to the Google Ads API support team.

To investigate the issue further, could you please provide the complete request 
and response logs, with the request-id?

If you haven't yet, logging can be enabled by navigating to the Client 
libraries > Your client library (ex. Java) > Logging documentation, which you 
can access from this link. You can provide it via Reply privately to author 
option. If this option is not available, then send it instead on this email 
address googleadsa...@google.com.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2aODsS: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 
"Google Ads API and AdWords 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/px_XW0RB1YPR002gPmenm2RfyYnEv56OPQrw%40sfdc.net.


RE: Retrieving historical CPC values from Google Ads Api

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martino,

Thanks for reaching out. I understand that you are finding that setting the 
year_month_range does have an impact on page bids. Can you please privately 
provide us with the complete request and response logs so that we can confirm?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2aO3QK: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 
"Google Ads API and AdWords 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/cErlT0RB1YO100UXKKmF5dRE-htn7Jt7byRg%40sfdc.net.


RE: upload assets failed via google ads api

2022-04-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amanda and Keegan,

Thanks for reaching out to the Google Ads API Forum.

I understand that you’re experiencing issues when uploading images via API. 
However, for our team to take a closer look into the issue, could you please 
provide complete request and response logs with request ID generated for the 
error that resulted in "Image has layout problem", so that we can provide 
specific recommendations? Kindly provide logs via reply to author privately 
option.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2aO1CB: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 
"Google Ads API and AdWords 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/rsmQ00RB1WKA003qzVTVxdTLiRsMaaoUSY9w%40sfdc.net.


Re: Permission Denied

2022-04-28 Thread 'Dmitry Trager' via Google Ads API and AdWords API Forum
Please, confirm that you've received my private response

On Wednesday, April 27, 2022 at 10:55:00 PM UTC+4 adsapi wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team. 
>
> To investigate the issue further, could you please provide the complete 
> request 
> 
>  
> and response 
> 
>  
> logs, with the request-id 
> ?
>  
> If you haven't yet, logging can be enabled by navigating to the Client 
> libraries > Your client library (ex. Java) > Logging documentation, which 
> you can access from this link 
> . 
> You can provide it via Reply privately to author option. If this option is 
> not available, then send it instead on this email address 
> googleadsa...@google.com .
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aO4QV: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 
"Google Ads API and AdWords 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/54442ec8-5a0f-4b4b-85e1-54f1f2d2d28bn%40googlegroups.com.


OAuth authentication to Google Ads API doesn't work

2022-04-28 Thread Tamas Tyukodi
Dear support team,
I am trying to migrate Google Adwords to Google Ads, more exactly, i am 
interested in Generating Keyword Ideas. For this, i am using the example 
provided by your 
team: 
https://github.com/googleads/google-ads-java/blob/main/google-ads-examples/src/main/java/com/google/ads/googleads/examples/planning/GenerateKeywordIdeas.java

As i already have the developer token and refresh token from using the 
Google Adwords, and as per your documentation, these ones can be reused, i 
have just created a new project in Google Cloud Platform, and a new OAuth 
2.0 Client to receive a new CliendID and ClientSecret. Configuring these 
new received credentials in the GenerateKeywordIdeas example, it seems that 
my app cannot reach Google APIs. After running my app, nothing happens, 
only a continues loop of running. After 53 minutes of keeping the app 
running, i received the following error: "Exception in thread "main" 
com.google.api.gax.rpc.UnavailableException: 
io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain 
metadata"

Do you have any advice on how should i proceed?

Thank you in advance!

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords 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/c4bcd8a4-3a74-432d-91db-12ce24d13df8n%40googlegroups.com.


Data Difference in Google ADS API Data and Google ADS UI

2022-04-28 Thread 'ATripathi' via Google Ads API and AdWords API Forum
Hi,
I am using below query to fetch data for Final URL, but data from API does 
not match with Google ADS UI data. I am using Final URL report in Google 
ADS UI to match data with API response.
Google Ads Query:- "SELECT landing_page_view.unexpanded_final_url, 
metrics.impressions, metrics.clicks, metrics.interactions, 
metrics.cost_micros, metrics.conversions, metrics.all_conversions, 
metrics.conversions_value, metrics.all_conversions_value, 
metrics.cross_device_conversions, metrics.engagements FROM 
landing_page_view  WHERE segments.date BETWEEN "2022-03-01" AND 
"2022-03-31" "

we are using above query in place of this ADWORDS query
" SELECT landing_page_view.unexpanded_final_url, metrics.impressions, 
metrics.clicks, metrics.interactions, metrics.cost_micros, 
metrics.conversions, metrics.all_conversions, metrics.conversions_value, 
metrics.all_conversions_value, metrics.cross_device_conversions, 
metrics.engagements FROM landing_page_view WHERE segments.date BETWEEN 
"2022-03-01" AND "2022-03-31" "

There is also difference in ADWORDS API data and Google ADS API data
That Google ADS query was suggested by Google ADS query migrator.
can you confirm that it is a correct query for fetching Final Report?
if yes then why there is difference in data in Google ADS UI and API data?

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 
"Google Ads API and AdWords 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/7761eb5f-7570-4fcc-b708-60964a28937dn%40googlegroups.com.


Re: Unable to find a few fields related to Bid Strategy, on the UI

2022-04-28 Thread AMAP TEST
Hi Ernie,

Thanks for your quick response. Please let me re-frame my question. I would 
like to set the Bid Strategy as Clicks and set the value at Ad Group level. 
Then in the API request, what field should I use?

*Case 1:* I create a Campaign from the UI, set the Bid Strategy as Clicks 
and value at Campaign level.
I use the googleAds:search Query to get the details of that particular 
Campaign.
I find the value in the following field: "targetSpend": 
{"cpcBidCeilingMicros": "56700"}.

*Case 2:* I create a Campaign from the UI, set the Bid Strategy as Clicks. 
I want to set the Bidding value at AdGroup level. But on the UI I don't get 
that option.
In the documentation 
, 
I see there is a "cpcBidMicros" field. I use that and create an AdGroup 
via. API call. Now, when I use the googleAds:search Query to get the 
details of that particular AdGroup, I find the value in the following 
field: "cpcBidMicros". But when I check the same AdGroup on the UI, I don't 
see the bidding value anywhere.

So my question is, which is the correct field to be used when I want to set 
the Bid Strategy as Clicks and set the value at Ad Group level?

On Thursday, 28 April, 2022 at 4:04:19 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for raising your concern to our team. Allow me to provide 
> support to your concern.
>
> Please see my answer below for each question:
> *1. On the Ad Server UI, the user is able to configure a campaign without 
> any configuration related to the Bidding Value. In the API call, we see 
> that it is mandatory to set the value at AdGroup level. But in the UI we 
> can't find where to give the Bidding Value for Bidding Strategy = "Clicks" 
> at AdGroup level. Where to find this on UI?*
> -I would like to inform you that this concern is product related since it 
> is specific to the UI. With this, I would suggest raising this concern to 
> the product team  as they 
> are more equipped here.
>
> *2. As seen in Use Case 3, we are not able to find any field at AdGroup 
> level via. API call for clicks. What would be the field?*
> -Could you confirm if what you are asking here is setting a target CPA at 
> the ad group level? If yes, then you can use the update AdGroupOperation 
> 
>  to 
> modify the target_cpa_micros 
> 
>  
> field.
>
> *3. Since we don't find the bid value field for clicks at AdGroup level, 
> is it required to be set  at Campaign level?*
> -As mentioned in #2, this is possible in the Google Ads API. However, it 
> still depends on your use case if you want to override the target CPA 
> specified in the campaign's bidding strategy. I would suggest referring to 
> this document 
> 
>  
> to know more information about overriding bidding strategies.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aO1RB: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 
"Google Ads API and AdWords 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/082b76ff-999d-4569-a6c7-1dc8e430053an%40googlegroups.com.


Re: Google Ads API - Call Reporting Enabled

2022-04-28 Thread George Lemanis
Hello,

Do we have any news/updates regarding this issue?

Thanks,
George

On Thursday, April 14, 2022 at 1:33:00 PM UTC+3 adsapi wrote:

> Hi George,
>
> Thanks for following up. As of now it seems as though this behavior is 
> expected, but we're continuing to coordinate internally and I hope to have 
> conclusive details for you soon.
>
> Best,
> Ben, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2ZIr3r: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 
"Google Ads API and AdWords 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/78f33d6b-1cb8-4b9d-96b5-6ebd493ed422n%40googlegroups.com.


Re: Change status return INTERNAL ERROR

2022-04-28 Thread Ainis Vabolis
Any updates ? 


On Thursday, April 28, 2022 at 10:19:34 AM UTC+3 Ainis Vabolis wrote:

> Hi,
>
> We were migrating to google ads api and started testing the change status 
> flow. Google ads api returns internal error everytime. I will also send 
> logs to googleadsa...@google.com. Could you look into it ? 
>
> Request ids: 
> OsDhi--0DDlENHN32J9rPg
> bUpxGjTLxEitPs0Zv_tatg
> jTBaz538YvM0QyRh9JmRmg
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/be0167bf-2388-4fc6-be39-2df855a9550fn%40googlegroups.com.


Re: search impression share returns 0 when requested with segment network

2022-04-28 Thread Noémi Molnár
Hi Nadine,

Are there any updates on this by any chance ? 

Thank you in advance,
Noemi

On Monday, April 11, 2022 at 10:10:09 AM UTC+2 Tiana S. wrote:

> Hi Nadine,
>
> Thanks for the update! Please let me know what they say.
>
> On Friday, 8 April 2022 at 20:45:27 UTC+2 adsapi wrote:
>
>> Hello Tiana,
>>
>> Unfortunately, we don't have an answer on this one, yet. I think it may 
>> have accidentally dropped between two people. I'm reaching out to them to 
>> find out what's going on there.
>>
>> Cheers,
>> Nadine, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q2Schbk: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 
"Google Ads API and AdWords 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/ec2a34dc-f79e-4c2f-a0be-f55ae62583a0n%40googlegroups.com.


Not able to upload offline conversions "wbraid"

2022-04-28 Thread Vijaysinh Parmar
Hi,

I am using the v10 google ads API version using PHP.

I am trying to upload offline conversions using gclid, gbraid , wbraid.

GCLID and GBRID are uploading fine but when I use WBRAID it's giving me the 
below error.

*The specified wbraid could not be decoded., at conversions[0].wbraid*

please find attached the request and response log for the same.

Could you please let me know why I am getting this error?

Could you please confirm my wbraid is correct or wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/f4cd3865-95ed-45af-8599-8d1ec871839fn%40googlegroups.com.
[2022-04-28T05:17:27.818895-04:00] .INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v9.services.ConversionUploadService/UploadClickConversions",
 CustomerId: 51XX72, RequestId: "QNcISfeI_Kf8vkAvQ9GmVQ", IsFault: 0, 
FaultMessage: "None"  
[2022-04-28T05:17:27.830308-04:00] .DEBUG: Request
---
Method Name: 
/google.ads.googleads.v9.services.ConversionUploadService/UploadClickConversions
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.4.26 gccl\/14.0.0 gapic\/14.0.0 gax\/1.12.0 
grpc\/1.43.0 rest\/1.12.0",
"x-goog-request-params": "customer_id=5X7XXX",
"developer-token": "REDACTED"
}
Request: 
{"customerId":"510XX","conversions":[{"wbraid":"ClEKCAjw06OTBhAYEkEA_z3Pf3KhygZqYTw4ktbHEkartbgH6uKj820VBx1Mj1ejVeRhgig0GAzElAfnkhN9JcURJ1oLjBN_G09Y","conversionAction":"customers\/510XX972\/conversionActions\/2049XX51","conversionDateTime":"2022-04-27
 
10:26:00-04:00","conversionValue":5.5,"currencyCode":"USD"}],"partialFailure":true}

Response
---
Headers: {
"content-disposition": "attachment",
"request-id": "QNcISfeI_Kf8vkAvQ9GmVQ",
"date": "Thu, 28 Apr 2022 09:17:27 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; 
ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}
Response: 
{"partialFailureError":{"code":3,"message":"The specified wbraid could not be 
decoded., at 
conversions[0].wbraid","details":[{"@type":"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure","errors":[{"errorCode":{"conversionUploadError":"UNPARSEABLE_WBRAID"},"message":"The
 specified wbraid could not be 
decoded.","trigger":{"stringValue":"ClEKCAjw06OTBhAYEkEA_z3Pf3KhygZqYTw4ktbHEkartbgH6uKj820VBx1Mj1ejVeRhgig0GAzElAfnkhN9JcURJ1oLjBN_G09Y"},"location":{"fieldPathElements":[{"fieldName":"conversions","index":0},{"fieldName":"wbraid"}]}}]}]},"results":[{}]}
  


Does it now support the automatic creation of discovery type advertising sequences?

2022-04-28 Thread Kieran Eddy
I see that there are advertisements of discover type in the advertising 
channel type. Does it support automatic establishment now? If you can 
establish a reference link, thank you very much!!!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/bf5155e9-de22-4afc-90ae-1653e9046698n%40googlegroups.com.


Re: Code not ready for Adwords API sunset on 27th Apr

2022-04-28 Thread Zweitze
That was also mentioned in the blog on April 26:
http://ads-developers.googleblog.com/2022/04/reminder-requests-to-adwords-api-will.html


On Thursday, April 28, 2022 at 7:06:34 AM UTC+2 wes...@channable.com wrote:

> "the AdWords API will no longer be available April 27, 2022 onwards. On 
> that date, all requests to the AdWords API will fail."
>
> This turned out to be not quite correct. Requests will fail at an elevated 
> rate (~25%) until the end of May. Just posting this here for others who may 
> not have seen this elsewhere. 
>
>
> On Friday, April 22, 2022 at 8:37:56 PM UTC+2 adsapi wrote:
>
>> Hi Arslan,
>>
>> Thank you for reaching out. 
>>
>> Please note that the AdWords API is deprecated and will sunset on April 
>> 27, 2022 
>> .
>>  
>> We strongly recommend that you migrate to the Google Ads API 
>>  as soon as possible. You 
>> would need to migrate to the Google Ads API by April 27, 2022, to ensure 
>> service availability since the AdWords API will no longer be available 
>> April 27, 2022 onwards. On that date, all requests to the AdWords API will 
>> fail. Let me know if you have any question.
>> Thanks,
>> [image: Google Logo] 
>> Nirmita 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2a5kOI: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 
"Google Ads API and AdWords 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/a848f45e-3102-466a-9b3c-e934f77bac76n%40googlegroups.com.


Alignment between API version upgrades and client libraries

2022-04-28 Thread Dorian Kind
Hi,

yesterday, version 10.1 of the Ads API was released 
,
 
adding support for discovery campaigns. While this feature is very helpful, 
to me it appears that the coordination with the client library owners 
wasn't ideal in this case because the new enum values (e.g. 
for AdvertisingChannelTypeEnum) are not yet included in the protobuf files. 
See this issue  in 
the PHP client library or this one 
 in the Python 
client library.
You could argue that introducing new enum values in API responses isn't a 
breaking change in a strict sense, but our jobs are now failing 
nevertheless.

The migration from the Adwords API to the Ads API is already putting quite 
a burden on developer teams—it'd be much appreciated if new features were 
introduced with a new major version.

Thanks and best regards,
Dorian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/83e7dc96-03ae-4bed-889d-2ab7c9e230e3n%40googlegroups.com.


Re: Topic Name

2022-04-28 Thread cv
Hi Nirmita,

This is solved.
But *topic_constant.resource_name 
 
*is always give resource name and not Topic name
To get the Topic name as return by *Criteria in AWQL *I need to use path 

.


Thanks,


On Tuesday, 29 March 2022 at 23:46:55 UTC+5:30 adsapi wrote:

> Hi Cv,
>
> Thank you for reaching out to the Google Ads API support team. 
>
> Could you share with us the following details below so our team can better 
> check on the issue?
>
>- In the AdWords API 
> 
>   - complete SOAP logs (request 
>   
> 
>  
>   and response 
>   
> 
>  
>   with requestId) 
>- In the Google Ads API 
> 
>   - complete logs (request 
>   
> 
>  
>   and response 
>   
> 
>  
>   with request-id 
>   
> 
>   ) 
>
> You may send the requested information via *Reply privately to author* 
> option. 
> If this option is not available, you may send the details directly to our 
> googleadsa...@google.com  alias instead.
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Ys2pX: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 
"Google Ads API and AdWords 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/03e9e720-01ea-45b2-90f2-91f1a8dd9a74n%40googlegroups.com.


Re: Get All User List IDs Belonging to a Gogole Ads Customer ID

2022-04-28 Thread Shanvesh
hi,


I have also tried to make below search request 

https://googleads.googleapis.com/v10/customers/{customerId}/userLists:Search

Method: Post
body:  {
"pageSize": 1,
"query": "SELECT user_list.id, user_list.description FROM user_list"
}

Response: 404 not found

Can  someone please let me know , what is the issue with the request

Thanks,
Shan



On Tuesday, April 5, 2022 at 9:14:19 PM UTC+5:30 onlinesol...@gmail.com 
wrote:

> Thanks very much.
>
> On Tuesday, April 5, 2022 at 2:46:21 AM UTC-5 adsapi wrote:
>
>> Hi,
>>
>> Thank you for your email. I am also a member of the Google Ads API team.
>>
>> Generally, if you want to retrieve userlist details for an account, you 
>> need to use the user_list 
>>  report, 
>> and the user lists belonging to the specified customer-id in the request 
>> should then be returned.
>>
>> That said, could you try generating this report and see if the result is 
>> the one that you expected?
>>
>> If this is not the result you want/expected, to investigate the issue, 
>> could you provide the complete request 
>> 
>>  and response 
>> 
>>  logs 
>> with request ID 
>> 
>>  and request header 
>> 
>>  generated 
>> on your end? You can provide it via *Reply privately to author* option. 
>> If this option is not available, then send it instead on this email address 
>> googleadsa...@google.com 
>> 
>> .
>>
>> Regards,
>> [image: Google Logo] 
>> Carmela 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2Ysj5x: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 
"Google Ads API and AdWords 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/0f49dba3-2698-481f-b561-a8c4402fe2e9n%40googlegroups.com.


Change status return INTERNAL ERROR

2022-04-28 Thread Ainis Vabolis
Hi,

We were migrating to google ads api and started testing the change status 
flow. Google ads api returns internal error everytime. I will also send 
logs to googleadsapi-supp...@google.com. Could you look into it ? 

Request ids: 
OsDhi--0DDlENHN32J9rPg
bUpxGjTLxEitPs0Zv_tatg
jTBaz538YvM0QyRh9JmRmg


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/6236bd0d-a14c-4951-954a-a4f9f2cd57afn%40googlegroups.com.


Re: Group_placement_view: items with 0 impressions but non-zero clicks

2022-04-28 Thread Algirdas Jarockis
Up

On Wednesday, April 27, 2022 at 11:18:46 AM UTC+3 Algirdas Jarockis wrote:

> Hello.
> I use this query:
>
> SELECT customer.id,
> metrics.clicks, 
> metrics.all_conversions_value,
> metrics.cost_micros,
> metrics.impressions,
> metrics.active_view_impressions,
> group_placement_view.target_url,
> group_placement_view.placement_type,
> group_placement_view.placement,
> group_placement_view.display_name
> FROM group_placement_view
> WHERE metrics.clicks > 0
> AND metrics.cost_micros > 0
> AND group_placement_view.placement_type IN ('WEBSITE')
> AND segments.date BETWEEN '2022-04-24' AND '2022-04-27'
>
> It returns items with both impression fields having 0 value while they got 
> at least 1 click and some cost. Wanted to know is it normal?
>
> Best regards.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/19143e1b-02e2-4aa3-969e-316c6e5568d2n%40googlegroups.com.


Re: Clearing Bid Modifier in Google ads

2022-04-28 Thread cv
Hi Ernie,

The usual way on how to empty specific field in the Google Ads API is by 
setting the field that you want to empty in the update mask but not 
specifying it in the CampaignCriterion 
.
 
With this, could you try this suggestion and let me know how it goes after?
-> I tried this, but getting error  

Uncaught Exception: Cannot convert '' to double

So empty specific field is not the correct option.


I did this 


   $bidModifierValue = "";
$campaignCriterion = new CampaignCriterion([

'resource_name' => ResourceNames::forCampaignCriterion(
$customerId,
$campaignId,
30001
),
'bid_modifier' => $bidModifierValue
]);

On Thursday, 28 April 2022 at 08:16:26 UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for providing more details to your concern.
>
> The usual way on how to empty specific field in the Google Ads API is by 
> setting the field that you want to empty in the update mask but not 
> specifying it in the CampaignCriterion 
> .
>  
> With this, could you try this suggestion and let me know how it goes after?
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ZJ9BH: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 
"Google Ads API and AdWords 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/e355927a-fa99-4bc1-bf5f-781ec183c9f5n%40googlegroups.com.