Re: Trying to get performance report on individual Display Ads across Placements

2017-08-07 Thread Garik Tate
Hey Vincent, I filtered the CriterionType down to just placements (I'm using PHP with selectors). $selector->setPredicates([ new Predicate('CriterionType', PredicateOperator::IN, ['PLACEMENT']) ]); But the reports are showing up blank. I think it's because my campaigns use

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Garik, It is good to hear that I am able to help. You can do something like this in your query: String query = "SELECT CampaignId, AdGroupId, Description, Headline, CriterionType, " + "Impressions, Clicks, Cost FROM AD_PERFORMANCE_REPORT " + "WHERE *CriterionType =

Re: Edit userlist targeting

2017-08-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, It is not possible to set the UserStatus to REMOVED using a SET operation. You can only set the UserStatus to ENABLED or PAUSED in a SET operation. To remove an

Re: How to check conversion which are imported from GA

2017-08-07 Thread Eric Maas
Is there a special way that we need to make the call to see the Google Analytics conversion trackers? From what we're seeing, they are not returned. I also found this, but it is over a year old:

Re: How to exclude placements with PHP APIs ?

2017-08-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Maferyt, Could you provide me your PHP code and the SOAP request and response and reply via *Reply privately to author* so I can further investigate? Also, if you haven't enabled SOAP logging at your end, you may refer to this guide

Operations with "is_exemptible" are not exemptible

2017-08-07 Thread naphat . theerawat
Hi *AdWords API Support*, Please kindly answer the following questions: *Question #1:* I am having trouble trying to exempt operations marked with the following error details: *api_error_type:* PolicyViolationError *external_policy_name:* Products obtained from endangered or threatened

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-07 Thread Garik Tate
Wow! So long as I can still track performance (things like Impression, Clicks, Cost) I think that might be the solution! :D How do you set the Criterion Type to Placement? Is there any sample code for that? On Monday, August 7, 2017 at 2:36:03 PM UTC+8, Vincent Racaza (AdWords API Team)

Re: Which keyword (states) are included in SEARCH_QUERY_PERFORMANCE_REPORT?

2017-08-07 Thread Zweitze
Hi Shwetha, Thanks for your answer. Indeed I'm looking to set up a predicate on the keyword status, the same way I can set up a predicate on group and campaign status, to ensure that all keywords are included. Why? In other reports of AdWords API, over the years, when you did NOT set a

Re: How can I get developer token to test api in test account adwords?

2017-08-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sathish, You must have a production(non-test) AdWords manager account to apply for access to the API. You can create one by following these instructions . You'll only see the *AdWords API Center* link if you've logged in to a production

Re: Which keyword (states) are included in SEARCH_QUERY_PERFORMANCE_REPORT?

2017-08-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The Status field in AdWords API reports provide the status of the main object in a row. Since the Search Query Performance Report is aggregated at the search terms level, there isn't a status associated with the search term as such. I'll convey your request to add these features to the

Access Opportunities via API

2017-08-07 Thread vineet
Hi, Request for your your to share the API to access Opportunities. Kindly help. Regards, Vineet Shukla -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

ERROR_GETTING_RESPONSE_FROM_BACKEND.messages

2017-08-07 Thread MdV
Hi team.Can you Since last night we are getting ERROR_GETTING_RESPONSE_FROM_BACKEND messages when downloading PLACEMENT_PERFORMANCE_REPORTs with yesterday's data for about 50 accounts. Restarting doesn't seem to help. API version: V201609 Fields being queried: DATE , ID, CAMPAIGN_ID,

Dynamic ad targeting error

2017-08-07 Thread Alex Singh
Dear member, I'm setting up a dynamic ad targeting for one of my clients and I have no idea why I am being showing this error "Bid has too many fractional digits" Can somebody explain this to me? Thanks -- **This email and any files transmitted with it are confidential and intended solely

Re: Dynamic ad targeting error

2017-08-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Alex, Could you confirm if you are using the AdWords API? In regards to the error message, if your value is not an exact multiple of the minimum unit of your account's currency, it will generate the BID_TOO_MANY_FRACTIONAL_DIGITS

Re: Access Opportunities via API

2017-08-07 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vineet, Currently, the Opportunities feature is not yet supported in AdWords API. You can follow our blog for any future updates like new releases. However, the AdWords API supports bid landscapes

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-07 Thread adwordsapiadvisor+vracaza via AdWords API Forum
Hi Garik, The Placement Performance Report will only show the data per campaign and ad group levels as the placement can only be added as criterion in campaigns and ad groups. However, you can use

Re: Get gender field from GENDER_PERFORMANCE_REPORT

2017-08-07 Thread adwordsapiadvisor+vracaza via AdWords API Forum
Hi Michael, You can check here for the list of all attributes and metrics of the Gender Performance Report. For the gender field (Male/Female), you can add the Criteria

Re: How to exclude placements with PHP APIs ?

2017-08-07 Thread Maferyt Letakol
Hello guys, Thanks for your answers, but I still can't make it work :/ I also tried with $operator = 'SET'; but it does nothing too. I've changed : $adGroupCriterion = new \NegativeAdGroupCriterion(); $adGroupCriterion->adGroupId = $criterion['adGroupId']; $adGroupCriterion->criterion = new

Re: Oauth2 with Test Service Account

2017-08-07 Thread John Reynolds
I know this thread is old, but have a similar request. We do Administer our Google Apps domain and would prefer to have this all linked back to it. I setup the Service Account in the developer console and downloaded the JSON. That all seems to load fine. Per the documentation, inside the G

Re: AdWords API access with service account set up

2017-08-07 Thread John Reynolds
Justin, can you share how you got this working? Thanks! On Wednesday, April 15, 2015 at 10:50:23 AM UTC-7, Justin Coon wrote: > > I was able to implement a service account, and while not extremely easy, > there are guides on how to do it, and they are a bit confusing in parts. I > love it

Re: Filter BID_GOAL_PERFORMANCE_REPORT at campaign level or adgroup level

2017-08-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sandeep, As far as I know, the CampaignId and AdGroupId fields were not really available in the Bid Goal

Edit userlist targeting

2017-08-07 Thread rafa . romero
Hi! I'm trying to edit the STATUS of audience remarketing lists but despite I'm not getting any error, the change is not being made on Adwords. This is the code that I'm using (I'm working with java/grails) def adwordsServcices = new AdWordsServices() def

AuthenticationError.NOT_ADS_USER - Java SDK setServiceAccountUser missing?

2017-08-07 Thread John Reynolds
I'm having issues getting a Service Account to access our MCC account. I have followed all of the setup steps in the guide, here: https://developers.google.com/adwords/api/docs/guides/authentication#oauth2_service_accounts I have the app created in the Dev Console and have placed the JSON in my

Edit userlist targeting bid adjustment

2017-08-07 Thread rafa . romero
Hi! I'm trying to edit the bid adjustment but despite I'm not getting any error, the change is not being made on Adwords. This is the code that I'm using (I'm working with java/grails) def adwordsServcices = new AdWordsServices() def adGroupCriterionService =

Re: Edit userlist targeting

2017-08-07 Thread rafa . romero
We are getting the "INVALID_USER_STATUS" error, but the UserStatus is being created well, we have checked it: new UserStatus(status) El lunes, 7 de agosto de 2017, 18:11:37 (UTC+2), rafa@rocketroi.com escribió: > > Hi! > > I'm trying to edit the STATUS of audience remarketing lists but

Re: Operations with "is_exemptible" are not exemptible

2017-08-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Naphat, Could you provide the SOAP request and response logs for the AdGroupAdService.mutate() request in which you are trying to submit exemption requests for the PolicyViolationError? Please use *Reply privately to author* when responding. Regarding question #2, I would suggest that you

Re: Edit userlist targeting bid adjustment

2017-08-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that you have set the validateOnly header to true in the request. When this header is set to true, the request is validated but not performed. If there are no errors returned in the response, it