How can I get the MCC administrator accounts? What HTTP request and query should I add in the API call?
What I want to achieve is that when the user authenticates, it shows the MCC administrator accounts and then when they click on an administrator account, all the accounts associated with that MCC account are listed. Should I make two different API calls? What would be the HTTP request and query for each call? Currently what I have is the so-called list of customers that you can access with the ListAccessibleCustomers method El lunes, 19 de febrero de 2024 a las 2:50:59 UTC-6, No Code escribió: > Hello, I want to add the conversion value and the product title to the > shopping query. > > [image: Valor de conversión.png] > > [image: Título de producto.png] > Can you tell me the correct names of the fields, please? > > Stay tuned to reply. > > El martes, 13 de febrero de 2024 a las 6:05:57 UTC-6, Google Ads API Forum > Advisor escribió: > >> Hi, >> >> Thank you for getting back to us. >> >> Please find the answers for your questions below: >> >> *1. Hello, to be able to obtain the results of the last 90, 60 or 90 >> days. What condition should be added in the WHERE?* >> >> - To retrieve the data for the last 60 or 90 days you need to include >> the 'BETWEEN" operator. I would recommend you to kindly refer to the >> "Google >> Ads Query Language Grammar >> <https://developers.google.com/google-ads/api/docs/query/grammar>" >> documentation for the valid grammar which needs to be used while >> implementing the GAQL query. Also, I would suggest you to refer to the >> "Predefined >> date range >> >> <https://developers.google.com/google-ads/api/docs/query/date-ranges#date-range>" >> >> guide for more information. >> - Kindly find the sample query for the 60 days and similarly you can >> obtain the results for 90 days as well by modifying the dates. >> - >> >> >> SELECT segments.product_item_id, metrics.clicks, metrics.impressions, >> metrics.ctr, >> metrics.average_cpc, metrics.cost_micros, metrics.conversions, >> metrics.cost_per_conversion, >> metrics.conversions_from_interactions_rate FROM shopping_performance_view >> WHERE >> segments.date BETWEEN '2023-12-01' AND '2024-01-31' >> >> >> *2. Does WHERE segments.date DURING LAST_30_DAYS work?* >> >> - Yes, it works and you can find the sample query as per your >> requirement. >> - >> >> >> SELECT segments.product_item_id, metrics.clicks, metrics.impressions, >> metrics.ctr, >> metrics.average_cpc, metrics.cost_micros, metrics.conversions, >> metrics.cost_per_conversion, >> metrics.conversions_from_interactions_rate FROM shopping_performance_view >> WHERE >> segments.date DURING LAST_30_DAYS >> >> >> >> 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/af4ed584-4518-4453-ab83-f6c8300087a0n%40googlegroups.com.