How can i test consolidated billing in tests account?

2019-10-08 Thread Wei Zhang
Hi, I will setup consolidated billing in my Prod account, so I want to test it in a tests account, is there a way to do it? Thanks Wei -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: .Net Lib GoogleAd API not working

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hello Pravin, Could you please mention how you are creating the OAuth credentials? offline mode or web mode? As mentioned here the program will provide refresh token only when the offline mode is followed. Also, the user who fetched the authorization code must create the client id and secret if

RE: To setup location extension for client accounts in MCC account

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Jiaxin, Thanks for reaching out. The following are the answers for your questions: 1. For the client accounts under your manager account you could finish the authentication on behalf of your clients by using your manager account’s OAuth2 Credentials if you have the management rights on it.

Re: Bug Google Ads Search Customer Client

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Asaf, One additional question that will help in our investigation - can you repond privately to let me know what customer ID you're using the make the below requests? Best, Ben, Google Ads API Team ref:_00D1U1174p._5001UHIA6P:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: About Difference Metric Between `ad_group` And `shopping_performance_view`

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The two reports return values from different hierarchical levels. The ad_group report will return data from the ad_group level while the shopping_performance_view report will return data from the item ID level. Regards, Anthony Google Ads API Team ref:_00D1U1174

Re: Need help debuging unauthorized error

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Sifang, Yes, we received your message. Here is what Nikisha said in her last response: Thank you for sharing the details. If you are requesting OAuth credentials from a manager account and are accessing a related customer account, you will need to set the login-customer-id header to the custo

RE: Pulling Data For Removed Campaigns?

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Michael, Thank you for reaching out. Yes, it is possible to pull data from REMOVED campaigns using reports. In you AWQL statement, use WHERE CampaignStatus = 'REMOVED' to get data from removed campaigns. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKMZVv:ref -- -- =~=~=~=~=

Re: How to get Google Ads accounts using API via Oauth2 Authentication.

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Praduman, It looks like the CID you provided in the screenshot is for a client account. In order to retrieve all the accounts, you need the CID of your manager account. If you go to the UI, click Account & Settings -> Account access -> Managers to get the desired CID of the account you want

To setup location extension for client accounts in MCC account

2019-10-08 Thread Jiaxin Wu
Hi, I have 2 questions about setting up Location Extension for my clients accounts: 1. To setup 'Location Extension' for my clients accounts during the creation of their campaigns, do I need their own OAuth2 credentials(client ID and client secret) for Google My Business and AdWords API calls?

RE: Is Overlap Rate & Outranking Share available via GoogleAds API?

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Erik, The Auction Insights report is not yet available through the Google Ads API. I have raised a feature request to the team for this feature. We will not be able to share a definite timeline as to when this will be available. Please keep an eye on our blog for more updates. Thanks, Bhara

Pulling Data For Removed Campaigns?

2019-10-08 Thread 'Michael Lok' via AdWords API and Google Ads API Forum
Hi, I'm currently looking at the feasibility of pulling data from removed campaigns. Currently, my account has paused decommissioned campaigns as I was unsure of the ability to pull data if they were removed. This causes a usability issue on the Google Ads interface due to clutter of decommiss

Re: Ads API: RESOURCE_NOT_FOUND when removing existing AdGroupCriterionOperation

2019-10-08 Thread 'Linas Medžiūnas' via AdWords API and Google Ads API Forum
Hello, apparently, soft delete is being used for ad_group_criterion resource, and the query that I posted returns already removed criteria. I have found a way to avoid the issue by adding a WHERE condition to my query: ad_group_criterion.status != 'REMOVED' I believe we can consider this closed

Re: Bug Google Ads Search Customer Client

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Asaf, Thanks for the info. We're investigating the problem and hope to get back to you with more information as soon as possible. Best, Ben Karl, Google Ads API Team ref:_00D1U1174p._5001UHIA6P:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://goo

Re: ad_group_ad.ad.expanded_dynamic_search_ad.description2 UNRECOGNIZED_FIELD

2019-10-08 Thread Сергей Старовойтов
Thank you very mach! I tried to send request on https://googleads.googleapis.com/v1/customers/XXX/googleAds:search which ended by error. Now I send request to https://googleads.googleapis.com/v2/customers/XXX/googleAds:search and it's ok! понедельник, 7 октября 2019 г., 16:02:32 UTC п

Difference Metric Between `ad_group` And `shopping_performance_view`

2019-10-08 Thread Channel Advertising
Hello, I found the difference metric `impressions` between `ad_group` and `shopping_performance_view`. I tried to get some metrics but cannot know why there is difference. I requested metics using AWQL. 1. Using `shopping_performance_view` SELECT campaign.id, campaign.name, ad_group.id, ad_grou

RE: curl fetch ads.google.com and adwords.google.com reponse nothing

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Kotomi, To better assist you, could you provide more details as to what it is you wish to achieve using the AdWords API? Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UKMXLO:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

curl fetch ads.google.com and adwords.google.com reponse nothing

2019-10-08 Thread Kotomi Ichinose
I use `curl` tool to fetch domain `https://ads.google.com` and `https://adwords.google.com`, it response nothing. [image: 90AD18F5-C022-4010-B8C2-B403D6EAC39F.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~

RE: Continuing UNEXPECTED_INTERNAL_API_ERROR

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Pete, Thank you for reaching out. The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR could be due to a temporary issue in the servers or could be due to a bug. If you are still encountering the error after performing several requests, so I can further investigate the issue, could you provid