RE: Detail demographics constant data & criteria id

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, To implement these demographics, you could use both the AdGroupCriterionService and the CampaignCriterionService

RE: Google Ads API beta

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, The issue you encountered seems specific to PHP client library rather than the Google Ads API. This being said, I would suggest to post your issue here as the PHP client library owners are better equipped to assist you here. Regard

Re: Detail demographics constant data & criteria id

2019-02-18 Thread MSI Saurovh
I wanted to implement detailed demographics feature, so need the criterion id for parents categories(like parent of infants, parent of toddler), marital statuses how can i get those option and their criterion id ? On Tuesday, February 19, 2019 at 9:35:45 AM UTC+6, googleadsapi-forumadvisor wrot

Re: Accessible customers for MCC account are coming back incorrectly in Google Ads API

2019-02-18 Thread Phil
Hi Luis, thanks again for the reply. I understand that technically the service will return customers available to the OAuth credentials, however the OAuth credentials I'm using are those of the MCC account, which has access to several sub-accounts. In the AdWords editor, when logging into the

RE: Detail demographics constant data & criteria id

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You may refer to this guide for the list of targeting types and demographics. You may view the values in the Codes and Formats guide

RE: Test Account

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, Could you provide the clientCustomerId of your test account so i could have a further look into this? You may reply using the *reply privately to author* option. Regards, Dannison AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discuss

RE: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, My apologies for the delayed response. I am a colleague of Milind, allow me to provide support for your concern. According to this link , the m

RE: Accessible customers for MCC account are coming back incorrectly in Google Ads API

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Phil, The CustomerService.ListAccessibleCustomers does not return the sub accounts under your MCC but rather the list of accounts that are directly

Re: Accessible customers for MCC account are coming back incorrectly in Google Ads API

2019-02-18 Thread Phil
Hi Luis, I believe there is a miscommunication here. I am not providing the login-customer-id when using list_accessible_customers, I am merely using that service to diagnose what customers are accessible given my MCC credentials. To re-iterate my issue, I am saying that for an MCC account wh

Detail demographics constant data & criteria id

2019-02-18 Thread MSI Saurovh
where can i find detail demography constant data for example * parenting detail, * education * home ownership * merital status values implemented in here [image: Screen Shot 2019-02-18 at 6.01.36 PM.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: http

Test Account

2019-02-18 Thread cv
Hello, My Test account was cancelled, how can I to testing now? I am not getting Test Account under accounts list as well. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: AdwordsAPI to control YouTube TrueView?

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kaoru, My apologies as I may have overlooked your concern. Video campaigns are not yet supported in Google Ads API Beta . However, in AdWords API perspective, video campai

Re: [PHP] Google Ads - How to link an existing Google Adwords (or Ads) Account to my Google Ads MCC ?

2019-02-18 Thread ludovic . web2roi
Thanks that's what i'm looking for. But i'm here : $customerManagerLink = new CustomerManagerLink([ 'manager_customer' => new StringValue(['value' => $resourceName]), 'manager_link_id' => new Int64Value(['value' => '??']), 'status' => ManagerLinkStatusEnum\ManagerLinkStatus::ACTIV

Re: API Test account - how sandboxed and what data is available?

2019-02-18 Thread Dorian Kind
Hi Si, you might be able to handle the scenario by using a production developer token, but giving your developer read-only access to the Google Ads account in question. That way, he'll be able to access all account data without risking any unwanted modifications to the setup. Cheers, Dorian O

RE: Google Ads API beta

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm a colleague of Sai and allow me to assist you as he is unavailable. Moving forward, my apologies as we do not provide support in running the Google Ads API from browser thus I could not comment on the issue that you encountered. We highly recommend to use one of our client libraries

RE: Accessible customers for MCC account are coming back incorrectly in Google Ads API

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Phil, You can retrieve the list of accounts that are directly accessible via your OAuth credentials by issuing a CustomerService.ListAccessibleCustomers