Google Adwords metrics not in Google Ads API?

2022-06-06 Thread Reports1
Need help locating the exact field names for these items that I was able to, previously, get using Google AdWords PI. But not able to find them in the new Google Ads API. 1. KeywordState 2. MaxCPC 3. LandingPageExperience 4. ExpClickthroughRate 5. AdRelevance Thanks in

Re: can i had multiple account reports from multiple manager? is it possible?

2022-06-06 Thread dimas ilham
Upon this question "for generating a certain report from a list of accounts, can I list it if there is a different manager ID?" Can you please provide full screen screenshot of the UI of which data you want to pull?so that i can further investigate the issue. for that part, I mean different

Daily report request limit

2022-06-06 Thread Hugo Carl
Hello, everyone. Please ask the Google ads API to limit the number of requests to 1000 per day. What if the number of requests is not enough? The purpose of the request is mainly to obtain advertising effect data. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Change Cost_micros in the code

2022-06-06 Thread Yan Lahud
Hello, Sherwin! How are you doing? I did a post in Google Ads Scripts Forum but not aren't published and i need with certly urgency resolve this query... You can help me? i think it's easy, it's because i don't understand about java. I hope you can

Re: why data different between Adwords UI and ads api in search term report?

2022-06-06 Thread dai yong
$query = "SELECT segments.keyword.info.text,segments.keyword.info.match_type, segments.search_term_match_type, metrics.conversions, metrics.clicks, metrics.cost_micros FROM search_term_view WHERE segments.date BETWEEN '" . $this->start_time . "' AND '" . $this->end_time . "'"; $stream =

clicks on phone number new google ads api

2022-06-06 Thread Pedro
Hi, i trying to get all clicks on phone number by campain my query SELECT campaign.base_campaign, campaign.name, campaign.payment_mode, campaign.start_date, campaign.status, campaign.target_cpm, campaign.resource_name, campaign.id, metrics.active_view_ctr, metrics.active_view_cpm,

Re: Customer is not allowlisted for accessing this feature WBRAID

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Ronak, Thanks for your patience on this. Here is a quick update on the request, you need to reach out to your assigned Google representative/Account Manager for the allowlisting request instead. If you don’t have an account manager or Google representative, you can reach out to the

RE: StatusCode.RESOURCE_EXHAUSTED

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Lleandre, Thanks for reaching out to the Google Ads API forum. The RESOURCE_EXHAUSTED error usually occurs when you are sending too many requests in a short period of time. The server throws this error once it detects that your request has exceeded the system frequency limit. That said,

StatusCode.RESOURCE_EXHAUSTED

2022-06-06 Thread Lleandre Flores
Hello, we received this error today. Is it possible to have it reset? We are unsure on what may have caused it but it would be greatly appreciated if we can get it reset. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: copy a campaign via REST

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Matan, Thank you for raising this concern to the Google Ads API forum team. To confirm this, if it is possible to get the information report using the Google Ads API, could you please provide a screenshot where we can see this in the Google Ads UI? Please send the requested details via

Re: copy a campaign via REST

2022-06-06 Thread 'Matan Peleg' via Google Ads API and AdWords API Forum
Any word on this? On Tuesday, May 31, 2022 at 12:49:02 PM UTC+3 Matan Peleg wrote: > Hi, > Looking for a way to create a new campaign identical to an existing one. > > On Monday, May 30, 2022 at 1:09:07 PM UTC+3 adsapi wrote: > >> Hi Matan, >> >> >> Thanks for reaching out to the Google Ads API

RE: why data different between Adwords UI and ads api in search term report?

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dai, Thank you for reaching out to the Google Ads API team. Moving forward to your concern, it appears that this is about the difference in the data. With this, so our team can better check and investigate this issue, could you provide the complete request and response logs with request ID

Re: Java how to fetch campaign labels using the new api

2022-06-06 Thread 'Oly' via Google Ads API and AdWords API Forum
Hi adsapi, I have seen those links but they work differently so it does not really answer the question, the last example select from the label so each row is a label where as when you select from campaign it would be multiple campaigns associated to a campaign. The Label example calls this

RE: Java how to fetch campaign labels using the new api

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oly, Thanks for reaching out to the Google Ads API Support team. With regard to your concern, so our team can better check this concern, could you provide the complete Ads API logs (request and response with request-id) to further investigation on this? You can provide it via Reply

why data different between Adwords UI and ads api in search term report?

2022-06-06 Thread dai yong
In both cases I used only minimal search criteria, but the data is highly skewed。 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

RE: Get enabled customers

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajay, Thanks for reaching out to the Google Ads API Support team. With regard to your concern, "How to get enabled customers from list_accessible_customers() method." You may refer to this documentation List Accessible Accounts. You can list customers accessible to you with the

Java how to fetch campaign labels using the new api

2022-06-06 Thread 'Oly' via Google Ads API and AdWords API Forum
I am running this query SELECT campaign.name, campaign.labels, campaign.status, metrics.impressions, metrics.clicks, metrics.cost_micros, segments.date FROM campaign WHERE segments.date DURING LAST_7_DAYS AND campaign.status =

Get enabled customers

2022-06-06 Thread Ajay.R
How to get enabled customers from list_accessible_customers() method. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

RE: Adding 'segments.date' to my query prevents 'ad_group_ad.ad.name' from being returned

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Serhat, Thank you for reaching out. I am Carmela, a member of the Google Ads API team. Moving forward, for further investigation of this issue and so our team can try this on our end, could you provide the complete request and response logs with request ID and request header generated on