Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-09-18 Thread Calin Ignat
Hello Дмитрий Дмитриевич Did you found any php solution? We're in the same boat. :) Thank you, On Tuesday, August 25, 2015 at 4:12:08 PM UTC+3, Дмитрий Дмитриевич wrote: > > Hello! > In this article > https://developers.google.com/adwords/api/docs/guides/dynamic-remarketing > (look "Use case

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-09-18 Thread Calin Ignat
Hey Дмитрий Дмитриевич, Did you found any php solution? I'm in the same boat. :) Thanks. On Tuesday, August 25, 2015 at 4:12:08 PM UTC+3, Дмитрий Дмитриевич wrote: > > Hello! > In this article > https://developers.google.com/adwords/api/docs/guides/dynamic-remarketing > (look "Use case 2: Upda

IdeaTextFilterSearchParameter to be more specific?

2015-11-17 Thread Calin Ignat
Greetings, As I have an IdeaTextFilterSeachParameter for a selector, the resulting ideas still include strings from the excluded category and I still get results that don't include strings from included. Is this intended or is there something wrong with my code? Also, could I add the option fo

Re: IdeaTextFilterSearchParameter to be more specific?

2015-11-18 Thread Calin Ignat
Greetings, Thanks for your time and help. I know the keyword was misspelled, this was just an example. Along the way, yesterday, talking with my marketing team we discovered that if we brace with commas the include/exclude keywords, the results are more relevant. (like in the online tool) Also

Re: TargetingIdeaService not returning SearchParameters in results

2016-06-15 Thread Calin Ignat
This is returned if the keyword exists in SearchParameter field *(car rental atlanta airport)*

Re: TargetingIdeaService not returning SearchParameters in results

2016-06-15 Thread Calin Ignat
Thank you, everything its a lot more clear now. I've already changed the seed keywords *just a bit* so i get the good keywords back too. In the keyword planer the seed keyword is returned if it has volume, if i am not mistaken... I don't always run multiple threads and when i do there are just tw

AdWordsSession instead of AdWordsSessionBuilder

2019-07-26 Thread Calin Ignat
Greetings, I'm having some difficulties switching from the default configuration file to using my own variables for auth info. My issue is pretty straightforward: // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBuilder())->fromFile(__DIR__ .

Re: AdWordsSession instead of AdWordsSessionBuilder

2019-07-26 Thread Calin Ignat
More info after some debugging, on the second case the object is returned from the function build() on line 390 in googleads-php-lib/src/Google/AdsApi/AdWords/AdWordsSessionBuilder.php So i should have not call the function yet... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-10 Thread Calin Ignat
Good day. As an update, i've tried making another batch job for the feed items after everything is done, i've used the real id of the adGroup but i am getting the same error. I still haven't figured out what's wrong. Thank you, Good day. *array* *(size=1)* 0 => *object*(*Google\AdsApi\

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-10 Thread Calin Ignat
Greetings Nadine, Thank you for your reply. The campaign is removed now, but at the time of the call it was not, it was actually made in a single process with one mutate job (for the feed) and two batch jobs (one for campaign, adGroups, ads, keywords and when that one was completed I made anoth

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-20 Thread Calin Ignat
Good day, Any update on this? I still haven't figure it out. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-21 Thread Calin Ignat
Hello Nadine, Yes, when i was talking about the old library I was referring at the old now depreciated client libraries. My only point was that i was using that successfully adding feed items to a feed using batch job. We've recently updated to v201705 and I had rewritten all the code from sc

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-21 Thread Calin Ignat
Hello Nadine, Yes, for now thats how i'm making campaigns, using the mutate service for the feed items. That works *fine*, but i'm not sure how it will work for large amounts of operations in big campaigns. Also it takes a bit more time as first i need to make the campaign with the batch job, t

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-22 Thread Calin Ignat
en trying to add feed items trough the batch job. On Tuesday, August 22, 2017 at 9:10:49 AM UTC+3, Calin Ignat wrote: > > Hello Nadine, > > Yes, for now thats how i'm making campaigns, using the mutate service for > the feed items. That works *fine*, but i'm not sure how

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-30 Thread Calin Ignat
Hello, Good news! I'm guessing the issues is here and will be easy to fix in future versions. Until then I will continue to use mutate service to build feed items. Tha