About Dynamic Search Ads Setting

2018-01-17 Thread take
Dear AdWords API team, We are version up API from v201705 to v201710. As Migration Guide (v201708), when creating campaign, dynamic search ad setting is *required*. (https://developers.google.com/adwords/api/docs/guides/migration/v201708) And in Migration Guide (v201710), any changes of

Re: Is there a way to do this? attached image

2018-01-17 Thread Ken Dan Tinio
I already solved my problem. Here is what I did. // Create report query to get the data for last 7 days. $reportQuery = 'SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, ' . 'Impressions, Clicks, Cost FROM CRITERIA_PERFORMANCE_REPORT ' . 'WHERE

How to get all adgroups with campaign status enable and pause?

2018-01-17 Thread Ken Dan Tinio
$selector = new Selector(); $selector->setFields(['Id', 'Name', 'Status', 'CampaignId', 'CampaignName']); $selector->setOrdering([new OrderBy('Name', SortOrder::ASCENDING)]); $selector->setPaging(new Paging(0, self::PAGE_LIMIT)); I have this so far. I have already retrieved all

Re: UNEXPECTED_INTERNAL_API_ERROR for AdGroupCriterionService

2018-01-17 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Nima, Thank you for providing these details. Based on your SOAP logs, you should use the userInterestId instead of the id field because this is a required field

Re: Placement targeting a specific page misinterpreted as a site section

2018-01-17 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Johnny, I can confirm that adding this specific placement URL (https://www.washingtonpost.com/news/get-there/wp/2018/01/09/the-great-social-security-benefits-debate-take-it-early-or-wait/) will generate an error in the AdWords API. However, when I also tried to add this placement URL in

Re: Base AdGroup Id with zero values for Audience Performance reports

2018-01-17 Thread makoto . kimura
For future readers: The answer from adWords team was: "For campaign level user list criteria, the BaseAdGroupId will always be 0." That was my case. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Ad Performance Report - MediaId

2018-01-17 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, You can use the EnhancedDisplayCreativeMarketingImageMediaId and EnhancedDisplayCreativeMarketingImageSquareMediaId

Placement targeting a specific page misinterpreted as a site section

2018-01-17 Thread Johnny Brown
Hi, When I try to create a placement criterion for this URL: https://www.washingtonpost.com/news/get-there/wp/2018/01/09/the-great-social-security-benefits-debate-take-it-early-or-wait/, the adwords API returns a `CriterionError.INVALID_FORMAT_FOR_PLACEMENT_URL`. However that URL resolves

Ad Performance Report - MediaId

2018-01-17 Thread yuval
I want to use the results of Ad Performance Report to determine the best image ads in a campaign, and then duplicate them to other campaigns. I can't seem to obtain the mediaId from the ad performance report, the field isn't listed here:

0 Results on getting all campaigns.

2018-01-17 Thread Arnau Castelltort
We configured the Manager account, and linked it to the production account. When we try to get all the campaigns we have 0 results. Our adsapi_php.ini file contains all the data: developerToken, clientCustomerID, clientID, clientSecret and refreshToken. Also in the PHP app we're adding the

Re: Changing Network Settings in Draft

2018-01-17 Thread Nick R.
Thanks Vincent - you're totally right. I misunderstood NetworkSetting for being a criterion rather than a field in Campaign objects. Thanks for your response! On Wednesday, December 20, 2017 at 10:45:32 PM UTC-6, Vincent Racaza (AdWords API Team) wrote: > > Hi Nick, > > Could you confirm on

Re: single account listing in GetAccountHierarchy php

2018-01-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The code sample linked will return the account hierarchy under the current account specified. Could you enable logging and share us the SOAP request and response logs along with the client customer id? Please use *Reply privately to author* option to provide the details. Regards,

Re: CriterionUserInterest

2018-01-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Nima, Could you double check if the *xsi_type* of the criterion is set in your code? If yes, could you enable logging and share the complete SOAP logs? Please make sure to redact all the sensitive information in your logs. If you need instructions to enable logging, please check the README

Re: UNEXPECTED_INTERNAL_API_ERROR for AdGroupCriterionService

2018-01-17 Thread Nima Mirbakhsh
Hi Luis, Yes, I still receive the same error. I am coding in Node and using this package: https://www.npmjs.com/package/node-adwords to connect to the api. As I mentioned before, I can create campaigns, adwords, and other criterions for gender, age, etc. with no error. Here is the SOAP

single account listing in GetAccountHierarchy php

2018-01-17 Thread developer . djax
Hi, I need to return all customer lists in array format from GetAccountHierarchy.php file and need to check with the user given id. But on using the file mentioned in below given url:

Re: CriterionUserInterest

2018-01-17 Thread n . mirbakhsh
Hey guys, I have a very similar problem. Do you guys have any suggestion? @Sreelakshmi I tried your solution but got another error: "soap:Client: [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand]" Thanks, Nima -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: is there a way to fetch all campaigns with adgroups?

2018-01-17 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Ken, You may try to use the AdGroupService.get() or Adgroup Performance Report to retrieve all the ad groups

Re: Digits as a phone number in the title

2018-01-17 Thread Александр Головко
Hi, All's done! Thanks! понедельник, 15 января 2018 г., 11:16:27 UTC+2 пользователь Александр Головко написал: > > Hello. > I have an auto parts store. > The part name very often consists of single digits and sometimes the > system determines these numbers as a phone number and rejects the

Re: Creating budget via WCF Connected service failing with error

2018-01-17 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Martin, A gentle follow up on this. If you still have issues regarding this, then kindly provide the details that I asked previously via *Reply privately to author* option. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog