Re: Difference between Google Ads UI, Google Ads Big Query Export Data and Google Ads API

2023-02-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Marcel, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. Upon checking on the raised feature request for this issue, this is already fixed. However, for our team to further check this, could you provide a full screenshot of the Google Ads UI where you ca

created custom audience/segment - how do I relate it to my PMAX campaign

2023-02-16 Thread ISMAIL TAIBANI
I have created the custom audience/segment and it is created successfully "resourceName": "customers/1826818684/customAudiences/725230805" Now, I need your assistance with integrating it into our PMAX campaign. While creating the campaign, we have the option to edit the audience and choose from

Google Ads API, how can I add negative keyword list to campaign

2023-02-16 Thread Radu Sitaru
Hello, We try to manage out shopping ads campaign through Google Ads API and we want to add/attached on these campaigns lists with negative keywords. These lists are available on account level. There is a way to do this ? I searched on Google Ads API reference/examples but I can't found any hin

RE: created custom audience/segment - how do I relate it to my PMAX campaign

2023-02-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ismail, Thank you for raising this concern to the Google Ads API Forum. To better check this in Google Ads API, could you please provide the complete screenshot of the Google Ads UI, that you want to do via the Google Ads API? I ask this so that we can make accurate recommendations here. Fo

same ad group id , ad id in multiple campaigns under the account

2023-02-16 Thread 'Hoshank Ailani' via Google Ads API and AdWords API Forum
Hey Team While querying the data for a few accounts we noticed something unusual where the same ad group id and ad id were present as part of multiple campaigns. Can you let us know the situations on how this can happen so we can try and reproduce this issue ? Thanks Hoshank -- *The content

RE: Google Ads API, how can I add negative keyword list to campaign

2023-02-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Radu, Thank you for raising this concern to the Google Ads API support team. As per this guide, the CampaignCriterionService and AdGroupCriterionService support targeting or excluding various types of criteria. Having said that, you may add the negative keywords by using the CampaignCriterio

RE: Google Ads API expired token each two weeks

2023-02-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Serena, Thanks for reaching out to the Google Ads API Forum. Since you mentioned that the token expires every two weeks and you have to go through the process again in the playground, can you confirm if your OAuth App is already verified? For information on OAuth Verification, and how to ve

get search terms in keyword_view

2023-02-16 Thread Yonatan
Hi How can I add search terms in this query? SELECT campaign.id, campaign.name, ad_group_criterion.keyword.text, ad_group.id, ad_group.name, campaign.id, campaign.name, FROM keyword_view -- -

RE: same ad group id , ad id in multiple campaigns under the account

2023-02-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hoshank, Thank you for reaching out to Google Ads API Forum. As per this guide, every object in Google Ads is identified by its own ID. Some of these IDs are globally unique across all Google Ads accounts, while others are unique only within a confined scope. Ad ID is not globally unique, bu

RE: Batch Jobs Stuck In Running State

2023-02-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, This issue is resolved now; let me know if you continue to see issues. Regards Anash ref:_00D1U1174p._5004Q2j0GZP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

notAllowlistedError

2023-02-16 Thread zorbis test
hi when creating google Assert lead Form then encounter issue CUSTOMER_NOT_ALLOWLISTED_FOR_THIS_FEATURE using test account -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Token and developer owner access

2023-02-16 Thread 'Vivian Han' via Google Ads API and AdWords API Forum
Hi team, Our client wants to use the Google Ads API to store Google Ads data in the server. They have done a "Service back to Google ads" API before and applied for a developer token. If I want to do data storage now, do I need to apply for a developer token again? Or can it be operated on the

RE: get search terms in keyword_view

2023-02-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yonatan, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regards to your concern, I'm afraid that you can't add the search terms in the keyword_view report. However, search terms have their own report. You may refer to this search_term_view report.