Re: Migration Question

2018-08-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, I would suggest downloading the entire v201806 to avoid missing other dependency files or libraries and refer to the other guide links I provided. Regards, Luis AdWords API Team On Friday, August 10, 2018 at 12:01:42 PM UTC+8, Stephen Barrett wrote: > > Thanks Luis. > > Would I

Re: Upload business costs to adwords

2018-08-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Javier, Uploading business costs and custom columns are currently not supported via the AdWords API. If you wish to learn more about the possible fields you can use for custom columns, I would recommend that you get in touch with the product experts in the AdWords Community Forum

Getting ERROR: GoogleAdsServerFault: Unmarshalling Error:[...]

2018-08-09 Thread Vivian zhang
Hello. I am trying to upload offline conversion data to Google Adwords through Google API using Python However, I am encounter error: GoogleAdsServerFault: Unmarshalling Error: [0.0222 5.8944 0.4278 ... 0.6444 0.0222 0.2333] To be more specific, here is the code

Passing a variable int KeywordIdeas

2018-08-09 Thread Stephen Barrett
I'm working with the KeywordIdeas sample and I was wondering if there was a way to pass a variable without it be $_POST? I'm using Ajax and I was able to pass the post variable through the form's serialize function. My ajax script is changing the $_POST into another variable. So I was wondering

Re: Migration Question

2018-08-09 Thread Stephen Barrett
Thanks Luis. Would I have to upload the entire adwords api files or can I just upload specifically v201806 and upload next to the other versions I have? On Thursday, August 9, 2018 at 9:57:40 PM UTC-6, Luis Xander Talag (AdWords API Team) wrote: > > Hi Stephen, > > You may check the release

Re: Migration Question

2018-08-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, You may check the release notes for v201806 for more information on what's new in the latest version of the AdWords API. You could download the latest client library here

Re: Pausing a keyword

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, You can use the UpdateKeyword example (also available in other languages) as reference on what you will need to pass on your request. You can just remove the objects/setters that aren't

Re: Determine video ad format via API?

2018-08-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ryan, I'm afraid that is still the case for v201806 . The API does not support filtering report data based on its video ad format.. Regards, Luis AdWords API Team On Friday, August 10, 2018 at 1:56:28 AM

Re: How can I retrieve conversion using ConversionTrackerService

2018-08-09 Thread jia zheng
Hello. I also have the same problem. I didn't add any conditions when I searched. I just need to check the list of conversion trackers that I have under the account, but some trackers can't find them. Mainly from conversions for source=Third-party application analysis tools. I don't know if

Re: How do I get a list of conversions for source=Third-party application analysis tools? as the picture shows

2018-08-09 Thread jia zheng
To put it another way. I need to set the app "selectiveOptimization": [ { "conversionTypeIds": [ "**" ] } ] conversionTypeIds, how do I get it. ? 在 2018年8月10日星期五 UTC+8上午1:51:33,Bharani Cherukuri (AdWords API Team)写道: > > Hello Jia, > > The

Re: How do I get a list of conversions for source=Third-party application analysis tools? as the picture shows

2018-08-09 Thread jia zheng
Because I need to set the tracker id when creating a UAC ad. But this tracker comes from a third-party application analysis tool, so I have to get these tracker id lists, do you understand what I mean? What can I do to get it? 在 2018年8月10日星期五 UTC+8上午1:51:33,Bharani Cherukuri (AdWords API

Re: How can get Goal Campaign via Google Adwords API?

2018-08-09 Thread pms
Hello Sai Teja, Thank for your support I will keep an eye on our blog for future release. I hope that It will be supported in new release Regards, An -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Migration Question

2018-08-09 Thread Stephen Barrett
So I'm migrating/updating from 201708 to 201806. What files get replaced? What do I need to do exactly in order to migrate/update correctly? I don't want to break anything. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Upload business costs to adwords

2018-08-09 Thread Caphunters.es
I've googled a bit and found nobody talking about this. The question is: Is it possible to upload business costs via API for each conversion to AdWords, creating a new custom column? The purpose of this is to be able to make decisions just with AdWords, not having to consult information over

Re: For Shopping Campaign Can We Add Product Group

2018-08-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Avinash, It is not required to add Product Group to every AdGroup in your Campaign, but in order to serve ads for your Shopping campaign, you must create an AdGroup with at least one ad in the ad group. You could refer this guide

Re: Token can't be used

2018-08-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, In this forum we will discuss concerns related to AdWords API only. Could you please confirm if you are using Mobile Apps Conversion Tracking and Remarketing API ? If yes, the best way to reach them is to use the Help button

Re: API使用:能获取设备的IP、设备号等信息吗

2018-08-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Dynasty, In this support channel we will communicate in English only. Unfortunately, there is no way to get the device's IP, device number and clicked Ads via AdWords. You could use Click Performance Report

Re: How can get Goal Campaign via Google Adwords API?

2018-08-09 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello An, Unfortunately, getting and setting the Campaign Goals via AdWords API is not available. You could keep an eye on our blog for future releases and new features. Regards, Sai Teja, AdWords API Team. On Thursday, August 9, 2018 at 5:14:44 AM

Re: Get "Cost" without interactions that can’t lead to conversions in AdWords API

2018-08-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Tiana, Could you please point me to the specific document that you're referring to or the UI screenshot, so I can take a look? The fields Conv. value / cost and Conv. value / click are currently not supported through the API. I have shared your interest with the team. Please keep an eye

Re: Error with AdsSoapClient

2018-08-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Based on the SOAP logs shared, there are quite a few empty search parameters in your request. The error usually occurs when the searchParameter value is getting null in your code. Please check this related issue on Github. If

Re: Determine video ad format via API?

2018-08-09 Thread Ryan Allan
Thanks Luis, is this still the case with v201806? Or is there now a way to programatically determine a video ad's format? On Monday, March 5, 2018 at 3:00:50 AM UTC-6, Luis Xander Talag (AdWords API Team) wrote: > > Hi Ryan, > > Currently, the report types >

Re: How do I get a list of conversions for source=Third-party application analysis tools? as the picture shows

2018-08-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jia, The ConversionTrackerService.get() will only return the set of conversion trackers that are supported by AdWords API. *Third-party app analytics* is not supported by the API and hence

Re: Pausing a keyword

2018-08-09 Thread szusi
Awesome, thank you! What are the specific headers/include files that I would need for that? On Wednesday, August 8, 2018 at 9:47:35 PM UTC-6, Peter Oliquino (AdWords API Team) wrote: > > Hi Sean, > > We currently do not have a specific example to achieve this, however, you > should be able to

Re: About UAC ads

2018-08-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jia, I see that you have opened a new thread here

Re: Unique Viewers (Cookies) and Average View Frequency per cookie is not available in the API

2018-08-09 Thread Pablo Lemos
Thanks a lot for the feedback, Peter. And thanks for opening the feature request! cheers Pablo Em segunda-feira, 6 de agosto de 2018 00:56:48 UTC-3, Peter Oliquino (AdWords API Team) escreveu: > > Hi Pablo, > > My apologies as our team could not further comment as why certain report > fields

Re: Strange behavior when get SITELINK from API

2018-08-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Cesar, Our team was able to take a look at the issue. It looks the issue could be specific to the Python client library. Can you try posting your concern on the Python Github Issue tracker so that the library owners will be able

Re: I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT

2018-08-09 Thread Maxim
Thanks! I found this values Gclid at 15 July. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Re: About UAC ads

2018-08-09 Thread jia zheng
I have submitted a question in the community, but I didn't get any answers. 在 2018年8月9日星期四 UTC+8上午2:20:26,Bharani Cherukuri (AdWords API Team)写道: > > Hello Jia, > > Through the API, the ConversionTrackerService.get() will return all the > list of conversion trackers. You will need to chose the

Get "Cost" without interactions that can’t lead to conversions in AdWords API

2018-08-09 Thread Tiana S.
Hi guys, As you don't provide a predefined metric to request "Conv. value / cost" in the Reporting API, we're calculating it ourselves by doing `Total Conv. Value / cost`. We've been using this calculation for a while, however, since recently we are noticing some discrepancies with the

Re: When creating UAC ads, create them separately through the AdWords API and the AdWords UI, and see the results in the AdWords UI for a different display.

2018-08-09 Thread jia zheng
Hello there. Thank you for your personal reply. But I don't think it is because I set up YoutubeVideoMediaIds. First of all, I am based on Bharani at https://groups.google.com/forum/#!searchin/adwords-api/I$20am$20calling$20MediaService.upload$20and$20trying$20to$20set$20up$20a$20youtube

Re: About UAC ads

2018-08-09 Thread jia zheng
I am not asking why the UI does not show up, but I call ConversionTrackerService.get(), I can't get the list of converters for source=Third-party application analysis tools. Can you tell me why? 在 2018年8月9日星期四 UTC+8上午2:20:26,Bharani Cherukuri (AdWords API Team)写道: > > Hello Jia, > > Through

Re: Token can't be used

2018-08-09 Thread topfunfun666
Here is the attachment 在 2018年8月9日星期四 UTC+8下午5:14:44,topfun...@gmail.com写道: > > > Hi, > > We have applied a developer token, but it can't be used. Is there anyone > can help us? > > Here is the request and response log, > > [image: 22.png] > > thank u~ > > -- --

Error with AdsSoapClient

2018-08-09 Thread Назар Гойда
Hi,, i update lib for 201710 to 201806 and get error like this: file:"C:\OpenServer\domains\stat.local.ua \CoreSystem\vendor\googleads\googleads-php-lib\src\Google\AdsApi\Common\AdsSoapClient.php" line:153 message:"Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for

How can get Goal Campaign via Google Adwords API?

2018-08-09 Thread pms
Hi everybody, I want to get Goal Campaign (Sales, Leads, Website traffic, ...) But I can't find it in API documents Please help me to do that Thank for your sharing Regards, An -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Error with AdsSoapClient

2018-08-09 Thread Назар Гойда
Hi,, i update lib for 201710 to 201806 and get error like this: file:"C:\OpenServer\domains\stat.local.ua \CoreSystem\vendor\googleads\googleads-php-lib\src\Google\AdsApi\Common\AdsSoapClient.php" line:153 message:"Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for

API使用:能获取设备的IP、设备号等信息吗

2018-08-09 Thread AiHua
公司发行部同事提出的需求:获取关于设备的IP、设备号、所点击的广告等信息?能够获取吗? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Token can't be used

2018-08-09 Thread topfunfun666
Hi, We have applied a developer token, but it can't be used. Is there anyone can help us? Here is the request and response log, [image: 22.png] thank u~ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

For Shopping Campaign Can We Add Product Group

2018-08-09 Thread avnish
Hello , My Question is, Is there necessary to Add Product Group For Every AdGroup in Shopping Campaign. If yes then how we add Product Group in shopping Campaign using API. Please send me example api link of Product Group and more info about Product Group. Thanks -- --

Re: Failed to download report

2018-08-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, For Geographic view just like in the UI, you should add the *IsTargetingLocation = true or No predicate on IsTargetingLocation* while for User locations view, you could add *IsTargetingLocation IN [true,false] AND LocationType = LOCATION_OF_PRESENCE* as your predicate. See this guide

Re: I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Maxim, I had to edit your initial post as it may have contained sensitive information. You may refer to our forum posting guidelines to avoid exposing such data in the future. Moving forward, the GCLID that you

Re: I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT. I use query like "SELECT GclId FROM CLICK_PERFORMANCE_REPORT where GclId = "EAIaIQobChMIvcbA1- Sg3AIV1wIZCh0knwCDEAEYASAAEgLXgfD_BwE" DURING 20180725,20180725". It returns empty respond. I attached the screenshot by

Re: Failed to download report

2018-08-09 Thread Миша Васильев
It turned out to receive a report using such a request *Select CityCriteriaId, Clicks, CampaignName, CountryCriteriaId FROM GEO_PERFORMANCE_REPORT DURING LAST_30_DAYS*. But it's empty. Although the report Geography -> Geography in Adwords returns a lot of data, or is it different reports? --

I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT

2018-08-09 Thread Maxim
I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT. I use query like "SELECT GclId FROM CLICK_PERFORMANCE_REPORT where GclId = "EAIaIQobChMIvcbA1-Sg3AIV1wIZCh0knwCDEAEYASAAEgLXgfD_BwE" DURING 20180725,20180725". It returns empty respond. I attached the screenshot by

Re: Failed to download report

2018-08-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies for the misinformation on my previous response. The field that is required to be in every SELECT query for this report is the CountryCriteriaId . Could you add these

Re: Ads (beta) api operation limits

2018-08-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Don, Could you point me to the documentation you were referring to that mentioned that the DELETE operation has a limit of 1000? The system limits of the Google Ads API Beta should be the same with the AdWords API system limits

Re: Failed to download report

2018-08-09 Thread Миша Васильев
Thanks for the answer. I did as you said. I used the following query *SELECT CityCriteriaId, CampaignName FROM GEO_PERFORMANCE_REPORT DURING LAST_30_DAYS*. But I got this error again. I need to receive a request that contains fields of "company names" and information about cities. Thanks --

Re: Unpredictable changes bid for ad groups

2018-08-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I removed your attachment as it contains information relative to your account. I would suggest that you review our forum posting guidelines in order to avoid exposing private information into this public forum for

Re: Failed to download report

2018-08-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The Geo Performance Report is intended to get the statistics data of your campaign that is aggregated at the country/territory level. To be able to use the report, you must include at least one field

Re: How to access a campaigns targetCPA

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Using the CampaignService.get(), you will need to include the BiddingStrategyConfiguration in your selected fields then once retrieved through the Campaign object, create an

Re: INVALID_USER_INTEREST error for Affinity and In Market Audience

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Esteban, I'm afraid that there is still no workaround for this issue. You may follow our blog for any announcements or updates regarding this matter. Thanks and regards, Peter AdWords API Team On Thursday, August 9, 2018 at