Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-03 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, Could you clarify if you are targeting the mobile application as a negative criterion in the campaigns or you are targeting it in AdGroup level? Based on this guide , you could only target the mobile application

Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-03 Thread Kevin Tian
HI I mean I have got some fields like 'LOCATION' 'CONTENT_LABEL' 'LANGUAGE' in entries,but there is no MobileApplication field in it.Actually I just want to get *AppId* and *DisplayName.* Best regards. What I have got is just like this: { "totalNumEntries": 500, "Page.Type":

Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-02 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, Based on your code snippet, I think you are using the right selector. However, to further investigate this, could you provide the complete SOAP request and response logs when running the request? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team

Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-01 Thread Kevin Tian
Hi Why can't I get 'MobileApplication' in the entries.Actually I just get some fields like 'LOCATION' 'CONTENT_LABEL' 'LANGUAGE'. 在 2018年4月30日星期一 UTC+8下午2:28:41,Luis Xander Talag (AdWords API Team)写道: > > Hi Kevin, > > Could you clarify if what you meant by "Application package name" is the >

Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-01 Thread Kevin Tian
Is this the right selector to get AppId? { fields: ['AppId', 'DisplayName'], predicates: [{ field: 'CriteriaType', operator: 'IN', values: ['MOBILE_APPLICATION'] }], ordering: [{ field:

Re: How to find the Application package name in one campaign through the adwords report api?

2018-04-30 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, Could you clarify if what you meant by "Application package name" is the appId field? If so, I'm afraid this field is not available through reports

How to find the Application package name in one campaign through the adwords report api?

2018-04-28 Thread Kevin Tian
Hi, I am using adwords api to get campaign report,but now I cannot figure out how to find the Application package name(*com.app.example.en* in Android & *12345678* in iOS). How can I get this field with adwords report api. Best regards. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~