Re: Is there a way to get Mobile Application details from their id

2018-10-10 Thread Jofin Kuriakose
Hi Peter, My concern is, since my campaign is of video type, I am not able to use AdGroupCriterionService class to fetch mobile app details, so I am using Criterion Report class where I am able to

Re: Is there a way to get Mobile Application details from their id

2018-10-10 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin, Sending a quick follow up to my previous statement. The recommendation I provided would only be applicable for ad groups of non-video campaign types since video campaigns (and associated objects) are not available for creation or modification via the AdWords API's services. However,

Re: Is there a way to get Mobile Application details from their id

2018-10-10 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin, Given that you have applied it at the Ad Group level, you will still need to specify the FinalAppUrls using the AdGroupCriterionService

Re: Adwords API : GetCampaign.php > Number of results found: 0

2018-10-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, In order for me to understand your issue more, could you provide more details on the issue you're having? Please send over (via *reply privately to author*) screenshots, a description of the issue you're having, your SOAP request and response or any other information you think might

Re: how to get clicks and impression when keywords are empty in any campaigns ?

2018-10-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nikhlesh, Could you confirm if you have set includeZeroImpressions() to *true*, for you to retrieve rows that have zero impressions? You may read more about this in this guide

Re: What is the minimum duration between uploading an offline conversion and subsequently uploading an adjustment for the conversion?

2018-10-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ryan, The error TOO_RECENT_CONVERSION means that the conversion adjustment was created too early. According to this guide

how to get clicks and impression when keywords are empty in any campaigns ?

2018-10-10 Thread Nikhlesh Sinodiya
Hello I am using PHP google adwords api for get impression,Clicks and Cost with Report Definition Report Type KEYWORDS_PERFORMANCE_REPORT,CAMPAIGN_PERFORMANCE_REPORT ,KEYWORDLESS_QUERY_REPORT,KEYWORDLESS_CATEGORY_REPORT but not getting clicks and impression from those campaign not have

What is the minimum duration between uploading an offline conversion and subsequently uploading an adjustment for the conversion?

2018-10-10 Thread ryan
Hello, I have recently started using the Adwords API OfflineConversionFeedService to upload conversion data derived from clicks. Uploading conversions is working as expected, but when I subsequently attempt to adjust a conversion (ex. due to a purchase cancellation) using the

Re: HTML Encoding violates character limits in ResponsiveSearchAds

2018-10-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, To further investigate this, could you provide the complete SOAP request and response logs when you encountered the StringLengthError error that you mentioned when you uploaded the ResponsiveSearchAd? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team

Re: Positive geotargeting settings

2018-10-10 Thread GDZ
Nevermind, I just tested it and yes UI selection was correct. On Wednesday, October 10, 2018 at 5:02:38 PM UTC-4, GDZ wrote: > > Hello! > > New UI now allows to select new "People searching for your targeted > locations" option: > > > *Reach people who are searching for your targeted

Positive geotargeting settings

2018-10-10 Thread GDZ
Hello! New UI now allows to select new "People searching for your targeted locations" option: *Reach people who are searching for your targeted locations:This option lets you show your ads to anyone who searches on Google for your targeted location. If a person doesn’t specify a location in

Re: Set CpcBig to 0 with AdGroupService returns BiddingErrors.BID_TOO_SMALL

2018-10-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Wilfried, Upon testing on my end both on the API and UI, It isn't possible to remove the bid as it is required by the ad group. You can also verify this in the UI on your end just to check if both UI and API behave the same way. Let me know if you have further clarifications. Thanks, Luis

Re: setting Parallel tracking to true from API

2018-10-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Bhaskar, You should be able to set the parallelTrackingEnabled field using your production account. Also, as stated on our guide

HTML Encoding violates character limits in ResponsiveSearchAds

2018-10-10 Thread CFJ
For many years, we have HTML Encoded the various text elements (e.g. headline, description) of ads. It's been many years, so I don't recall which characters caused issues, but I do recall that the HTML Encoding allowed characters to be uploaded through the API that otherwise caused errors.

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account. Why?

2018-10-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, We are following up with the team. Once I have more information on this I will update everyone. Regards, Sai Teja, AdWords API Team. On Thursday, September 27, 2018 at 3:10:47 PM UTC-4, Aleksandar wrote: > > Hi > > I created a test MCC (897-646-0211) and then created a test account >

Re: Adwords API : GetCampaign.php > Number of results found: 0

2018-10-10 Thread na na pa
oh yeah i have problem :((( i not fix it help me On Wednesday, October 10, 2018 at 6:49:01 AM UTC+7, boris betc wrote: > > Hello, > > > I have a problem using the Adwords API. > > I validated my Adwords API Developer Token, in my Manager account. > > Then I wanted to test the API with a client

setting Parallel tracking to true from API

2018-10-10 Thread Bhaskar Inamadugu
HI Adwords team, I read in the forum that setting the parallelTrackingEnabled to true is only available for test Accounts. Is it still true? Can I set the flag for production accounts from the API. >From this month end, is parallelTrackingEnabled going to be true for all accounts created

Re: Set CpcBig to 0 with AdGroupService returns BiddingErrors.BID_TOO_SMALL

2018-10-10 Thread wtemmerman
Hi Luis, I can confirm that with 100 (0.01$) update works. But what I should send if I want to remove a CpcBid ? Regards, Wilfried Le mardi 9 octobre 2018 17:04:26 UTC-4, Luis Xander Talag (AdWords API Team) a écrit : > > Hi Wilfried, > > Based on the BID_ >

Re: Is there a way to get Mobile Application details from their id

2018-10-10 Thread Jofin Kuriakose
Hi Peter, Thank you for the information. Here I have applied MobileApplication at the ad-group level. As per my above response I am able to get mobile application details through ad-group criterion performance report except app URL. Thanks, On Tuesday, October 9, 2018 at 3:44:54 PM UTC+5:30,

Re: Is there a way to get Mobile Application details from their id

2018-10-10 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin, My apologies for not mentioning this in my previous response, however, since you applied the MobileApplication criterion at the campaign level, then I'm afraid you would not be able to retrieve any FinalAppUrls information since the said field is not supported at the campaign level

Re: Is there a way to get Mobile Application details from their id

2018-10-10 Thread Jofin Kuriakose
Hi Peter, I tried FinalAppUrls field in select query for the Criteria Performance Report and it gave me '--' as response. Single response object is given below, { "adGroupID":

Re: Creative Conversion Report

2018-10-10 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Raman, The Creative Conversion Report is an AdWords API report type which specializes in providing information on free clicks. To learn more about free clicks, you can refer to this guide

Re: Adwords API : GetCampaign.php > Number of results found: 0

2018-10-10 Thread merytable16
Mee too I dont know why i fixing it over ă week On Tuesday, October 9, 2018 at 4:49:01 PM UTC-7, boris betc wrote: > > Hello, > > > I have a problem using the Adwords API. > > I validated my Adwords API Developer Token, in my Manager account. > > Then I wanted to test the API with a client TEST

Re: Is there a Go library for AdWords?

2018-10-10 Thread merytable16
: so sad I have a problem like me On Tuesday, October 9, 2018 at 4:49:01 PM UTC-7, Robert Myhill wrote: > > Hi there, > > Is there a Google-approved Go library for the AdWords API? > > All the AdWords documentation and videos I have found mention Python, C#, > etc libraries, but no Go

Re: Is there a way to get Mobile Application details from their id

2018-10-10 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin, Did you already try to include the FinalAppUrls field in your select query for the Criteria Performance Report? Best regards, Peter AdWords API Team On Tuesday, October 9,

Creative Conversion Report

2018-10-10 Thread Raman khanna
Hi Team, I wanted to know about the subjected term and it's uses. Thanks, Raman -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: can't get reach ad group

2018-10-10 Thread 'Raneen Bsais' via AdWords API and Google Ads API Forum
ok thanks raneen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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