Re: AdCustomizer association

2018-10-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Caihua, Since there is no direct way to achieve this, you can just reverse engineer the process mentioned in the ad customizers guide. You can use the AdCustomoizerFeedService.get()

Re: Error message not in manual

2018-10-24 Thread makoto . kmy
Hi, I replyed in private mode. Could you confirm reply for private mode? Many Thanks, 2018年10月24日水曜日 16時13分36秒 UTC+9 Peter Oliquino (AdWords API Team): > > Hi, > > Could you provide the complete SOAP request and response logs that were > generated when you encountered the error? You may reply

no campaigns

2018-10-24 Thread RAN HU
using test account, create some test campaigns calling api, but no campaigns { totalNumEntries: 0, 'Page.Type': 'CampaignPage' } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Campaign Status on Ad Performance Report

2018-10-24 Thread Douglas Silva
It is possible to get the campaign status ( Ended, Serving ) while using Ad Performance Report Currently on my application it only return 'Enabled' or 'Paused' -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

UserListError.CAN_NOT_MUTATE_SENSITIVE_USERLIST when attempting to mutate a user list

2018-10-24 Thread alex
Hi, I'm trying to track down the cause of exceptions raised when trying to update a user list on behalf of a partner. The update to the list occurs daily and succeeded up until today, when I got back the error in the question title. I see that there's been a recent change

no Campaign

2018-10-24 Thread RAN HU
using test account, add some campaigns try to call CampaignService.get got this { totalNumEntries: 0, 'Page.Type': 'CampaignPage' } why there is no campaigns -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Failed to use pending developer token against test account

2018-10-24 Thread bill
We were able to work around this issue by using the Google AdWords API to create a test managed customer account using ManagedCustomerService to ADD the new ManagedCustomer. *Sample Code* https://developers.google.com/adwords/api/docs/samples/java/account-management *ManagedCustomerOperation*

no campaigns

2018-10-24 Thread ran . hu
using test account, add some campaigns try to call CampaignService.get got this { totalNumEntries: 0, 'Page.Type': 'CampaignPage' } why there is no campaigns -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

UserListError.CAN_NOT_MUTATE_SENSITIVE_USERLIST due to Customer Match policy?

2018-10-24 Thread alex
I'm getting this exception when trying to mutate a user list. I have updated this list daily without failure up until today. Is the change to the Customer Match policy the culprit, or could it be something else? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Triggering UNEXPECTED_INTERNAL_API_ERROR all day today

2018-10-24 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Li-Xing, If you're encountering any error, please provide your clientCustomerId, and complete SOAP request and response logs so I can further investigate the issue. You can send it to me via *Replay privately to author*. Thanks, Luis AdWords API Team On Thursday, October 25, 2018 at

AdCustomizer association

2018-10-24 Thread Caihua Du
Hey there, I have a question about AdCustomizer. As we know AdCustomizer is kind of a library concept where it only defines some metadata in the FeedItem and substitution will happen if the criterion (let's say the targetkeyword) is met. I am wondering if there is any API that we can use to

Triggering UNEXPECTED_INTERNAL_API_ERROR all day today

2018-10-24 Thread lixing
Does anyone know what is going on? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API

Re: Youtube placements to be removed from URL Performance report

2018-10-24 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Philip, The youtube video Id is not supported in this report type. However, it is possible to retrieve the youtube Id in the Video Performance Report via VideoId

Re: Clearing existing PriceUnits of a PriceTableRow

2018-10-24 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Frank, Looks like the priceunit is not updating properly. I will share the concern with our team and let you know once I have more information on this. Regards,

Re: Is the Auction Insights data available via API?

2018-10-24 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Anton, It is an old thread, please create a new thread going forward as that will help us keep better track of the issues. Could you please confirm whether you are using AdWords API to download the

Re: BudgetOrderService and DateRange

2018-10-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The daterange field is only used by the report download service. For all other services, it is ignored. You could filter based on the BudgetOrder.startDateTime

Re: Developer token is not approved for a test account

2018-10-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pankaj, Could you please share the complete report definition so that I can troubleshoot the issue. You can use 'Reply privately to author' option while responding. Thanks, Milind, AdWords API

Re: From service to JSON

2018-10-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Osso, I am afraid that you will get the data in XML format only. However, you could convert the response in XML to JSON at your end. Please find the sample examples from the stack overflow, which might be

Re: Can't get data from Test Adwords account . getting AuthorizationError.USER_PERMISSION_DENIE

2018-10-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you please continue the discussion on that thread to avoid the duplication? Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Strange Zero in Criteria Performance Report

2018-10-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Peter, Could you please share the report definition along with the client customer id so that I can troubleshoot the issue. Also, please share the UI screenshot to which you are mapping the report.

Re: Not able to use test account. Getting USER_PERMISSION_DENIED error

2018-10-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you confirm if you were logged in as the test gmail account when manually accepting the prompt? If yes, were you making the API call against the test manager account? Since the test gmail account has only access to the test manager, you can make the API calls against that manager

Re: BudgetOrderService and DateRange

2018-10-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, I deleted your post as it contains your confidential information such as billing information. In the future, you may refer to this post for guidelines on posting in this forum On

SOAP error with Marketing API

2018-10-24 Thread dreambani
Hi! We're using google marketing api on our customer's behalf, and been having issues loading info for one of the banners he manages. Here's a screenshot, out client provided, that shows a banner by id 299082079370

Re: Update the status of a CrmBasedUserList from Closed to Open

2018-10-24 Thread GregT
Hi, Dannison. For our situation, there's not much to show in the way of SOAP logs. The issue is that in our test account, all remarketing audiences get closed quickly, making them unusable in tests (if you try to add them to an ad group, you get a CriterionError.CANNOT_ADD_CLOSED_USER_LIST

Re: Youtube placements to be removed from URL Performance report

2018-10-24 Thread pkwong
Hi Luis, Thanks for the response. When we tried the Placement Performance report are not able to get back the Youtube Videos that were served to. In the report managed placements are returned at the channel level (we almost exclusively target channel placements). Automatic placements in the

Re: Preventing Grouping of Similar Keyword using TargetingIdeaService

2018-10-24 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sam, Unfortunately, there is no guarantee that the TargetingIdeaService will offer exactly identical results to the keyword planner on the web interface. The Targeting Idea Service may return the

Re: Change of Error Types When Attaching Bidding Strategies

2018-10-24 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Dorian, I've got confirmation that, going forward, the error message for such a scenario is now *OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE* instead. Best, Thanet, AdWords API Team On Monday, July 30, 2018 at 5:48:00 PM UTC+9, Dorian Kind wrote: > > Hi, > > we run daily integration test

Strange Zero in Criteria Performance Report

2018-10-24 Thread peter po
Hi, I have encountered some issues in using Criteria Performance Report for a Video Campaign in Adwords API. I found impression is all zero for different criteria types such as Age, Gender, Income Range and Keywords. However it can show the correct total impressions. Also, when I run Age Range

Can't get data from Test Adwords account . getting AuthorizationError.USER_PERMISSION_DENIE

2018-10-24 Thread ragi via AdWords API and Google Ads API Forum
This is what I have done - Created a new gmail account (call it produ...@gmail.com) and created Production Manager Account using this new gmail account - Created a new gmail account (call it testu...@gmail.com) and created a Test Manager Account with this new gmail account - Created a set of

Strange Zeros in Criteria Performance Report

2018-10-24 Thread peter po
Hi, I tried to use criteria performance report in google ads API for a video campaign, however it shows all zero impression for all criteria types (e.g. Age, Gender, Income Range, Keywords), however the total impression is correct (e.g. 20K impressions in this case). And when I run another

Clearing existing PriceUnits of a PriceTableRow

2018-10-24 Thread boer
When trying to clear an existing PriceExtensionPriceUnit it won’t update. According to the API reference NONE is used to clear the unit, but this is not the case. The same behaviour can be seen in the Google Ads interface. After changing and saving the existing PriceExtensionPriceUnit (see

Not able to use test account. Getting USER_PERMISSION_DENIED error

2018-10-24 Thread ragi via AdWords API and Google Ads API Forum
This is what I have done - Created a new gmail account (call it produ...@gmail.com) and created Production Manager Account using this new gmail account - Created a new gmail account (call it testu...@gmail.com) and created a Test Manager Account with this new gmail account - Created a set of

Strange Zeros in Criteria Performance Report

2018-10-24 Thread peterpo
Hi Google Ads Support, I have encountered some issues in using Criteria Performance Report for a Video Campaign in Adwords API. I found impression is all zero for different criteria types such as Age, Gender, Income Range and Keywords. However it can show the correct total impressions. Also,

From service to JSON

2018-10-24 Thread Osso romain
Hey, i'm using the adword api for a while but only for a reporting purpose. Presently to extract the "structure" of my ads, adgroups, campaigns etc. I'm using the python SDK. My question is how could I save the datas I get from a service as " AdGroupAdService " in JSON ? Is there a

Strange zeros in Criteria performance Report

2018-10-24 Thread peter po
Hi, I have encountered some issues in using Criteria Performance Report for a Video Campaign in Adwords API. I found impression is all zero for different criteria types such as Age, Gender, Income Range and Keywords. However it can show the correct total impressions. Also, when I run Age Range

BudgetOrderService and DateRange

2018-10-24 Thread Максим Пахряев
First I try to get a list of BudgetOrders: $budget = $google->service(BudgetOrderService::class)->getService()->get(new Selector([]))->getEntries()[0]; Result: BudgetOrder {#809 ▼ #billingAccountId: "6336-6732-8965-7177" #id: 244991604 #billingAccountName: "AdWords 180-330-1125"

Re: Google Ads Promotion Code Redeem

2018-10-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Henry, My apologies as there is no way via the AdWords API to retrieve the information you need. Best regards, Peter AdWords API Team On Wednesday, October 24, 2018 at 4:48:44 PM UTC+8, henry wrote: > > Hi Peter, > > I know there is a way to do that in AdWords UI but the problem is that I

Re: How to filter active accounts

2018-10-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, Download time may vary depending on the volume of data you are trying to retrieve and also through certain network factors. Best regards, Peter AdWords API Team On Wednesday, October 24, 2018 at 4:52:14 PM UTC+8, David Feng wrote: > > Hi Peter, > Thanks for your reply.But I spent 3.3

Re: INVALID_MOBILE_APP when creating negative placement for 10001-ca-gmail appid

2018-10-24 Thread david
ost Conversions ConversionValue CampaignStatus EQUALS ENABLED AdGroupStatus EQUALS ENABLED 20181024 20181024 AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT CUSTOM_DATE XML Using the full domain "mobileapp::10001-ca-gmail" gives the sam

Re: How to filter active accounts

2018-10-24 Thread David Feng
Hi Peter, Thanks for your reply.But I spent 3.3 seconds to get a account's cost,the time is long. I want to know if this time is normal? 在 2018年10月24日星期三 UTC+8下午3:58:26,Peter Oliquino (AdWords API Team)写道: > > Hi David, > > Unfortunately, there is currently no feature or service in the AdWords

Re: Google Ads Promotion Code Redeem

2018-10-24 Thread henry
Hi Peter, I know there is a way to do that in AdWords UI but the problem is that I cannot do it that way. I have way too many accounts to manage; I would want to user API to automate this detection and notify users. I guess their isn't another way to detect if a promotion code is redeemed via

Re: Google Ads Promotion Code Redeem

2018-10-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Henry, The difference that you see may also originate from other sources, such as the adjustments mentioned in this documentation . This however, cannot guarantee or provide you with an exact value or percentage as to which

Re: How to filter active accounts

2018-10-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, Unfortunately, there is currently no feature or service in the AdWords API that may allow you to distinguish whether an account's status is active or inactive. You may follow our blog for any announcements if and when

Re: Google Ads Promotion Code Redeem

2018-10-24 Thread henry
Hi Peter, The current way I use to determine if the promotion credit is redeemed is to use the adjustments and check if the adjustments matches or above the spending of the past 30 days. Is this method that I am using currently the only way to check if the promotion credit is possibly

Re: How to filter active accounts

2018-10-24 Thread David Feng
I am using Account Performance Report to get account's test 在 2018年10月24日星期三 UTC+8下午2:38:12,David Feng写道: > > > Hi Google team, > > Our company has more than 500 advertising accounts, and I want to get the > daily advertising costs for each account. > > After testing, it takes 3.3 seconds to

Re: Google Ads Promotion Code Redeem

2018-10-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Henry, My apologies as promotion credit information is currently not available via the AdWords API. Best regards, Peter AdWords API Team On Wednesday, October 24, 2018 at 12:04:56 PM UTC+8, henry wrote: > > Hi Google Ads Support, > > I am wondering if their is a way to find out if the

Re: Error message not in manual

2018-10-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you provide the complete SOAP request and response logs that were generated when you encountered the error? You may reply using the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team On Wednesday, October 24, 2018 at 2:09:18 PM UTC+8, makoto@gmail.com

Preventing Grouping of Similar Keyword using TargetingIdeaService

2018-10-24 Thread Sam Green
Hi, Thanks for all the work on the AdWords API - it's amazing. I have a question on the grouping of keywords using TargetingIdeaService, in particular related to historical search volumes - is there a way to determine via the API where the keywords are grouped? Is it possible to prevent this?

How to filter active accounts

2018-10-24 Thread David Feng
Hi Google team, Our company has more than 500 advertising accounts, and I want to get the daily advertising costs for each account. After testing, it takes 3.3 seconds to get an account. However, many of these accounts have no cost or are no longer in use. How do I distinguish between

Re: Update the status of a CrmBasedUserList from Closed to Open

2018-10-24 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Joana/Greg, The user list status should not be affected with the membershipLifeSpan , it has also nothing to do with low volume. Could you provide the complete SOAP

Re: Alternate to yaml file

2018-10-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Shiv, Since you are using a client library for your operations, our recommendation would be to refer to the yaml file in accordance to the current standard. With this, we can ensure the security of your credentials as it will avoid being maintained anywhere in your code. However, should

Error message not in manual

2018-10-24 Thread makoto . kmy
Dear AdWords API Team, What does this error message mean? 『ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA』 Many Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/