Re: conversion adjustment restaments

2023-10-16 Thread Timothy Ogilvie-Harris
Hi,Do you have any update from the logs/data I sent?Thanks!TimSent from my iPhoneOn 11 Oct 2023, at 12:47, Google Ads API Forum Advisor  wrote:

	

Hi, 

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

By reviewing your concern, I understand that there is a disparity in data between the Google Ads User Interface (UI) and the Google Ads API while using conversion adjustments restatements. Kindly note that the Google Ads API mirrors the Google Ads UI. We would like to specify first the following when comparing the value of the Google Ads UI and the Google Ads API.

	The segments and fields of the API and UI should be the same.
	The date range should also be the same.
	Compare the API and UI at the same level as possible.

Please note that conversion adjustment restatements cannot add new conversions. They can only be used to adjust the value of existing conversions, or to retract them completely.  

In order to investigate your issue further, kindly provide us with the complete API logs (request and response with request-id and request header) generated at your end and uncropped UI screenshot of the Google Ads account where you are facing the issue.

If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct private reply to this email.
 
This message is in relation to case "ref:_00D1U1174p._5004Q2pQNF5:ref"

Thanks,
 

	
		
			
			Google Ads API Team
		
	







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups "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/A13E747C-F97D-4326-BECA-B1B2A626A66B%40gmail.com.


Auto-generated title

2023-10-16 Thread Nurdan Birden
Hello, 
I hope this group can find a solution to my requests. 
On Google; I want to automatically show a title to visitors who search for 
the words 

"hgs yükleme" and "hgs bakiye yükleme". 

My current titles are: 
Taximmaxim
Taksi Çağır Mersin
Mersin Taksi 

My keywords are: 
taximaxim
taksi çağır
hgs bakiye öğrenme

Google visitor hgs yükleme or hgs bakiye yükleme

When they type, a title should automatically be created and they should see 
the title 
HGS Güvenli Yükleme or HGS Bakiye  Yükleme or PTT Güvenli HGS Yükleme. 
How can I do that? I would be grateful if you help. 

I do not want to use the {keyword} option for these operations. So I don't 
want to write a title manually. I want this title to be created 
automatically. I want to learn a script or method for this.
I offer my respects.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/220cdaa9-ba26-4679-acb3-c86387cde2e8n%40googlegroups.com.


Re: queries on product_group_view yield internal error

2023-10-16 Thread Konstantin Tarassow
Hello, this has nothing to do with retries, it just happens at any time I 
try the request, since weeks.
You can see an example request + response incl. headers and ids in my first 
message.

On Friday, October 13, 2023 at 2:01:22 PM UTC+2 Google Ads API Forum 
Advisor wrote:

> Hi, 
>
> Thank you for reaching out to the Google Ads API support team.   
>
> Upon checking the logs, I understand that you are getting an Internal 
> Error. Kindly note *Internal Error* 
> 
>  occurs 
> when something unexpected happens while processing the request. You can 
> refer to the documentation, to know how to handle the *Internal Error* 
> .
>  
> When you retry requests, use an exponential backoff policy. For example, if 
> you first pause 5 seconds before the first retry, you could pause 10 
> seconds after the second and 20 seconds after the third retry. *Exponential 
> backoff* 
> 
>  helps 
> ensure you are not calling the API too many times.
>
> If the issue still persists, could you please provide us the complete API 
> logs (*request* 
> 
>  and  
> 
> *response* 
> 
>  with  
> 
> *request-id* 
> 
>  and  
> *request
>  
> header* 
> )
>  
> generated at your end to assist you further.
>
> If you are using a client library and haven't enabled the logging yet, I 
> would request you to enable logging for the specific client library that 
> you are using. You can refer to the guides* Java* 
> 
> ,  
> 
> *.Net* 
> 
> ,  
> 
> *PHP* 
> 
> ,  
> 
> *Python* 
> 
> ,  
> 
> *Ruby* 
> 
>  or  
> 
> *Perl* 
>  
> to 
> enable logging at your end. For REST interface requests, you can enable 
> logging via the curl command by using the -i flag.
>
> You can send the details via *Reply privately to the author option*, or 
> *direct 
> private reply* to this email
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2pRLZH:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/f4b621dc-bf1b-4ebc-

Re: no response for developer token application

2023-10-16 Thread Szymon Kowalczhyk
here is my MCC ID : 919-972-5586
access type :Basic
I don't have the case Id 


On Friday, October 13, 2023 at 10:19:06 AM UTC+2 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you have applied for API 
> access and you haven't received any updates on your application status.
>
> Since the access requests are handled by the Google Ads API Compliance 
> team, we are transferring the case to the Ads API Compliance team. Can you 
> kindly provide the following information for the compliance team to further 
> assist you with your concern: 
>
>- Case ID generated from the compliance team in the format 
>0-0###0 (if there is any generated). 
>- The type of access which you have requested for? 
>
> @Compliance team, please confirm if you are able to assist in the below 
> access request.
>
> Summary: The user has applied for API access with the below details. 
>
>- Google Ads Manager Account (MCC) ID: requested 
>- Cases ID: requested 
>- Access type: Basic 
>
> Do reach out to the Google Ads API support team 
> , for any 
> queries related to the API.
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2pRLU5:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/6718ffe1-7b33-4cb2-ba65-ff81ab31d9ffn%40googlegroups.com.


Duplicate conversions WBRAID and GBRAID and cannot Retract

2023-10-16 Thread Sharif Ragheb
Hello, 

We submitted a lot of conversions via API and we never receieved a success 
message which prompted our script to continue to retry every 10 minutes. We 
now see that out of 900 real conversions, we have posted 8,689 conversions. 

Many of these campaigns are set to pay per conversion, and we are not able 
to RETRACT any of those WBRAID or GBRAID conversions we sent, thus making 
our costs about 100X more than it should be. 

How can we get someone to clear out all conversions in a Conversion Action 
and then allow us to reupload the correct conversions? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1c0e54ca-03e3-4cce-b2d4-7bb108e86714n%40googlegroups.com.


Haven't got response for my google developer token application

2023-10-16 Thread Szymon Kowalczhyk
I have applied for a Google developer token application but haven't gotten 
any response can you please help transfer my application to the Compliance 
team I need it as soon as possible.
here is my
- MCC ID: 919-972-5586
- Access type: Basic

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b414a798-b513-4b8c-8995-f24fed9b1613n%40googlegroups.com.


Re: registration to google ads api

2023-10-16 Thread VNDIRECT Official
Hi team,

I have problem when registering for basic access to Google Ads API. No
answer for almost a month.

On Thu, Oct 12, 2023 at 12:18 AM Google Ads API Forum Advisor
 wrote:

> Hi Team,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Could you further elaborate on what exactly you are looking for from
> the Google Ads API support team. If possible, please share
> the related screenshots or error screenshots for further investigation. Can
> you please confirm what kind of access you are looking for?  Please be
> informed that our team can only provide assistance with the
> technical issues related to the Google Ads API.
>
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2pQfNY:ref"
>
> Thanks,
>
> [image: Google Logo] Google Ads API Team
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/CABM2sh-PG6WDY3cEds6_T9agT%3DopMXhdPx36%3DJgMtAQF%2BBF7XA%40mail.gmail.com.


SRe: registration to google ads api

2023-10-16 Thread 'Faisal Hourani' via Google Ads API and AdWords API Forum
Same here, been a month and no response... what is going on?
On Monday, October 16, 2023 at 4:17:11 PM UTC+8 VNDIRECT Official wrote:

> Hi team,
>
> I have problem when registering for basic access to Google Ads API. No 
> answer for almost a month.
>
> On Thu, Oct 12, 2023 at 12:18 AM Google Ads API Forum Advisor 
>  wrote:
>
>> Hi Team,
>>
>> Thank you for reaching out to the Google Ads API support team.
>>
>> Could you further elaborate on what exactly you are looking for from 
>> the Google Ads API support team. If possible, please share 
>> the related screenshots or error screenshots for further investigation. Can 
>> you please confirm what kind of access you are looking for?  Please be 
>> informed that our team can only provide assistance with the 
>> technical issues related to the Google Ads API.
>>
>>   
>> This message is in relation to case "ref:_00D1U1174p._5004Q2pQfNY:ref"
>>
>> Thanks,
>>   
>> [image: Google Logo] Google Ads API Team 
>>
>>
>>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/79a1daa0-3cba-4b44-87cb-d20800e25d9dn%40googlegroups.com.


Re: Haven't got response for my google developer token application

2023-10-16 Thread 'Faisal Hourani' via Google Ads API and AdWords API Forum
Same here, been a month and no response.. what is going on?

On Monday, October 16, 2023 at 4:01:37 PM UTC+8 Szymon Kowalczhyk wrote:

> I have applied for a Google developer token application but haven't gotten 
> any response can you please help transfer my application to the Compliance 
> team I need it as soon as possible.
> here is my
> - MCC ID: 919-972-5586 <(919)%20972-5586>
> - Access type: Basic
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/87d9849e-644a-4f17-a961-ecc64dfcaf49n%40googlegroups.com.


Re: no response for developer token application

2023-10-16 Thread 'Faisal Hourani' via Google Ads API and AdWords API Forum
Same here, been a month and no response... what's going on?

On Monday, October 16, 2023 at 4:01:15 PM UTC+8 Szymon Kowalczhyk wrote:

> here is my MCC ID : 919-972-5586 <(919)%20972-5586>
> access type :Basic
> I don't have the case Id 
>
>
> On Friday, October 13, 2023 at 10:19:06 AM UTC+2 Google Ads API Forum 
> Advisor wrote:
>
>> Hi,
>>
>> Thank you for reaching out to the Google Ads API support team.
>>
>> After reviewing your concern, I understand that you have applied for API 
>> access and you haven't received any updates on your application status.
>>
>> Since the access requests are handled by the Google Ads API Compliance 
>> team, we are transferring the case to the Ads API Compliance team. Can you 
>> kindly provide the following information for the compliance team to further 
>> assist you with your concern: 
>>
>>- Case ID generated from the compliance team in the format 
>>0-0###0 (if there is any generated). 
>>- The type of access which you have requested for? 
>>
>> @Compliance team, please confirm if you are able to assist in the below 
>> access request.
>>
>> Summary: The user has applied for API access with the below details. 
>>
>>- Google Ads Manager Account (MCC) ID: requested 
>>- Cases ID: requested 
>>- Access type: Basic 
>>
>> Do reach out to the Google Ads API support team 
>> , for any 
>> queries related to the API.
>>
>>   
>> This message is in relation to case "ref:_00D1U1174p._5004Q2pRLU5:ref"
>>
>> Thanks,
>>   
>> [image: Google Logo] Google Ads API Team 
>>
>>
>>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/b70eb698-092d-4bea-9e7b-ae4d322f271fn%40googlegroups.com.


Re: internal_error in grpc ads api using ruby client

2023-10-16 Thread Himanshu Patel
1. Does this occur every time this query is executed?
No. It works for some date range and fails for another.

2. Remove all the metrics fields from the select statement. If that 
executes successfully, ad them back one by one until you have duplicated 
the error.
I have found that the error goes away if I don't use 
metrics.all_conversions in the query for the date when it fails

3. For the date range an equality statement since you are only querying one 
day.
Ideally, I want to query for date ranges so I am using this type of query 
pattern as an example.

On Friday, October 13, 2023 at 6:41:47 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

>
> https://developers.google.com/google-ads/api/docs/common-errors#internalerror
>
> In this case, it looks like when trying to sum and aggregate the metrics 
> that the error occurs. This could be a question of volume or a data 
> problem. So, I have outlined some steps below for your to try. First, 
> please verify the query as we will use this as the basis for the comparison 
> of results.
>
> Base query:
>
> Headers:
> {
>   "developer-token": "REDACTED",
>   "login-customer-id": "REDACTED",
>   "x-goog-api-client": "gl-ruby/2.7.5 gccl/23.0.0 gax/0.6.1 gapic/23.0.0 
> grpc/1.54.3",
>   "x-goog-request-params": "customer_id=1250186013"
> }
> Payload:
> {
>   "customerId": "1250186013",
>   "query": "SELECT campaign.id, metrics.all_conversions, 
> metrics.all_conversions_value, metrics.clicks, metrics.conversions, 
> metrics.conversions_value, metrics.cost_micros, 
> metrics.cross_device_conversions, metrics.engagements, metrics.impressions, 
> metrics.interactions, metrics.video_views, 
> metrics.view_through_conversions, campaign_criterion.criterion_id, 
> segments.date
> FROM location_view
> WHERE segments.date
> BETWEEN '2023-09-18'
> AND '2023-09-18'
> AND metrics.impressions > 0"
> }
>
> Things to report back on: 
>
>- Does this occur every time this query is executed? 
>- Remove all the metrics fields from the select statement. If that 
>executes successfully, ad them back one by one until you have duplicated 
>the error. 
>- For the date range an equality statement since you are only querying 
>one day. 
>
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2pQKaV:ref"
>
> Thanks,
>   
> [image: Google Logo] 
> Bob Hancock 
> Google Ads API Team 
>
>
>
>
>  
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/93eb7d02-622d-4e70-92d3-80e5bd253dafn%40googlegroups.com.


RE: duplicate conversions wbraid and gbraid and cannot retract

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

By reviewing your concern, I understand that you are facing duplicate 
conversion issues related to WBRAID and GBRAID.

In order to investigate your issue further, kindly provide us with the complete 
API logs (request and response with request-id and request header) along with 
the uncropped UI screenshot generated at your end.

If you are using a client library and haven't enabled logging yet, I would 
request that you enable logging for the specific client library that you are 
using. You can refer to the guides in Java, .Net, PHP, Python, Ruby, or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.

This message is in relation to case "ref:!00D1U01174p.!5004Q02pRxpO:ref"

Thanks,

Google Ads API Team

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

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


RE: getting metadata from plugin failed with error: unauthorized_client

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

By reviewing your concern, I understand that you are getting an 
unauthorized_client error while trying to connect to the Google Ads API.

In order to investigate your issue further, kindly provide us with the complete 
API logs (request and response with request-id and request header) along with 
the uncropped UI screenshot generated at your end.

If you are using a client library and haven't enabled logging yet, I would 
request that you enable logging for the specific client library that you are 
using. You can refer to the guides in Java, .Net, PHP, Python, Ruby, or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.

This message is in relation to case "ref:!00D1U01174p.!5004Q02pRLkx:ref"

Thanks,

Google Ads API Team

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

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


RE: auto-generated title

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

By reviewing your concern, I understand that you want to automatically show a 
title to visitors who search for the words.

Could you please confirm if you are using Google Ads API or Google Ads Scripts 
to perform this.

This message is in relation to case "ref:!00D1U01174p.!5004Q02pRxrJ:ref"

Thanks,

Google Ads API Team

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

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


Structured snippet asset value order

2023-10-16 Thread FW API
Hey, 

I want to create a snippet asset and the order of the snippet values is 
important. The problem now is that when the asset is created the order of 
the values has changed. Is there any way to prevent this behaviour? 

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/abae8a03-b0ca-4618-bb33-f619a8507f37n%40googlegroups.com.


Re: haven't got response for my google developer token application

2023-10-16 Thread Szymon Kowalczhyk
here are my

   - Google Ads Manager Account (MCC) ID: 919-972-5586
   - Access type: Basic Access 
   - Cases ID: requested


On Monday, October 16, 2023 at 11:52:06 AM UTC+2 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you have applied for 
> API access and you haven't received any updates on your application status.
>
> Since the access requests are handled by the Google Ads API Compliance 
> team, we are transferring the case to the Ads API Compliance team. Can you 
> kindly provide the following information for the compliance team to further 
> assist you with your concern: 
>
>- Case ID generated from the compliance team in the format 
>0-0###0 (if there is any generated). 
>
> @Compliance team, please confirm if you are able to assist in the 
> below access request.
>
> Summary: The user has applied for API access with the below details. 
>
>- Google Ads Manager Account (MCC) ID: 919-972-5586 <(919)%20972-5586> 
>- Cases ID: requested 
>- Access type: Basic Access  
>
> Do reach out to the Google Ads API support team 
> , for any 
> queries related to the API.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02pRxrn:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/77a2a0b8-24e0-44e4-b48e-cb110efb4a76n%40googlegroups.com.


RE: bad argument type for built-in operation

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

Can you further elaborate on what exact support you need from the Google Ads 
API support team?

I would recommend you refer to the "Client Libraries" documentation for more 
information.

This message is in relation to case "ref:!00D1U01174p.!5004Q02pRLb8:ref"

Thanks,

Google Ads API Team

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

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


RE: SRe: registration to google ads api

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

After reviewing your concern, I understand that you have applied for API access 
and you haven't received any updates on your application status.

Since the access requests are handled by the Google Ads API Compliance team, we 
are transferring the case to the Ads API Compliance team. Can you kindly 
provide the following information for the compliance team to further assist you 
with your concern:

Case ID generated from the compliance team in the format 0-0###0 (if 
there is any generated).
Google Ads Manager Account (MCC) ID.

@Compliance team, please confirm if you are able to assist in the below access 
request.

Summary: The user has applied for API access with the below details.

Google Ads Manager Account (MCC) ID: requested
Cases ID: requested
Access type: Basic Access

Do reach out to the Google Ads API support team, for any queries related to the 
API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02pQfNY:ref"

Thanks,

Google Ads API Team

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

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


RE: haven't got response for my google developer token application

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Faisal,

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

After reviewing your concern, I understand that you have applied for API access 
and you haven't received any updates on your application status.

Since the access requests are handled by the Google Ads API Compliance team, we 
are transferring the case to the Ads API Compliance team. Can you kindly 
provide the following information for the compliance team to further assist you 
with your concern:

Case ID generated from the compliance team in the format 0-0###0 (if 
there is any generated).
Google Ads Manager Account (MCC) ID.
Access type

@Compliance team, please confirm if you are able to assist in the below access 
request.

Summary: The user has applied for API access with the below details.

Google Ads Manager Account (MCC) ID: requested
Cases ID: requested
Access type: requested

Do reach out to the Google Ads API support team, for any queries related to the 
API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02pRy6Y:ref"

Thanks,

Google Ads API Team

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

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


getting errors when trying to install google-ads-python.git

2023-10-16 Thread Jay Wilner
Hello,

Thanks for reading my post. I am a newbie and trying to install google-ads-
python.git on my Macbook pro.

I am using this 
procedure:https://developers.google.com/google-ads/api/docs/client-libs/python/installation#installing_the_module_from_pypi

*1. When I run step #2: git clone 
g...@github.com:googleads/google-ads-python.git*

 I see the following error: 

Cloning into 'google-ads-python'...
g...@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

*2. When I try the other method, python -m pip install google-ads, i get 
the following results:*

jays-mbp:python_work jaywilner$ python3 -m pip install google-ads

Requirement already satisfied: google-ads in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(22.0.0)

Requirement already satisfied: google-auth-oauthlib<2.0.0,>=0.3.0 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (1.1.0)

Requirement already satisfied: google-api-core<=3.0.0,>=2.8.0 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (2.12.0)

Requirement already satisfied: googleapis-common-protos<2.0.0,>=1.56.0 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (1.61.0)

Requirement already satisfied: grpcio<2.0.0,>=1.38.1 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (1.59.0)

Requirement already satisfied: grpcio-status<2.0.0,>=1.38.1 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (1.59.0)

Requirement already satisfied: proto-plus<2.0.0,>=1.19.6 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (1.22.3)

Requirement already satisfied: PyYAML<7.0,>=5.1 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (6.0.1)

Requirement already satisfied: setuptools>=40.3.0 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (40.6.2)

Requirement already satisfied: protobuf!=3.18.*,!=3.19.*,<5.0.0dev,>=3.12.0 
in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-ads) (4.24.4)

Requirement already satisfied: google-auth<3.0.dev0,>=2.14.1 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-api-core<=3.0.0,>=2.8.0->google-ads) (2.23.3)

Requirement already satisfied: requests<3.0.0.dev0,>=2.18.0 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-api-core<=3.0.0,>=2.8.0->google-ads) (2.24.0)

Requirement already satisfied: requests-oauthlib>=0.7.0 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from google-auth-oauthlib<2.0.0,>=0.3.0->google-ads) (1.3.1)

Requirement already satisfied: cachetools<6.0,>=2.0.0 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
google-auth<3.0.dev0,>=2.14.1->google-api-core<=3.0.0,>=2.8.0->google-ads) 
(5.3.1)

Requirement already satisfied: pyasn1-modules>=0.2.1 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
google-auth<3.0.dev0,>=2.14.1->google-api-core<=3.0.0,>=2.8.0->google-ads) 
(0.3.0)

Requirement already satisfied: rsa<5,>=3.1.4 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
google-auth<3.0.dev0,>=2.14.1->google-api-core<=3.0.0,>=2.8.0->google-ads) 
(4.9)

Requirement already satisfied: chardet<4,>=3.0.2 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
requests<3.0.0.dev0,>=2.18.0->google-api-core<=3.0.0,>=2.8.0->google-ads) 
(3.0.4)

Requirement already satisfied: idna<3,>=2.5 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
requests<3.0.0.dev0,>=2.18.0->google-api-core<=3.0.0,>=2.8.0->google-ads) 
(2.10)

Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
requests<3.0.0.dev0,>=2.18.0->google-api-core<=3.0.0,>=2.8.0->google-ads) 
(1.25.10)

Requirement already satisfied: certifi>=2017.4.17 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
requests<3.0.0.dev0,>=2.18.0->google-api-core<=3.0.0,>=2.8.0->google-ads) 
(2020.6.20)

Requirement already satisfied: oauthlib>=3.0.0 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
requests-oauthlib>=0.7.0->google-auth-oauthlib<2.0.0,>=0.3.0->google-ads) 
(3.2.2)

Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
(from 
pyasn1-modul

RE: google ads api not fetching data for some date range

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

Please be informed that I have removed your response from the forums as it 
contains the PII information.

By reviewing your concern, I understand that there is a discrepancy in data 
between the Google Ads User Interface (UI) and the Google Ads API. Kindly note 
that the Google Ads API mirrors the Google Ads UI. The reason you are not 
receiving any response is that in your GAQL query, you are attempting to fetch 
data from the "ad_group_ad" resource, while the data you are seeking is 
typically found in the campaigns tab as indicated by the screenshot you 
provided.

I would suggest you please execute the following query, which will retrieve 
impressions and clicks data from the campaign resource:

SELECT campaign.id, campaign.name, metrics.clicks, metrics.conversions, 
metrics.cost_micros FROM campaign WHERE segments.date BETWEEN '2023-09-01' AND 
'2023-09-30'

Kindly get back to us if you have any further questions related to the Google 
Ads API.

Please find your message with redacted information:

The google ads API is not getting data for some date ranges but the dashboard 
is showing the spend data. One of the date range we tried is 2023-09-01 to 
2023-09-30 which return []


Request:
const url = 
"https://googleads.googleapis.com/v13/customers/XX/googleAds:searchStream";;
const method = "post";
const token = "xxx"
const headers = {
"Authorization" : "Bearer " + token,
"developer-token" : "x",
"login-customer-id" : "XX",
"Content-Type" : "application/json"
}
const query = "SELECT 
segments.date,customer.descriptive_name,campaign.name,ad_group.name,ad_group_ad.ad.name,metrics.cost_micros,metrics.conversions,metrics.conversions_value,metrics.impressions,metrics.clicks
 FROM ad_group_ad WHERE segments.date BETWEEN '2023-09-01' AND '2023-09-30'"
const data = {
"query" : query
}

axios({
method: method,
url: url,
headers : headers,
data: data
}).then(function(res) {
console.log(res.data)
console.log(res.status)
console.log(res.headers)
}).catch(function(err) {
console.log(err)
})



LOGS:
Response : []
Response headers:  {
'request-id': '',
'content-type': 'application/json; charset=UTF-8',
vary: 'X-Origin, Referer, Origin,Accept-Encoding',
date: 'Fri, 13 Oct 2023 07:43:47 GMT',
server: 'ESF',
'cache-control': 'private',
'x-xss-protection': '0',
'x-frame-options': 'SAMEORIGIN',
'x-content-type-options': 'nosniff',
'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000',
'accept-ranges': 'none',
connection: 'close',
'transfer-encoding': 'chunked'
}


SCREENSHOT from Google ads dashboard for same date range: (attached)

Please help us resolve this issue.?
This message is in relation to case "ref:!00D1U01174p.!5004Q02pRLb7:ref"

Thanks,

Google Ads API Team

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

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


RE: campaign stats segmented by location is so confusing

2023-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Iván,

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

After reviewing your concern, I understand that you are seeing the 
discrepancies while retrieving the data between the Google Ads UI and the 
Google Ads API. Kindly note that the Google Ads API mirrors the Google Ads UI. 
We would like to specify first the following when comparing the value of the 
Google Ads UI and the Google Ads API.

The segments and fields of the API and UI should be the same.
The date range should also be the same.
Comparing the API and UI at the same level as possible.

With that, please provide us with the complete API logs (request and response 
with request-id and request header) generated along with the uncropped UI 
screenshot of the Google Ads account at your end to better assist you.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02pRN7D:ref"

Thanks,

Google Ads API Team

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

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


Error: Duplicate assets across mutates cannot have different asset level fields

2023-10-16 Thread Developer123 Developer123
Hi team
Can you please provide more information about this API error

type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure

*Duplicate assets across mutates cannot have different asset level fields.*

request id: B3PTuhxWp0DPi_oR2s2_EA

In the documentation I've found this


*DUPLICATE_ASSETS_WITH_DIFFERENT_FIELD_VALUE*
*Duplicate assets across operations, which have identical Asset.asset_data 
oneof, cannot have different asset level fields for asset types which are 
deduped.*
But it is still not clear what is wrong
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/a73b61d8-4c75-46f8-9d3b-cd53dc030453n%40googlegroups.com.


#POLKA DOT MUSHROOM CHOCOLATE BARS 2023!

2023-10-16 Thread Axel Elizabeth
Order Polka Dot Chocolate Bars Online.
https://buypolkadotmushroombars.com/product/polkadot-milk-belgian-chocolate-bar-polkadot-official/
 The Polka Dot Brand Psilocybin Magic Mushroom Belgian Chocolate Bars are 
highly potent and boasts four grams of magic mushrooms. 20-30 minutes after 
ingestion you will notice a distortion of space and time, bright, beautiful 
colors, visual distortions, mystical experiences, euphoria and happiness. 
The amazing taste of the many flavors of Belgian Chocolate are suitable for 
anybody’s choice to your liking. There are many health benefits of 
Psilocybin or Magic Mushrooms. First of all, it could be used to treat 
depression, PTSD and battling addiction to substances such as cigarettes, 
drugs and alcohol. A crave-worthy chocolate to help you conquer your day–or 
make it an adventure depending on how you choose to dose–Polka dot Mushroom 
Belgian  Chocolate Coverture is not only delicious, but also the equivalent 
to 4g of 🍄 Psilocybin & Psilocin from Psychedelic Mushrooms 🍄.
https://buypolkadotmushroombars.com/product/polkadot-milk-belgian-chocolate-bar-polkadot-official/
Buy Polka Dot Chocolate Bars Online
Aside from the full-fledged high of eating a number of chocolates, these 
are helpful for those who are fans of micro dosing as the chocolate hide 
the fungi flavor and you can eat 1 square at a time. Now available from 
Purple Penthouse DC Weed Delivery now that magic mushrooms have been 
decriminalized in Washington, DC. Each bar contains 15 easily-breakable 
pieces.

The flavors of Polka Dot Brand Psilocybin Magic Mushroom Belgian Chocolate 
Bars available are:
https://buypolkadotmushroombars.com/product/polkadot-milk-belgian-chocolate-bar-polkadot-official/
Crunch
Dark Chocolate
Match Green Tea
Milk Chocolate
Mint
Berries and Cream
Cookies and Cream Micro dosing psychedelics is the practice of consuming 
very low, sub-hallucinogenic doses of a psychedelic substance, such as 
lysergic acid diethylamide (LSD) or psilocybin-containing mushrooms. 
According to media reports, micro dosing has grown in popularity, yet the 
scientific literature contains minimal research on this practice.

Polkadot Psilocybin Chocolate Bars
https://buypolkadotmushroombars.com/product/polkadot-milk-belgian-chocolate-bar-polkadot-official/
The Polka Dot Brand Psilocybin Magic Mushroom Belgian Chocolate Bars are 
highly potent and boasts four grams of magic mushrooms. 20-30 minutes after 
ingestion you will notice a distortion of space and time, bright, beautiful 
colors, visual distortions, mystical experiences, euphoria and happiness, 
the amazing taste of the many flavors of Belgian Chocolate are suitable for 
anybody’s choice to your liking. There are many health benefits of 
Psilocybin or Magic Mushrooms. First of all, it could be used to treat 
depression, PTSD and battling addiction to substances such as cigarettes, 
drugs and alcohol. Buy Polkadot Psilocybin Chocolate Bars Online.
https://buypolkadotmushroombars.com/product/polkadot-milk-belgian-chocolate-bar-polkadot-official/
Redirect
CHOCOLATE BARS
https://buypolkadotmushroombars.com/product/polkadot-viet-ice-coffee-magic-belgian-chocolate-for-sale/
https://buypolkadotmushroombars.com/product/polkadot-whoppers-mushroom-belgian-chocolate-bar/
https://buypolkadotmushroombars.com/product/polkadot-the-original-og-magic-belgian-chocolate/
https://buypolkadotmushroombars.com/product/polkadot-toblerone-belgian-chocolate-bar-polkadot-official/
https://buypolkadotmushroombars.com/product/wonder-bar-mushroom-chocolate/
https://buypolkadotmushroombars.com/product/trippy-flip-chocolate-bar/
https://buypolkadotmushroombars.com/product/polkadot-smores-mushroom-chocolate-bar-for-sale/
https://buypolkadotmushroombars.com/product/polkadot-snickalicious-magic-belgian-chocolate-polkadot-official/
https://buypolkadotmushroombars.com/product/polkadot-shots-liquid-for-sale-polkadot-official/
https://buypolkadotmushroombars.com/product/polkadot-smore-fun-magic-belgian-chocolate-for-sale/
https://buypolkadotmushroombars.com/product/polkadot-reeses-belgian-milk-chocolate-for-sale/
https://buypolkadotmushroombars.com/product/polkadot-rice-krispies-mushroom-chocolate-bars-for-sale/
https://buypolkadotmushroombars.com/product/polkadot-pomegranate-chocolate-bar-for-sale-polkadot-official/
https://buypolkadotmushroombars.com/product/polkadot-raspberry-muffin-chocolate/
https://buypolkadotmushroombars.com/product/polkadot-oreo-milkshake-belgian-chocolate-bar-for-sale/
https://buypolkadotmushroombars.com/product/polkadot-ooeygooey-belgian-chocolate-polkadot-official/
https://buypolkadotmushroombars.com/product/polkadot-peanut-butter-jelly-belgian-chocolate-polkadot-official/
https://buypolkadotmushroombars.com/product/polkadot-mint-mushroom-chocolate-bar-for-sale-polkadot-official/
https://buypolkadotmushroombars.com/product/polkadot-mint-chocolate-chip-for-sale/
https://buypolkadotmushroombars.com/product/polkadot-mound-bound-magic-belgian-chocolate-for-sale

Psilocybin Albino Penis Envy magic shrooms

2023-10-16 Thread Axel Elizabeth


Albino Penis Envy magic mushroom (APE)
Penis Envy mushrooms are the caviar of the psilocybin mushrooms world. 
They’re much more expensive, harder to produce, and give users a stronger 
and more powerful euphoric experience.
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
It’s called a Penis Envy mushroom because of its penis-like shape. This 
shroom is different from other strains because it is chemically more 
equipped to give off faster and harder trips than usual mushroom strains.

There are several varieties of Penis Envy mushrooms, with the two most 
popular ones being albino penis envy and uncut penis envy.
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
When ingesting a Penis Envy mushroom, it’s generally recommended to only 
consume about 70 percent of the original size that you’d normally consume 
other shroom strains.

Growing Penis Envy mushrooms is often difficult for beginners. While you 
can grow your own Penis Envy mushrooms by diligently following the 
instructions, the harder challenge is propagating your mushrooms to create 
more spores and strains for the next generation. 

We’ll go into deeper detail throughout this article, so stick to the end 
and you’ll become a mushroom connoisseur.

What Is A Penis Envy Mushroom?
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
Penis Envy mushrooms stem from the Psilocybe cubensis shroom family. 
They're a strain of magic mushrooms. 

It’s a unique variety that has gone through an interesting history, so much 
so that it would most likely no longer grow in the wild naturally.

The Penis Envy mushroom has been bred artificially through so many 
generations that they act like a spoiled child. They have less resistance 
to contamination, are more prone to dying in less-than-perfect conditions, 
and have lower pin rates than other mushrooms in the same family. 

Where Do Penis Envy Mushrooms Come From?
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
How the Penis Envy variety came to be discovered is even more of a mystery. 
The most popular rumor seems to be surrounding the famed ethnobotanist and 
psychedelic advocate, Terence McKenna. Legend has it that an indigenous 
guide led him to an enormous mushroom patch on one of his mushroom hunting 
expeditions to the Amazon Rainforest. He collected spore samples of unique 
specimens from that patch and distributed them to mycologists back in the 
United States.

One of these mycologists was Steven Pollock, a doctor with a particular 
fascination for psychedelic mushrooms. Pollock went on to cultivate the 
spores and research the mushroom's properties. After years of propagation 
and genetic selection, he arrived at a variety that we now know as Penis 
Envy. 

Here, like its beginning, the story again gets hazy. Pollock became 
involved in various legal and illegal ventures that would eventually lead 
to his murder. By this time, the DEA was monitoring him, and many 
mysterious circumstances surrounded his death. For one thing, his research 
and several rare specimens seemed to be missing from the scene of the crime.

It's unclear whether the Penis Envy variant that we know today was the same 
one that Pollock developed. Other sources point to mycologist Rich Gee as 
the man who cultivated the prized strain. Perhaps many other pioneering 
mycologists contributed to its development along the way. 

Uncovering conclusive proof of Penis Envy's origin is unlikely ever to 
happen. While it's certainly possible that Terence McKenna stumbled upon a 
penis-shaped mushroom deep in the rainforest, he never confirmed such 
speculations. But it's certainly intriguing that one of the most potent 
psychedelic mushrooms comes from a story that's as mercurial as its 
psychedelic effects.

What Makes Them Different From Other Shroom Strains? 
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
One obvious difference from Penis Envy mushrooms and other shroom strains 
is in their difficulty to cultivate. Penis Envy mushrooms require 
specialized care and environmental conditions to bloom. They take almost 30 
percent longer to colonize around the substrate and have a lesser pin rate 
than that of other Psilocybe cubensis mushrooms. 

Despite being such a high-maintenance shroom, Penis Envy mushrooms are 
considerably worth the hassle. These mushrooms have stronger highs, more 
powerful hallucinations and an intense euphoric side effect that make them 
so desirable in the psychedelic world.

Since these shrooms are so hard to cultivate and even harder to find, Penis 
Envy mushrooms are expensive. Reproducing them and creating another 
generation is often the biggest challenge—another difference from other 
shroom strains that consistently reproduce. 

Physical Differences
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
While each mushroom is special and unique, 

PENIS ENVY MAGIC MUSHROOMS ONLINE

2023-10-16 Thread Axel Elizabeth


Albino Penis Envy magic mushroom (APE)
Penis Envy mushrooms are the caviar of the psilocybin mushrooms world. 
They’re much more expensive, harder to produce, and give users a stronger 
and more powerful euphoric experience.
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
It’s called a Penis Envy mushroom because of its penis-like shape. This 
shroom is different from other strains because it is chemically more 
equipped to give off faster and harder trips than usual mushroom strains.

There are several varieties of Penis Envy mushrooms, with the two most 
popular ones being albino penis envy and uncut penis envy.
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
When ingesting a Penis Envy mushroom, it’s generally recommended to only 
consume about 70 percent of the original size that you’d normally consume 
other shroom strains.

Growing Penis Envy mushrooms is often difficult for beginners. While you 
can grow your own Penis Envy mushrooms by diligently following the 
instructions, the harder challenge is propagating your mushrooms to create 
more spores and strains for the next generation. 

We’ll go into deeper detail throughout this article, so stick to the end 
and you’ll become a mushroom connoisseur.

What Is A Penis Envy Mushroom?
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
Penis Envy mushrooms stem from the Psilocybe cubensis shroom family. 
They're a strain of magic mushrooms. 

It’s a unique variety that has gone through an interesting history, so much 
so that it would most likely no longer grow in the wild naturally.

The Penis Envy mushroom has been bred artificially through so many 
generations that they act like a spoiled child. They have less resistance 
to contamination, are more prone to dying in less-than-perfect conditions, 
and have lower pin rates than other mushrooms in the same family. 

Where Do Penis Envy Mushrooms Come From?
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
How the Penis Envy variety came to be discovered is even more of a mystery. 
The most popular rumor seems to be surrounding the famed ethnobotanist and 
psychedelic advocate, Terence McKenna. Legend has it that an indigenous 
guide led him to an enormous mushroom patch on one of his mushroom hunting 
expeditions to the Amazon Rainforest. He collected spore samples of unique 
specimens from that patch and distributed them to mycologists back in the 
United States.

One of these mycologists was Steven Pollock, a doctor with a particular 
fascination for psychedelic mushrooms. Pollock went on to cultivate the 
spores and research the mushroom's properties. After years of propagation 
and genetic selection, he arrived at a variety that we now know as Penis 
Envy. 

Here, like its beginning, the story again gets hazy. Pollock became 
involved in various legal and illegal ventures that would eventually lead 
to his murder. By this time, the DEA was monitoring him, and many 
mysterious circumstances surrounded his death. For one thing, his research 
and several rare specimens seemed to be missing from the scene of the crime.

It's unclear whether the Penis Envy variant that we know today was the same 
one that Pollock developed. Other sources point to mycologist Rich Gee as 
the man who cultivated the prized strain. Perhaps many other pioneering 
mycologists contributed to its development along the way. 

Uncovering conclusive proof of Penis Envy's origin is unlikely ever to 
happen. While it's certainly possible that Terence McKenna stumbled upon a 
penis-shaped mushroom deep in the rainforest, he never confirmed such 
speculations. But it's certainly intriguing that one of the most potent 
psychedelic mushrooms comes from a story that's as mercurial as its 
psychedelic effects.

What Makes Them Different From Other Shroom Strains? 
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
One obvious difference from Penis Envy mushrooms and other shroom strains 
is in their difficulty to cultivate. Penis Envy mushrooms require 
specialized care and environmental conditions to bloom. They take almost 30 
percent longer to colonize around the substrate and have a lesser pin rate 
than that of other Psilocybe cubensis mushrooms. 

Despite being such a high-maintenance shroom, Penis Envy mushrooms are 
considerably worth the hassle. These mushrooms have stronger highs, more 
powerful hallucinations and an intense euphoric side effect that make them 
so desirable in the psychedelic world.

Since these shrooms are so hard to cultivate and even harder to find, Penis 
Envy mushrooms are expensive. Reproducing them and creating another 
generation is often the biggest challenge—another difference from other 
shroom strains that consistently reproduce. 

Physical Differences
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
While each mushroom is special and unique, 

PENIS ENVY MAGIC SHROOMS -ALBINO PENIS ENVY

2023-10-16 Thread Axel Elizabeth


Albino Penis Envy magic mushroom (APE)
Penis Envy mushrooms are the caviar of the psilocybin mushrooms world. 
They’re much more expensive, harder to produce, and give users a stronger 
and more powerful euphoric experience.
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
It’s called a Penis Envy mushroom because of its penis-like shape. This 
shroom is different from other strains because it is chemically more 
equipped to give off faster and harder trips than usual mushroom strains.

There are several varieties of Penis Envy mushrooms, with the two most 
popular ones being albino penis envy and uncut penis envy.
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
When ingesting a Penis Envy mushroom, it’s generally recommended to only 
consume about 70 percent of the original size that you’d normally consume 
other shroom strains.

Growing Penis Envy mushrooms is often difficult for beginners. While you 
can grow your own Penis Envy mushrooms by diligently following the 
instructions, the harder challenge is propagating your mushrooms to create 
more spores and strains for the next generation. 

We’ll go into deeper detail throughout this article, so stick to the end 
and you’ll become a mushroom connoisseur.

What Is A Penis Envy Mushroom?
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
Penis Envy mushrooms stem from the Psilocybe cubensis shroom family. 
They're a strain of magic mushrooms. 

It’s a unique variety that has gone through an interesting history, so much 
so that it would most likely no longer grow in the wild naturally.

The Penis Envy mushroom has been bred artificially through so many 
generations that they act like a spoiled child. They have less resistance 
to contamination, are more prone to dying in less-than-perfect conditions, 
and have lower pin rates than other mushrooms in the same family. 

Where Do Penis Envy Mushrooms Come From?
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
How the Penis Envy variety came to be discovered is even more of a mystery. 
The most popular rumor seems to be surrounding the famed ethnobotanist and 
psychedelic advocate, Terence McKenna. Legend has it that an indigenous 
guide led him to an enormous mushroom patch on one of his mushroom hunting 
expeditions to the Amazon Rainforest. He collected spore samples of unique 
specimens from that patch and distributed them to mycologists back in the 
United States.

One of these mycologists was Steven Pollock, a doctor with a particular 
fascination for psychedelic mushrooms. Pollock went on to cultivate the 
spores and research the mushroom's properties. After years of propagation 
and genetic selection, he arrived at a variety that we now know as Penis 
Envy. 

Here, like its beginning, the story again gets hazy. Pollock became 
involved in various legal and illegal ventures that would eventually lead 
to his murder. By this time, the DEA was monitoring him, and many 
mysterious circumstances surrounded his death. For one thing, his research 
and several rare specimens seemed to be missing from the scene of the crime.

It's unclear whether the Penis Envy variant that we know today was the same 
one that Pollock developed. Other sources point to mycologist Rich Gee as 
the man who cultivated the prized strain. Perhaps many other pioneering 
mycologists contributed to its development along the way. 

Uncovering conclusive proof of Penis Envy's origin is unlikely ever to 
happen. While it's certainly possible that Terence McKenna stumbled upon a 
penis-shaped mushroom deep in the rainforest, he never confirmed such 
speculations. But it's certainly intriguing that one of the most potent 
psychedelic mushrooms comes from a story that's as mercurial as its 
psychedelic effects.

What Makes Them Different From Other Shroom Strains? 
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
One obvious difference from Penis Envy mushrooms and other shroom strains 
is in their difficulty to cultivate. Penis Envy mushrooms require 
specialized care and environmental conditions to bloom. They take almost 30 
percent longer to colonize around the substrate and have a lesser pin rate 
than that of other Psilocybe cubensis mushrooms. 

Despite being such a high-maintenance shroom, Penis Envy mushrooms are 
considerably worth the hassle. These mushrooms have stronger highs, more 
powerful hallucinations and an intense euphoric side effect that make them 
so desirable in the psychedelic world.

Since these shrooms are so hard to cultivate and even harder to find, Penis 
Envy mushrooms are expensive. Reproducing them and creating another 
generation is often the biggest challenge—another difference from other 
shroom strains that consistently reproduce. 

Physical Differences
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
While each mushroom is special and unique, 

Albino penis envy magic mushrooms online

2023-10-16 Thread Axel Elizabeth


Albino Penis Envy magic mushroom (APE)
Penis Envy mushrooms are the caviar of the psilocybin mushrooms world. 
They’re much more expensive, harder to produce, and give users a stronger 
and more powerful euphoric experience.
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
It’s called a Penis Envy mushroom because of its penis-like shape. This 
shroom is different from other strains because it is chemically more 
equipped to give off faster and harder trips than usual mushroom strains.

There are several varieties of Penis Envy mushrooms, with the two most 
popular ones being albino penis envy and uncut penis envy.
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
When ingesting a Penis Envy mushroom, it’s generally recommended to only 
consume about 70 percent of the original size that you’d normally consume 
other shroom strains.

Growing Penis Envy mushrooms is often difficult for beginners. While you 
can grow your own Penis Envy mushrooms by diligently following the 
instructions, the harder challenge is propagating your mushrooms to create 
more spores and strains for the next generation. 

We’ll go into deeper detail throughout this article, so stick to the end 
and you’ll become a mushroom connoisseur.

What Is A Penis Envy Mushroom?
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
Penis Envy mushrooms stem from the Psilocybe cubensis shroom family. 
They're a strain of magic mushrooms. 

It’s a unique variety that has gone through an interesting history, so much 
so that it would most likely no longer grow in the wild naturally.

The Penis Envy mushroom has been bred artificially through so many 
generations that they act like a spoiled child. They have less resistance 
to contamination, are more prone to dying in less-than-perfect conditions, 
and have lower pin rates than other mushrooms in the same family. 

Where Do Penis Envy Mushrooms Come From?
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
How the Penis Envy variety came to be discovered is even more of a mystery. 
The most popular rumor seems to be surrounding the famed ethnobotanist and 
psychedelic advocate, Terence McKenna. Legend has it that an indigenous 
guide led him to an enormous mushroom patch on one of his mushroom hunting 
expeditions to the Amazon Rainforest. He collected spore samples of unique 
specimens from that patch and distributed them to mycologists back in the 
United States.

One of these mycologists was Steven Pollock, a doctor with a particular 
fascination for psychedelic mushrooms. Pollock went on to cultivate the 
spores and research the mushroom's properties. After years of propagation 
and genetic selection, he arrived at a variety that we now know as Penis 
Envy. 

Here, like its beginning, the story again gets hazy. Pollock became 
involved in various legal and illegal ventures that would eventually lead 
to his murder. By this time, the DEA was monitoring him, and many 
mysterious circumstances surrounded his death. For one thing, his research 
and several rare specimens seemed to be missing from the scene of the crime.

It's unclear whether the Penis Envy variant that we know today was the same 
one that Pollock developed. Other sources point to mycologist Rich Gee as 
the man who cultivated the prized strain. Perhaps many other pioneering 
mycologists contributed to its development along the way. 

Uncovering conclusive proof of Penis Envy's origin is unlikely ever to 
happen. While it's certainly possible that Terence McKenna stumbled upon a 
penis-shaped mushroom deep in the rainforest, he never confirmed such 
speculations. But it's certainly intriguing that one of the most potent 
psychedelic mushrooms comes from a story that's as mercurial as its 
psychedelic effects.

What Makes Them Different From Other Shroom Strains? 
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
One obvious difference from Penis Envy mushrooms and other shroom strains 
is in their difficulty to cultivate. Penis Envy mushrooms require 
specialized care and environmental conditions to bloom. They take almost 30 
percent longer to colonize around the substrate and have a lesser pin rate 
than that of other Psilocybe cubensis mushrooms. 

Despite being such a high-maintenance shroom, Penis Envy mushrooms are 
considerably worth the hassle. These mushrooms have stronger highs, more 
powerful hallucinations and an intense euphoric side effect that make them 
so desirable in the psychedelic world.

Since these shrooms are so hard to cultivate and even harder to find, Penis 
Envy mushrooms are expensive. Reproducing them and creating another 
generation is often the biggest challenge—another difference from other 
shroom strains that consistently reproduce. 

Physical Differences
https://buypolkadotmushroombars.com/product/albino-penis-envy-ape-cubensis/
While each mushroom is special and unique, 

Error API Requisition

2023-10-16 Thread Eduardo Moraes Rigo
{
"message": "The caller does not have permission",
"code": 7,
"status": "PERMISSION_DENIED",
"details": [
{
"@type": 
"type.googleapis.com\/google.ads.googleads.v14.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"authorizationError": "*USER_PERMISSION_DENIED*"
},
"message": "User doesn't have permission to access 
customer. Note: If you're accessing a client customer, the manager's 
customer id must be set in the 'login-customer-id' header. See 
https:\/\/developers.google.com\/google-ads\/api\/docs\/concepts\/call-structure#cid"
}
],
"requestId": "1MlYmEkhECnzOB2hrsc7Kw"
}
]
}

The error occurs when trying to make the API call


*My main doubt is:*
We have the credentials and we get the MCC, in this case, *the MCC would be 
the manager's customer id*? And if so, where should I insert it in the code?

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/162946f6-259a-46f5-9d3c-c487ae85bc36n%40googlegroups.com.


No Response to Request for Basic Access

2023-10-16 Thread Saf Momen
Hello - we are blocked on development due to lack of Basic Access. We have 
applied twice for Basic Access for our Developer Token. 

The documentation suggests we should see a "pending approval" after 
submitting the request, but we don't see that either. And we have not 
received any other form of confirmation or a case ID.

Our MCC ID: 2897932021

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/19ca3bfb-6b06-4c49-9434-faff2a6bacc7n%40googlegroups.com.


Request for Basic Access - No Response

2023-10-16 Thread Saf Momen
Hello - we are blocked on development due to lack of Basic Access. The 
documentation suggests we should see a "pending approval" after submitting 
the request, but we don't see that either. And we have not received any 
other form of confirmation or a case ID.

Our MCC ID: 2897932021

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c471822f-bbcb-4ea7-9744-ff5d09730433n%40googlegroups.com.


I sent an enhanced conversion to the API, it will not be reflected on the Google Ads admin screen

2023-10-16 Thread Izumi
I sent an extended conversion to the API using the documentation and sample 
code as a reference, but the conversion is not reflected on the admin 
screen.

I don't know if there is a problem with the settings on the Google Ads 
management screen or with the code.

Please let me know if there is anything I should check.

[What I want to achieve]
I want to send conversion data from the server when I acquire leads through 
marketing.


[Settings on the Google Ads management screen]
Use MCC account
Enhanced conversions are turned on
Enhanced Conversion is configured to use Google Ads API


[code]
Development language is PHP

Documents referenced
https://developers.google.com/google-ads/api/docs/conversions/enhance-conversions?hl=en#building_the_enhancement_adjustment

Sample code for reference
https://github.com/googleads/google-ads-php/blob/e6c38378728ba9b6b16d9492cf5b3743560feeea/examples/Remarketing/UploadConversionEnhancement.php

What we see after execution
Uploaded conversion adjustment of 
'customers/X/conversionActions/X' for order ID 'X'.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e17faa57-b3a5-496c-b95b-90926e193c85n%40googlegroups.com.


Re: no response to request for basic access

2023-10-16 Thread Kinshealth Realm
I am in the same boat as Saf Momen.  I have attempted multiple times and up 
until now I didn't know how to find help.  Please assist to the best of 
your ability.

On Monday, October 16, 2023 at 2:44:32 PM UTC-7 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> I see that you have already raised this concern on another thread with the 
> subject 'Request for Basic Access - No Response', and we have already 
> responded there for this issue. To avoid multiple threads on the same 
> issue, please take a look at that thread and continue the discussion on the 
> same for further updates on the issue.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02pSDcn:ref"
>
> Thanks, 
> [image: Google Logo] Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/9057c924-6163-4b12-be6e-667f4e98e6d1n%40googlegroups.com.


Re: internal_error in grpc ads api using ruby client

2023-10-16 Thread Himanshu Patel
Does this occur every time this query is executed?
No. It works for some date range and fails for another.
[Bob] So, it works for some date ranges and fails for others with all the 
metrics fields included?
[Himanshu] Yes, that is correct

Remove all the metrics fields from the select statement. If that executes 
successfully, ad them back one by one until you have duplicated the error.
I have found that the error goes away if I don't use 
metrics.all_conversions in the query for the date when it fails.
[Bob] Then we need to have a small list of dates for which it fails. This 
will allow us to compare two groups of data where the only difference is 
the date.
[Himanshu] You can check for the date I had sent in the query it fails for 
that but it succeeds for 15th September 2023.

Are you sure that metrics.all_conversions is the only fields that needs to 
be removed to make the query succeed? There is not other field or 
combination of fields that has the same effect.
[Himanshu] Yes

For the date range an equality statement since you are only querying one 
day.
Ideally, I want to query for date ranges so I am using this type of query 
pattern as an example.
[Bob] I understand that, but we need to try with an equality statement to 
ensure the that internal processing of a range statement is not having side 
effects. Please, try it with a date equals command.
[Himanshu] It fails with equals as well. No difference

On Monday, October 16, 2023 at 6:55:15 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> 1. Does this occur every time this query is executed?
> No. It works for some date range and fails for another.
> [Bob] So, it works for some date ranges and fails for others with all the 
> metrics fields included?
>
>
> 2. Remove all the metrics fields from the select statement. If that 
> executes successfully, ad them back one by one until you have duplicated 
> the error.
> I have found that the error goes away if I don't use 
> metrics.all_conversions in the query for the date when it fails.
> [Bob] Then we need to have a small list of dates for which it fails. This 
> will allow us to compare two groups of data where the only difference is 
> the date. 
> Are you sure that metrics.all_conversions is the only fields that needs to 
> be removed to make the query succeed? There is not other field or 
> combination of fields that has the same effect.
>
>
> 3. For the date range an equality statement since you are only querying 
> one day.
> Ideally, I want to query for date ranges so I am using this type of query 
> pattern as an example.
> [Bob] I understand that, but we need to try with an equality statement to 
> ensure the that internal processing of a range statement is not having side 
> effects. Please, try it with a date equals command.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02pQKaV:ref"
>
>
> Thanks,
>   
> [image: Google Logo] 
> Bob Hancock 
> Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/22553a61-ecf5-4b67-89a5-cb2ea41ce209n%40googlegroups.com.


Re: an error is reported when creating an asset group under the pmax advertising campaign

2023-10-16 Thread san...@knorex.com
Hi,

I have the same problem as getting the error "Headline asset for a valid 
asset group is not enough." when creating a new Asset group.
My account id: *9841065000*
My campaign id: *20437451884*

Note that we can create a new Asset group *without* Headlines in another 
type of Performance Max, campaign id: *20671574339*

The difference between 2 campaigns is that one has a Merchant account, 
while the other has no Merchant account.

Martin

On Monday, July 31, 2023 at 7:39:25 PM UTC+7 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for getting back to us.
>
> It appears that you have encountered *UNSUPPORTED_FIELD_TYPE* error which 
> is an asset link error (
> *https://developers.google.com/google-ads/api/reference/rpc/v14/AssetLinkErrorEnum.AssetLinkError#unsupported_field_type*
>  
> ).
>   
> With this, could you provide us with the complete API logs (*request, 
> response,* *request-id and request header*) generated on your end? This 
> is so we could further check and provide more appropriate guidance. 
>
> You may then send the requested information privately via the Reply to 
> author option. If this option is not available, you may send the details 
> directly to our *googleadsa...@google.com*  alias instead.
>
> *Reference Links:*
>
>- *request* - 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#request*
>  
>
> 
>  
>- *response -* 
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#response*
>  
>
> 
>  
>- *request-id* - 
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id*
>  
>
> 
>  
>- *request header* - 
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers*
>  
>
> 
>  
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2nSlkt:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/66f3d5cd-43cd-4085-8bf1-b296dc1cefc6n%40googlegroups.com.