RE: Can't upload offline conversion

2024-05-19 Thread yosi.kal
Hello Laura,

 

Thanks for looking into it. Are there any updates?

 

Yosi

 

From: Google Ads API Forum Advisor  
Sent: Thursday, 16 May 2024 20:09
To: yosi@gmail.com
Cc: adwords-api@googlegroups.com
Subject: RE: Can't upload offline conversion

 

Hey Yosi,

Thanks for providing those extra details. It's not yet clear to me why you're 
getting the CONVERSION_TRACKING_MANAGED_BY_SELF error, so I'm going to discuss 
with the team and I'll follow up when we have an update to share.
  

This message is in relation to case "ref:!00D1U01174p.!5004Q02tIuhU:ref" 
(ADR-00234096)

Thanks,
  


   


Laura Chevalier


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/003701daaa81%2482857b60%2487907220%24%40gmail.com.


RE: no response to my google ads standard api access application

2024-05-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rezi,

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

I understand that you have submitted an application to obtain Standard access. 
Since the access requests are handled by the Google Ads API Compliance team, I 
would recommend you reaching out to the Google Ads API Compliance team as they 
are better equipped to address your concerns.

Please note that our team can only assist with the technical queries or 
concerns related to the Google Ads API.

This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ1ju:ref" 
(ADR-00235667)

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/QuItj0SDRQH700iYDSpvtBTEu1Y07zNQgxxg%40sfdc.net.


Re: find gclid using campaign id

2024-05-19 Thread D. H.
And with apologies for missing the 90 days part, as well as limiting 
results to one day, you cannot fetch results older than 90 days.

This query returns an error for me:
SELECT click_view.gclid, campaign.id FROM click_view WHERE segments.date = 
'2024-02-01'

GoogleAdsException: (<_SingleThreadedRendezvous of RPC that terminated 
with: status = StatusCode.INVALID_ARGUMENT details = "Request contains an 
invalid argument." debug_error_string = "UNKNOWN:Error received from peer 
ipv4:xxx.xxx.xxx.xx:xxx {created_time:"2024-05-20T09:30:00.00+00:00", 
grpc_status:3, grpc_message:"Request contains an invalid argument."}" >, 
<_SingleThreadedRendezvous of RPC that terminated with: status = 
StatusCode.INVALID_ARGUMENT details = "Request contains an invalid 
argument." debug_error_string = "UNKNOWN:Error received from peer 
ipv4:xxx.xxx.xxx.xx:xxx {created_time:"2024-05-20T09:30:00.00+00:00", 
grpc_status:3, grpc_message:"Request contains an invalid argument."}" >, 
errors { error_code { request_error: UNKNOWN } message: "The requested date 
is too old. It cannot be older than 90 days." } request_id: "
xx"
, 'xx')

D.H.
On Saturday, May 18, 2024 at 6:22:10 AM UTC+8 bhavya dev wrote:

> Hi,
>
> I've already posted error which I'm facing to fetch data older than 90 
> days actually I can able to fetch campaign impression, ctr, clicks etc.. 
> detail which older than 90 days.
>
> I'm fetching my campaign detail 
>
> below query I've used to fetch campaign details :-
> SELECT 
> campaign.name, 
> campaign_budget.amount_micros, 
> campaign.status, 
> campaign.optimization_score, 
> campaign.advertising_channel_type, 
> metrics.clicks, 
> metrics.impressions, 
> metrics.ctr, 
> metrics.average_cpc, 
> campaign.bidding_strategy_type, 
> metrics.cost_micros
> FROM campaign 
>   WHERE segments.date BETWEEN '{start_date}' AND 
> '{end_date}'
>
> So when i try to fetch gclid with "SELECT click_view.gclid, campaign.id 
> FROM click_view WHERE segments.date BETWEEN '2022-10-01' AND '2022-10-30' 
> AND campaign.id = 14529401748" this query getting error [Queries 
> including ClickView must have a filter limiting the results to one day]. 
>
> I want to fetch gclid such like this , please give me solution to resolve 
> this error.
> On Thursday 16 May 2024 at 22:03:11 UTC+5:30 Google Ads API Forum Advisor 
> wrote:
>
>> Hi,
>>
>> Thank you for reaching out to the Google Ads API support team.
>>
>> Please refer to this Rest API endpoint : 
>> https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.googleAds/searchStream
>>
>> Also, kindly try the below provided query to get the GCLID using campaign 
>> id.
>>
>> Query : "SELECT click_view.gclid, campaign.id FROM click_view WHERE 
>> segments.date = '2024-05-16' AND campaign.id = 123456789"
>>
>> You may use this Google Ads Query Builder 
>> 
>>  
>> to build your own query with the click_view 
>>  
>> resource.
>>
>> Hope this helps. If you have any more queries, please feel free to get 
>> back to us.
>>   
>> This message is in relation to case 
>> "ref:!00D1U01174p.!5004Q02tJ01J:ref" (ADR-00235302)
>>
>> 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/cd7d14dd-aa49-44a9-a3ec-e8a4c13e54bbn%40googlegroups.com.


No response to my Google Ads Standard API access application

2024-05-19 Thread Rezi Costa Bzishvili
Hi Support Team,

I've submitted my application Google Ads Standard API access and have not 
heard anything from Google regarding it and still haven't received access. 

MCC ID: 463-646-2382.

I don't have a Case ID from the compliance team because I haven't received 
any confirmation emails.

Is there any chance you can provide an update on the status of this? It's 
currently a blocker with our customers. 

Thank you in advance!

Rezi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1988a697-a218-4a91-a91e-b8b019739d78n%40googlegroups.com.


Re: find gclid using campaign id

2024-05-19 Thread D. H.
Hi,

You need to include a filter to limit the results to a single day.

This query works for me:
SELECT click_view.gclid, campaign.id FROM click_view WHERE segments.date = 
'2024-05-01'

As does this:
SELECT click_view.gclid, campaign.id FROM click_view WHERE segments.date 
BETWEEN '2024-05-01' AND '2024-05-01'

But if I extend it to even two days I return the same error you have:
SELECT click_view.gclid, campaign.id FROM click_view WHERE segments.date 
BETWEEN '2024-05-01' AND '2024-05-02'

GoogleAdsException: (<_SingleThreadedRendezvous of RPC that terminated 
with: status = StatusCode.INVALID_ARGUMENT details = "Request contains an 
invalid argument." debug_error_string = "UNKNOWN:Error received from peer 
ipv4:xxx.xx.xxx.xxx:xxx {created_time:"2024-05-20T09:30:00.00+00:00", 
grpc_status:3, grpc_message:"Request contains an invalid argument."}" >, 
<_SingleThreadedRendezvous of RPC that terminated with: status = 
StatusCode.INVALID_ARGUMENT details = "Request contains an invalid 
argument." debug_error_string = "UNKNOWN:Error received from peer 
ipv4:xxx.xx.xxx.xxx:xxx {created_time:"2024-05-20T09:30:00.00+00:00", 
grpc_status:3, grpc_message:"Request contains an invalid argument."}" >, 
errors { error_code { request_error: UNKNOWN } message: "Queries including 
ClickView must have a filter limiting the results to one day." } 
request_id: "xx" , 'xx')

Hope this helps,

D.H.

On Saturday, May 18, 2024 at 6:22:10 AM UTC+8 bhavya dev wrote:

> Hi,
>
> I've already posted error which I'm facing to fetch data older than 90 
> days actually I can able to fetch campaign impression, ctr, clicks etc.. 
> detail which older than 90 days.
>
> I'm fetching my campaign detail 
>
> below query I've used to fetch campaign details :-
> SELECT 
> campaign.name, 
> campaign_budget.amount_micros, 
> campaign.status, 
> campaign.optimization_score, 
> campaign.advertising_channel_type, 
> metrics.clicks, 
> metrics.impressions, 
> metrics.ctr, 
> metrics.average_cpc, 
> campaign.bidding_strategy_type, 
> metrics.cost_micros
> FROM campaign 
>   WHERE segments.date BETWEEN '{start_date}' AND 
> '{end_date}'
>
> So when i try to fetch gclid with "SELECT click_view.gclid, campaign.id 
> FROM click_view WHERE segments.date BETWEEN '2022-10-01' AND '2022-10-30' 
> AND campaign.id = 14529401748" this query getting error [Queries 
> including ClickView must have a filter limiting the results to one day]. 
>
> I want to fetch gclid such like this , please give me solution to resolve 
> this error.
> On Thursday 16 May 2024 at 22:03:11 UTC+5:30 Google Ads API Forum Advisor 
> wrote:
>
>> Hi,
>>
>> Thank you for reaching out to the Google Ads API support team.
>>
>> Please refer to this Rest API endpoint : 
>> https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.googleAds/searchStream
>>
>> Also, kindly try the below provided query to get the GCLID using campaign 
>> id.
>>
>> Query : "SELECT click_view.gclid, campaign.id FROM click_view WHERE 
>> segments.date = '2024-05-16' AND campaign.id = 123456789"
>>
>> You may use this Google Ads Query Builder 
>> 
>>  
>> to build your own query with the click_view 
>>  
>> resource.
>>
>> Hope this helps. If you have any more queries, please feel free to get 
>> back to us.
>>   
>> This message is in relation to case 
>> "ref:!00D1U01174p.!5004Q02tJ01J:ref" (ADR-00235302)
>>
>> 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/3fb24a86-5141-4e10-b4f2-a4fea5277309n%40googlegroups.com.


RE: no response from my google ads basic api access application

2024-05-19 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.

I understand that you have submitted an application to obtain basic access. 
Since the access requests are handled by the Google Ads API Compliance team, I 
would recommend you reaching out to the Google Ads API Compliance team as they 
are better equipped to address your concerns.

Please note that our team can only assist with the technical queries or 
concerns related to the Google Ads API.

This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ1SA:ref" 
(ADR-00235569)

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/AbthV0SDRC1M007X-oln2RR1qhDUn5bby7Zw%40sfdc.net.