Thank you very much, I'm reviewing it and setting up calls in Bubble.io. 

I will let you know any new questions related to the topic.

El miércoles, 17 de enero de 2024 a las 5:52:43 UTC-6, Google Ads API Forum 
Advisor escribió:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Please find the answers for your questions below: 
>    
>    1. You can use this endpoint Method: customers.googleAds.searchStream 
>    
> <https://developers.google.com/google-ads/api/rest/reference/rest/v15/customers.googleAds/searchStream>
>  
>    to retrieve data about campaigns via the Google Ads API.  
>
>
>    - Here's an example query to retrieve all campaign IDs and names for a 
>    specific customer: 
>    
>    
>    SELECT campaign.id, campaign.name
>    FROM campaign
>    WHERE customer.id = 'YOUR_CUSTOMER_ID'
>    
>    - You can specify the customer ID to target specific accounts and 
>    select the desired campaign fields you want to retrieve (e.g., campaign 
>    ID, name, status, budget). Also, you can use our Google Ads Query 
>    Builder 
>    <https://developers.google.com/google-ads/api/fields/v15/campaign> for 
>    a campaign resource that helps build your query to retrieve the specific 
>    information you need. 
>
>       2. First, use the  List Accessible Customers 
> <https://developers.google.com/google-ads/api/samples/list-accessible-customers>
>  
> method to get the list of accounts associated with a manager account. You 
> may also            check this API documentation 
> <https://developers.google.com/google-ads/api/docs/account-management/listing-accounts>
>  for 
> more information.  
>    
>    - Then, specify each customer ID and call the Method: 
>    customers.googleAds.searchStream 
>    
> <https://developers.google.com/google-ads/api/rest/reference/rest/v15/customers.googleAds/searchStream>
>  method 
>    with the desired query targeting that specific customer.  
>
>      3. You can obtain a list of campaigns by date range using the below 
> sample query:  
>
>
> SELECT campaign.id, campaign.name, campaign.status
> FROM campaign
> WHERE segments.date DURING LAST_30_DAYS
>
>      Check this Date Ranges 
> <https://developers.google.com/google-ads/api/docs/query/date-ranges#custom> 
> documentation to know about how to specify the date range. Then use the 
> search method endpoint to           retrieve the data.
>  
>     4. You can use this search_term_view 
> <https://developers.google.com/google-ads/api/fields/v15/search_term_view> 
> resource to build the query then use this endpoint Method: 
> customers.googleAds.searchStream 
> <https://developers.google.com/google-ads/api/rest/reference/rest/v15/customers.googleAds/searchStream>
>  
> to retrieve the search term of a campaign.
>
> Additionally, I would suggest you to refer to this Query Cookbook 
> <https://developers.google.com/google-ads/api/docs/query/cookbook>, this 
> guide provides a set of Google Ads Query Language queries that demonstrate 
> how to return the same data as screens in the Google Ads UI
>
> If you still have any queries/concerns related to this, you can get back 
> to us.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rX2AQ: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/9bfd454e-584c-436c-b1fa-fc3b9fac519en%40googlegroups.com.
  • Go... No Code
    • ... No Code
      • ... No Code
        • ... No Code
        • ... No Code
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
          • ... No Code
            • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to