Re: AdGroupLabelOperation in PHP, How To?

2017-11-24 Thread John VV
I finally found the answer. The hint is in the docs: https://developers.google.com/adwords/api/docs/guides/labels But bonus mutateLabels is not a valid function for adgroups so digging into the library code I found "mutateLabel" and voila. $adGroupService->mutateLabel($operations); Is what

AdGroupLabelOperation in PHP, How To?

2017-11-24 Thread John VV
I am using the PHP Library to add a label to an adGroup but having some problems with the operation: $ad_group_id = '123456'; $labels = array('78910'); operations = array(); foreach($labels as $label_id){ $adGroupLabel = new AdGroupLabel(); $adGroupLabel->setAdGroupId($ad_group_id);

Re: In migrating to v201710, I have some problems in getting Expaned Text Ad.

2017-11-24 Thread Sang Jin Kim
Sorry for late reply ^^; All problems were due to missed selector fields. After 'Path1', 'Path2', 'PolicySummary' are included into setFields() like below, the API works well! $selector->setFields(['Id', 'Status', 'HeadlinePart1', 'HeadlinePart2', 'Description', 'Path1', 'Path2',

Re: What are requirements for poxy server to coop with Google AdWordsAPI library

2017-11-24 Thread Sebastian Piskorski
@Dorian Kind I'm still fighting with that proxy config and I would like to ask for your opinion. I have disabled IPv6 on a server and now I got a different error, without IPv6 address cURL error 7: Failed connect to www.googleapis.com:443; Operation now in progress.. Infrastructure owner says

Re: Ad description: AdError.LINE_TOO_WIDE

2017-11-24 Thread Stefano Fontana
Hello, Based on our experiements the length of the COUNTDOWN(.) function seems to be 8. However I couldn't find any official documentation stating that this is the length. Could you confirm whether 8 characters is always the calculated space (no matter the language being used)? Thanks

Re: Do AdGroupCriteria support temporary IDs?

2017-11-24 Thread Agnel Waghela
Hi Peter, Today I tried to assign label after all the labels and ads were created. I sent the following request to the BatchJob. Here are only AdGroupAdLabelOperations. {:xsi_type=>"AdGroupAdLabelOperation ", :operator=>"ADD", :operand=>{:ad_group_id=>"45832500421", :ad_id=>"235012322853",

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread vananppcmanager
i have given the attribute FinalUrls from CRITERIA_PERFORMANCE_REPORT from but i am getting only empty values. this is my code. $selector = new Selector(); $FromDate = ($fromdate) ? $fromdate : date('Ymd'); $ToDate = ($todate) ? $todate : date('Ymd');

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for providing these details. The landing page is equivalent to the FinalUrls attribute. You can see on the link for the supported report types for this attribute. If you want the FinalUrls in

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread vananppcmanager
i want landing report with criteria performance report or keyword performance report or in custom report. here i have attached the screenshot of landing page report.

Re: I can not enter Adwords account

2017-11-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Kor, Your issue is more specific to the AdWords UI, and not the AdWords API. Our team only provides support on AdWords API related issues/concerns. Please post this in the AdWords Community Forum for better

How can I retrieve conversion using ConversionTrackerService

2017-11-24 Thread Jikai Zhang
Hi AdWords API Teams, I use AdWords integrate with Firebase project, I create Conversion with Firebase events in the AdWords Platform, so I can see those conversions on the adwords. But I can not retrieve those conversions using ConversionTrackerServiceInterface API, How can I do this.

Re: SoapFault Could not connect to host

2017-11-24 Thread shean
Hello @Sreelakshmi Sasidharan thank you i found what's happend and solved it's docker server version too old (i don't know why that download DMG from official) Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to increase conversions?

2017-11-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Your concern on what strategy type to use to increase conversions is more on the AdWords product level, and not AdWords API specific. Our team only handles AdWords API related issues/concerns. Please post this concern in the AdWords Community Forum

Re: MutateBatchJobservice is slow?

2017-11-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies for the delay. The BatchJobService is usually designed to be used on a significant number of operations and not against only a few ones. For example, for operations that may be ranging between 1-10 ADD/REMOVE operations, you may just use the normal AdWords API service to

Change Automated Extensions via API

2017-11-24 Thread Jbielsa
Hello! Is there any way to change the chioce in Automated Extensions via API? I have been look into the CustomerExtensionSettingService but I don't find anything about how to perform this change. I'd like to change this option via APi:

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Are you referring to the CreativeDestinationUrl or to the CreativeFinalUrls of an Ad