How can I get active budget (left after the spends)

2019-10-22 Thread İbrahim TEKMEN
Hello, I want to show budget to user, they want to know how much money left. But I can't see any solution for this. How can I get from adwords api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~

Is there a way to mutate member of user list with Beta API?

2019-10-22 Thread Ivan Soroka
Hi, We need to add user emails to a user list through API, but we're working with nodejs backend, so since there is no official library built for that I found a decent 3rd party module. But it is built for Beta API and not for Adwords... I see that this can be done mutateMemebers operand in adw

How to filter account_budget with different status(ended or active)?

2019-10-22 Thread jia Jimmy
query = """ SELECT customer.id, account_budget.id, account_budget.name, account_budget.status, account_budget.amount_served_micros FROM account_budget

How can I get the active account_bugdet only?

2019-10-22 Thread jia Jimmy
The only account_budget active in my google-ads management backend is as below showed: [image: gg1024.png] { "account_id":, "account_budget_id":xx, "account_budget_name":"BlueFocus International Limited - 2018年12月27日", "account_budget_status":"A

Re: Disable link accounts request

2019-10-22 Thread Gabriel Dias
Hello Marc and Google Adwords Team, I am having the same issue. Is there any way to disable the invitation email? I couldn't find anything through the documentation and examples. Thank you in advance! On Monday, April 1, 2019 at 6:54:22 PM UTC+7, Marc Selman wrote: > > Hi Sai, > > The account l

INTERNAL ERROR occur During create Display Ads using Google Ads API Bita version

2019-10-22 Thread Rakesh Chauhan
Hello sir i am trying to create Display Ads campaign using Google Ads Bita API , but when i create the Display Ads in Campaign then it will give me INTERNAL ERROR , and i can't find why this such type of error has been come ===

Re: Bid strategy for app campaign

2019-10-22 Thread Dan Zorn
Hi Nikisha! Thanks for your reply. I found a mistake in my code, now everything is ok. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because y

INTERNAL error when running Google Ads example

2019-10-22 Thread dwh synergy
Hello! I have a problem running the Google Ads example. The program returns a message: Status(StatusCode=Internal, Detail="Internal error encountered.") Here is the text of the program C#: using Google.Ads.GoogleAds.Lib; using Google.Ads.GoogleAds.Config; using Google.Ads.GoogleAds.V2.Errors;

Re: Access Adwords API from ETL program

2019-10-22 Thread 'Niyas Raja' via AdWords API and Google Ads API Forum
Hi Xiaoming, Thanks for your response. I did go through the link you sent across. I can see user consent is required to obtain the authorisation code. This code is then used to obtain refresh token. Can you please confirm if obtaining the authorisation code is a one time activity and the author

Re: targetingIdeaService results are not matching with Keyword Planner Tool

2019-10-22 Thread Lukas Sekerak
Hello, I have same problem. Did you find solution? On Monday, October 14, 2019 at 10:53:50 PM UTC+2, adsapiforumadvisor wrote: > > Hi Venkat, > > Thank you for reaching out. To assist you better with the discrepancy, > could you please share the complete request and response logs for the API >

RE: How to specify the status of account_budget?

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hello Jimmy, Regret the delay as I was checking this internally with the team. The account_budget "ENDED" status can be inferred by account_budget.status="Approved" and account_budget.approved_end_date_time < "[TODAY's DATE]". Please find the sample query below for your reference. SELECT custo

Ad Performance Report Display Campaign

2019-10-22 Thread Traipler SEM
Hi, I'm using Ad Performance Report to get ads parameters. All works fine with search campaigns but when i try to get attributes like headlines and descriptions from a display campaign i get always empty values. No one headline and no one description is returned. Anyone can tell me how can i fi

Re: targetingIdeaService results are not matching with Keyword Planner Tool

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Lukas, If you are facing the discrepancy in the data retrieved from API and UI for Keyword Planner, could you please share the complete report definition along with the client customer id for me to assist you better? If you are using Google Ads API while generating reports, please share the

Re: .Net Lib GoogleAd API not working

2019-10-22 Thread Pravin Chetu
Thanks for your support. we are able to get data from google Adwords, after getting developer token. but can you suggest with a link or query, so that we can get qualified Leads (QL) from adword API data. On Wednesday, October 9, 2019 at 9:25:08 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello

Re: Access Adwords API from ETL program

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Niyas, The user consent is just one time activity that occurs when you set up the credentials for OAuth2 for the first time. OAuth2 access tokens expire after a limited time. For this reason, the client libraries use the OAuth2 refresh token to automatically regenerate the OAuth2 access toke

Discovery Campaigns ads missing in Adwords v201809

2019-10-22 Thread Anthony Heikkinen
For a query with Criterion I get less cost per campaign than without Criterion (CriterionId, CriterionType) With CriterionId, CriterionType > SELECT Date, CampaignId, CampaignName, AccountCurrencyCode, AdGroupId, > AdGroupName, Id, AdType, Headline, HeadlinePart1, HeadlinePart2, > Description,

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Alexandre Lord
A redacted dump of the AdWords SOAP request/response and Google Ads GRPC request/response can be provided if necessary. On Tuesday, October 22, 2019 at 1:07:01 PM UTC-4, Alexandre Lord wrote: > > When fetching campaigns using the same credentials against both APIs some > accounts return campaign

Get Custom Columns thru the AdWords API (201809)

2019-10-22 Thread Marie P-Lavoie
Hi! In the AdWords UI, we can create Custom Columns: [image: custom_column_ui.PNG] Is there a way to get the created Custom Columns thru the AdWords API (latest version)? Thank you! Marie -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Retrieving budget changes with Google Ads API

2019-10-22 Thread Dan Zorn
Hey! Is it possible to get budget changes history for an existing app campaign with Google Ads API? On web-interface this info is available in "Change History" section. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Alexandre Lord
When fetching campaigns using the same credentials against both APIs some accounts return campaigns with Start Date 1-off. (ex: AdWords 2018-02-27, Google Ads 2018-02-28) I can find a reference to this issue in the forum (Campaign StartDate not consistent between AdWords API and Google Ads API)

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Alexandre Lord
Relevant data from the responses 20180227 20371230 vs start_date {value: "2018-02-28"} end_date {value: "2037-12-30"} On Tuesday, October 22, 2019 at 1:07:01 PM UTC-4, Alexandre Lord wrote: > > When fetching campaigns using the same credentials against both APIs some > accounts return campaig

Re: .Net Lib GoogleAd API not working

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hello Pravin, Could you please confirm when you say qualified leads, you are looking for the performance data of the keywords, ads, and campaigns? If yes, you can download the reports mentioned here via AdWords API and a sample report program is here for your reference in Java. Code samples in

RE: Campaign Estimates through API

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hello Daniele, Traffic Estimator Service is specifically meant to get the estimations for keywords but not get estimates for any other entities. Also, there is no other service that gives estimates for the entities like campaigns, adGroups and ads. Hope this clears your doubt, please let me kno

RE: INTERNAL ERROR occur During create Display Ads using Google Ads API Bita version

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Rakesh, Thank you for writing to us. The INTERNAL_ERROR could be a transient error. Could you please retry the request after a short interval and see if the issue persists? If yes, could you please share the complete request and response logs along with the client customer id for me to inves

RE: INTERNAL error when running Google Ads example

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. This 'Internal error encountered' could be a transient error. Could you please retry the request after a short pause to check if the issue persists? If yes, could you please provide the complete request and error response logs along with the client customer id

Re: AdGroupService service returns zero entries

2019-10-22 Thread Tatiana Bursova
Hi, Thank you for your response, but as you can see I'm already using these examples (for C#/.net). My code: var user = new AdWordsUser(); (user.Config as AdWordsAppConfig).ClientCustomerId = "4919245199"; // CID which has 130 ad groups displayed in web ui (

RE: Ad Performance Report Display Campaign

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Daniele, I'm happy to take a look into this issue. Could you please share the client customer Id along with the report query that you're trying, to check this further? You can share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API Team ref:_00D1U1

RE: Retrieving budget changes with Google Ads API

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Dan, Thank you for reaching out. Please see the Change Status Service for information on getting campaign changes via Google Ads API. It will show you that a change occurred but not the specific values of the metric. You can see an example here. You can select any resources available in the

RE: Discovery Campaigns ads missing in Adwords v201809

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Anthony, The difference in your cost per campaign value is likely because CriterionID and CriterionType are both segmentations of the AdPerformanceReport. Please see this guide on segmentation. Since the ads are getting segmented differently in the two reports, this will cause the values to

Campaign start Date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Alexandre Lord
We are attempting to migrate our code from the AdWords API to the Google Ads API. When fetching campaigns from certain accounts, the start/end dates are off by one day. (ex: AdWords: 2018-02-27, Google Ads: 2018-02-28). Is there a known issue? Is this an expected behavior in certain scenarios?

RE: Get Custom Columns thru the AdWords API (201809)

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Marie, Thank you for reaching out. Unfortunately, it is not possible to create custom columns in the API at this time. Let us know if there's anything else we can help you with. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKO83s:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Odd response body to XML post to Campaign Endpoint

2019-10-22 Thread Jacob Peebles
Hello! First, I am posting this on behalf of one of our developers who is not able to post the issue right now. So apologies in advance if it is lacking some details (we can add later when he is back online). The issue we are seeing is as follows: We have the following issue when posting to t

RE: Odd response body to XML post to Campaign Endpoint

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hello Jacob, Could you please elaborate more on how they are making the request(using any tool or client library)? Share the screenshot of the error using reply privately to the author option. If they are using our client library a valid response will come back from the server for sure. Regard

RE: Is there a way to mutate member of user list with Beta API?

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Ivan, Thanks for reaching out. Unfortunately, adding user emails to a user list is currently not supported by the Google Ads API. Please also follow our blog for any updates on this feature for Google Ads API. Please let me know if you have any further questions. Thanks and Regards, Xiaomin

RE: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Alexandre, Thank you for writing to us. The discrepancy could be either the campaign start date is shifting on us, or the customer you are logged in might be having an effect. To clarify this better, could you please try running both the Adwords API request and the Google Ads API request wit

Test test

2019-10-22 Thread DIO BUBU
This is a test -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Fo

TARGETED_MONTHLY_SEARCHES queries

2019-10-22 Thread Leonardo Botta
Hi, I have been looking for a complete example or TARGETED_MONTHLY_SEARCHES query and I could not find it. I need to get the number of google searches of some keywords on each month of the last year, depending on the geographic location, is that possible using the AttributeType.TARGETED_MONTHLY

TARGETED_MONTHLY_SEARCHES Query per month and location

2019-10-22 Thread Leonardo Botta
Hi, I have been looking for a complete example or TARGETED_MONTHLY_SEARCHES query and I could not find it. I need to get the number of google searches of some keywords on each month of the last year, depending on the geographic location, is that possible using the AttributeType.TARGETED_MONTHLY

Re: Getting the Change History via the API

2019-10-22 Thread Thanh Nguyen
It been 6 years since this question was asked, and still for AdWords API, only AccountSyncService work-ish. What about Google Ads API v2(Beta), any hope at all? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=

RE: TARGETED_MONTHLY_SEARCHES queries

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Leonardo, Thank you for posting your concern. I understand that you are looking for a complete example of TargetingIdeaService with MonthlySearchVolumeAttribute and retrieving the data depending on geographic location. Unfortunately, we don't have the exact samples which you are looking for

Re: API limits for TargetingIdeaService

2019-10-22 Thread Thiru K
Hi Josh, Considering the above idea, we have increased the number of seed per request to 200 for Keyword ideas and page size as 800. But when I increase seeds above 100, the ideas output is reducing. PFB the test results. Below is the results and counts Run 1: Page size = 800 No. of seeds