Re: PHP get campaign COST

2016-10-07 Thread testapidilren2
When I'm using this code, all the time I have this error. Maby my account have error ? That maby be caused when I use manager test account in google adwords ? > Besides, what happen if you run our code examples as is? > Still I have this same error. W dniu piątek, 7 października 2016 10:34:0

Re: PHP get campaign COST

2016-10-07 Thread testapidilren2
trying to have a few days to fix it, do you have an idea what to do with it? W dniu wtorek, 4 października 2016 19:14:44 UTC+2 użytkownik testapi...@gmail.com napisał: > > >

Re: PHP get campaign COST

2016-10-06 Thread testapidilren2
try { require_once dirname(dirname(__FILE__)) . '/Google/init.php'; $user = new AdWordsUser(); $user->LogAll(); // Get the service, which loads the required classes. $campaignService = $user->GetService('CampaignService', ADWORDS_VERSION); // Create selector. $sel

Re: PHP get campaign COST

2016-10-05 Thread testapidilren2
In both cases, I have a similar problem: Downloading reports for 1 managed customers. Report attempt #1 for client > customer ID 9102394456 was not downloaded due to: Report download failed. > Underlying errors are Type = '', Trigger = '', FieldPath = ''. Report > request failed for client cust

PHP get campaign COST

2016-10-04 Thread testapidilren2
Hello. I have a very difficult task for the report adwords campaign. Once a day I through CRON and PHP download the curr

Re: Enhanced Cpc Bidding

2016-09-27 Thread testapidilren2
Now My code view like this: $campaign = new Campaign(); . . . $biddingStrategyService = $user->GetService('BiddingStrategyService', ADWORDS_VERSION); $biddingStrategyConfiguration = new SharedBiddingStrategy(); $biddingStrategyConfiguration->name

Re: Enhanced Cpc Bidding

2016-09-27 Thread testapidilren2
I'm sorry but I do not fully understand you, figuring some of these links that sent but nothing helped. I try use this code: $biddingStrategyConfiguration = new SharedBiddingStrategy(); $biddingScheme = new EnhancedCpcBiddingScheme(); $biddingStrategyConfigur

Enhanced Cpc Bidding

2016-09-26 Thread testapidilren2
Hello, I have problem with ENHANCED_CPC in Adwords API. My code view like this: $campaign->budget = new Budget(); $campaign->budget->budgetId = $budget->budgetId; $biddingStrategyConfiguration = new BiddingStrategyConfiguration (); $biddingScheme =

Re: Add audiences remarketing website visitors to campaign

2016-09-22 Thread testapidilren2
W dniu czwartek, 22 września 2016 22:46:13 UTC+2 użytkownik testapi...@gmail.com napisał: > > I'm sorry but I do not understand you. > My scri

Re: Add audiences remarketing website visitors to campaign

2016-09-22 Thread testapidilren2
I'm sorry but I do not understand you. My script creates audiences that looks like this: and creating the appropriate campaigns. The only thing

Add audiences remarketing website visitors to campaign

2016-09-22 Thread testapidilren2
Hello. I have problem with php remarketing. I'm using this script https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201607/Remarketing/AddConversionTracker.php and modify its. This script generate TAG and return and this is work fine, but how I can add this remarketin

Invaild image in google adwords from php

2016-08-27 Thread testapidilren2
I try to add ImageAd to my google adwords script. My code view like this: . $img = new Image(); $imagedata = file_get_contents($ad_data['link']); $base64 = base64_encode($imagedata); echo $base64; $img->data = $base64; $textAd = new ImageAd(); $textAd->name = $ad_data['imagenam

Re: Update remarketing email list from php

2016-08-27 Thread testapidilren2
Thank you :) My question maby is stupid but on the google documentation operations SET is exist. https://developers.google.com/adwords/api/docs/reference/v201607/AdwordsUserListService.MutateMembersOperation#operator

Re: Update remarketing email list from php

2016-08-26 Thread testapidilren2
Additionaly, when I add email before, during update I should add only new email or old and new ? I need have old and new email in remarketing list. W dniu piątek, 26 sierpnia 2016 15:24:52 UTC+2 użytkownik testapi...@gmail.com napisał: > > Hello :) > > It's my code: > public function AdAud

Update remarketing email list from php

2016-08-26 Thread testapidilren2
Hello :) It's my code: public function AdAudience($name,$desc='',$emaillist='',$idgr =''){ $audience_id = ''; try { require_once dirname(dirname(__FILE__)) . '/Google/init.php'; $user = new AdWordsUser(); $user->LogAll(); $EMAILS = array(); foreach ($

Adwords report for one ads.

2016-07-29 Thread testapidilren2
Hello :) I edited this file to report my campaign etc. and it's work perfectly /examples/AdWords/v201605/Reporting/DownloadCriteriaReport.php but How I do make report for only one Ad ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlea

Re: Adwords remarketing type (PHP)

2016-07-29 Thread testapidilren2
Hello :) I edited this file to report my campaign etc. and it's work perfectly /examples/AdWords/v201605/Reporting/DownloadCriteriaReport.php but How I do make report for only one Ad ? W dniu czwartek, 28 lipca 2016 12:11:01 UTC+2 użytkownik Joyce Lava napisał: > > Hello, > > Glad to hear you fo

Re: Adwords remarketing type (PHP)

2016-07-28 Thread testapidilren2
Now works, accidentally duplicated by criteria thanks you for help me :) You are super :D W dniu czwartek, 28 lipca 2016 11:11:36 UTC+2 użytkownik testapi...@gmail.com napisał: > > When I comment this code I'v got error: > > An error has occurred: >> [AdGroupCriterionError.CANNOT_MODIFY_URL_FIE

Re: Adwords remarketing type (PHP)

2016-07-28 Thread testapidilren2
When I comment this code I'v got error: An error has occurred: > [AdGroupCriterionError.CANNOT_MODIFY_URL_FIELDS_WITH_DUPLICATE_ELEMENTS @ > operations[0].operand, > AdGroupCriterionError.CANNOT_MODIFY_URL_FIELDS_WITH_DUPLICATE_ELEMENTS @ > operations[1].operand, > AdGroupCriterionError.CANNO

Re: Adwords remarketing type (PHP)

2016-07-28 Thread testapidilren2
$keyword = new CriterionUserList(); $keyword->text = 'mars cruise ' . uniqid(); $keyword->matchType = 'BROAD'; On this code is error I try to place exit in every line in code and this code run error W dniu czwartek, 28 lipca 2016 10:33:35 UTC+2 użytkownik Joyce Lava napisał: > >

Re: Adwords remarketing type (PHP)

2016-07-28 Thread testapidilren2
There is still the same error PHP Notice: Undefined index: text in >> test/googleads-php-lib/src/Google/Api/Ads/AdWords/v201605/AdGroupCriterionService.php >> >> on line 1825 > > PHP Notice: Undefined index: in >> test/googleads-php-lib/src/Google/Api/Ads/AdWords/v201605/AdGroupCriterionSer

Re: Adwords remarketing type (PHP)

2016-07-26 Thread testapidilren2
Hello, of course it's not work :( On the image I try to show you setup whose I need. Also It's my code: $campaignId =

Re: Adwords remarketing type (PHP)

2016-07-25 Thread testapidilren2
On this moment I have problem with targeting in php code when I add group to campaign I try to setup target. $targetingSetting = new TargetingSetting(); // Restricting to serve ads that match your ad group placements. // This is equivalent to choosing "Target and bid" in the UI. $targ

Re: Adwords remarketing type (PHP)

2016-07-25 Thread testapidilren2
Thanks :) W dniu poniedziałek, 25 lipca 2016 12:59:26 UTC+2 użytkownik Joyce Lava napisał: > > Hello, > > After updating the advertisingChannelType to DISPLAY, you need to set the > targetGoogleSearch >

Google adwords API developer token

2016-07-20 Thread testapidilren2
Hello, I have problem with my test account on adwords. I setup account with tutorial from this http://support.apmetrix.com/hc/en-us/articles/202601995-Google-Adwords-Account-Set-Up and this: https://developers.google.com/adwords/api/docs/guides/accounts-overview#test_accounts and some other...