Get domain of Adwords Account

2016-08-01 Thread maurice . keightley
Hi Support Team, Is there a way to retrieve the Website (domain) for an adwords account via PHP? Can get the companyName and DescriptiveName but no domain. Below is the code used to retrieve Names: $CustomerService = $client_user->GetCustomerService(ADWORDS_VERSION); $account =

get a list of Extensions

2016-07-29 Thread maurice . keightley
Hi Adwords API support, How would I retrieve a list of extensions used for my account ? Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: get a list of Extensions

2016-07-28 Thread maurice . keightley
You need to look at the fields list. Would really appreciate adwords support team help next time. On Friday, July 29, 2016 at 9:53:11 AM UTC+10, maurice@griffithuni.edu.au wrote: > > Hi Adwords API support, > > > > How would I retrieve a list of extensions used for my account ? Thanks in >

Re: get a list of Extensions

2016-07-28 Thread maurice . keightley
Have tried using this service, but i get the following error: [Error] There is a problem getting the account activities[SelectorError.MISSING_FIELDS @ selector] Please have a look and would really appreciate some assistance. Script: $campaignExtensionSettingService

Re: Undefined index : SEARCH_QUERY_PERFORMANCE_REPORT

2016-07-28 Thread maurice . keightley
Solved - file name was incorrect. search.xml doesnt excist. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

SEARCH_QUERY_PERFORMANCE_REPORT based on SEARCH NETWORK

2016-07-27 Thread maurice . keightley
Hi All, Am currently trying to get Average CTR for search Adgroups - but currently get CTRS for all Adgroups. Any suggestion on how to limit to only the search network and eligible accounts. Results so far: CTR:43 CTR:100 CTR:100 CTR:100 CTR:14 CTR:100 CTR:0 CTR:50 CTR:100 CTR:100 CTR:16

Undefined index : SEARCH_QUERY_PERFORMANCE_REPORT

2016-07-27 Thread maurice . keightley
Hi All, Am getting a type error for the following script- can you please advise on why I am getting a type error. Display Report works fine, but Search Report doesn't. Thanks in advance. ERROR: Undefined index: type in

Adwords Mutatelink operation- editing default email format

2016-02-08 Thread maurice . keightley
Hi Adwords Support Team, Currently have code that sends an email to a MCC account to invite them to link to another MCC account. This link works and the email is copied below. However, I would love a link provided in the email for the client to be able to click on similar to the manual

Trying to move client account in adwords from one sub MCC to another sub MCC

2016-02-03 Thread maurice . keightley
> > Hi Adwords API Team, >>> >> I am attempting to move a client account from under sub MCC 0 to sub MCC1. The following code is below. Currently getting the following error: [0] => [ManagedCustomerServiceError.UNSUPPORTED @ operations[0]]. Any help would be appreciated.

How to get YouTube campaigns information using adwords API

2016-01-06 Thread maurice . keightley
Hi, I am trying to list all the campaigns from an account using the Adwords API - currently tried CampaignsService however this did not show youtube campaigns. I understand there is a video performance report, however I need the campaignservice fields information of the youtube campaign. I