Re: How can I get a list of all Client accounts using the Google Adwords API?

2016-05-11 Thread 'Joyce Lava' via AdWords API Forum
Hi, You need to declare your manager account ID as the clientCustomerId in the ads.properties configuration file. Then, you need to run the GetAccountHierarchy

Re: CampaignPerformance

2016-05-11 Thread 'Joyce Lava' via AdWords API Forum
Hi, Please see list of date ranges available. You may also want to do a Custom date range with minimum and maximum dates desired. To do this, create the DateRange and set the min and max dates. Then set it in your

Re: CampaignPerformance data with api

2016-05-12 Thread 'Joyce Lava' via AdWords API Forum
Hi, Could you please *reply privately to author* the customerId and the query being used to generate the report in the API? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ htt

Re: How can i get customer email by customerId using adwords API (ManagedCustomerService)

2016-05-12 Thread 'Joyce Lava' via AdWords API Forum
Hi, The AdWords API doesn't have a service that returns the email of the customer. Please follow the blog for updates. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Wrong results with ConversionTypeName in WhereClause

2016-05-12 Thread 'Joyce Lava' via AdWords API Forum
Hi Jonas, We support AdWords API related cases. The question is related to AdWords Scripts. Please post your question to AdWords Scripts forum Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: access keyword planner

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi, We only support AdWords API related questions. For proper handling of the above question, please post it on AdWords Product Forum . Thanks, Joyce, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Is there a Doubleclick Bidmanager API forum please?

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi, DoubleClick Bidmanager API forum is here . Thanks, Joyce, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, DistinctError.DUPLICATE_ELEMENT occurs when the request has duplicate parameters. Please check if you have duplicate parameters before making the request. If you find out that there are no duplicate or ide

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, This seems to be an issue with how suds handles Unicode in Python 2. However, as a workaround, you need to send Unicode content in a Unicode string rather than encoding it. You can change your default encoding as seen in PEP 0263

Re: error when using TargetingIdeaService to get STATS

2016-05-17 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, Sorry for the delay. Glad to hear that the DUPLICATE_ELEMENT error was fixed. For this ascii error, you can file an issue in the python client library's issue tracker to track the analysis and resolution of this problem. Th

Re: Campaign remaining/spent(used) amount

2016-05-17 Thread 'Joyce Lava' via AdWords API Forum
Hi Sachin, You can get the *Amount *and* Cost* by running the *CAMPAIGN_PERFORMANCE_REPORT *. However, the Cost will return 0 value since you are using test accounts

Re: Campaign Negatvie RLSA/User List exclusion with Adwords API

2016-05-18 Thread 'Joyce Lava' via AdWords API Forum
Hi Alex, I am glad that you found the fix for the problem above. Please let us know if you need any other help with AdWords API. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

Re: Is there a Doubleclick Bidmanager API forum please?

2016-05-18 Thread 'Joyce Lava' via AdWords API Forum
Hi, Yes, you can post your questions relating to DBM API in that forum. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=

Re: Suggested Bids

2016-05-18 Thread 'Joyce Lava' via AdWords API Forum
Hi Ezy, Please check here on how you can evaluate the chances of your ad showing based on your bid. For any other concerns regarding suggested bid and how to set your bids amount, please post your question in AdWords Product Forum

Re: Different results in Web Interface and API

2016-05-18 Thread 'Joyce Lava' via AdWords API Forum
Hi, Could you please confirm if you set the NetworkSearchParameter as "targetGoogleSearch"? If you confirmed you added it, please *Reply Privately to Author* the SOAP request and res

Re: Remaining balance

2016-05-19 Thread 'Joyce Lava' via AdWords API Forum
Hi, Currently, the AdWords API services does not return the remaining balance of the account. However, if you know the original budget, as a workaround, you can run the ACCOUNT_PERFORMANCE_REPORT to g

Re: Accounts and Campaigns selection in Java API

2016-05-19 Thread 'Joyce Lava' via AdWords API Forum
Hi, The account selected from the AdWords UI is equivalent to the one you set as clientCustomerId in the configuration file (ads.properties for Java client library). And for t

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi, Unfortunately, reports should be ran using the non-manager accounts only. AdWords API does not support reports at MCC level. If you need to gather reporting data from multiple accounts, you need to submit separate report request for each account as described here

Re: need to set bidding scheme when using target cpa?

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Sonic, BiddingStrategyType and BiddingScheme fields should be matched. I can see that you use TARGET_CPA as the BiddingStrategyType . With this, you need to set its associated BiddingScheme which is TargetCPABiddi

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi, You may refer to the AdWords API blog to check on future updates or announcements. Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelope

Re: Not able to show ads at "Universal Mobile Campaign"

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Rohan, We only support AdWords API. The above question is related to AdWords Product side (UI). Please post your question to AdWords Product Forum . Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Kaylin, First, the clientCustomerId format should be something like 123-456-7890. You might be using an incorrect clientCustomerId that's why you are receiving the AuthenticationError.CUSTOMER_ NOT_FOUND

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Kaylin, Based on the screenshot you sent, the correct clientCustomerId is 697-551-2340. You need to set this as the clientCustomerId in the configuration file (ads.properties

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-23 Thread 'Joyce Lava' via AdWords API Forum
Hi Kaylin, I am glad to hear that it worked correctly. Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~

Re: Create VIDEO campaign

2016-05-23 Thread 'Joyce Lava' via AdWords API Forum
Hi, Yes, you can create video ads with AdWords API by creating a TemplateAd , but as of the moment, it does not support creating video campaigns. Please refer to the AdWords API blog

Re: Account budget change

2016-05-23 Thread 'Joyce Lava' via AdWords API Forum
Hi, Currently, there is no AdWords API service that returns the budget updates. You can only get these information in the AdWords UI. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevel

Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-23 Thread 'Joyce Lava' via AdWords API Forum
Hi Alex, Structure Snippet Feed can be created by using FeedService and ExtensionSettingService. I saw in your code that you're using the FeedService to create it. However, you're missing the part where you need to map the feed to placeholder fields

Re: Offline Conversion and Conversion name

2016-05-24 Thread 'Joyce Lava' via AdWords API Forum
Hi Itay, It appears that you uploaded duplicate offline conversion. Though it is allowed by AdWords API to upload duplicate offline conversions (same name, gclid, and date), only the first is recorded. Please refer to the tips

Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-24 Thread 'Joyce Lava' via AdWords API Forum
Hi Alex, Sorry for the confusion. I take a look on your codes once again and saw that your doing the FeedMapping for attributeId 1 only. Based on the documentation , there is feedAttributeId "2" that yo

Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-25 Thread 'Joyce Lava' via AdWords API Forum
Hi Alex, Glad to hear that it worked correctly. Cheers, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Click Performance Report times out

2016-05-25 Thread 'Joyce Lava' via AdWords API Forum
Hi, Please *Reply Privately to Author *the customer ID that is having problems with the report definition and one customer ID that seemed not affected by the issue. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: Offline Conversion and Conversion name

2016-05-25 Thread 'Joyce Lava' via AdWords API Forum
Hi Itay, To properly understand the case, can you please confirm what conversion do you see now, is it "test" or "test-old"? In addition, please run the CLICK_PERFORMANCE_REPORT to check on the GclId <

Re: Offline Conversion and Conversion name

2016-05-26 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Itay, Have you tried to run the CLICK_PERFORMANCE_REPORT and CAMPAIGN_PERFORMANCE_REPORT I asked in the previous post? Is it also returning the "test" conversion? Is the "test-old" not returned in the reports as well? To further analyze the case, please *reply privately to author* the cli

Re: Master Data Feed

2016-05-26 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Thomas, Currently, there is no AdWords API service I know that will allow you to create a master data feed. FeedService is used to create feeds on your adGroups per campaign. However, you may try to check with

Re: How to create filter for later use through Adwords Interface

2016-05-27 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Robert, We support AdWords API related cases. The question above is related to AdWords UI. That said, please post the question on AdWords Product Forum . Best Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~

Re: Adwords not visible?

2016-05-27 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, We support AdWords API related cases. The question posted is related to AdWords UI. With this, please post the concern to AdWords Product Forum . Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=

Re: Can we upload csv files of hashed emails for Customer Match via the API?

2016-05-30 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Yang, AdWordsUserListService mutate operation is used to add emails in the user list. You can add a maximum of 10, 000 email addresses for each user list. You may refer to the J

Re: Retreive sitelink disapproval reason

2016-05-30 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, FeedItemService can be used to retrieved the DisapprovalReason of the sitelinks feed. Hope it helps. T

Re: Creating Filter for the Adwords Interface

2016-05-31 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Robert, We support AdWords API related cases. The question above is for AdWords UI. That said, please post your concern to AdWords Community Forum . Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~

Re: INVALID ID and empty trigger field when an adword was deleted.

2016-05-31 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Daniel, You may use AdGroupService.get operation to get all existing adGroup and pass the adGroupId on the TrafficEstimatorService

Re: BatchJobService mutateResponse says it uses v201603 but the response seems to be v201509

2016-05-31 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Cal-Johan, I am not sure on where did you find the XSD for v201603, but upon checking on the BatchJobService wsdl, it shows the part: The API error base class that provides details about an error that

Re: Can we upload csv files of hashed emails for Customer Match via the API?

2016-06-01 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Yang, You don't need to add 100 separate list. You could create one CrmBasedUserList. The first call, which is the mutate, creates the CrmBasedUserList, with no members. The subsequent calls are to mutateMembers, which can then add people to the existing list up to 10,000 per operation/requ

Re: Getting Transaction history / billing balance through the API

2016-06-01 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, Currently, getting the Transaction History/Billing Balance is not supported by AdWords API. The only way to get this is through the UI. However, you may check on the AdWords API blog to see future updates and announcements. Best Regards, Joyce, Ad

Re: Feed Item Approval Speed

2016-06-01 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Ryan, Most of the ads are reviewed within 1 business day . However, you may check if Ad Customizer can be a help for you if you need to update some informati

Re: API Workshops: Which locations host the technical workshops?

2016-06-01 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, Please refer to this page to see what kind of workshop is available per location. Let me know if there are other concerns. Cheers, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: Controlling Adwords accounts via the API in a third-party user interface

2016-06-02 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Ben, We support AdWords API related cases. The question above regarding third-party system to operate AdWords accounts may be answered in the AdWords Community Forum . Best Regards, Joyce, AdWords API Team --

Re: AllConversionValue no value

2016-06-02 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, Please make sure that fields with Double data type are used only with LESS_THAN and GREATER_THAN operators in the query to generate the report. This is to avoid accuracy issues on AllConversionValue

Re: INVALID ID and empty trigger field when an adword was deleted.

2016-06-03 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Daniel, Glad to hear that I was able to give help. Please let us know if you need any other help in using AdWords API. Cheers, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: BatchJobService mutateResponse says it uses v201603 but the response seems to be v201509

2016-06-03 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Carl-Johan, Sorry for the delayed response. The engineering team is working on this issue. We will let you know about any updates once available. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Re: Getting OperatorError.OPERATOR_NOT_SUPPORTED in exception using Google Api v201603 PHP library

2016-06-03 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, To investigate the case, could you please send me *privately *the SOAP XML request and response by clicking *Reply Privately to Author*? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: BatchJobService mutateResponse says it uses v201603 but the response seems to be v201509

2016-06-03 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Carl-Johan, The engineering team is looking into the issue. If there is any update, we will inform you as soon as possible. Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Text Ad headline character limit is 25 characters. But the text ads that I see in Google Search results has headline of upto 69 characters. How is that possible?

2016-06-08 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Domadia, Please confirm if the question above is for headline character limit or description line 1 and description line 2 limits. Also, to investigate further on the case, please send us the screenshot of this TextAd by clicking *Reply Privately to Author.* Best Regards, Joyce, AdWords API

Re: BatchJobService mutateResponse says it uses v201603 but the response seems to be v201509

2016-06-08 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Carl-Johan, The engineering team is actively investigating on the issue. Let me check with them about any updates they can provide as of the moment. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Re: How long for bidding and targeting updates to propogate?

2016-06-08 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Beej, We do not provide guarantees on how bid or targeting changes take into effect as it depends on how heavily the service is being used by other users. However, the changes are being processed as quickly as possible. Best Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: BatchJobService mutateResponse says it uses v201603 but the response seems to be v201509

2016-06-08 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Carl-Johan, As of the moment, there is no news yet. But I assure that will let you know as soon as possible if there is any update. Will try to check on them again by Friday. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Municipalities returned as cities, but are actually regions

2016-06-09 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Tiana, Could you please send the SOAP request and response? Please make sure to click on *Reply Privately to Author*. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot

Re: Text Ad headline character limit is 25 characters. But the text ads that I see in Google Search results has headline of upto 69 characters. How is that possible?

2016-06-09 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Stacie, Expanded Text Ads are currently for Test Accounts only. Hi Domadia, Could you please send the SOAP request and response of the text ads in question? Please make sure to click *Reply Privately t

Re: How a client can make payment

2016-06-10 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, Billing setup is not supported by AdWords API. It is done only via the AdWords UI. Please post the question above in AdWords Community Forum . Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~

Re: What is a CampaignError.CANNOT_MODIFY_FOR_TRIAL_CAMPAIGN?

2016-06-10 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, Could you please *reply privately to author* the SOAP request and response? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/pos

Re: What is a CampaignError.CANNOT_MODIFY_FOR_TRIAL_CAMPAIGN?

2016-06-10 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Markus, Can you confirm the questions below to help better understand the case? 1. Do you have Campaign Drafts and Experiments based on some campaigns which you renamed? 2. If the answer in item#1 is yes, di

Re: ADWORDS support

2016-06-15 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Jeffrey, This forum is for AdWords API related cases. Since the concern above is related to billing, please post your question to AdWords Product Forum . Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=

Re: Differences between similar fields in UserList and CriterionUserList entities

2016-06-15 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Al, Please see below differences for each field in each service: *CampaignCriterionService.CriterionUserList .userListEligibleForSearch* - is used to manage campaign-level criteria*.

Re: Can manager accounts get all his Account Performance Report

2016-06-16 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, AdWords API does not support report at MCC level. If you need to generate report data from multiple accounts , you need to submit separate report requests. Best Regards, Joyce, AdWords API Team

Re: Pause Campaign Criterion

2016-06-19 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Nitzan, Unfortunately, you cannot update a campaign criterion. You need to use the REMOVE operator to remove the criterion as a workaround. Please let me know if this helps. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: DEVELOPER_TOKEN_NOT_APPROVED error

2016-06-19 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, DEVELOPER_TOKEN_NOT_APPROVED occurs when using an unapproved developer token to make calls against a production manager account. Could you please *reply privately to author* the man

Re: DEBUG: Did not load optional configuration file log exception for every request

2016-06-19 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, Please open a new forum case if you still encounter any issues as this thread is already old. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goog

Re: Pause Campaign Criterion

2016-06-19 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Nitzan, I would like to clarify if my understanding is correct. What you need to do is to pause the *Campaign* status and not the *CampaignCriterion* status. My previous response refers to updating the *CampaignCriterion*. However, if you need to set the campaign status as *PAUSED*, then yo

Re: Environment 'PRODUCTION' does not support version 'v201603'

2016-06-20 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Sachin, Could you please *reply privately to author* the SOAP request and response to further investigate the case? Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:/

Re: Differences between similar fields in UserList and CriterionUserList entities

2016-06-20 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Al, To answer your question above, what I am aware of is, userListEligibleForSearch in CriterionUserList is read only based on the documentation . With that

Re: How do you find available customer IDs?

2016-06-20 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, You may use the manager account (MCC) ID as the clientCustomerId in the configuration file when running this example

Re: Differences between similar fields in UserList and CriterionUserList entities

2016-06-21 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Al, I have confirmed that AdGroupCriterionService.CriterionUserList.U serListEligibleForSearch field is read only. When CriterionUserList refers to any Adwo

Re: Error java- operations[4].operand.biddingStrategyConfiguration

2016-06-23 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, Please refer to this forum discussion . Please check also the documentation

Re: Unable to create product partition

2016-06-23 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Tejendra, I saw that there is a new thread for the above concern. Let us continue the discussion in the new thread . Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Differences between similar fields in UserList and CriterionUserList entities

2016-06-23 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Al, Yes, you are correct. The explanation provided in the previous post applies with the *userListEligibleForDisplay* and *userListEligibleForSearch* fields of *CampaignCriterionService* and *AdGroupCriterionService* as well referenced to AdwordsUserListService.UserList. Thanks and Regards,

Re: AdWords Call Tracking - API

2016-06-24 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Chandu, You may use Call Metrics Call Details Report to get the information like CallerCountryCallingCode

Re: Accounts are not linking

2016-06-24 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, I noticed that you posted the same question on another forum discussion . Please wait for the response on that thread. Thanks, Joyce, AdWords API Team -- -

Re: Get the current Email address after Adwords Account link to my program

2016-06-26 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Joven, Currently, there is no AdWords API service that returns email address of the customer. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.googl

Re: Delete campaign extensions (site links)

2016-06-29 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Imran, To delete Ad extensions on a campaign, you only need to set the campaignId and extensionType

Re: Delete campaign extensions (site links)

2016-06-29 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Imran, Sorry for the confusion but unfortunately, AdWords API does not support deleting the sitelinks one by one or by list from the *campaign level*. However, as a workaround, after performing the steps in my previous post (will result on deleting all ad extensions with extensionType = site

Re: Can we upload csv files of hashed emails for Customer Match via the API?

2016-06-30 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Yang, As far as I know, BatchJobService does not support UserListOperation . Please refer to this page

Re: Delete campaign extensions (site links)

2016-07-03 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Imran, After further investigation using my test account, you can use the SET operator instead of REMOVE. Since you need to retain other sitelinks (and their statistics) in the Ad Extension associated in the campaign, you can do a SET with all the extensionSetting you want to keep and all ot

Re: keywords

2016-07-05 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Eshwar, Could you please *reply privately to author* the SOAP request and response? Best Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsD

Re: .Not_Ads_User

2016-07-06 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, The NOT_ADS_USER error occurs when the login used to generate the access token is not associated with any AdWords account. Please make sure to provide the correct client credentials in the conf

Re: Pending approval basic access.

2016-07-06 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, Could you please *reply privately to author* the MCC ID? Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~

Re: Pending approval basic access.

2016-07-07 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, You can contact the Compliance Team regarding the token access application status. Thanks and Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Re: Differences between similar fields in UserList and CriterionUserList entities

2016-07-07 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Al, I apologize for the misunderstanding. In the original posts you were asking if *AdwordsUserListService.UserList.isEligibleForSearch * determines the value of the *AdGro

Re: Issue with results from performance report returning wrong value

2016-07-10 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, The Cost and CostPerConversion and other currency related fields are of type Mon

Re: filtering keywords from Keywords Performance Report

2016-07-10 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Arnab, Glad to hear that you found the answer to your concern. Best Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=

Re: Adwards platform

2016-07-10 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Praveen, This forum supports AdWords API related cases. The above question is related to AdWords product side. Please post your question to AdWords Community to properly handle the case. Thanks and Regards, Joy

Re: QuotaCheckError.INVALID_TOKEN_HEADER. How to check what the issue is?

2016-07-12 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Manu, Could you please provide the actual login email that was used when requesting developer token and the actual login email of the test manager account? Please make sure to use *Reply Privately to Author* when sending these information. Thanks and Regards, Joyce, AdWords API Team -- --

Re: QuotaCheckError.INVALID_TOKEN_HEADER. How to check what the issue is?

2016-07-12 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Manu, Thanks for the information. INVALID_TOKEN_HEADER error occurs when the developer token is not set on the request or it contains a typo. The cause may also be an incorrect namespace of t

Re: API Specification

2016-07-12 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Simran, There is no specific difference on the two that I am aware of since TargetingIdeaService is offered to achieve similar goals as the Keyword Planner has. However, there are some instances that the results

Re: Apiadwords

2016-07-13 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Jerome, To better understand the question above, could you please provide more details on the concern about scheduling? Do you mean Ad Scheduling , FeedItemSchedule

Re: API issue when creating video ad

2016-07-13 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Tuong, AdWords API does not support creating or editing video campaigns at this time; video campaigns are currently supported in AdWords API reports. With that said, you cannot modify a video campaign using other API services. However, you should be able to create a video ad using TemplateAd

Re: Apiadwords

2016-07-14 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, You can try the SetBidModifier.php (PHP client library example code) to create an AdSchedule

Re: Removing members from a Crm user list with user list service's mutateMembers?

2016-07-17 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, To better analyze the issue you encountered, I would need the SOAP request and response. Could you please send them to me by clicking* reply privately to author*? However, regarding the removal of members from the CrmBasedUserList

Re: Adwords Conversions

2016-07-17 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Sean, To have a better understanding on the case, could you please confirm if you have followed the guide for conversions on website ? If yes, could you please provide the SOAP request and res

Re: Customer account report

2016-07-18 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hello, Yes, AdWords API does not support report generation using a manager account. If you need to gather report data using multiple accounts , you will need to submit a separate report request for e

Re: Removing members from a Crm user list with user list service's mutateMembers?

2016-07-18 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi, I understand that the issue in your case could not generate the SOAP request and that it worked for ADD operator. However, just to help more on the analysis, could you also confirm if you are using this example code

Re: Different results from API and UI

2016-07-18 Thread &#x27;Joyce Lava&#x27; via AdWords API Forum
Hi Jennifer, Could you please send to me the report query and clientCustomerId you are using in AdWords API and the report generated in AdWords UI to help me investigate further on the case? Please use *reply privately to author* when sending these information. Best Regards, Joyce, AdWords API

  1   2   3   4   >