I want to get Traffic estimation for some keywords via Google Adwords api. So I'm using the api : <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service> https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service
Here there's a option to set maximum amount for CPC per day : $money = new Money(); $money->setMicroAmount(5000000); $adGroupEstimateRequest->setMaxCpc($money); /* Here they're setting Max cpc value per day */ But i want to Set Maximum daily budget for the keyword. Anyways to make it possible please share your ideas. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f7c945a8-fa5e-4687-9ac0-8349024c9753%40googlegroups.com.
