Re: Can you create campaigns in test account?

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi TP, Thanks for reaching out. You can also create campaign through Google ads interface. Please refer to this guide for create campaign through Google Ads UI. Let me know if you have any questions. Thanks, Nirmita Patel Google Ads Team ref:_00D1U1174p._5004Q20W6Jt:ref -- --

Re: Getting INVALID_ARGUMENT error when adding 2000 keywords to a keyword plan

2020-06-05 Thread Zhen Guo
Alright, I solved it. It turns out that there are some duplicated keywords in my list. 在 2020年6月5日星期五 UTC-4下午2:43:37,Zhen Guo写道: > > Hi, > > I am using a test account on google ads api. I was trying to add 2000 > keywords to my keyword plan to get forecast metrics. I keep getting the >

Getting INVALID_ARGUMENT error when adding 2000 keywords to a keyword plan

2020-06-05 Thread Zhen Guo
Hi, I am using a test account on google ads api. I was trying to add 2000 keywords to my keyword plan to get forecast metrics. I keep getting the following error. "A keyword with same text and match type already exists."But when I try to query keywords form my account, the keywords do not

RE: Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out and sharing that information. Can you please share the complete detailed request and response logs of the API call via Reply privately to author as well as a screenshot of the UI keyword planner? Regards, Mitchell Google Ads API Team

RE: Are there any Ruby code examples for adding location with radius setting to target campaign ?

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You can accomplish this by following the example here and creating a LocationGroup. Similarly, you can create a Proximity criterion as explained here and add it to the campaign using the CampaignCriterionService. Unfortunately, there are no examples available

Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi, We don't have examples on how to update these. Please send over your SOAP logs so that I can let you know what to modify in your requests. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zqFyN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Google App Campaign Text Asset

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, we don't since nodejs is not one of the languages we support in our client libraries. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20VXie:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Adwords API : OfflineCallConversion

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi Daniel, Thank you for reaching out to us. I see that you're encountering an issue uploading offline conversions. Could you provide us with the request and the response logs for when this error occurs so that I may further investigate this issue? For privacy, you can click "reply privately

Can't get keywords in Google Ads API

2020-06-05 Thread Zhen Guo
Hi, I tried to get a map of my keywords and their ids, but can't really make the query work. I used the example to get all keywords, but it does not give me any results nor errors. I don't have any issue when running forecast metrics for the same account and keywordplan. Here is the command I

Re: Incorrect CPC. Money attribute

2020-06-05 Thread Ricky Cortopassi
On Monday, July 10, 2017 at 9:58:20 AM UTC-5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Vaibhav, > > Fields of type Money > > are > returned in micro currency units (micros). You need to

How to get TopOfPageCpc, FirstPageCpc?

2020-06-05 Thread cv
Hi, I was trying to get TopOfPageCpc, FirstPageCpc using keywordsView, but I was not able to get any value. SELECT campaign.id, " . "ad_group.id, " . "ad_group_criterion.criterion_id, " . "ad_group_criterion.keyword.text, " . "ad_group_criterion.keyword.match_type, " .

RE: Issues importing offline conversions with Ads API

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi Tika, You can learn more about those errors and how to resolve them from our documentation page: https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConversionFeedService.OfflineConversionError#reason Thanks, Sasha The Google Ads API Team ref:_00D1U1174p._5004Q20W549:ref

Re: Google App Campaign Text Asset

2020-06-05 Thread mahadeb mondal
Is there any example related to text asset in node js ?? On Friday, June 5, 2020 at 12:07:52 AM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > You can find examples > > > on how to create assets

Google Ads API: missing conversion actions from API call

2020-06-05 Thread Mike
Hi, is there any particular reason why the google ads api does not return all conversion actions that we see on UI? I suspect that google ads api does not return conversion actions imported from third-party analytics providers. (I am referring to the response of this query:

Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-05 Thread gagan gupta
Ignore -- Unable to create Subdivision of Product Partition right now concern -- Unable to Replace the Existing Product Partitoons as well Thanks, Gagan On Friday, June 5, 2020 at 2:17:15 PM UTC+5:30, gagan gupta wrote: > > Hi Anthony, > > Unfortunately, I do not how to write code for updating

Re: Can you create campaigns in test account?

2020-06-05 Thread TP
Hi Nirmita, Thanks for the response. Does this mean we can only create campaigns from the API and not in the usual Google Ads interface? Thanks, Tom On Thursday, June 4, 2020 at 8:02:03 PM UTC+1, adsapiforumadvisor wrote: > > Hi TP, > > Thanks for reaching out. With regards to your concern,

Search volume differs hugely between keyword planner and adwords API?

2020-06-05 Thread Lindau
Hello! I tried to search for "hund" in both keyword planner and via the AdWords API. I used the exact same settings, "Swedish" as language, "Sweden" as a targeted country, and the right network settings. The keyword planner tells me that the avg monthly search range is between 10k-100k but the

Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-05 Thread gagan gupta
Hi Anthony, Unfortunately, I do not how to write code for updating it. I got confused with many documentations on the same. Can you please refer me to the exact code examples to replace the Existing Product Partition with a new Product Partition. If possible please update my code which I have

Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-06-05 Thread SR
The forecast result between Google UI (Keyword planner) and API (TrafficEstimatorService) are not matching. 1. Same ad account used in UI and API 2. Same Keyword, language, location, max cpc and daily budget 3. Network - Google and Search partner 'networkSetting': {

Re: Data mismatch between Google UI (Keyword planner) and API (TrafficEstimatorService)

2020-06-05 Thread SR
Sharing an example for better understanding: Keyword: digital marketing, Location: India, Language: English, Budget: 7500.00, Max cpc: 15.00 UI result: Impressions: 24,202, clicks: 1519 API result: Impressions: 10506, clicks: 405 On Friday, June 5, 2020 at 7:03:18 PM UTC+5:30, SR wrote: > > The

Adwords API : OfflineCallConversion

2020-06-05 Thread Daniel Jao
HI, i would appreciate if anyone can pitch in for help. I'm using PHP Adwords API to upload Offline Call Conversion to Ad Account automatically. I confirmed that the phone numbers WHEN manually uploaded via xls sheet is working. But if i try to upload it programatically via this code

RE: Getting account's conversion actions with AWQL

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi Etay, Thank you for reaching out to us. You can use the Account Performance Report in AdWords API, and query ConversionTypeName, ConversionTrackerID, and ConversionCategoryName for the list of conversions using AWQL. Let me know if you have further questions. Thank you, Bryan, Google Ads

RE: Search volume differs hugely between keyword planner and adwords API?

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi Lindau, Thank you for reaching out. Can you please share the complete detailed request and response logs for the API call via Reply privately to author as well as a screenshot of the UI keyword planner? You can find information on enabling logging in the ReadMe of your client library.

RE: Google Ads API: missing conversion actions from API call

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out to us. Could you please provide me with the account ID that holds these conversions and the conversions that do not show up in the report? For privacy, you can reply using "Reply privately to the author". Thank you, Bryan, Google Ads API Team

Are there any Ruby code examples for adding location with radius setting to target campaign ?

2020-06-05 Thread ETERNA
Hello there, i just stuck on implementing part of adding location to campaign via AdWords API. I have found good examples in doc according to add location like city, country etc. But now i need implement part with radius criteria and didn't succeed in finding of example how to do it via API in