Re: Forbidden access to V13 full samples!!!

2010-12-02 Thread Peter Trobec
Thank you for the answer! It works...in a way :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Forbidden access to V13 full samples!!!

2010-11-05 Thread Peter Trobec
Hi Eric, Aha, OK, I understand now...can you please post me the SoapClientFactory code also, since I can't access it anywhere on the google pages. Thank you, Peter Trobec -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Forbidden access to V13 full samples!!!

2010-11-04 Thread Peter Trobec
Hey Eric! Thanks for the reply, but I still have some problems...Can I use the new AdWordsSoapFactory or do i need the old one? Because all I get now is a blank page... Thank you! Peter Trobec -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Re: Forbidden access to V13 full samples!!!

2010-11-03 Thread Peter Trobec
Ok, changed the namespace to: $namespace = 'https://adwords.google.com/api/adwords/cm/v201008'; and report service to: $report_service = SoapClientFactory::GetClient($namespace . '/AdExtensionOverrideService?wsdl'); but it's still not working...still the same output.

Re: Forbidden access to V13 full samples!!!

2010-11-03 Thread Peter Trobec
all('getReportJobStatus', $request_xml); $status = $status['getReportJobStatusReturn']; print '';print_r($status);exit; while ($status != 'Completed' and $status != 'Failed') { echo 'Report job status is "'.$status.'".

Re: Forbidden access to V13 full samples!!!

2010-11-03 Thread Peter Trobec
Since there was no answer since yesterday...I'd really appreciate if someone would post me a full example with authentication for the V13 ReportService with the crossClient option. Thanks, Peter Trobec -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

Forbidden access to V13 full samples!!!

2010-11-02 Thread Peter Trobec
important functions implemented in the new version. Thank you, Peter Trobec -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Yo

Re: Question about PHP retrieving of keywords in campaign

2010-10-21 Thread Peter Trobec
e the estimate, because I think that for the quantity of data we have right now the reports would be more expensive. Once again, thank you for your answers! Cheers, Peter Trobec On 21 okt., 11:05, AdWords API Advisor wrote: > Hi Peter, > > From your original message, I got the impression

Re: Question about PHP retrieving of keywords in campaign

2010-10-21 Thread Peter Trobec
Hey again! I finally found the solution! :) Here is the full (TEST!!!) source code: http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR C

Re: Question about PHP retrieving of keywords in campaign

2010-10-20 Thread Peter Trobec
Hey Anash! Thanks for the answer, but it's not really relevant to me, since I can't get the clicks, impressions, CTR, avg. pos.,... through the AdGroupCriterionService. Any other solution? Thanks for the help! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Question about PHP retrieving of keywords in campaign

2010-10-19 Thread Peter Trobec
Hello guys and girls! I'm a newbie at the whole API thing and I'm a bit stuck at the part where I should retreive the keywords or adgroups for the campaignStats. Here is the code: $zacDat1 = $_POST['zacDat']; $koncDat1 = $_POST['koncDat']; $zacDat = str_replace("/", "", $zacDat1); $koncDat = st

Question about PHP adding ads in the sandbox

2010-10-15 Thread Peter Trobec
Hello! I'm an AdWords beginner developer and I have a problem with the sandbox. I have to test a few things but I have a problem with the AddAds.php, because it needs a videoMediaId and I have no idea where to find it. There is no script to add a test video or anything so i'm a bit stuck. I'd rea