RE: clicks on phone number new google ads api

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pedro, Thank you for posting your concern to our team. Allow me to provide support. To take a closer look at the issue "return the phonecalls but not is phone call is phone clicks example", could you further explain this and how this issue has been observed? It will also be helpful if you ca

Error to import Google Ads data of AdGroup

2022-06-06 Thread 'Kwiza kaneria' via Google Ads API and AdWords API Forum
Hi All, We fetch adGroup details from the ad_group report and click details from the click_view report. For each day we first fetch the AdGroup data and then we fetch the clicks data. For the data imported on June 01, 2022, we have found a few clicks that have AdGroupId th

Error creating google ad from python

2022-06-06 Thread 'Carlos Rodriguez' via Google Ads API and AdWords API Forum
Hi, I'm trying to create an ad from python using the google ads api (ad_group_ad_service.mutate_ad_group_ads method). The ads contains a youtube video asset. As i want to enable and pause the ad several times during the day, the ad is created paused (status client.enums.AdGroupStatusEnum.PAUSED

RE: Daily report request limit

2022-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hugo, Thank you for including the Google Ads API team in this thread. To have a closer look at the issue, could you please elaborate on "Google Ads API to limit the number of requests to 1000 per day" so that we can assist you even further? Please let me know if you have further concerns an

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 Advanc

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 M

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 ou

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 he

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 = $this->

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, metrics.absol

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 Produ

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, I

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 th

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 S

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 a

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 goo

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 privatel

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 ar

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 ListAccessi

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 = 'ENABL

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 t