Re: getting stuck while making a asset group

2023-11-27 Thread Tanish Gupta
But I am making asset group how can i find asset group id?
On Tuesday, 28 November 2023 at 03:17:59 UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for getting back to us.
>
> Kindly note that asset group resource names have the form 
> 'customers/{customer_id}/assetGroups/{asset_group_id}'. Please refer to 
> this link 
>  
> for more information.
>
> 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.!5004Q02qV4cQ: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/130cd797-47ea-47e8-99b4-301bd46f84b2n%40googlegroups.com.


Enhanced Conversion for leads with Google Ads API

2023-11-27 Thread Hwansang Cho
Hi Google Ads API Support.

We want to confirm that you have opted-in the effective conversion for 
enhanced conversions for leads.

I retrieved the Conversion_tracking_setting for my account using 
GoogleAdsService's searchStream and the following query:

SELECT
  customer.id,
  customer.conversion_tracking_setting.accepted_customer_data_terms,
  
customer.conversion_tracking_setting.enhanced_conversions_for_leads_enabled
FROM customer

There are effective conversion settings on the Google ads UI, but the 
response value is not confirmed.

"results": [
{
"customer": {
"resourceName": "customers/*",
"conversionTrackingSetting": {
"acceptedCustomerDataTerms": true
},
"id": "*"
}
}
],
"fieldMask": 
"customer.id,customer.conversionTrackingSetting.acceptedCustomerDataTerms,customer.conversionTrackingSetting.enhancedConversionsForLeadsEnabled"
,
"requestId": "fD9pnwVnk5_ktjmcQKM8kQ"

Please confirm.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/92a1ca00-9012-42bf-9cf3-c92339b16bc9n%40googlegroups.com.


Basic Access Token for Google Ads API

2023-11-27 Thread Сергей Фрилансер
Hello,
We submitted a request for basic access to the Google Ads API token through 
the form at 
https://support.google.com/adspolicy/contact/new_token_application.

- Google Ads Manager Account (MCC) ID: 162-810-9670
- Cases ID: 9-482735594
- Access type: Basic Access

Currently, there is no feedback after submitting the application. Please 
inform us of the estimated time for application approval and the current 
progress. Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/05db623b-56d7-4cb3-b15c-20761f48e27fn%40googlegroups.com.


Linking the Google Business Account to the Google Ads Account over the API

2023-11-27 Thread Masih
Hello everyone,

we manage multiple Google Ads accounts under our Management Google Ads 
account. These accounts have their own Google My Business account. We want 
to access their location information to use it as an asset for location 
extension. I have looked at the API of both services and think I can 
somehow accomplish this goal. One step before retrieving the data is 
linking both accounts and that is just the challenge for me. Is it possible 
to do this via API? I have seen that Google Business API offers some 
methods to accept/decline the invitations (e.g. from GoogleAds). But I 
don't know how to send an invitation from GoogleAds via the API (via the 
GUI I know, but for the API I could not find any info in the 
documentation). Can you please tell me if this is at all possible? And if 
so, can you please give me some links to the relevant pages in the 
documentation so that I can look into it. I saw some other posts in the 
forum. They were either old or unanswered.

Thank you in advance

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

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


API google ads getting standard access -

2023-11-27 Thread Pavlo Zhdanov
Hello,

I'd like to know if my request was checked
ticket-id - 9-311235347

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/1aa79657-6038-464e-a01a-633d8234n%40googlegroups.com.


Re: getting stuck while making a asset group

2023-11-27 Thread Tanish Gupta
My query is how can i generate theassetGroupResourceName while making the 
asset group
On Monday, 27 November 2023 at 20:54:43 UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi Tanish,
>
> Thank you for reaching out to the Google Ads API support team.
>
> By reviewing your query, I understand that you are trying to implement an 
> asset group. You may refer to the Asset groups 
> 
>  
> for more details. You may follow the sample on how to Link asset groups 
> to asset 
> 
> .
>
> In order to investigate your issue, provide us with the complete API logs (
> *request* 
> 
>  and *response* 
> 
>  with *request-id* 
> 
>  and *request header* 
> )
>  
> generated at your end.
>
> 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.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qV4cQ: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/9a448157-9896-450b-b038-fd5ff1eeded7n%40googlegroups.com.


Developer Token

2023-11-27 Thread Rafael Felipe
Hi,

I've filled in the form several times to get a developer token for basic 
access to the Google Ads API, but never received a response. Can you help 
me with this?

I don't have a case number, but I'm requesting it for the manager account 
254-177-4905

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/8f880ad2-6779-44ab-b6a5-52cbe89f8d02n%40googlegroups.com.


No Response for API request

2023-11-27 Thread Jean Williams


I would like to bring to your attention the submission of my application 
for standard API access to the Google Ads API developer token.

The timely approval of this access is crucial for enhancing our service of 
analytics. I kindly request your assistance in expediting the processing of 
my application.

Below are the details of my API access application:

   - Google Ads Manager Account (MCC) ID: *374-627-1693 *
   - Access Level: Standard API access
   Case ID *4-795335454*
   
Your prompt attention to this matter is highly appreciated.

Best Regards,

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/311d1394-4d6c-4de4-9fff-32a61739b61dn%40googlegroups.com.


Is it possible to request previews for extension feed item's image assets ?

2023-11-27 Thread 'Noémi Molnár' via Google Ads API and AdWords API Forum
Hi, 
We are requesting the extension_feed_item.image_feed_item.image_asset and 
we are running into issues because of the size of the returned images. Is 
it possible to set the size of the images on the call or request a smaller 
preview instead of the actual image. I have not found anything about it in 
the documentation, but hopefully I have not looked at the right place. 
Thank you in advance!

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

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


RE: google ads basic access

2023-11-27 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.

After reviewing your concern, I understand that you have applied for basic 
access and haven’t received any response. Since the access requests are handled 
by the Google Ads API Compliance team, we are transferring the case to the Ads 
API Compliance team.

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

Summary:

The user has applied for basic access with the below details.

Google Ads Manager Account (MCC) ID: 814-883-4756
Case ID: The user has not received any case ID.

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.!5004Q02qV6NO: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/KjHK10S4SFNM00IP7lNa2QT2yal8g4NuHGKw%40sfdc.net.


Re: basic access for the developer token

2023-11-27 Thread Сергей Фрилансер
Any updates on my question?

пятница, 24 ноября 2023 г. в 12:12:01 UTC+2, Google Ads API Forum Advisor: 

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you have submitted an 
> application for the basic access of Google Ads API developer token and have 
> not received any update.
>
>
> 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 the basic access with the below details. 
>
>
>
>- Google Ads Manager Account (MCC) ID: 162-810-9670 
>
>
>- Cases ID: User says that they haven't received any Case ID  
>
> 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.!5004Q02qUioz: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/876fd8c5-5e23-4128-b904-d5a02a16461cn%40googlegroups.com.


Google Ads Basic Access

2023-11-27 Thread FRISCON
Hi,

I've filled in the form several times to get a developer token for basic 
access to the Google Ads API, but never received a response. Can you help 
me with this?

I don't have a case number, but I'm requesting it for the manager account 
814-883-4756

Thanks in advance.

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

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


Re: difference in asset endpoints

2023-11-27 Thread Liam MacDonald
Hi Mattia,

Thanks for the feedback this clears up my questions.  

Just a suggestion, I find this language "customer_asset will return only 
the assets that have been linked directly to the customer account" very 
helpful and not clearly illustrated in the documentation.  I think if you 
added this to the customer_asset, campaign_asset and ad_group_asset pages 
it would be very helpful.

Thanks,
Liam

On Monday, November 27, 2023 at 6:23:14 AM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hello Liam,
>
> My name is Mattia and I will be helping with your support case today.
>
> I understand that you would like to retrieve data for all the assets 
> belonging to a customer account: to do so, you can query the asset 
>  
> resource 
> like this:
>
> select asset.id, asset.resource_name from asset where asset.id = 
> '63600410502'
>
> As described in this guide 
> , the 
> customer_asset and campaign_asset give you details, respectively, about the 
> association between a customer and an asset and the association between a 
> campaign and an asset; this means that customer_asset will return only the 
> assets that have been linked directly to the customer account, while 
> campaign_asset will return only the assets that have been linked directly 
> to a campaign.
>
> Note also that the asset resource does not expose any metrics, because we 
> don't provide metrics reporting at the asset level: if you want to obtain 
> metrics for assets, the smallest granularity you can obtain is querying for 
> metrics at the asset group level, by querying the asset_group 
>  
> resource.
>
> Hope this helps,
> Mattia Tommasone
> Google Ads API team
>
> ref:!00D1U01174p.!5004Q02qUDsh:ref
>

-- 


*Mise en garde concernant la confidentialité*: Le présent message, 
comprenant tout fichier qui y est joint, est envoyé à l'intention exclusive 
de son destinataire; il est de nature confidentielle et peut constituer une 
information protégée par le secret professionnel. Si vous n'êtes pas le 
destinataire, nous vous avisons que toute impression, copie, distribution 
ou autre utilisation de ce message est strictement interdite. Si vous avez 
reçu ce courriel par erreur, veuillez en aviser immédiatement l'expéditeur 
par retour de courriel et supprimer le courriel. Merci!

*Confidentiality 
Warning*: This message, including any attachment, is sent only for the use 
of the intended recipient; it is confidential and may constitute privileged 
information. If you are not the intended recipient, you are hereby notified 
that any printing, copying, distribution or other use of this message is 
strictly prohibited. If you have received this email in error, please 
notify the sender immediately by return email, and delete it. Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b4f4e942-8d45-4ba9-87e6-c64ece5f86a1n%40googlegroups.com.


RE: basic access for google ads api

2023-11-27 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.

After reviewing your concern, I understand that you have submitted an 
application for the basic access of Google Ads API developer token and have not 
received any update.

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 the basic access with the below details.

Google Ads Manager Account (MCC) ID: 241-355-4854
Cases ID: 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.!5004Q02qV6DM: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/FFeeP0S4SDXG003Q9fFmeDRT-e3acmV0uAvw%40sfdc.net.


Basic Access for Google Ads API

2023-11-27 Thread Wesley Ferreira
Hi, 

I've been filling out the form to request basic access for weeks, but I 
haven't received a response. I contacted the Ads API Compliance team, but I 
haven't received a response yet.
We are not getting any feedback from you from any location.
We are developing software for publishing campaigns on Google Ads for large 
retailers.
Can you help me!?

MCC 241-355-4854
Access level: Basic Access

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/a01514cf-4ae5-492d-a593-6038f364b61bn%40googlegroups.com.


RE: basic access for google ads api

2023-11-27 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.

After reviewing your concern, I understand that you have submitted an 
application for the basic access of Google Ads API developer token and have not 
received any update.

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 the basic access with the below details.

Google Ads Manager Account (MCC) ID:700-239-0421
Cases ID: 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.!5004Q02qV5tU: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/iik1s0S4SDD100ndbYd2XuToGm8UPmq3BshQ%40sfdc.net.


Basic Access for Google Ads API

2023-11-27 Thread Hello TheAnythingGroup
Hi All,

We are developing software to analyze client metrics in Google Ads. I need 
to transition the 'developer token' from "Test Account" to "Basic Account". 
We've filled out the form several times and never received a response.
I resubmit the form regarding mentioned on ticket 1-241935048.

MCC 700-239-0421
Access level: Basic Access

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9a87f42d-ffa2-46cc-8de0-9df3aa158867n%40googlegroups.com.


General questions about Google Conversion API and Pixel

2023-11-27 Thread Mrg
Hope you are well!

We have a question related to CAPI, which we are hoping you can help us 
with.

Could you please clarify what happens in the following scenario?
 
Let's imagine, the Google ads pixel shows 10 conversions on the 14th of 
November but CAPI records 8 conversions on that day on the same account. 
Could you clarify:

 
1.How many conversions will the Google Ads interface show on November 14th 
 and, therefore, how many conversions will automated bidding consider for 
optimizations?
Does CAPI over-ride and take precedence over the pixel?

2.Will 8 of those conversions be de-duplicated?
3.What happens if CAPI data is delayed? For example, what if CAPi data have 
a 6 hours delay – what will the algo go by for optimizations?
4.Does Google apply any attribution model on top of the CAPI stream, or 
it’s simply reporting exactly what CAPI sends to the interface?
5.If we were to send via CAPI an event type that the pixel is not currently 
capturing (GWR, for example), will that event be shown in the Google Ads 
interface? How would we make sure that the algo optimizes towards that 
event type?
 
Thank you so 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/5af82d05-dbbb-4d93-8a8f-55bc3d8e23a4n%40googlegroups.com.


Video Costs in google ads

2023-11-27 Thread Tomás P Lagomarsino
Hi, 
I'm seeing some costs discrepancies. 

I want to see the exact ads costs I see in ads.google.com in the bigquery 
transfer I did. 

I see that some video costs related to MANUAL_CPV costs (cost per view) are 
not represented in any of the tables.

metrics_cost_micros is CPM + CPC. But what about CPV?

Specifically, I'm seeing that an in-stream-skippable video represents 
almost $100 in google ads, also invoiced. But then I don't see that cost 
represented in any of the tables in bigquery. 
(https://cloud.google.com/bigquery/docs/google-ads-transformation)

I've seen the tables:
- campaignstats
- videostats
- AccountNonClickStats
- AccountStats
- VideoNonClickStats

Thanks 
Tomás

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/40b1a09c-0abc-4147-b3a6-586495fb1840n%40googlegroups.com.


Re: difference in asset endpoints

2023-11-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Liam,

My name is Mattia and I will be helping with your support case today.

I understand that you would like to retrieve data for all the assets belonging 
to a customer account: to do so, you can query the asset resource like this:

select asset.id, asset.resource_name from asset where asset.id = '63600410502'

As described in this guide, the customer_asset and campaign_asset give you 
details, respectively, about the association between a customer and an asset 
and the association between a campaign and an asset; this means that 
customer_asset will return only the assets that have been linked directly to 
the customer account, while campaign_asset will return only the assets that 
have been linked directly to a campaign.

Note also that the asset resource does not expose any metrics, because we don't 
provide metrics reporting at the asset level: if you want to obtain metrics for 
assets, the smallest granularity you can obtain is querying for metrics at the 
asset group level, by querying the asset_group resource.

Hope this helps,
Mattia Tommasone
Google Ads API team
ref:!00D1U01174p.!5004Q02qUDsh:ref

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

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


Re: Performance of SearchStream

2023-11-27 Thread Top Dev

Hello 
I am working on google ads api integration using ASP.NET. Sometimes, I just 
get this error message like before.

System.AggregateException
  HResult=0x80131500
  Message=One or more errors occurred.
  Source=mscorlib
  StackTrace:
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean 
includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean 
waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at 
Google.Ads.GoogleAds.V15.Services.GoogleAdsServiceClient.SearchStream(SearchGoogleAdsStreamRequest
 
request, Action`1 responseCallback, CallSettings callSettings)
   at 
Google.Ads.GoogleAds.V15.Services.GoogleAdsServiceClient.SearchStream(String 
customerId, String query, Action`1 responseCallback, SummaryRowSetting 
summaryRowSetting, CallSettings callSettings)
   at GoogleLIA.Services.GoogleService.GetGoolgeCampaigns() in 
E:\Client_task\google 
Ads\asp.net-mvc-googleLIA__\GoogleLIA\Services\GoogleService.cs:line 82
   at GoogleLIA.Controllers.CampaignController.List() in 
E:\Client_task\google 
Ads\asp.net-mvc-googleLIA__\GoogleLIA\Controllers\CampaignController.cs:line 
27
   at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase 
controller, Object[] parameters)
   at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext 
controllerContext, IDictionary`2 parameters)
   at 
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext 
controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 
parameters)
   at 
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c.b__9_0(IAsyncResult
 
asyncResult, ActionInvocation innerInvokeState)
   at 
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult
 
asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End()
   at 
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult
 
asyncResult)
   at 
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.b__11_0()
   at 
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_1.b__2()

Inner Exception 1:
RpcException: Status(StatusCode="Unknown", Detail="d

Inner Exception 2:
CoreErrorDetailException: 
{"created":"@1701081232.61700","description":"Error received from peer 
ipv4:64.233.162.95:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":953,"grpc_message":"Stream
 
removed","grpc_status":2}


I am not sure how to fix this error.
So please help me.
Looking forward to hearing from you soon.
On Friday, September 30, 2022 at 11:47:57 AM UTC-4 Google Ads API Forum 
Advisor wrote:

> Hello,
>
> I just checked our monitoring, and our system is back to normal. If you're 
> experiencing any issues now, then it would be different than what was 
> happening before. So, the log you sent us before would not be the same 
> thing. Since that's the case, I would need to see a log from the last day 
> to triage the new issue.
>
>
> Thanks,
> [image: Google Logo] 
> Nadine Wang 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2egxrU:ref
>

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

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


Getting stuck while making a asset group

2023-11-27 Thread Tanish Gupta
Hi 

I am stuck while making asset group other than this i am able to make 
assets.

AssetGroup assetGroup =
AssetGroup.newBuilder()
.setName("Performance Max asset group #" + "_test")
.setCampaign(campaignResourceName)
.addFinalUrls("http://www.example.com;)
.addFinalMobileUrls("http://www.example.com;)
.setStatus(AssetGroupStatusEnum.AssetGroupStatus.PAUSED)
.setResourceName("customers/2966251517/assetGroupAssets/-1")
.build();
AssetGroupOperation assetGroupOperation =
AssetGroupOperation.newBuilder().setCreate(assetGroup).build();
mutateOperations.add(
MutateOperation.newBuilder().setAssetGroupOperation(assetGroupOperation).build());
for (String resourceName : headLinesResponse) {
AssetGroupAsset assetGroupAsset =
AssetGroupAsset.newBuilder()
.setFieldType(AssetFieldTypeEnum.AssetFieldType.HEADLINE)
.setAsset(resourceName)
.setResourceName("customers/2966251517/assetGroupAssets/-1")
.build();
AssetGroupAssetOperation assetGroupAssetOperation =
AssetGroupAssetOperation.newBuilder().setCreate(assetGroupAsset).build();
mutateOperations.add(
MutateOperation.newBuilder()
.setAssetGroupAssetOperation(assetGroupAssetOperation)
.build());
}
for (String resourceName : descriptionheadLinesResponse) {
AssetGroupAsset assetGroupAsset =
AssetGroupAsset.newBuilder()
.setFieldType(AssetFieldTypeEnum.AssetFieldType.DESCRIPTION)
.setAsset(resourceName)
.setResourceName("customers/2966251517/assetGroupAssets/-1")
.build();
AssetGroupAssetOperation assetGroupAssetOperation =
AssetGroupAssetOperation.newBuilder().setCreate(assetGroupAsset).build();
mutateOperations.add(
MutateOperation.newBuilder()
.setAssetGroupAssetOperation(assetGroupAssetOperation)
.build());
}
for (String resourceName : LongheadLinesResponse) {
AssetGroupAsset assetGroupAsset =
AssetGroupAsset.newBuilder()
.setFieldType(AssetFieldTypeEnum.AssetFieldType.LONG_HEADLINE)
.setAsset(resourceName)
.setResourceName("customers/2966251517/assetGroupAssets/-1")
.build();
AssetGroupAssetOperation assetGroupAssetOperation =
AssetGroupAssetOperation.newBuilder().setCreate(assetGroupAsset).build();
mutateOperations.add(
MutateOperation.newBuilder()
.setAssetGroupAssetOperation(assetGroupAssetOperation)
.build());
}
for (String resourceName : businessReponse) {
AssetGroupAsset assetGroupAsset =
AssetGroupAsset.newBuilder()
.setFieldType(AssetFieldTypeEnum.AssetFieldType.BUSINESS_NAME)
.setAsset(resourceName)
.setResourceName("customers/2966251517/assetGroupAssets/-1")
.build();
AssetGroupAssetOperation assetGroupAssetOperation =
AssetGroupAssetOperation.newBuilder().setCreate(assetGroupAsset).build();
mutateOperations.add(
MutateOperation.newBuilder()
.setAssetGroupAssetOperation(assetGroupAssetOperation)
.build());
}
for (String resourceName : marketingimage) {
AssetGroupAsset assetGroupAsset =
AssetGroupAsset.newBuilder()
.setFieldType(AssetFieldTypeEnum.AssetFieldType.MARKETING_IMAGE)
.setAsset(resourceName)
.setResourceName("customers/2966251517/assetGroupAssets/-1")
.build();
AssetGroupAssetOperation assetGroupAssetOperation =
AssetGroupAssetOperation.newBuilder().setCreate(assetGroupAsset).build();
mutateOperations.add(
MutateOperation.newBuilder()
.setAssetGroupAssetOperation(assetGroupAssetOperation)
.build());
}
for (String resourceName : squareMarketing) {
AssetGroupAsset assetGroupAsset =
AssetGroupAsset.newBuilder()
.setFieldType(AssetFieldTypeEnum.AssetFieldType.SQUARE_MARKETING_IMAGE)
.setAsset(resourceName)
.setResourceName("customers/2966251517/assetGroupAssets/-1")
.build();
AssetGroupAssetOperation assetGroupAssetOperation =
AssetGroupAssetOperation.newBuilder().setCreate(assetGroupAsset).build();
mutateOperations.add(
MutateOperation.newBuilder()
.setAssetGroupAssetOperation(assetGroupAssetOperation)
.build());
}
for (String resourceName : logo) {
String resourceName = 
ResourceNames.campaign(Long.parseLong(saInfo.getAccountId()), 
20803713825L);
assetGroup = AssetGroup.newBuilder()
.setName("test_group")
.setCampaign(resourceName)
.setFinalUrls(0,("http://www.example.com;))
.setFinalMobileUrls(0,("http://www.example.com;))
.build();
AssetGroupOperation assetGroupAssetOperation =
AssetGroupOperation.newBuilder().setCreate(assetGroup).build();
getCampaignSharedSetService().mutate((assetGroupAssetOperation), saInfo
.getAccountId());

Thanks
Tanish

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 

Re: campaign search term insights call fails

2023-11-27 Thread Moshe Shechter
Hello,

Is this thread still live? Is there any progress? It has been nearly three 
weeks.

Thanks,

Moshik

On Sunday, November 19, 2023 at 12:33:32 PM UTC+2 Moshe Shechter wrote:

> Hello,
>
> Bumping this up - it has been almost two weeks.
>
> Thanks,
>
> Moshik
>
> On Monday, November 13, 2023 at 3:11:34 PM UTC+2 Google Ads API Forum 
> Advisor wrote:
>
>> No response yet from my colleague on the campaign team. I'll post a 
>> response here as soon as I hear something.
>>
>>
>>   
>> This message is in relation to case "ref:!00D1U01174p.!5004Q02q9T1G: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/1e40d491-231e-4963-b9a5-f17d6752a71dn%40googlegroups.com.


RE: keywordideas endpoint

2023-11-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Michael,

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

By reviewing your concern, I understand that you are looking for an endpoint 
for getting keyword ideas.

I would recommend you refer to this generateKeywordIdeas that returns a list of 
keyword ideas. Also, the link to which you are referring is V6. Kindly note 
that 'v6' is already deprecated, so I would recommend migrating to the latest 
version, v15 and you may follow this link to Upgrade to the latest version.

I hope this helps. Please feel free to get back to us if you have any further 
queries.

This message is in relation to case "ref:!00D1U01174p.!5004Q02qV2An: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/KGiR40S4RZ8X00O4RfOiawRfSmHvlnKNpTdg%40sfdc.net.