RE: [4-7467000025911] Adwords API returning empty response on account when no campaigns are created

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To further investigate this, could you provide the clientCustomerId you are using to download the reports and the externalCustomerId included in your query? Please reply via *Reply privately to author*. Regards, Dave Paurillo Google Ads API Team =~=~=~=~=~=~=~=

RE: Google Ads API authentication error. No customer found for token with basic access level

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Сергей, The AuthorizationError.NO_CUSTOMER_FOUND error is occurring when you are passing an incorrect/non-existing client customer ID on the request header of your t

Re: Adding Hotel AdGroupCriterion without bidding value

2019-03-28 Thread Didier Roy
Hello Sai > > thank you for your answar I understand that PercentCpcBidMicros is mandatory when using PercentCpc bidding strategy. - What to do if the campaign is on Manual CPC? - When hotel group level bidding is disabled for a hotel selection. Is the Adgroup bidding value taken into account in

Keyword Ideas

2019-03-28 Thread scott . senkeresty
I have been trying both AdWords API and Google Ads API in an attempt to gather keyword ideas from a url... with varying success: - https://developers.google.com/adwords/api/docs/reference/v201809/TargetingIdeaService.TargetingIdeaSelector - https://developers.google.com/google-ads

How to get Top of page bid

2019-03-28 Thread qndqnfn
hi I'm trying to get a "Top of page bid" in the Google Ideas API, but I can not find what I want Could you tell me please? thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Dynamic HTML5 Ad preview

2019-03-28 Thread Lóránd Balog
Hi Adwords Team! I have created a campaign which is running based on the data from feeds. I would like to create a preview for the Dynamic HTML5 ad for my website, what is the best way for this? Could you please help me? Thanks, Lorand -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Get Keyword Idea - return DeadlineExceededErrors

2019-03-28 Thread Zied Chaari
Hi all, Sometimes when i'm trying to get keywords Idea, using KeywordPlanIdeaServiceClient Service (Google Ads Api V1.0), I'm getting an error saying DeadlineExceededError. What should I do? You can find my code bellow. public dynamic searchKeyword(GoogleAdsClient client, string customerId, >

RE: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you share your customer ID as well, so I can pass it to the engineering team for investigation? Best, Thanet, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label

I cannot set a custom date to campaign performance report in JAVA API

2019-03-28 Thread killop2000
import com.google.api.ads.adwords.lib.jaxb.v201809.Selector; import com.google.api.ads.adwords.lib.jaxb.v201809.DateRange; import com.google.api.ads.adwords.lib.jaxb.v201809.ReportDefinition; import com.google.api.ads.adwords.lib.jaxb.v201809.ReportDefinitionDateRangeType; import com.googl

Re: Adding Hotel AdGroupCriterion without bidding value

2019-03-28 Thread Didier Roy
Hello I have found the answer for question 1 : I use function $adGroupCriterion->setCpcBidMicros(new Int64Value(['value' => $bid*1])); there is still pending question - When hotel group level bidding is disabled ("exclude" on Google Ads dash) for a hotel selection. Is the Adgroup biddin

Re: Google Ads - add language to campaign

2019-03-28 Thread F B
Thank you! As always, your feedback is very appreciated! I am wondering, does this mean I will have to create a CampaignCriterion for every language for every campaign? Assuming I have like 150k Campaigns and 20 languages each, then this alone would be 3 million objects. Or am I missing somethi

Best practices on managing Ids?

2019-03-28 Thread F B
Are there any good blogs or guides or best practices to managing the representation of the Google Ads Objects locally. I.e. assuming I am creating 150 campaigns, all of them have adgroups, ads and keywords. Now if I want to manage them based on our available inventory, this means I will need so

Re: Google Ads API: search_term_view missing criterion information

2019-03-28 Thread tim . wlcek
Hi, to answer my own question, this is now possible with the newly released v1.1.0 (http://ads-developers.googleblog.com/2019/03/announcing-v11-of-google-ads-api.html) Regards tim On Monday, March 11, 2019 at 6:29:51 PM UTC+1, googleadsapi-forumadvisor wrote: > > Hello Tim, > > I'm Dhanya's c

Re: Best practices on managing Ids?

2019-03-28 Thread Zweitze
So the question is, how to store those IDs and other intermediate results, so you can use them later? Sorry, no hints for blogs or guides... your question is a general programming topic. What to do? Basically you have "storage", which enable to store information, and retrieve that later. For i

RE: How to get Top of page bid

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Unfortunately, "Top of page bid" fields such as "Top of page bid (low range)" and "Top of page bid (high range)" are currently not supported through Google Ads API. Please follow our blog for any updates. Regards, Anthony Google Ads API Team =

Name resolution failure Google ads api

2019-03-28 Thread Swapnil Gaikwad
Hi Team, I am consuming the new Google Ads Api using the .NET client library. I have generated all configuration file using the ClientId and client_secretID and have also enabled Google Ads APi in my console api library. However, I am getting the following error messages. "Status(StatusCode=Unava

Name resolution failure Google Ads Api

2019-03-28 Thread facebook . logicserve
Hi Team, I am consuming the new Google Ads Api using the .NET client library. I have generated all configuration file using the ClientId and client_secretID and have also enabled Google Ads APi in my console api library. However, I am getting the following error messages. "Status(StatusCode=Un

RE: Google Ads - add language to campaign

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, No problem. Glad to help. You will need to create a separate operation for each campaign criterion you are adding but multiple operatio

Re: Google Ads API V1.0 - CONTAINS operator

2019-03-28 Thread Martin
If you want to get campaigns whose names don't contain "Example", then you want to use: `WHERE campaign.name NOT LIKE "%Example%"` On Tuesday, March 26, 2019 at 8:59:30 PM UTC, ja...@searchkings.ca wrote: > > Hi Google Ads team, > > I keep on running into an 'invalid argument' error whenever I

RE: Create customer account using by ads API

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Myung, You are trying to create a new account with the Alice's credentials(assuming Alice is a brand new user does not have any Google Ads account), which is causing the USER_PERMISSION_DENIED error. Via API you cannot create client accounts directly, you will be be able to create client a

RE: Dynamic HTML5 Ad preview

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Lorand, Through the API, the Ad preview option is currently not available. We have raised a feature request with the team. We will not be able to share a definite timeline of when this feature will be available. Please keep an eye on our blog

RE: Adding Hotel AdGroupCriterion without bidding value

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Didier, Glad you were able to solve it. Your second question is on the product level. It will be better to ask this question in the Advertisers community forum instead. The product specialists there would be better equ

RE: Problems to get local campaign type via API

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Regret the delay in responding. The Local campaigns are not yet supported in AdWords API. Thanks, Sreelakshmi, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adw

Re: Best practices on managing Ids?

2019-03-28 Thread F B
I guess I had that one coming for providing so few details. I am totally in the clear about needing a "local" (which means running on a server) database. *Consider the following scenario:* I have items (~100k), of which each will be represented by an adgroup, they will be clustered within camp

RE: Get Keyword Idea - return DeadlineExceededErrors

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Zied, Can you please share your request and response through *reply privately to author *so I can take a closer look? Thanks, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.c

RE: I cannot set a custom date to campaign performance report in JAVA API

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Please find the code snippet below as a reference to set the CUSTOM_DATE. ReportQuery query = new ReportQuery.Builder() .fields( "CampaignId, CampaignName" ) .from(ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT) .during(ReportDefinitionDateRangeType.CUSTOM_DATE) .during(new Local

RE: Keyword Ideas

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Scott, The new KeywordPlanIdeaService results will be more close to the keyword planner UI tool but not exact. You could refer in this relea

RE: Google Ads API V1.0 - Occasional Internal Error

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jason, Are you still facing issues? If you could you please use the reply privately to author option and share your CID as well? Thanks, Sreelakshmi, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdevel

RE: Best practices on managing Ids?

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Fabian, I think you may already be aware of this. If not, the hierarchy of the objects in Google ads are shown in this guide . I will let other users on th forum share their experience on this topic Thanks, Bharani, Go

Re: Best practices on managing Ids?

2019-03-28 Thread F B
Thank you for the reply. Jupp I am very much aware of this. Have been reading the documentation right to left and top to bottom. Curious to hear what others here think, how much of the objects in an account should be mirrored into a database. On Thursday, 28 March 2019 21:00:44 UTC+1, googleads

Ads API "Bad metadata value given"

2019-03-28 Thread Remco Aalderink
We've just started on testing out the new Google Ads API, and have ran into the "Bad metadata value given" error message today. Yesterday, the following code worked: $configuration = new Configuration($iniFileContents); $tokenBuilder = new OAuth2TokenBuilder(); $credentials = $tokenBuilder->fr

How to specify date range with geographic_view & segments.geo_target_city?

2019-03-28 Thread Nam Nguyen
Hi, (I'm using Google Ads API v1) I've read that segments.geo_target_city can't be selected with segments.date ( https://developers.google.com/google-ads/api/docs/fields/segments#segmentsgeo_target_city ) However, using segments.date seems to be the only way to specify date range in Google Ads

Google Ads API Super Slow

2019-03-28 Thread Haik
We manage adwords accounts for our clients. Currently we use AdWords API, the rates that we log are around *20K-150K *Campaign Criterions created/removed per minute. Now we implemented the V1 of Google Ads API, the rates that we log are around* 0.1K-2K* Campaign Criterions created/removed per m

Google Ads API segmentation

2019-03-28 Thread Greg Whyte
Is there anyway to mimic the AdWords reporting segmentation with the Google Ads API? My original AdWords query works great, something like: SELECT HourOfDay, Cost FROM ACCOUNT_PERFORMANCE_REPORT DURING TODAY I get a row back for each hour of the day that has data. My attempt at replicating this

NotWhitelistedError CUSTOMER_NOT_WHITELISTED_FOR_API

2019-03-28 Thread Oded
Hi, I tried to upload sales transaction data to ad account in manager account using offline_data_upload_service with basic access (not a developer) I got an error, googleads.errors.GoogleAdsServerFault: [NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ ] Could you please help me how to wh

Re: [8-5077000025924] get reports from different accounts

2019-03-28 Thread uatetracom3
Hi. Please, help me to understand. 1. I had to register my aplication in console.developers.google.com 2. I got *client_id *and *client_secret* 3. using GetRefreshToken.php I got the *link* 4. went to link 5. applied permission 6. got *code* 7. with *code *I got a *refresh_token* 8. I written data

Re: Demographical report (AgeRanges + Gender)

2019-03-28 Thread pablo
Any advance on that? It is really frustrating that this is available through the Google Ads panel and not through the API. This makes our clients confused. Pablo Em quinta-feira, 12 de julho de 2018 16:18:11 UTC-3, Sreelakshmi Sasidharan (AdWords API Team) escreveu: > > Hello, > > Our team is

Authorization error on basic access token

2019-03-28 Thread Ad
Hi. I have an account with access to Ads API and developer token, approved and having basic access level. In documentation it means, that i have an access to production account. I have built an application to generating reports for campaigns, but i can't auhtenticate user. API throws Authoriza

Re: Best practices on managing Ids?

2019-03-28 Thread Zweitze
So, my two cents - coding AdWords API for well over ten years. Whatever you do, be prepared for change. The Google Ads eco system is very alive, every month features come and go. Some changes are big, some small. Once you implemented a feature (say Shopping campaigns or Education ad extensions

Organic Keywords with top ranking URL

2019-03-28 Thread karthick r
Hello, Is there a report that can give me the organic keywords, organic ctr, organic clicks, organic impressions, organic position and the ranking url? I looked at https://developers.google.com/adwords/api/docs/appendix/reports/paid-organic-query-report Paid and Organic Report seem to have all t

Re: Create customer account using by ads API

2019-03-28 Thread Myung Ju Park
Hello Sai Teja. Thanks for your help. Your advise is very helpful to me. I'll try to that. Best regards. 2019년 3월 29일 금요일 오전 2시 43분 47초 UTC+9, googleadsapi-forumadvisor 님의 말: > > Hello Myung, > > You are trying to create a new account with the Alice's > credentials(assuming Alice is a brand ne

RE: [4-3907000025592] NotWhitelistedError CUSTOMER_NOT_WHITELISTED_FOR_API

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To provide you better assistance, could you provide the account ID that you wish to be whitelisted? Please reply via *Reply privately to author*. Regards, Dave Paurillo Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: [1-9318000025950] Ads API "Bad metadata value given"

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To further investigate, could you provide the complete JSON request and response logs when you encountered the error? Please reply via *Reply privately to author*. If you haven't enabled logging yet, you may refer to this guide

RE: Authorization error on basic access token

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I had to delete your initial post as you have included confidential information. Please refer to our forum posting guidelines to avoid such instances. Regarding your concern, could you se

RE: [2-4560000025717] How to specify date range with geographic_view & segments.geo_target_city?

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for giving us a detailed explanation of the issue. Unfortunately, segments.geo_target_city and segments.date are not selectable with each other in Google Ads API. You may refer to this link

RE: [6-2608000025997] Random RateExceededError with rateName=RATE_LIMIT using v201806

2019-03-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andreas, This issue should be fixed. Can you please verify if you still experience the same issue? Thanks, Poki, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adword

Re: How to specify date range with geographic_view & segments.geo_target_city?

2019-03-28 Thread Nam Nguyen
Hi, Thanks for your reply. Perhaps my explanation wasn't clear enough. I'm looking for a way to filter segments.geo_target_city by date, not combining segments.geo_target_city and segments.date. As far as I know, if I add "WHERE segments.date DURING TODAY" to the query, Google Ads API consider