effort time and which API should use - general

2019-11-11 Thread Zahid Ali
New bee Question. One of my client want me to create an app through which different advert users can get their basic adverts reports and info about their compain on his suit.(i.e pull google adwords campaign data and show it [ integrate it in company portal ?] ) He wants all this work in a we

Search Query supported keywords

2019-11-11 Thread Suresh Kumar Shenbagam
Hi, What are the keywords supported in Search Query? For example, am using the SearchGoogleAdsRequest API to retrieve recommendations, SearchGoogleAdsRequest request = SearchGoogleAdsRequest.newBuilder() .setCustomerId(Long.toString(clientCustomerId)) .setPa

Re: How to get active account budget?

2019-11-11 Thread min jia
Hi Xiaoming, Thanks for feeding back to me firstly. That's greate you show me the ended logic, and could you please tell me the active status logic of account bugdet? Here's my confusion, there is only one active budget in my backend UI, but when I do a QAQL to get account budgets like attache

Our account has set up adgroup, but we can't get performance data through ADGROUP_PERFORMANCE_REPORT

2019-11-11 Thread yonggen Liu
Hello: :Hello: Our account has set up adgroup, but we can't get performance data through ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT api; Call method: ReportQuery query = new ReportQuery.Builder() .fields("AdGroupId", "AdGroupName", "Cost") .from(ReportDefinitionReportType.ADGROUP_PERFO

get impressions for audience interest

2019-11-11 Thread Afsane Ghafouri
Hi Support, how I could get the impression information about the audience's interest? Is there a specific service which returns these data? (I attached an image which shows the part I am talking about) thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Google Ads API DEVELOPER_TOKEN_NOT_WHITELISTED error while listInvoices request

2019-11-11 Thread Inessa M
Hi all! I try to make listInvoices request using Google Ads API v2 and googleads/google-ads-php v2.2.0 and receive DEVELOPER_TOKEN_NOT_WHITELISTED error. At the same time getting campaigns with GoogleAdsService works just fine. I can't find how I can make my developer token whitelisted. I've fo

Re: Connecting Google Ads API to Filemaker (2 questions)

2019-11-11 Thread Steve Bell
Hi Zweitze, I appreciate your helpful response. However, I've already been down the Google scripts path, and do use it for various purposes. Part of the reason for using the API is here is to do something simple with the API, because we have much more demanding applications in the works - cam

Re: PHP Adwords API - refresh_token authorization

2019-11-11 Thread 'Nikolay Nikolov' via AdWords API and Google Ads API Forum
Hello Bharani, can I connect in the same way managed account? On Monday, June 4, 2018 at 11:47:43 PM UTC+3, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Nik, > > For the PHP client library, it is highly recommended that you use > adsapi_php.ini file to set the OAuth2 credentials. If yo

Re: Connecting Google Ads API to Filemaker (2 questions)

2019-11-11 Thread Steve Bell
Thanks Bharani, That's OK we have it covered on the Filemaker side. It's just a database that can read structured data, process it and create charts among other things - pretty much standard fare. So no issues there. Your reply is helpful and set us on the right path -- thanks. Steve On T

Re: Invalid Search Parameters for Certain Locations in TargetingIdeasService

2019-11-11 Thread Russell Jones
It seems like Postal Codes just aren't accepted, although I thought they were in the past. Weird. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

RE: Invalid Search Parameters for Certain Locations in TargetingIdeasService

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Russell, Thanks for reaching out. Usually you would encounter this error when a SearchParameter doesn't match the IdeaType specified in the TargetingIdeaSelector or is otherwise invalid. Error trigger usually contains the parameter name, and error details contain a more detailed explanation.

Re: FrequencyCap

2019-11-11 Thread Igor Nikolenko
And one more question. I can`t create VIDEO Campaign. It`s because my developer token basic, but not standard? *__**___**___ * Igor Nikolenko wbr from newage. phone: +38 063 119 25 23 mailto: igor.nikolenko@newage.agency пн, 11 нояб. 2019 г. в 20:58, Google Ads

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-11 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks for the help so far, Devin! As a follow up, is there also an endpoint that I could make a request to that returns a Customer ID that I could then pass to the customer_client call? Or is the best solution to make a request to List Accessible Customers, and from the returned list of accou

RE: Help Needed - Any Examples of VB.NET Querying Google Adwords API Search Volume?

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Aaron, Thanks for reaching out. Please refer to this guide on how to retrieve the “Search Volume” for keywords in Adwords API. You could select VB.NET for your reference to the Visual Basic code snippets. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Goo

RE: Google API Oauth2: Only one refresh token for connected accounts

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hello Nik, Thank you for reaching out. To assist you better, could you please confirm if my understanding is correct and you are looking to access the two accounts under your main account via API? If yes, you could use the OAuth credentials generated using the email address having access to the

Invalid Search Parameters for Certain Locations in TargetingIdeasService

2019-11-11 Thread Russell Jones
I have a simple tool that looks up the Keyword Planner data for a set of terms based on location. For some reason, certain types of Location Criteria IDs do not work. *Working:* City, County, Country, Department, Municipality *Not Working:* Airport, Postal Code, District, National Park and Nei

Help Needed - Any Examples of VB.NET Querying Google Adwords API Search Volume?

2019-11-11 Thread Aaron Esteban
Hi friends, I was just wondering where I can find an example in Visual Basic to query the Google Adwords API for the "search volume" for any given keywords. If you know of any code snippets, would greatly appreciate a great starting point. Thank you in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

RE: Report > Locations > User locations via Google Ads API and Adwords API

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi David, Yes, that is correct. These fields are currently not available for either the geographic_view or user_location_view. The Geo Performance Report in AdWords API maps to the Geographic report in the UI You can use the same credentials in both AdWords API and Ads API. Regards, Anthony Goo

RE: Google Ads GeoTargeting Not Providing Correct IDs

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hello Charles, I don't see the data in that Geo Targets is mapped in such a way. You can map that postal-codes to a state but not to the city. Please ask the same question in the advertiser forum to see if there are any alternatives for this. Regards, Sai Teja, Google Ads API Team ref:_00D1U117

RE: Maximize Conversion Campaign with Budget

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The MAXIMIZE_CONVERSIONS bidding strategy requires that the campaign have its own budget. Please set isExplicitlyShared for the budget to false if you would like to use it for this campaign. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UJaFnA:re

RE: FrequencyCap

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Igor, While we don't have examples on how to get FrequencyCap, you can use the CampaignService to return Campaigns. When using the selector, you can select the frequency_caps. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UJaFrw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: How to get active account budget?

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Min, Thanks for reaching out. Unfortunately, the Google Ads API currently does not support the Active or Ended as seen from the Google Ads UI. The Google Ads UI has a different logic for their statuses Active and Ended. As an example for Ended status, the API status may be APPROVED but the a

RE: What is difference of MediaFile and Asset?

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Yang, Please note that Assets and Media are completely different and not related to each other in any way. They both store similar kinds of information, but they are not interchangeable, and using one in place of other will always result in blank data. The asset resource is for managing asse

RE: Accessing enclosingId= accountLimitType= from Google Ads API (PHP)

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Dan, I followed up on the other forum thread requesting additional details. Please continue the discussion on that thread to avoid duplicates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UJaFK7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

RE: I want to get the information about product level through ads API

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. As for the Shopping Campaigns the ShoppingPerformanceViewService is available. You could refer to these code examples for the Shopping Campaigns through the Google Ads API. An alternative way to retrieve the Shopping Campaign data is by requesting data from the sho

RE: Cpcbid returns value NULL even though on Adwords UI there are values in Max.Cpc metric

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi there, The CpcBid will return the keyword level Max.CPC bid values. Could you please share the report query along with the client customer Id along with the instances where the CpcBid value is not populating, to check this further? You can share the details privately via Reply privately to a

RE: Is it possible to change email in the change l

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Thomas, Could you please confirm if you're referring to Change History in the Google Ads account? If so, this will usually display the email address of the user authenticating the API call and making the changes in the Google Ads account. If you are looking to change the email address, you w

Re: API Autocorrects keywords

2019-11-11 Thread Aviv Oron
Actually having the must similar phrase is great but what I really need is to have this modified phrase as part of response, is it possible? Thanks! On Mon, 11 Nov 2019 at 18:12 Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Aviv, > > Thanks for reaching out. When u

RE: API Autocorrects keywords

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Aviv, Thanks for reaching out. When using the API with the TargetingIdeaService and using the "STATS" mode, if the exact result could not be returned the API would return the similar phrases as you have seen "plumbing jobs" instead of “plumber jobs”. If you would like to have the API return

RE: Different amount of spendings in the account and in the API - why?

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hey Nik, Can you please reply privately to author your report definition, report results and screenshots of your UI so I can see if there are any discrepancies? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UJaBV8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Ky, this feature request was actually recently completed and is available for use. In order to accomplish your goal, make a POST request against the search endpoint (/v2/customers/{customer_id}/googleAds:search). You should structure your query to make a request against the customer_client re

RE: Getting Errors from a Campaign Mutate - Google Ads API (V2) - PHP

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Dan, Regret the delay as I was checking this internally with the team. Could you please share the sample logs for both AdWords API and Google Ads API to provide a helpful answer for these errors? You can share the details privately via Reply privately to author option. Thanks, Bharani, Goog

RE: Permission denied after changing von AdWords API (Test) to Ads API (Test)

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Benni, Thank you for reaching out. Can you please provide the client customer ID of the test manager and test client accounts via reply privately to author? Additionally, which account did you use to make the call to GetCampaigns? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._50

Re: StringLengthError.TOO_LONG for userDataRule.ruleString

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Mark, I'm still checking with the engineering team to validate my initial investigation here. Basically, there is a total length limit of rule string combined by all the RuleItems, even though your list does not reach 1000 RuleItems. For example, if I have 2 RuleItems with "url__ CONTAINS e

RE: Telephone list not populating

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hello Darren, Your code looks good. Could you please confirm, if you are uploading those phone numbers to the user list that already had email? If yes, then please note that one user list can target audiences based on one kind of id only. In such case you can create a new user list with those n

RE: GoogleAdsServiceClient recommendation request got stuck without any response.

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Kera, Thank you for writing to us. To assist you better, could you please share the complete request and response logs along with the client customer against which you are making the API request call to get the campaign details? Please use Reply privately to author option while sharing the d

Re: Invalid schema: Not yet initialized

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Julia, We haven't received the requested information privately and awaiting these details to assist you further. Could you please retry sending the requested details for me to investigate this further on my end? Also, no new changes are introduced in API that can cause this issue. You could

RE: How to get ad group status text?

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Wenjun, Please find the response inline below for your concerns: 1. Some groups are enabled and some are disabled manually in UI. Why all are 0? Could you please share the request and response logs for this operation, so I can check this further? You can share the details privately via Reply

Re: Invalid schema: Not yet initialized

2019-11-11 Thread Julia K.
Hi Nikisha, do you have any updates on this? I sent you the credentials in a private message a little while ago. It seems that we can call the API with other methods and that the problem only occurs when using the Microsoft Azure DataFactory. So might be you changed something in the API at the

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

2019-11-11 Thread Alexandre Lord
Pinging the thread. Any news on this issue? On Wednesday, October 23, 2019 at 5:39:04 PM UTC-4, adsapiforumadvisor wrote: > > Greetings! > > This was escalated up to me to take a look. It is indeed odd, and you did > an excellent job of proving what's happening. I've escalated an internal > iss

Re: GoogleAdsServiceClient recommendation request got stuck without any response.

2019-11-11 Thread Kera Hartlen
I have a similar issue. I am currently still running the get_campaigns.py example in my console. It's been running for over an hour. The data is not that high in volume. I can successfully return the data in Google Sheets with the Google Ads Add-On. I specified the customer ID in the code (not

FrequencyCap

2019-11-11 Thread Igor Nikolenko
How can i use Frequency caps, give me pls example. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Maximize Conversion Campaign with Budget

2019-11-11 Thread Traipler SEM
Hi, I'm trying to create a campaign with MAXIMIZE_CONVERSIONS Bid strategy Type. When i try to add budget to this campaign i have this error: [BiddingErrors.BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET @ operations[0].operand.budget] I'm using this piece of code to add budget:

Google API Oauth2: Only one refresh token for connected accounts

2019-11-11 Thread 'Nikolay Nikolov' via AdWords API and Google Ads API Forum
Hi, I am using the Google Oauth2 API to connect to Google Ads and become only one refresh token when my @gmail.com account has read access to two different Google Ads accounts. I have the account a...@gmail.com. This account has read access to the Google Ads accounts b...@gmail.com and c...@gmn

Re: OutOfMemory error

2019-11-11 Thread Igor Nikolenko
Yes, but i not changed nothing in code. It`s API error? *__**___**___ * Igor Nikolenko wbr from newage. phone: +38 063 119 25 23 mailto: igor.nikolenko@newage.agency пт, 8 нояб. 2019 г. в 23:35, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com>:

Accessing enclosingId= accountLimitType= from Google Ads API (PHP)

2019-11-11 Thread Dan GTD
Hi, How do you access the enclosingId= accountLimitType= via the new Google Ads API? I know how to get it from the Google Adwords API but when I upload a load of jobs via mutateCampaignCriteria it says check enclosingId but I can't see anywhere how to do it. Any tips or examples would be great