Re: How to update product partitions

2019-03-04 Thread ryant
Just incase the reporting problem were having makes no sense here's a screenshot of our Ad Group Overview applet on the Campaign Overview. [image: reports.png] As you can see there are a lot of Products Ad Groups, this usually isn't a problem however we filter by Active Ad Groups so were not s

How to update product partitions

2019-03-04 Thread ryant
Hi, So we finally have our tool working and building a shopping campaign based off of our stock levels. at 4AM the cron job will run. *Currently - *The script deletes the existing Ad Group and then Re-Builds a new Ad Group and then adds Product Groups in. *How we want it to run - *The s

Re: How To Select Existing Product Partitions

2019-03-04 Thread ryant
thanks for the support, I tried your solution of setting the ID but I was getting issues because of *new ProductPartition(); *I was creating the partition using *$root = ProductPartitions::createSubdivision(); *so having *use Google\AdsApi\AdWords\v201806\cm\ProductPartition; *caused conflicts.

How To Select Existing Product Partitions

2019-03-01 Thread ryant
Hi, I am currently trying to update our Shopping campaign through the Google Ad's API and so far so good. I have a bit of an issue when hitting over 5000 requests. I am aware that there is a 5000 limit per request and I'm not too far off we have 5,600ish products in the shopping that I want

Re: Google Shopping / Ad's API Help!

2019-02-25 Thread ryant
@googleadsapi-forumadvisor, Thank you :) that worked perfectly, I now call the ProductOfferId instead of the ProductBrand

Google Shopping / Ad's API Help!

2019-02-25 Thread ryant
Hi, I am currently trying to work with the Google Ad's API to run Ad's on our Shopping Products. We want to use a PHP script to automatically set the Bid's each day for the products New and Refurbished depending on our stock. I have all the Keys / API Access. *Manual Process